[PATCH] Fix first_weekday/first_workday for EU locales
[glibc.git] / ChangeLog
blob365ff82978c556b052d1fb23fb2a472caf45c633
1 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2             Jakub Jelinek  <jakub@redhat.com>
4         [BZ #14188]
5         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
6         where __builtin_expect is unavailable.
8 2012-06-03  David S. Miller  <davem@davemloft.net>
10         * stdlib/longlong.h: Updated from GCC.
12 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
14         [BZ #14042]
15         * sysdeps/powerpc/powerpc32/mcount.c: New file.
16         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
17         __mcount_internal.
18         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
19         (GLIBC_2.16): Likewise.
21 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
23         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
25 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
27         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
28         (default-abi): New variable.
29         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
30         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
31         variable.
32         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
33         Likewise.
34         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
35         Likewise.
36         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37         Likewise.
39         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
40         definition.  Document in comment.
42 2012-06-01  David S. Miller  <davem@davemloft.net>
44         * stdlib/longlong.h: Updated from GCC.
46 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
48         [BZ #14117]
49         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
50         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
51         sys/debugreg.h sys/io.h here.
52         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
53         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
54         sys/io.h.
55         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
56         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
57         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
58         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
59         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
60         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
62         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
63         Define only if __x86_64__ is defined.
65 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
67         [BZ #14048]
68         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
69         Use int64_t for variable i.
70         * math/libm-test.inc (fmod_test): Add more tests.
72         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
73         z computation is not scheduled after fetestexcept.
74         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
75         Use math_force_eval instead of asm to ensure calculation scheduled
76         before exception test.
77         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
78         Ensure a1 + u.d computation is not scheduled after fetestexcept.
80 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
82         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
83         computation is not scheduled after fetestexcept.
85 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
87         [BZ #14117]
88         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
89         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
91 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
93         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
94         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
96 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
98         [BZ #14117]
99         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
100         <bits/wordsize.h>.
101         (__WCHAR_MIN): Support __WORDSIZE == 64.
102         (__WCHAR_MAX): Likewise.
104         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
105         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
107         [BZ #14183]
108         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
109         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
111         [BZ #14117]
112         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
113         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
115         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
116         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
118         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
119         Defined to 1 if __x86_64__ isn't defined.
120         (_STAT_VER_LINUX_OLD): New.
121         (st_atime): Remove duplicate.
122         (st_mtime): Likewise.
123         (st_ctime): Likewise.
125 2012-05-31  David S. Miller  <davem@davemloft.net>
127         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
128         entries.
130 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
132         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
133         gen-libm-test.pl.
135         [BZ #14132]
136         * elf/dl-reloc.c: Include <_itoa.h>.
137         (_dl_reloc_bad_type): Remove use of INTUSE.
138         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
139         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
140         * stdio-common/psiginfo.c (psiginfo): Likewise.
141         * stdio-common/psignal.c (psignal): Likewise.
142         * string/strsignal.c (strsignal): Likewise.
143         * include/signal.h (_sys_siglist): Declare hidden proto.
144         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
145         INTVARDEF with libc_hidden_data_def.
146         * stdio-common/itoa-udigits.c: Likewise.
147         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
148         (_itoa_lower_digits_internal): Remove declaration.
149         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
150         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
151         (_sys_sigabbrev_internal): Remove aliases.
152         (_sys_siglist): Define hidden alias.
154 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
156         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
157         bits/sysctl.h.
159 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
161         [BZ #14117]
162         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
163         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
165         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
166         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
167         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
168         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
169         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
170         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
172         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
173         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
174         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
176         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
177         with __addr.
178         (insw): Likewise.
179         (insl): Likewise.
180         (outsb): Likewise.
181         (outsw): Likewise.
182         (outsl): Likewise.
184         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
185         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
186         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
188         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
189         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
190         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
191         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
192         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
193         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
195         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
196         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
198         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
199         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
201         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
202         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
203         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
205         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
206         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
207         to ...
208         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
210         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
211         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
212         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
214         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
215         for x86-64.
216         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
218 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
220         * math/math.h (M_El): Use two more decimal places.
221         (M_LOG2El): Likewise.
222         (M_LOG10El): Likewise.
223         (M_LN2l): Likewise.
224         (M_LN10l): Likewise.
225         (M_PIl): Likewise.
226         (M_PI_2l): Likewise.
227         (M_PI_4l): Likewise.
228         (M_1_PIl): Likewise.
229         (M_2_PIl): Likewise.
230         (M_2_SQRTPIl): Likewise.
231         (M_SQRT2l): Likewise.
232         (M_SQRT1_2l): Likewise.
234 2012-05-31  David S. Miller  <davem@davemloft.net>
236         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
237         values between float registers.
238         * sysdeps/sparc/sparc64/memset.S: Likewise.
239         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
241 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
243         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
244         -D_FORTIFY_SOURCE=1.
245         (CPPFLAGS-tst-longjmp_chk.c): Define.
246         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
247         (CPPFLAGS-tst-longjmp_chk2.c): Define.
248         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
249         CFLAGS-tst-wchar-h.c.
251 2012-05-31  Marek Polacek  <polacek@redhat.com>
253         [BZ #14132]
254         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
255         __endmntent_internal): Remove declaration.
256         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
257         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
258         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
260 2012-05-30  David S. Miller  <davem@davemloft.net>
262         * sysdeps/sparc/sparc32/soft-fp/q_util.c
263         (___Q_simulate_exceptions): Use real FP ops rather than writing
264         into the %fsr.
265         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
266         Likewise.
268 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
270         [BZ #14117]
271         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
272         * sysdeps/x86/bits/xtitypes.h: This.
274         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
275         * sysdeps/x86/bits/wordsize.h: This.
277         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
278         * sysdeps/x86/bits/huge_vall.h: This.
280         * sysdeps/i386/bits/select.h: Removed.
281         * sysdeps/x86_64/bits/select.h: Renamed to ...
282         * sysdeps/x86/bits/select.h: This.
284         * sysdeps/i386/bits/setjmp.h: Removed.
285         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
286         * sysdeps/x86/bits/setjmp.h: This.
288         * sysdeps/i386/bits/mathdef.h: Removed.
289         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
290         * sysdeps/x86/bits/mathdef.h: This.
292 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
294         [BZ #14132]
295         * include/sys/socket.h (__connect_internal)
296         (__libc_sa_len_internal): Remove declaration.
297         (__connect, __libc_sa_len): Declare hidden_proto.
298         (SA_LEN): Remove use of INTUSE.
299         * socket/connect.c: Add libc_hidden_def.
300         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
301         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
302         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
303         alias.
304         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
305         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
306         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
307         of adding _internal alias.
309 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
311         [BZ #14117]
312         * sysdeps/i386/bits/link.h: Removed.
313         * sysdeps/i386/bits/linkmap.h: Likewise.
314         * sysdeps/x86_64/bits/link.h: Renamed to ...
315         * sysdeps/x86/bits/link.h: This.
316         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
317         * sysdeps/x86/bits/linkmap.h: This.
319         * sysdeps/i386/bits/endian.h: Removed.
320         * sysdeps/x86_64/bits/endian.h: Renamed to ...
321         * sysdeps/x86/bits/endian.h: This.
323         * sysdeps/i386/bits/byteswap.h: Removed.
324         * sysdeps/i386/bits/byteswap-16.h: Likewise.
325         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
326         * sysdeps/x86/bits/byteswap.h: This.
327         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
328         * sysdeps/x86/bits/byteswap-16.h: This.
329         * sysdeps/i386/Implies: Add x86.
330         * sysdeps/x86_64/Implies: Likewise.
332 2012-05-30  David S. Miller  <davem@davemloft.net>
334         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
335         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
336         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
337         (FP_TRAPPING_EXCEPTIONS): Define.
338         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
339         (FP_TRAPPING_EXCEPTIONS): Define.
340         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
341         subnormals only when inexact has been signalled or underflow
342         exceptions are enabled.
343         (_FP_PACK_CANONICAL): Likewise.
345 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
347         [BZ #14183]
348         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
349         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
351 2012-05-30  Richard Henderson  <rth@twiddle.net>
353         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
354         with #ifndef NOT_IN_libc.
356         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
357         marked to avoid plt entry.
359 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
361         [BZ #14112]
362         * Makeconfig (default-abi): New macro.
363         (abi-includes): Likewise.
364         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
365         $(abi-$(default-abi)-lib-soname) for soname if defined.
366         ($(common-objpfx)gnu/lib-names.stmp): Generate from
367         abi-variants.
368         * Makefile (installed-stubs): Likewise.
369         * include/stubs-biarch.h: Removed.
370         * scripts/lib-names.awk: Only handle one library at a time.
371         * scripts/soversions.awk: Remove WORDSIZE support.
372         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
373         entries.
374         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
375         Removed.
376         (syscall-list-default-condition): Likewise.
377         (syscall-list-default-condition): Likewise.
378         (syscall-list-includes): Likewise.
379         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
380         syscall-list-* with abi-*.  Handle undefined abi-variants.
381         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
382         * sysdeps/unix/sysv/linux/i386/Implies: New file.
383         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
384         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
385         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
386         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
387         Removed.
388         (syscall-list-32-options): Likewise.
389         (syscall-list-32-condition): Likewise.
390         (syscall-list-64-options): Likewise.
391         (syscall-list-64-condition): Likewise.
392         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
393         macro.
394         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
395         Renamed to ...
396         (abi-*): This.
397         (abi-64-ld-soname): New macro.
398         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
399         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
400         Renamed to ...
401         (abi-*): This.
402         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
403         * sysdeps/x86_64/x32/shlib-versions: Likewise.
405 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
407         * sysdeps/unix/sysv/linux/kernel-features.h
408         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
409         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
410         include <kernel-features.h>.
411         [!__NR_ftruncate64]: Remove conditional code.
412         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
413         [__NR_ftruncate64]: Make code unconditional.
414         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
415         * sysdeps/unix/sysv/linux/truncate64.c: Do not
416         include <kernel-features.h>.
417         [!__NR_ftruncate64]: Remove conditional code.
418         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
419         [__NR_ftruncate64]: Make code unconditional.
420         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
422         include <kernel-features.h>.
423         [!__NR_ftruncate64]: Remove conditional code.
424         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
425         [__NR_ftruncate64]: Make code unconditional.
426         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
428         include <kernel-features.h>.
429         [!__NR_ftruncate64]: Remove conditional code.
430         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
431         [__NR_ftruncate64]: Make code unconditional.
432         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
434         * configure.in (libc_cv_fpie): Weaken to a compile test using
435         LIBC_TRY_CC_OPTION.
436         * configure: Regenerated.
438 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
440         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
441         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
442         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
443         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
444         Refreshed.
445         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
446         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
447         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
448         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
449         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
450         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
451         Refreshed.
453 2012-05-27  David S. Miller  <davem@davemloft.net>
455         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
456         (___Q_zero): New.
457         (__Q_simulate_exceptions): Return void.  Change to simulate
458         exceptions by writing into the %fsr.
459         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
460         (__Qp_handle_exceptions): Likewise.
461         (numbers): Delete.
462         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
463         __Qp_handle_exceptions.
464         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
465         __Qp_handle_exceptions.
466         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
467         as unused and give dummy FP_RND_NEAREST initializer.
468         (FP_INHIBIT_RESULTS): Define.
469         (___Q_simulate_exceptions): Update declaration.
470         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
471         formatting.
472         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
473         as unused and give dummy FP_RND_NEAREST initializer.
474         (__Qp_handle_exceptions): Update declaration.
475         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
476         formatting.
478 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
480         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
481         the temporary FPU control word.
482         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
483         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
484         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
485         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
486         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
487         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
488         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
489         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
490         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
491         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
492         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
494 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
496         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
497         fields.
499 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
501         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
502         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
503         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
504         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
505         Likewise.
506         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
507         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
508         Likewise.
510 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
512         * po/h.po: Update from translation team.
514 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
516         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
518         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
519         handling of denormals.
520         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
521         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
522         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
523         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
524         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
525         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
526         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
527         Likewise.
529 2012-05-26  Marek Polacek  <polacek@redhat.com>
531         [BZ #14152]
532         * math/libm-test.inc (fma_test): Don't always expect underflow
533         exception.
535 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
537         [BZ #12416]
538         * elf/tst-execstack.c: Include stackinfo.h.
539         (do_test): Adjust test case to ensure that pthread_getattr_np
540         behaviour remains the same after marking stack executable.
542 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
544         * sysdeps/unix/sysv/linux/kernel-features.h
545         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
546         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
547         kernel-features.h.
548         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
549         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
550         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
551         kernel-features.h.
552         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
553         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
555 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
557         * configure.in: Define the default includes to being none.
558         * configure: Regenerated.
560 2012-05-25  Roland McGrath  <roland@hack.frob.com>
562         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
563         * sysdeps/x86_64/setjmp.S: Likewise.
564         * sysdeps/i386/bsd-setjmp.S: Likewise.
565         * sysdeps/i386/bsd-_setjmp.S: Likewise.
566         * sysdeps/i386/setjmp.S: Likewise.
567         * sysdeps/i386/__longjmp.S: Likewise.
568         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
569         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
571         * include/stap-probe.h: New file.
572         * configure.in: Handle --enable-systemtap.
573         * configure: Regenerated.
574         * config.h.in (USE_STAP_PROBE): New #undef.
575         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
576         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
577         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
579 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
581         [BZ #13717]
582         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
583         to 2.4.0 where earlier.
584         * sysdeps/unix/sysv/linux/configure: Regenerated.
585         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
586         <kernel-features.h>.
587         [__ASSUME_32BITUIDS]: Make code unconditional.
588         [!__ASSUME_32BITUIDS]: Remove conditional code.
589         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
590         <kernel-features.h>.
591         [__ASSUME_32BITUIDS]: Make code unconditional.
592         [!__ASSUME_32BITUIDS]: Remove conditional code.
593         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
594         [__ASSUME_32BITUIDS]: Make code unconditional.
595         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
596         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
597         <kernel-features.h>.
598         [__ASSUME_32BITUIDS]: Make code unconditional.
599         [!__ASSUME_32BITUIDS]: Remove conditional code.
600         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
601         <kernel-features.h>.
602         [__ASSUME_32BITUIDS]: Make code unconditional.
603         [!__ASSUME_32BITUIDS]: Remove conditional code.
604         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
605         <kernel-features.h>.
606         [__ASSUME_32BITUIDS]: Make code unconditional.
607         [!__ASSUME_32BITUIDS]: Remove conditional code.
608         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
609         <kernel-features.h>.
610         [__ASSUME_32BITUIDS]: Make code unconditional.
611         [!__ASSUME_32BITUIDS]: Remove conditional code.
612         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
613         <kernel-features.h>.
614         [__ASSUME_32BITUIDS]: Make code unconditional.
615         [!__ASSUME_32BITUIDS]: Remove conditional code.
616         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
617         <kernel-features.h>.
618         [__ASSUME_32BITUIDS]: Make code unconditional.
619         [!__ASSUME_32BITUIDS]: Remove conditional code.
620         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
621         <kernel-features.h>.
622         [__ASSUME_32BITUIDS]: Make code unconditional.
623         [!__ASSUME_32BITUIDS]: Remove conditional code.
624         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
625         <kernel-features.h>.
626         [__ASSUME_32BITUIDS]: Make code unconditional.
627         [!__ASSUME_32BITUIDS]: Remove conditional code.
628         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
629         <kernel-features.h>.
630         [__ASSUME_32BITUIDS]: Make code unconditional.
631         [!__ASSUME_32BITUIDS]: Remove conditional code.
632         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
633         <kernel-features.h>.
634         [__ASSUME_32BITUIDS]: Make code unconditional.
635         [!__ASSUME_32BITUIDS]: Remove conditional code.
636         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
637         <kernel-features.h>.
638         [__NR_setresgid] (__setresgid): Do not declare.
639         [__ASSUME_32BITUIDS]: Make code unconditional.
640         [!__ASSUME_32BITUIDS]: Remove conditional code.
641         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
642         <kernel-features.h>.
643         [__NR_setresuid] (__setresuid): Do not declare.
644         [__ASSUME_32BITUIDS]: Make code unconditional.
645         [!__ASSUME_32BITUIDS]: Remove conditional code.
646         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
647         <kernel-features.h>.
648         [__ASSUME_32BITUIDS]: Make code unconditional.
649         [!__ASSUME_32BITUIDS]: Remove conditional code.
650         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
651         <kernel-features.h>.
652         [__ASSUME_32BITUIDS]: Make code unconditional.
653         [!__ASSUME_32BITUIDS]: Remove conditional code.
654         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
655         <kernel-features.h>.
656         [__ASSUME_32BITUIDS]: Make code unconditional.
657         [!__ASSUME_32BITUIDS]: Remove conditional code.
658         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
659         <kernel-features.h>.
660         [__ASSUME_32BITUIDS]: Make code unconditional.
661         [!__ASSUME_32BITUIDS]: Remove conditional code.
662         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
663         <kernel-features.h>.
664         [__ASSUME_32BITUIDS]: Make code unconditional.
665         [!__ASSUME_32BITUIDS]: Remove conditional code.
666         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
667         <kernel-features.h>.
668         [__ASSUME_32BITUIDS]: Make code unconditional.
669         [!__ASSUME_32BITUIDS]: Remove conditional code.
670         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
671         <kernel-features.h>.
672         [__ASSUME_32BITUIDS]: Make code unconditional.
673         [!__ASSUME_32BITUIDS]: Remove conditional code.
674         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
675         <kernel-features.h>.
676         [__ASSUME_32BITUIDS]: Make code unconditional.
677         [!__ASSUME_32BITUIDS]: Remove conditional code.
678         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
679         <kernel-features.h>.
680         [__ASSUME_32BITUIDS]: Make code unconditional.
681         [!__ASSUME_32BITUIDS]: Remove conditional code.
682         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
683         <kernel-features.h>.
684         [__ASSUME_32BITUIDS]: Make code unconditional.
685         [!__ASSUME_32BITUIDS]: Remove conditional code.
686         * sysdeps/unix/sysv/linux/kernel-features.h
687         (__ASSUME_SETRESUID_SYSCALL): Remove.
688         (__ASSUME_SETRESGID_SYSCALL): Likewise.
689         (__ASSUME_32BITUIDS): Likewise.
690         (__ASSUME_LDT_WORKS): Likewise.
691         (__ASSUME_O_DIRECTORY): Likewise.
692         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
693         architecture but not kernel version.
694         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
695         (__ASSUME_MMAP2_SYSCALL): Likewise.
696         (__ASSUME_STAT64_SYSCALL): Likewise.
697         (__ASSUME_IPC64): Likewise.
698         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
699         <kernel-features.h>.
700         [__ASSUME_32BITUIDS]: Make code unconditional.
701         [!__ASSUME_32BITUIDS]: Remove conditional code.
702         * sysdeps/unix/sysv/linux/opendir.c: Do not include
703         <kernel-features.h>.
704         [__ASSUME_O_DIRECTORY]: Make code unconditional.
705         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
706         132096]: Remove conditional code.
707         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
708         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
709         <kernel-features.h>.
710         [__ASSUME_32BITUIDS]: Make code unconditional.
711         [!__ASSUME_32BITUIDS]: Remove conditional code.
712         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
713         <kernel-features.h>.
714         [__ASSUME_32BITUIDS]: Make code unconditional.
715         [!__ASSUME_32BITUIDS]: Remove conditional code.
716         * sysdeps/unix/sysv/linux/setegid.c: Do not include
717         <kernel-features.h>.
718         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
719         unconditional.
720         (__setresgid): Do not declare.
721         [__ASSUME_32BITUIDS]: Make code unconditional.
722         [!__ASSUME_32BITUIDS]: Remove conditional code.
723         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
724         <kernel-features.h>.
725         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
726         unconditional.
727         (__setresuid): Do not declare.
728         [__ASSUME_32BITUIDS]: Make code unconditional.
729         [!__ASSUME_32BITUIDS]: Remove conditional code.
730         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
731         <kernel-features.h>.
732         [__ASSUME_32BITUIDS]: Make code unconditional.
733         [!__ASSUME_32BITUIDS]: Remove conditional code.
734         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
735         <kernel-features.h>.
736         [__ASSUME_32BITUIDS]: Make code unconditional.
737         [!__ASSUME_32BITUIDS]: Remove conditional code.
739 2012-05-25  Richard Henderson  <rth@twiddle.net>
741         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
742         dl_hwcap to ifunc resolver.
743         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
744         elf_ifunc_invoke.
745         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
746         dl_hwcap to ifunc resolver.
747         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
749 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
751         [BZ #14153]
752         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
753         for |x| <= 2**-26, not 2**-57.
754         * math/libm-test.inc (acos_test): Do not allow spurious underflow
755         exception.
757 2012-05-24  Jeff Law  <law@redhat.com>
759         * stdio-common/Makefile (tests): Add bug25.
760         * stdio-common/bug25.c: New test.
762 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
764         [BZ #13576]
765         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
766         multiple of MALLOC_ALIGNMENT in size.
767         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
769 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
771         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
772         Require >= 256.
773         (FILENAME_MAX): Use macro-int-constant.
774         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
775         (_IOFBF): Use macro-int-constant.
776         (_IOLBF): Likewise.
777         (_IONBF): Likewise.
778         (SEEK_CUR): Likewise.
779         (SEEK_END): Likewise.
780         (SEEK_SET): Likewise.
781         (TMP_MAX): Likewise.
782         (EOF): Use macro-int-constant.  Require < 0.
783         (NULL): Use macro-constant.  Require == 0.
784         (stdin): Require type to be FILE *.
785         (stdout): Likewise.
786         (stderr): Likewise.
787         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
788         macro-int-constant.
789         (EXIT_SUCCESS): Likewise.
790         (NULL): Use macro-constant.  Require == 0.
791         (RAND_MAX): Use macro-int-constant.
792         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
793         [C99-based standards] (strtof): Require function.
794         [C99-based standards] (strtold): Likewise.
795         [C99-based standards] (strtoll): Likewise.
796         [C99-based standards] (strtoull): Likewise.
797         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
798         [ISO || ISO99 || ISO11] (limits.h): Likewise.
799         [ISO || ISO99 || ISO11] (math.h): Likewise.
800         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
801         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
802         [ISO || ISO99 || ISO11] (*_t): Do not allow.
804 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
806         [BZ #14132]
807         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
808         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
809         * intl/dgettext.c (DCGETTEXT): Likewise.
810         * intl/gettext.c (DCGETTEXT): Likewise.
811         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
812         * posix/regex_internal.h (gettext): Likewise.
813         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
814         Remove declaration.
815         * include/argz.h (__argz_count_internal)
816         (__argz_stringify_internal): Remove declaration.
817         (__argz_count, __argz_stringify): Declare hidden proto.
818         * intl/dcgettext.c: Remove use of INTDEF.
819         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
820         * string/argz-stringify.c: Likewise.
821         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
822         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
823         Declare hidden proto.
824         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
825         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
826         Declare hidden proto.
827         * include/stdio.h (__asprintf_internal): Don't declare.
828         (__asprintf): Don't define as macro.  Declare hidden proto.
829         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
830         (__fsetlocking): Declare hidden proto.
831         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
832         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
833         hidden proto.
834         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
835         (_IO_setlinebuf): Remove use of INTUSE.
836         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
837         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
838         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
839         Remove declaration.
840         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
841         (_IO_do_flush): Remove use of INTUSE.
842         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
843         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
844         (_IO_adjust_column, _IO_least_wmarker)
845         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
846         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
847         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
848         (_IO_default_doallocate, _IO_wdefault_doallocate)
849         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
850         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
851         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
852         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
853         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
854         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
855         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
856         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
857         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
858         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
859         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
860         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
861         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
862         proto.
863         (_IO_flush_all_internal, _IO_adjust_column_internal)
864         (_IO_default_uflow_internal, _IO_default_finish_internal)
865         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
866         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
867         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
868         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
869         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
870         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
871         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
872         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
873         (_IO_file_close_internal, _IO_file_close_it_internal)
874         (_IO_file_underflow_internal, _IO_file_overflow_internal)
875         (_IO_file_init_internal, _IO_file_attach_internal)
876         (_IO_file_fopen_internal, _IO_file_read_internal)
877         (_IO_file_sync_internal, _IO_file_seek_internal)
878         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
879         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
880         (_IO_str_underflow_internal, _IO_str_overflow_internal)
881         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
882         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
883         (_IO_list_all_internal, _IO_link_in_internal)
884         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
885         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
886         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
887         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
888         (_IO_do_write_internal, _IO_padn_internal)
889         (_IO_getline_info_internal, _IO_getline_internal)
890         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
891         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
892         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
893         (_IO_vfscanf_internal, _IO_vfprintf_internal)
894         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
895         (_IO_init_internal, _IO_un_link_internal): Don't declare.
896         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
897         with libc_hidden_ver, remove use of INTUSE.
898         * libio/genops.c: Likewise.
899         * libio/freopen.c: Likewise.
900         * libio/freopen64.c: Likewise.
901         * libio/iofclose.c: Likewise.
902         * libio/iofdopen.c: Likewise.
903         * libio/iofflush.c: Likewise.
904         * libio/iofflush_u.c: Likewise.
905         * libio/iofgets.c: Likewise.
906         * libio/iofgets_u.c: Likewise.
907         * libio/iofopen.c: Likewise.
908         * libio/iofopncook.c: Likewise.
909         * libio/iofread.c: Likewise.
910         * libio/iofread_u.c: Likewise.
911         * libio/ioftell.c: Likewise.
912         * libio/iofwrite.c: Likewise.
913         * libio/iogetline.c: Likewise.
914         * libio/iogets.c: Likewise.
915         * libio/iogetwline.c: Likewise.
916         * libio/iopadn.c: Likewise.
917         * libio/iopopen.c: Likewise.
918         * libio/ioseekoff.c: Likewise.
919         * libio/ioseekpos.c: Likewise.
920         * libio/iosetbuffer.c: Likewise.
921         * libio/iosetvbuf.c: Likewise.
922         * libio/ioungetc.c: Likewise.
923         * libio/ioungetwc.c: Likewise.
924         * libio/iovdprintf.c: Likewise.
925         * libio/iovsprintf.c: Likewise.
926         * libio/iovsscanf.c: Likewise.
927         * libio/memstream.c: Likewise.
928         * libio/obprintf.c: Likewise.
929         * libio/oldfileops.c: Likewise.
930         * libio/oldiofclose.c: Likewise.
931         * libio/oldiofdopen.c: Likewise.
932         * libio/oldiofopen.c: Likewise.
933         * libio/oldiopopen.c: Likewise.
934         * libio/oldstdfiles.c: Likewise.
935         * libio/putc.c: Likewise.
936         * libio/setbuf.c: Likewise.
937         * libio/setlinebuf.c: Likewise.
938         * libio/stdfiles.c: Likewise.
939         * libio/strops.c: Likewise.
940         * libio/vasprintf.c: Likewise.
941         * libio/vscanf.c: Likewise.
942         * libio/vsnprintf.c: Likewise.
943         * libio/vswprintf.c: Likewise.
944         * libio/wfiledoalloc.c: Likewise.
945         * libio/wfileops.c: Likewise.
946         * libio/wgenops.c: Likewise.
947         * libio/wmemstream.c: Likewise.
948         * libio/wstrops.c: Likewise.
949         * libio/__fpurge.c: Likewise.
950         * libio/__fsetlocking.c: Likewise.
951         * assert/assert.c: Likewise.
952         * debug/fgets_chk.c: Likewise.
953         * debug/fgets_u_chk.c: Likewise.
954         * debug/fread_chk.c: Likewise.
955         * debug/fread_u_chk.c: Likewise.
956         * debug/gets_chk.c: Likewise.
957         * debug/obprintf_chk.c: Likewise.
958         * debug/vasprintf_chk.c: Likewise.
959         * debug/vdprintf_chk.c: Likewise.
960         * debug/vsnprintf_chk.c: Likewise.
961         * debug/vsprintf_chk.c: Likewise.
962         * malloc/mtrace.c: Likewise.
963         * misc/error.c: Likewise.
964         * misc/syslog.c: Likewise.
965         * stdio-common/asprintf.c: Likewise.
966         * stdio-common/fxprintf.c: Likewise.
967         * stdio-common/getw.c: Likewise.
968         * stdio-common/isoc99_fscanf.c: Likewise.
969         * stdio-common/isoc99_scanf.c: Likewise.
970         * stdio-common/isoc99_vfscanf.c: Likewise.
971         * stdio-common/isoc99_vscanf.c: Likewise.
972         * stdio-common/isoc99_vsscanf.c: Likewise.
973         * stdio-common/printf-prs.c: Likewise.
974         * stdio-common/printf_fp.c: Likewise.
975         * stdio-common/printf_fphex.c: Likewise.
976         * stdio-common/printf_size.c: Likewise.
977         * stdio-common/putw.c: Likewise.
978         * stdio-common/scanf.c: Likewise.
979         * stdio-common/sprintf.c: Likewise.
980         * stdio-common/tmpfile.c: Likewise.
981         * stdio-common/vfprintf.c: Likewise.
982         * stdio-common/vfscanf.c: Likewise.
983         * stdlib/strfmon_l.c: Likewise.
984         * sunrpc/openchild.c: Likewise.
985         * sunrpc/xdr_stdio.c: Likewise.
986         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
987         * sysdeps/mach/hurd/tmpfile.c: Likewise.
989 2012-05-24  Roland McGrath  <roland@hack.frob.com>
991         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
993         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
994         in the third column, to generate for the shared library an IFUNC
995         that uses _dl_vdso_vsym.
996         * Makerules (COMPILE.c, compile-stdin.c): New variables.
997         * Makeconfig (object-suffixes-noshared): New variable.
999         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
1000         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
1001         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
1002         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
1004         [BZ #14132]
1005         * include/sys/time.h (__gettimeofday): Remove macro.
1006         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
1007         * time/gettimeofday.c (__gettimeofday): Remove #undef.
1008         Remove INTDEF.
1009         (__gettimeofday): Add libc_hidden_def.
1010         (gettimeofday): Add libc_hidden_weak.
1011         * sysdeps/mach/gettimeofday.c: Likewise.
1012         * sysdeps/posix/gettimeofday.c: Likewise.
1013         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
1014         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
1015         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
1016         (__gettimeofday_internal): Remove strong_alias.
1017         (__gettimeofday): Add libc_hidden_def.
1018         (gettimeofday): Add libc_hidden_weak.
1019         * sysdeps/unix/syscalls.list (gettimeofday):
1020         Remove __gettimeofday_internal alias.
1022 2012-05-24  Daniel Jacobowitz  <drow@false.org>
1023             H.J. Lu  <hongjiu.lu@intel.com>
1025         [BZ #12495]
1026         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
1027         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
1028         (largebin_index_32_big): New.
1029         (largebin_index): Use it for 16-byte alignment.
1030         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
1031         correction with front_misalign.
1033 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
1035         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
1036         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
1037         Likewise.
1038         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
1039         Likewise.
1040         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
1041         Likewise.
1042         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
1043         Likewise.
1044         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
1045         Likewise.
1046         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
1047         Likewise.
1048         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
1049         Likewise.
1050         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
1051         Likewise.
1052         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
1053         Likewise.
1054         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
1055         Likewise.
1056         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
1057         Likewise.
1058         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
1059         Likewise.
1061         * scripts/data/c++-types-x32-linux-gnu.data: New file.
1062         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
1064 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
1066         [BZ #10846]
1067         [BZ #14036]
1068         * math/libm-test.inc (exp_test): Add test from bug 14036.
1069         (pow_test): Add test from bug 10846.
1071         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
1072         and other flags.
1073         (special_function): Do not include flags in test name.
1074         (parse_args): Likewise.
1075         * sysdeps/i386/fpu/libm-test-ulps: Update.
1076         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
1077         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
1078         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
1079         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1081         * math/gen-libm-test.pl (%beautify): Add entries for underflow
1082         exceptions.
1083         * math/libm-test.inc ("Philosophy"): Update comment about
1084         exception testing.
1085         (UNDERFLOW_EXCEPTION): New macro.
1086         (UNDERFLOW_EXCEPTION_OK): Likewise.
1087         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
1088         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
1089         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
1090         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
1091         (INVALID_EXCEPTION_OK): Update value.
1092         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
1093         (OVERFLOW_EXCEPTION_OK): Likewise.
1094         (IGNORE_ZERO_INF_SIGN): Likewise.
1095         (test_exceptions): Handle underflow exceptions.
1096         (acos_test): Update for underflow exception expectations.
1097         (cexp_test): Likewise.
1098         (clog_test): Likewise.
1099         (clog10_test): Likewise.
1100         (csqrt_test): Likewise.
1101         (ctan_test): Likewise.
1102         (ctanh_test): Likewise.
1103         (exp_test): Likewise.
1104         (exp10_test): Likewise.
1105         (exp2_test): Likewise.
1106         (expm1_test): Likewise.
1107         (fma_test): Likewise.
1108         (j0_test): Likewise.
1109         (jn_test): Likewise.
1110         (nexttoward_test): Likewise.
1111         (pow_test): Likewise.
1112         (scalbn_test): Likewise.
1113         (scalbln_test): Likewise.
1114         (tan_test): Likewise.
1115         (y1_test): Likewise.
1116         * sysdeps/i386/fpu/libm-test-ulps: Update.
1117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1119 2012-05-23  David S. Miller  <davem@davemloft.net>
1121         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
1122         (__libc_sigaction): Remove unused local variables.
1124 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
1126         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
1128 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
1130         mktime: avoid signed integer overflow
1131         * time/mktime.c (__mktime_internal): Do not mishandle the case
1132         where diff == INT_MIN.
1134         mktime: simplify computation of average
1135         * time/mktime.c (ranged_convert): Use new time_t_avg function
1136         instead of rolling our own (probably-slower) code.
1138         mktime: do not assume signed right shift propagates sign bit
1139         * time/mktime.c (isdst_differ): New static function.
1140         (__mktime_internal): No need to normalize tm_isdst now.
1141         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
1142         tm_isdst values.
1144         mktime: merge another wrapv change from gnulib
1145         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
1146         from some compilers.
1148         mktime: remove incorrect attempt at unusual arithmetics
1149         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
1150         The code didn't really work on such machines anyway.
1151         (TYPE_MINIMUM): Assume two's complement.
1152         (twos_complement_arithmetic): Verify that long_int and time_t
1153         are two's complement (or unsigned, in the latter case).
1155         mktime: check signed shifts on long_int and time_t, too
1156         * time/mktime.c (SHR): Check that shifts work as desired
1157         on the types long_int and time_t too, as SHR is used on
1158         such types.
1160         mktime: do not assume 'long' is wide enough
1161         * time/mktime.c (verify): Move decl up.
1162         (long_int): New type.
1163         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
1164         to remove assumption in the code that 'long' is wide enough to
1165         store year values.  This assumption is not true on x32 and on
1166         some non-glibc platforms.
1168         mktime: merge wrapv change from gnulib
1169         * time/mktime.c (WRAPV): New macro.
1170         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
1171         (guess_time_tm, __mktime_internal): Do not assume that signed
1172         integer overflow wraps around; modern compilers generate code
1173         where this assumption is no longer valid.
1175 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
1177         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
1178         Replace "jmp L(pseudo_end)" with "ret".
1179         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
1180         Likewise.
1182 2012-05-23  Andreas Jaeger  <aj@suse.de>
1184         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
1185         * sysdeps/unix/sysv/linux/poll.c: Remove file.
1187 2012-05-23  Andreas Jaeger  <aj@suse.de>
1188             Maximilian Attems  <max@stro.at>
1190         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
1191         New macros.
1193 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
1195         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
1196         code so that pseudo_end is just ret and the stack pointer is
1197         correct also for static library in error case.
1199 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
1201         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
1202         move to syscalls.list.
1203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
1204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
1205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
1206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
1208         * manual/install.texi (Running make install): Do not mention Linux
1209         kernel version for which pt_chown is not needed.
1210         (Linux): Do not mention problems with nscd with 2.0 kernels.
1211         * INSTALL: Regenerated.
1213 2012-05-23  Andreas Jaeger  <aj@suse.de>
1215         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
1216         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
1217         macro.
1218         * sysdeps/unix/sysv/linux/s390/bits/mman.h
1219         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1220         * sysdeps/unix/sysv/linux/sh/bits/mman.h
1221         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1222         * sysdeps/unix/sysv/linux/i386/bits/mman.h
1223         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1224         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
1225         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1226         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
1227         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1228         * sysdeps/unix/sysv/linux/bits/in.h
1229         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
1231 2012-05-22  Roland McGrath  <roland@hack.frob.com>
1233         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
1234         (PREPARE_VERSION): Just use assert instead, it will be elided
1235         under [NDEBUG] anyway.
1237 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1239         * sysdeps/unix/sysv/linux/Makefile: Include
1240         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
1241         (sysdep_routines): Remove sysctl.
1242         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
1243         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
1244         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
1245         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
1246         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
1248 2012-05-22  Andreas Jaeger  <aj@suse.de>
1250         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
1251         that pseudo_end is just ret and the stack pointer is correct also
1252         for static library in error case.
1254 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1256         [BZ #14122]
1257         * nss/nsswitch.c (defconfig_entries): New variable.
1258         (__nss_database_lookup): Don't leak defconfig entries.
1259         (nss_parse_service_list): Don't leak on error paths.
1260         (free_database_entries): New function.
1261         (free_defconfig): New function.
1262         (free_mem): Move common code to free_database_entries.
1264 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1266         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
1267         Add arch_prctl.
1268         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
1270         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1271         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
1272         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
1273         New macro.
1274         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
1275         (INTERNAL_SYSCALL_TYPES): Likewise.
1276         (LOAD_ARGS_TYPES_[1-6]): Likewise.
1277         (LOAD_REGS_TYPES_[1-6]): Likewise.
1278         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
1279         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
1281 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1283         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
1284         copysignl for GLIBC_2_0.
1285         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
1286         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
1287         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
1288         logbl for GLIBC_2_0.
1289         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1290         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1292 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1294         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
1295         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
1297         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
1298         Use "neg %eax".
1300         * time/mktime.c: Update copyright years.
1302 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
1304         mktime: merge comment-quoting-style change from gnulib
1305         * time/mktime.c: Quote 'like this' in comments.
1306         The GNU coding standards suggest that we no longer quote `like this',
1307         as "`" and "'" are typically rendered asymmetrically nowadays.
1308         The typical gnulib style is to quote 'like this' when quoting
1309         code, and "like this" when quoting English.
1311         * time/mktime.c (compile-command): Add "-I.".
1313         mktime: merge mktime-internal.h change from gnulib
1314         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
1316         mktime: merge time_r change from gnulib
1317         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
1319         mktime: merge DEBUG change from gnulib
1320         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
1321         case system <time.h> has a #define.
1323         mktime: merge <sys/types.h> change from gnulib
1324         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
1325         since <time.t> is now guaranteed to define time_t.
1327         mktime: merge HAVE_CONFIG_H change from gnulib
1328         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
1330 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1332         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
1333         Use "neg %eax".
1335         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
1336         __rlim_t cast.
1337         (struct rusage): Use anonymous union to pad each field to
1338         __syscall_slong_t.
1340 2012-05-21  David S. Miller  <davem@davemloft.net>
1342         * Makefules (o-iterator): Remove .s cases.
1343         (compile-command.s): Delete.
1344         (COMPILE.s): Delete.
1345         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
1347 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
1349         * configure.in (libc_cv_predef_stack_protector): Only consider
1350         "foobar" and "__stack_chk_fail" lines in libc_undefs.
1351         * configure: Regenerated.
1353 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1355         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
1356         New macro.  Use R*LP on int and pointer.
1357         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
1358         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
1359         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
1360         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
1362         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
1363         [__WORDSIZE_TIME64_COMPAT32] instead of
1364         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
1365         (struct utmp): Likewise.
1366         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
1367         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
1368         Renamed to ...
1369         (__WORDSIZE_TIME64_COMPAT32): This.
1370         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
1371         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
1372         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
1373         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
1374         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
1375         (__WORDSIZE_TIME64_COMPAT32): New macro.
1377 2012-05-21  Andreas Jaeger  <aj@suse.de>
1379         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
1380         only if [SHARED]. Add prototype for __wcschr_ia32.
1382 2012-05-21  Roland McGrath  <roland@hack.frob.com>
1384         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
1385         of %rbp unmolested in the jmp_buf while mangling the low bits.
1386         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
1387         unmolested high bits of %rbp while demangling the low bits.
1388         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
1390 2012-05-21  Andreas Jaeger  <aj@suse.de>
1392         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
1393         * sunrpc/svc_simple.c: Use it for registerrpc.
1394         * sunrpc/xcrypt.c: Use it for passwd2des.
1396         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
1398 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1400         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
1401         Don't define if [__SYSCALL_WORDSIZE != 32].
1402         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
1403         New macro.
1405 2012-05-21  Bruno Haible  <bruno@clisp.org>
1406             Andreas Jaeger  <aj@suse.de>
1408         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
1409         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
1410         inptr and inend for must_buffer_ch.
1411         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
1412         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
1413         * stdio-common/Makefile (tests): Remove bug15.
1414         (bug15-ENV): Remove macro.
1415         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
1416         anymore.
1418 2012-05-19  Andreas Jaeger  <aj@suse.de>
1419             Roland McGrath  <roland@hack.frob.com>
1421         * manual/contrib.texi: Completely rewritten. It contains now an
1422         alphabetical list of contributors and their contributions.
1424 2012-05-21  Richard Henderson  <rth@twiddle.net>
1426         * misc/getauxval.c (__getauxval): Use unsigned long int.
1427         * misc/sys/auxv.h: Include <sys/cdefs.h>.
1428         (getauxval): Use unsigned long int.
1430 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1432         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
1434 2012-05-21  Roland McGrath  <roland@hack.frob.com>
1436         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
1437         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
1438         __alignof__ (long double).
1440 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1442         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1444 2012-05-20  Richard Henderson  <rth@twiddle.net>
1446         * misc/getauxval.c: New file.
1447         * misc/sys/auxv.h: New file.
1448         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
1449         (routines): Add getauxval.
1450         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
1451         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
1452         * elf/dl-sysdep.c (_dl_auxv): Remove.
1453         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
1454         * elf/dl-support.c (_dl_auxv): New variable.
1455         (_dl_aux_init): Initialize it.
1456         * manual/startup.texi (Auxiliary Vector): New node.
1457         * sysdeps/generic/bits/hwcap.h: New file.
1458         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
1459         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
1460         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
1461         * sysdeps/sparc/sysdep.h: ... here.  Include it.
1462         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
1463         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
1464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
1465         Update.
1466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
1467         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
1468         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
1469         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
1470         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
1471         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
1472         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
1473         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
1475 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1477         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1479 2012-05-19  David S. Miller  <davem@davemloft.net>
1481         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1483 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
1485         [BZ #14123]
1486         * math/s_ccosh.c: Include <float.h>
1487         (__ccosh): Avoid internal overflow calculating sinh and cosh
1488         values before multiplying by sin and cos values.
1489         * math/s_ccoshf.c: Likewise.
1490         * math/s_ccoshl.c: Likewise.
1491         * math/s_csin.c: Likewise.
1492         * math/s_csinf.c: Likewise.
1493         * math/s_csinl.c: Likewise.
1494         * math/s_csinh.c: Likewise.
1495         * math/s_csinhf.c: Likewise.
1496         * math/s_csinhl.c: Likewise.
1497         * math/libm-test.inc (ccos_test): Add more tests.
1498         (ccosh_test): Likewise.
1499         (csin_test): Likewise.
1500         (csinh_test): Likewise.
1501         * sysdeps/i386/fpu/libm-test-ulps: Update.
1502         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1504 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
1506         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
1507         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
1509         * sysdeps/x86_64/x32/_itoa.h: Add comment.
1511 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
1513         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
1514         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
1515         * sysdeps/powerpc/soft-fp/Versions: Likewise.
1516         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
1517         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
1518         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
1519         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
1520         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
1521         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
1522         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
1523         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
1524         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
1525         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
1526         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
1527         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
1528         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
1529         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
1530         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
1531         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
1532         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
1533         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
1534         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
1535         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
1536         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
1537         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
1538         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
1539         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
1540         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
1541         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
1542         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
1543         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
1545 2012-05-18  Andreas Jaeger  <aj@suse.de>
1547         * csu/.gitignore: Delete.
1549 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
1551         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
1552         (timex): Use __syscall_slong_t.
1554 2012-05-18  Andreas Jaeger  <aj@suse.de>
1555             Carlos O'Donell  <carlos_odonell@mentor.com>
1557         * manual/install.texi (Configuring and compiling): Update
1558         description about files modified in the source directory.
1559         * INSTALL: Regenerated.
1561 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
1563         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
1564         value.  Use "or" to set return value to -1.
1565         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
1566         negate return value.
1568 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
1570         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
1571         CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
1572         failure if the compiler has Graphite support disabled.
1573         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
1574         Likewise.
1575         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
1576         CFLAGS-memmove.c): Likewise.
1577         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
1578         Likewise.
1580 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
1582         * sysdeps/x86_64/x32/_itoa.h: New file.
1584         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
1585         getdents system call only if kernel and user dirents have the
1586         same d_ino and d_off.
1588         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
1589         LLONG_MAX != LONG_MAX.
1590         (_itoa_word): Use _ITOA_WORD_TYPE on value.
1591         (_fitoa_word): Likewise.
1593         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
1594         years.
1595         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
1596         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
1597         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
1599         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
1600         include <bits/wordsize.h>.  Check __x86_64__ instead of
1601         __WORDSIZE.
1602         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
1603         if __x86_64__ is defined.  Use anonymous union on fpstate.
1605         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
1606         anonymous union.
1608 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
1610         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
1611         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
1612         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
1613         Refer to _rtld_local_ro instead of _rtld_global_ro.
1614         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
1615         Likewise.
1616         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
1617         Likewise.
1618         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
1619         Likewise.
1620         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
1621         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
1622         of _rtld_global, and rtld_progname instead of _dl_argv[0].
1624         * sysdeps/powerpc/powerpc32/dl-machine.c
1625         (__elf_machine_runtime_setup) [PROF]: Don't reference
1626         _dl_prof_resolve.
1628 2012-05-18  Andreas Jaeger  <aj@suse.de>
1630         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
1631         function only available for GCCs before 3.4 since GCC 3.4
1632         introduced a builtin.
1633         (lrint): Likewise.
1634         (llrintf): Likewise.
1635         (llrint): Likewise.
1636         (fmaxf): Likewise.
1637         (fmax): Likewise.
1638         (fminf): Likewise.
1639         (fmin): Likewise.
1640         (rint): Likewise.
1641         (rintf): Likewise.
1642         (nearbyint): Likewise.
1643         (nearbyintf): Likewise.
1644         (ceil): Likewise.
1645         (ceilf): Likewise.
1646         (floor): Likewise.
1647         (floorf): Likewise.
1649 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
1651         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
1652         on both fields and cast pointer to __syscall_ulong_t.
1654         * bits/types.h (__fsword_t): New type.
1655         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
1656         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
1657         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
1658         (__FSWORD_T_TYPE): Likewise.
1659         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
1660         (__FSWORD_T_TYPE): Likewise.
1661         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
1662         (__FSWORD_T_TYPE): Likewise.
1663         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
1664         (__FSWORD_T_TYPE): Likewise.
1665         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
1666         __SWORD_TYPE with __fsword_t.
1667         (statfs64): Likewise.
1669 2012-05-17  David S. Miller  <davem@davemloft.net>
1671         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
1673 2012-05-17  Andreas Jaeger  <aj@suse.de>
1675         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
1676         warning.
1678 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
1680         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
1682 2012-05-17  Andreas Jaeger  <aj@suse.de>
1684         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
1685         when it is used.
1687 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
1689         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
1691 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
1693         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
1694         * sysdeps/x86_64/tst-mallocalign1.c: New file.
1696 2012-05-17  Andreas Jaeger  <aj@suse.de>
1697             Carlos O'Donell  <carlos_odonell@mentor.com>
1699         [BZ #14059]
1700         * sysdeps/x86_64/multiarch/init-arch.h
1701         (bit_YMM_Usable): Rename to...
1702         (bit_AVX_Usable): ... this.
1703         (bit_FMA4_Usable): New macro.
1704         (bit_XMM_state): New macro.
1705         (bit_YMM_state): New macro.
1706         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
1707         [__ASSEMBLER__] (index_AVX_Usable): ... this.
1708         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
1709         (CPUID_OSXSAVE): New macro.
1710         (CPUID_AVX): New macro.
1711         (CPUID_FMA4): New macro.
1712         (index_YMM_Usable): Rename to...
1713         (index_AVX_Usable): ... this.
1714         (HAS_AVX): Use HAS_ARCH_FEATURE.
1715         (HAS_FMA4): Likewise.
1716         (HAS_YMM_USABLE): Remove.
1717         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1718         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
1719         are present.
1720         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
1721         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
1722         * sysdeps/x86_64/multiarch/Makefile: Likewise.
1723         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
1724         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
1726 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
1728         * math/libm-test.c: Support platforms without multiple rounding modes.
1729         * math/bug-nextafter.c: Support platforms without FP exceptions.
1730         * math/bug-nexttoward.c: Likewise.
1731         * math/test-fenv.c: Likewise.
1732         * math/test-misc.c: Likewise.
1733         * stdlib/bug-getcontext.c: Likewise.
1735 2012-05-17  Andreas Jaeger  <aj@suse.de>
1737         * manual/examples/search.c (critter_cmp): Change signature to
1738         avoid warnings.
1739         * manual/string.texi (Collation Functions): Likewise.
1741 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
1743         * bits/types.h: Fold copyright years.
1744         * bits/typesizes.h: Likewise.
1745         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
1746         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
1747         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
1748         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
1749         * time/time.h: Likewise.
1751 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
1753         [BZ #208]
1754         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
1755         in instead of returning them.  Return void.
1756         (__libc_mallinfo): Accumulate over all arenas.
1757         (__malloc_stats): Adjust for change in int_mallinfo interface.
1759 2012-05-16  Roland McGrath  <roland@hack.frob.com>
1761         [BZ #10375]
1762         * configure.in (NM): Add AC_CHECK_TOOL for it.
1763         (libc_extra_cflags): New substituted variable.
1764         Check for -fstack-protector being used implicitly.
1765         * configure: Regenerated.
1766         * config.make.in (config-extra-cflags): New variable,
1767         gets @libc_extra_cflags@.
1768         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
1770         [BZ #10375]
1771         * configure.in: Check for _FORTIFY_SOURCE being predefined.
1772         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
1773         * configure: Regenerated.
1774         * config.make.in (CPPUNDEFS): New substituted variable.
1775         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
1776         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
1777         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
1779 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
1781         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
1782         (mq_attr): Use __syscall_slong_t.
1784 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
1786         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
1787         Check __x86_64__ instead of __WORDSIZE.
1788         (_STAT_VER_LINUX): Likewise.
1789         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
1790         __syscall_ulong_t and __syscall_slong_t.
1791         (stat64): Likewise.
1793 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
1795         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
1797 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
1799         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
1801 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
1803         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
1804         __syscall_ulong_t.
1806         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
1807         include <bits/wordsize.h>.  Check __x86_64__ instead of
1808         __WORDSIZE.
1809         (greg_t): Use "__extension__ long long int" if __x86_64__ is
1810         defined.
1811         (mcontext_t): Replace "unsigned long" with "unsigned long long".
1813         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
1814         include <bits/wordsize.h>.  Check __x86_64__ instead of
1815         __WORDSIZE.
1816         (user_regs_struct): Use "__extension__ unsigned long long"
1817         instead of "unsigned long" if __x86_64__ is defined.
1818         (user): Likewise.  Pad after pointer field if __ILP32__ is
1819         defined.
1821 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
1823         * configure.in (makeinfo): Require version 4.5 or later.  Allow
1824         versions 5 to 9.
1825         * configure: Regenerated.
1826         * manual/install.texi (texinfo): Increase version requirement to
1827         4.5 or later.
1828         * INSTALL: Regenerated.
1830         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
1832 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
1834         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
1836         * sysdeps/x86_64/x32/ffs.c: New file.
1838         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
1839         __syscall_ulong_t.
1840         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
1841         defined.  Use __syscall_ulong_t.
1842         (shminfo): Use __syscall_ulong_t.
1843         (shm_info): Likewise.
1845         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
1846         __syscall_ulong_t.
1848         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
1849         <bits/wordsize.h>.
1850         (msgqnum_t): Use __syscall_ulong_t.
1851         (msglen_t): Likewise.
1852         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
1853         __syscall_ulong_t.
1855         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
1856         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
1858         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
1860         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
1861         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
1863         * sysvipc/sys/msg.h (msgbuf): Replace long int with
1864         __syscall_slong_t.
1866         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
1867         include <bits/wordsize.h>.  Check __x86_64__ instead of
1868         __WORDSIZE.
1870         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
1871         "unsigned long long int" if __x86_64__ is defined.
1872         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
1874         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
1875         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
1876         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
1878         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
1879         <stdint.h>.
1880         (GET_PC): Cast to uintptr_t first.
1881         (GET_FRAME): Likewise.
1882         (GET_STACK): Likewise.
1884         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
1885         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
1886         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
1887         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
1888         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
1889         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
1890         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
1891         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
1892         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
1893         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
1894         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
1895         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
1896         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
1897         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
1898         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
1899         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
1900         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
1901         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
1902         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
1903         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
1904         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
1905         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
1906         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
1907         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
1908         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
1909         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
1910         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
1911         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
1912         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
1914 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
1916         * Makerules (+depfiles): Also collect depfiles from .oS in
1917         $(extra-objs).
1918         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
1919         .oS, $(libnldbl-routines)).
1921         * Makerules (native-compile-mkdep-flags): Define.
1922         * sunrpc/Makefile (extra-objs): Add $(addprefix
1923         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
1924         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
1925         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
1926         calling $(make-target-directory).
1928 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
1930         * bits/types.h (__snseconds_t): Removed.
1931         * time/time.h (struct timespec): Replace __snseconds_t with
1932         __syscall_slong_t.
1933         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
1934         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
1935         Likewise.
1936         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
1937         (__SNSECONDS_T_TYPE): Likewise.
1938         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
1939         (__SNSECONDS_T_TYPE): Likewise.
1940         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
1941         (__SNSECONDS_T_TYPE): Likewise.
1943 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
1945         * sysdeps/mach/hurd/bits/typesizes.h
1946         (__SYSCALL_SLONG_TYPE): New macro.
1947         (__SYSCALL_ULONG_TYPE): Likewise.
1949 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
1951         * bits/types.h (__syscall_slong_t): New type.
1952         (__syscall_ulong_t): Likewise.
1954         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
1955         (__SYSCALL_ULONG_TYPE): Likewise.
1956         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
1957         (__SYSCALL_SLONG_TYPE): Likewise.
1958         (__SYSCALL_ULONG_TYPE): Likewise.
1959         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
1960         (__SYSCALL_SLONG_TYPE): Likewise.
1961         (__SYSCALL_ULONG_TYPE): Likewise.
1962         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
1963         (__SYSCALL_SLONG_TYPE): Likewise.
1964         (__SYSCALL_ULONG_TYPE): Likewise.
1966 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
1968         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
1969         Add sigaltstack-offsets.sym.
1970         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
1971         <sigaltstack-offsets.h>.
1972         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
1973         longjmp_msg pointer.
1974         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
1975         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
1976         signal stack.
1977         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
1979 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
1981         * elf/stackguard-macros.h: Remove file.
1982         * sysdeps/generic/stackguard-macros.h: New file.
1983         * sysdeps/i386/stackguard-macros.h: Likewise.
1984         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
1985         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
1986         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
1987         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
1988         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
1989         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
1990         * sysdeps/x86_64/stackguard-macros.h: Likewise.
1991         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
1992         <elf/stackguard-macros.h>.
1994         [BZ #14109]
1995         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
1996         __aligned__ in attribute.
1997         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
1998         (gregset_t): Likewise.
2000 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2002         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
2003         * sysdeps/x86_64/64/Implies-after: Here.  New file.
2004         * sysdeps/x86_64/x32/Implies-after: New file.
2006 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2008         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
2009         and access return value for _dl_profile_fixup.  Use R10_LP to
2010         load frame size.
2012 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2014         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
2016 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2018         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
2019         * sysdeps/x86_64/x32/sysdep.h: New file.
2021 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2023         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
2024         * sysdeps/x86_64/setjmp.S: Likewise.
2026 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2028         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
2029         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
2030         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
2031         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
2032         remove unused global constant.
2034 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
2036         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
2037         include of <not-cancel.h>.
2039 2012-05-15  Roland McGrath  <roland@hack.frob.com>
2041         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
2043 2012-05-15  Jeff Law  <law@redhat.com>
2044             Andreas Jaeger  <aj@suse.de>
2046         [BZ #13594]
2047         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
2048         out from...
2049         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
2050         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
2051         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
2052         code changing __hst_map_handle.map.
2054 2012-05-15  Roland McGrath  <roland@hack.frob.com>
2056         * configure.in (sysnames): Look for Implies-before and Implies-after
2057         files.
2058         * configure: Regenerated.
2060 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2062         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
2063         8-byte data alignment with LP_SIZE alignment.
2065 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2067         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
2068         into R10_LP.
2070 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2072         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
2074 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2076         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
2077         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
2078         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
2079         Likewise.
2080         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
2082 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2084         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
2085         (stackinfo_sub_sp): Likewise.
2087 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2089         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
2090         RAX_LP.
2092 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2094         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
2095         into R*_LP.
2097 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2099         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
2100         sizes into R*_LP.
2102 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2104         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
2106 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2108         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
2109         into R11_LP and load __x86_64_shared_cache_size_half into
2110         R8_LP.
2112 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2114         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
2115         R8_LP.
2117 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2119         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
2120         logb for POWER7.
2121         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
2122         logbf for POWER7.
2123         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
2124         logbl for POWER7.
2125         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
2126         powerpc32/power7/fpu/s_logb.c via #include.
2127         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
2128         powerpc32/power7/fpu/s_logbf.c via #include.
2129         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
2130         powerpc32/power7/fpu/s_logbl.c via #include.
2132 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
2134         * README.libm: Remove file.
2136 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2138         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
2139         count for x32.  Use R*_LP and omit operand-size suffix.
2141 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2143         * shlib-versions: Move x86_64-.*-linux.* entries to ...
2144         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
2145         * sysdeps/x86_64/x32/shlib-versions: New file.
2147 2012-05-14  Roland McGrath  <roland@hack.frob.com>
2149         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
2150         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
2151         Use _dl_fatal_printf instead.
2153 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
2155         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
2156         set if not set by the user.  Do not allow for being unset.
2157         * sysdeps/unix/sysv/linux/configure: Regenerated.
2159 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2161         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
2162         the `q' suffix from lea and replace .quad with ASM_ADDR.
2164 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2166         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
2167         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
2168         instead of $17.
2169         (PTR_DEMANGLE): Likewise.
2171 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2173         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
2174         (LP_OP): Likewise.
2175         (ASM_ADDR): Likewise.
2176         (RAX_LP): Likewise.
2177         (RBP_LP): Likewise.
2178         (RBX_LP): Likewise.
2179         (RCX_LP): Likewise.
2180         (RDI_LP): Likewise.
2181         (RSI_LP): Likewise.
2182         (RSP_LP): Likewise.
2183         (R8_LP): Likewise.
2184         (R9_LP): Likewise.
2185         (R10_LP): Likewise.
2186         (R10_LP): Likewise.
2187         (R11_LP): Likewise.
2188         (R12_LP): Likewise.
2189         (R13_LP): Likewise.
2190         (R14_LP): Likewise.
2191         (R15_LP): Likewise.
2193 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2195         * sysdeps/x86_64/x32/dl-machine.h: New file.
2197 2012-05-14  Andreas Jaeger  <aj@suse.de>
2199         * manual/Makefile (subdir): Remove export of subdir.
2200         (all): Remove target.
2201         (.PHONY): Remove all from list.
2202         (mkinstalldirs): Remove.
2203         (.PHONY): Remove installdirs from list.
2204         ($(inst_infodir)/libc.info): Use make-target-directory.
2205         (installdirs): Remove.
2206         (subdir_%): Remove.
2207         (glibc-targets): Remove.
2208         (lib): Remove.
2209         (stubs): Remove.
2210         ($(objpfx)stubs ../po/manual.pot): Remove.
2211         ($(objpfx)stamp%): Remove.
2212         (make-target-directory): Remove.
2213         (subdir_install): Remove.
2214         (routines): Remove.
2215         (aux): Remove.
2216         (sources): Remove.
2217         (objects): Remove.
2218         (headers): Remove.
2220         [BZ #13750]
2221         * manual/.gitignore: Remove, it's not needed anymore.
2222         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
2223         all files in it.
2224         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
2225         directory.
2226         (texis): Renamed to $(objpfx)texis.
2227         (texis-path): New, contains path to generated files.
2228         (chapters.%): Use texis-path for complete path, add extra argument
2229         libc-texinfo.sh.
2230         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
2231         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
2232         (summary,texi, stamp-summary): Use complete path of
2233         files. Generate files in build dir.
2234         (dir-add.texi): Build in build dir.
2235         (libm-err.texi,stamp-libm-err): Likewise.
2236         (version.texi, stamp-version): Likewise.
2237         (.%c.texi): Likewise.
2238         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
2239         (mostlyclean): Remove target.
2240         (realclean): Remove target.
2241         (generated): Add new variable with contents from mostlyclean and
2242         realclean, remove entries duplicated in common-mostlyclean, add
2243         stamp-libm-err and stamp-version.
2244         (generated-dirs): Add libc directory.
2245         ($(inst_infodir)/libc.info): Install files from build dir.
2247         * manual/install.texi (Configuring and compiling): Adjust since
2248         the info files are not part of the tar ball anymore.
2250 2012-05-14  Andreas Jaeger  <aj@suse.de>
2252         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
2253         variable.
2255 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
2257         [BZ #13717]
2258         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
2259         to 2.2.0 where earlier.
2260         * sysdeps/unix/sysv/linux/configure: Regenerated.
2261         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
2262         Remove conditional code.
2263         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
2264         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
2265         Remove conditional code.
2266         [!__NR_lchown]: Likewise.
2267         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
2268         [__NR_lchown]: Likewise.
2269         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
2270         comment referencing __ASSUME_LCHOWN_SYSCALL.
2271         * sysdeps/unix/sysv/linux/i386/sigaction.c
2272         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2273         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2274         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
2275         Remove conditional code.
2276         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
2277         (__protocol_available): Remove #if 0 code.
2278         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
2279         conditional code.
2280         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
2281         * sysdeps/unix/sysv/linux/kernel-features.h
2282         (__ASSUME_GETCWD_SYSCALL): Don't define.
2283         (__ASSUME_REALTIME_SIGNALS): Likewise.
2284         (__ASSUME_PREAD_SYSCALL): Likewise.
2285         (__ASSUME_PWRITE_SYSCALL): Likewise.
2286         (__ASSUME_POLL_SYSCALL): Likewise.
2287         (__ASSUME_LCHOWN_SYSCALL): Likewise.
2288         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
2289         non-SPARC.
2290         (__ASSUME_SIOCGIFNAME): Don't define.
2291         (__ASSUME_MSG_NOSIGNAL): Likewise.
2292         (__ASSUME_SENDFILE): Define unconditionally.
2293         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
2294         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
2295         conditional code.
2296         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
2297         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
2298         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
2299         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
2300         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
2301         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
2302         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
2303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
2304         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
2305         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2307         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
2308         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
2310         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2311         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2313         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2314         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
2316         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
2317         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
2319         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
2320         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
2322         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2323         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
2325         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2326         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2327         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
2328         Remove conditional code.
2329         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2330         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
2331         Remove conditional code.
2332         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2333         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
2334         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
2335         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
2336         Remove conditional code.
2337         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2338         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
2339         Remove conditional code.
2340         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2341         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
2342         Remove conditional code.
2343         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2344         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
2345         Remove conditional code.
2346         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2347         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
2348         Remove conditional code.
2349         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2350         * sysdeps/unix/sysv/linux/sh/pwrite64.c
2351         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2352         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2353         * sysdeps/unix/sysv/linux/sigaction.c
2354         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2355         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2356         * sysdeps/unix/sysv/linux/sigpending.c
2357         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2358         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2359         * sysdeps/unix/sysv/linux/sigprocmask.c
2360         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2361         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2362         * sysdeps/unix/sysv/linux/sigsuspend.c
2363         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2364         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2365         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
2366         (__libc_missing_rt_sigs): Remove.
2367         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
2368         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
2369         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
2370         Remove conditional code.
2371         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
2372         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
2373         return 1.
2374         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
2375         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
2376         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
2377         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
2379 2012-05-14  Andreas Jaeger  <aj@suse.de>
2381         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
2382         it's not used in glibc.
2383         (__coshm1): Likewise.
2384         (__acosh1p): Likewise.
2385         (__sgn): Likewise.
2387         * manual/string.texi (Copying and Concatenation): Add missing
2388         variable in concat example.
2389         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
2391 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2393         [BZ #14103]
2394         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
2395         __builtin_clzl with __builtin_clzll.
2397 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2399         [BZ #14104]
2400         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
2401         libc_freeres_ptr.
2403 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
2405         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
2406         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
2407         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
2408         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
2410 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
2412         * NEWS: Update ia64 info.
2414 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
2416         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
2417         used as bcopy.
2419 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
2421         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
2422         * sysdeps/unix/syscalls.list (dup3): Likewise.
2423         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
2424         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
2426 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
2428         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
2429         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
2431 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
2433         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
2434         thread pointer.
2435         (TLS_IE): Use mov/add instead of movq/addq to load thread
2436         pointer.
2437         (TLS_GD_PREFIX): New.
2438         (TLS_GD): Use it.
2440 2012-05-11  David S. Miller  <davem@davemloft.net>
2442         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
2443         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
2444         (_FPU_SETCW): Likewise.
2446 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
2448         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
2449         is 32-byte aligned.
2451 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
2453         [BZ #11837]
2454         * iconvdata/gb18030.c: Update tables.
2455         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
2456         characters specially.
2457         (BODY for TO_LOOP): Add encoding of missing ranges.
2459 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
2461         [BZ #13673]
2462         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
2463         * sysdeps/mach/hurd/dup3.c: Likewise.
2464         * sysdeps/mach/hurd/readlinkat.c: Likewise.
2465         * sysdeps/powerpc/memmove.c:: Likewise.
2467 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
2469         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
2470         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
2472 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
2474         * elf/elf.h (R_X86_64_RELATIVE64): New.
2475         (R_X86_64_NUM): Updated.
2476         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
2477         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
2478         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
2479         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
2480         tst-quad1pie tst-quad2pie
2481         (modules-names): Add tst-quadmod1 tst-quadmod2.
2482         ($(objpfx)tst-quad1): New dependency.
2483         ($(objpfx)tst-quad2): Likewise.
2484         ($(objpfx)tst-quad1pie): Likewise.
2485         ($(objpfx)tst-quad2pie): Likewise.
2486         * sysdeps/x86_64/tst-quad1.c: New file.
2487         * sysdeps/x86_64/tst-quad1pie.c: New file.
2488         * sysdeps/x86_64/tst-quad2.c: Likewise.
2489         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
2490         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
2491         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
2492         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
2493         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
2495 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2497         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
2498         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
2499         * streams/stropts.h (t_scalar_t): Define type.
2501         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
2502         (_PATH_PRESERVE): Set to "/var/lib".
2503         (_PATH_RWHODIR): Set to "/var/spool/rwho".
2505         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
2506         instead of int.
2508         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
2509         if __dir_mkfile succeeded.
2511         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
2512         checking for _hurd_dtablesize.  Unlock it right after having
2513         finished _hurd_dtable allocation.
2515 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2517         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
2518         * sysdeps/mach/hurd/configure: Regenerated.
2519         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
2520         special-casing to...
2521         * sysdeps/gnu/configure.in: ... this new file.
2522         * sysdeps/unix/sysv/linux/configure: Regenerated.
2523         * sysdeps/gnu/configure: New generated file.
2525         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
2526         for Linux: use nsec instead of usec, as well as:
2527         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
2528         members of type struct timespec.
2529         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
2530         New macros.
2531         (struct stat64): Likewise.
2532         (_STATBUF_ST_NSEC): New macro.
2533         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
2535         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
2536         __strtoul_internal rather than strtoul.
2538 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
2540         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
2541         and reject them.
2543 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2545         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
2546         which preserves existing values.
2547         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
2549 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
2551         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
2552         TIMEOUT values.  Return EINVAL for NFDS values either negative or
2553         greater than FD_SETSIZE.
2555 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2557         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
2558         allocated, call __vm_protect to finish enabling the existing space, and
2559         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
2560         allocate the remainder.
2562 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
2564         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
2565         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
2567 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2569         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
2570         sysdeps/mach/hurd/readlink.c.
2572         * posix/tst-sysconf.c (posix_options): Only use
2573         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
2574         _POSIX_SYNCHRONIZED_IO when they are defined
2575         * sysdeps/mach/hurd/bits/posix_opt.h:
2576         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
2577         (_XOPEN_REALTIME): Undefine macro.
2578         (_XOPEN_REALTIME_THREADS): Undefine macro.
2579         (_XOPEN_SHM): Undefine macro.
2580         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
2581         macro to -1.
2582         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
2583         macro to -1.
2584         (_POSIX_ASYNC_IO): Undefine macro.
2585         (_POSIX_PRIORITIZED_IO): Undefine macro.
2586         (_POSIX_SPIN_LOCKS): Define macro to -1.
2588         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
2589         SA_NODEFER, SA_RESETHAND.
2590         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
2591         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
2592         F_DUPFD_CLOEXEC.
2594 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2596         * elf/Makefile (pldd-modules): Define unconditionally.
2598 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2600         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
2602 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2604         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
2605         Return ENOENT when name is empty.
2606         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
2608 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2610         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
2612         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
2614 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2616         Fix mlock in all cases except non-readable pages.
2617         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
2618         instead of VM_PROT_ALL as parameter to __vm_wire function.
2620         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
2621         (__mkdir): When path is `/', just fail with EEXIST.
2622         * sysdeps/mach/hurd/mkdirat.c: Likewise.
2624 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2626         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
2627         <sys/uio.h> (for writev).
2628         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
2629         and <sys/param.h> (for MIN).
2631 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
2633         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
2634         REQUESTED_TIME.  Properly set the remaining time and return EINTR
2635         if interrupted.
2637 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2639         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
2640         Depend on against $(link-rpcuserlibs).
2642 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2644         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
2645         (__libc_stack_end): Do not use attribute_relro.
2646         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
2647         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
2648         to libthread-provided value.
2649         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
2650         attribute_relro.
2652 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2654         [BZ #3748]
2655         * bits/libc-lock.h (__libc_once_get): New macro.
2656         * sysdeps/mach/bits/libc-lock.h: Likewise.
2657         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
2658         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
2659         instead of using implementation details.
2661         * libio/fileops.c: Unconditionally include <kernel-features.h>.
2662         * libio/freopen.c: Likewise.
2663         * libio/freopen64.c: Likewise.
2664         * misc/syslog.c: Likewise.
2665         * nscd/connections.c: Likewise.
2666         * nscd/netgroupcache.c: Likewise.
2667         * sysdeps/posix/getcwd.c: Likewise.
2669 2012-05-10  Roland McGrath  <roland@hack.frob.com>
2671         * math/w_ilogbf.c: Add #include <limits.h>.
2673 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2675         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
2676         path instead of returning without unlocking.
2678         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
2679         immediate-write ioctls.
2680         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
2682 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2684         * sysdeps/mach/hurd/i386/init-first.c (init): Use
2685         __builtin_frame_address instead of making assumptions about the
2686         location of the return address relative to DATA.  Force early load of
2687         the return address.
2688         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
2689         __builtin_frame_address.
2691         dup3 for GNU Hurd.
2692         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
2693         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
2694         implement dup3 and do some further code clean-ups.
2695         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
2696         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
2698 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2700         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
2702         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
2703         HURD_CRITICAL_END around holding _hurd_dtable_lock.
2704         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
2705         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
2706         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
2707         d->port.lock.
2709         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
2710         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
2711         when handler == SIG_ERR, not when handler != SIG_ERR.
2713 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2715         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
2716         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
2717         definitions.
2719         accept4 for GNU Hurd.
2720         * include/sys/socket.h (__libc_accept4): New prototype.
2721         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
2722         to implement __libc_accept4.
2723         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
2724         __libc_accept4.
2725         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
2727         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
2728         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
2729         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
2730         signal-defines.sym.
2732 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2734         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
2736 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2738         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
2739         assertion on O_CLOEXEC flag.
2740         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
2741         * hurd/intern-fd.c: Likewise.
2742         * hurd/port2fd.c: Likewise.
2744 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2746         [BZ #3906]
2747         * bits/in.h (IPV6_PKTINFO): Define new macro.
2748         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
2750 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2752         [BZ #13954]
2753         [BZ #13955]
2754         [BZ #13956]
2755         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
2756         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
2757         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
2758         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
2759         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
2760         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
2761         * math/libm-test.inc (logb_test) : Additional logb tests.
2763 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
2764             Andreas Jaeger  <aj@suse.de>
2766         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
2767         * configure: Regenerated.
2768         * config.h.in (LINK_OBSOLETE_RPC): New macro.
2769         * config.make.in (link-obsolete-rpc): New substituted variable.
2770         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
2771         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
2772         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
2773         (shared-only-routines): Don't set it under [link-obsolete-rpc],
2774         so that libc.a contains the symbols.
2775         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
2776         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
2777         * sunrpc/auth_none.c: Likewise.
2778         * sunrpc/auth_unix.c: Likewise.
2779         * sunrpc/authdes_prot.c: Likewise.
2780         * sunrpc/authuxprot.c: Likewise.
2781         * sunrpc/clnt_gen.c: Likewise.
2782         * sunrpc/clnt_perr.c: Likewise.
2783         * sunrpc/clnt_raw.c: Likewise.
2784         * sunrpc/clnt_simp.c: Likewise.
2785         * sunrpc/clnt_tcp.c: Likewise.
2786         * sunrpc/clnt_udp.c: Likewise.
2787         * sunrpc/clnt_unix.c: Likewise.
2788         * sunrpc/des_crypt.c: Likewise.
2789         * sunrpc/des_soft.c: Likewise.
2790         * sunrpc/get_myaddr.c: Likewise.
2791         * sunrpc/key_call.c: Likewise.
2792         * sunrpc/key_prot.c: Likewise.
2793         * sunrpc/netname.c: Likewise.
2794         * sunrpc/pm_getmaps.c: Likewise.
2795         * sunrpc/pm_getport.c: Likewise.
2796         * sunrpc/pmap_clnt.c: Likewise.
2797         * sunrpc/pmap_prot.c: Likewise.
2798         * sunrpc/pmap_prot2.c: Likewise.
2799         * sunrpc/pmap_rmt.c: Likewise.
2800         * sunrpc/publickey.c: Likewise.
2801         * sunrpc/rpc_cmsg.c: Likewise.
2802         * sunrpc/rpc_common.c: Likewise.
2803         * sunrpc/rpc_dtable.c: Likewise.
2804         * sunrpc/rpc_prot.c: Likewise.
2805         * sunrpc/rpc_thread.c: Likewise.
2806         * sunrpc/rtime.c: Likewise.
2807         * sunrpc/svc.c: Likewise.
2808         * sunrpc/svc_auth.c: Likewise.
2809         * sunrpc/svc_raw.c: Likewise.
2810         * sunrpc/svc_run.c: Likewise.
2811         * sunrpc/svc_tcp.c: Likewise.
2812         * sunrpc/svc_udp.c: Likewise.
2813         * sunrpc/svc_unix.c: Likewise.
2814         * sunrpc/svcauth_des.c: Likewise.
2815         * sunrpc/xcrypt.c: Likewise.
2816         * sunrpc/xdr.c: Likewise.
2817         * sunrpc/xdr_array.c: Likewise.
2818         * sunrpc/xdr_float.c: Likewise.
2819         * sunrpc/xdr_intXX_t.c: Likewise.
2820         * sunrpc/xdr_mem.c: Likewise.
2821         * sunrpc/xdr_rec.c: Likewise.
2822         * sunrpc/xdr_ref.c: Likewise.
2823         * sunrpc/xdr_sizeof.c: Likewise.
2824         * sunrpc/xdr_stdio.c: Likewise.
2826 2012-05-10  Roland McGrath  <roland@hack.frob.com>
2828         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
2829         change.  Update copyright years.
2831 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
2833         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
2835 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
2836             Joseph Myers  <joseph@codesourcery.com>
2837             Paul Pluzhnikov  <ppluzhnikov@google.com>
2839         [BZ #14012]
2840         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
2841         requiring rpcgen.
2842         [cross-compiling] (extra-libs): Likewise.
2843         [cross-compiling] (extra-libs-others): Likewise.
2844         [cross-compiling] (librpcsvc-routines): Likewise.
2845         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
2846         [cross-compiling] (omit-deps): Likewise.
2847         (sunrpc-CPPFLAGS): New variable.
2848         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
2849         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
2850         (cross-rpcgen-objs): New variable.
2851         (extra-objs): Append $(cross-rpcgen-objs).
2852         ($(cross-rpcgen-objs)): New rule.
2853         ($(objpfx)cross-rpcgen): Likewise.
2854         (rpcgen-cmd): Define to use $(built-program-file).  Expand
2855         comment.
2856         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
2857         ($(objpfx)x%.stmp): Likewise.
2858         * sunrpc/proto.h [IS_IN_build] (_): Define.
2859         [IS_IN_build] (_libc_intl_domainname): Likewise.
2861 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
2863         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
2864         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
2865         and R_X86_64_TPOFF64.
2867 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
2869         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
2870         sysdeps/unix/sysv/syscalls.list.
2871         (stime): Likewise.
2872         (utime): Likewise.
2873         * sysdeps/unix/sysv/syscalls.list: Remove file.
2875 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2877         [BZ #3440]
2878         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
2879         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
2880         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
2881         (__LC_IDENTIFICATION): Make these macros useful in #if
2882         expressions, as required by C99.
2884 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
2886         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
2887         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
2888         after this.
2890 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
2892         * stdlib/longlong.h: Updated from GCC.
2894 2012-05-09  Andreas Jaeger  <aj@suse.de>
2896         * nscd/nscd.c (run_modes): Make named enum, reorder so that
2897         default is first entry.
2898         (run_mode): Set type.
2899         (main): Remove informal message about syslog.
2900         (options): Fix typo.
2902         [BZ #14053]
2903         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
2904         to asm.
2905         (lrint): Likewise.
2906         (llrintf): Likewise.
2907         (llrint): Likewise.
2908         (rint): Likewise.
2909         (rintf): Likewise.
2910         (nearbyint): Likewise.
2911         (nearbyintf): Likewise.
2913 2012-05-09  Andreas Jaeger  <aj@suse.de>
2914             Pedro Alves  <palves@redhat.com>
2916         * nscd/nscd.c (run_mode): Use enum.
2917         (main): Cleanup coding style issue.
2919 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
2920             Andreas Jaeger  <aj@suse.de>
2922         * nscd/nscd.c (go_background): Replaced with...
2923         (run_mode): ... this.
2924         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
2925         (options): Add -F --foreground.
2926         (main): Implement it.
2927         (parse_opt): Parse it.
2929 2012-05-09  Andreas Jaeger  <aj@suse.de>
2931         [BZ #14083]
2932         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
2933         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
2934         -Wconversion warning.
2935         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
2936         Likewise.
2938 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
2940         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
2941         == 0.
2942         (LC_ALL): Use macro-int-constant.
2943         (LC_COLLATE): Likewise.
2944         (LC_CTYPE): Likewise.
2945         (LC_MESSAGES): Likewise.
2946         (LC_MONETARY): Likewise.
2947         (LC_NUMERIC): Likewise.
2948         (LC_TIME): Likewise.
2949         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
2950         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
2951         [ISO || ISO99 || ISO11] (*_t): Do not allow.
2952         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
2953         Specify type.
2954         [C99-based standards] (float_t): Expect type.
2955         [C99-based standards] (double_t): Expect type.
2956         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
2957         type.
2958         [C99-based standards] (HUGE_VALL): Likewise.
2959         [C99-based standards] (INFINITY): Likewise.
2960         [C99-based standards] (NAN): Likewise.
2961         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
2962         [C99-based standards] (FP_NAN): Likewise.
2963         [C99-based standards] (FP_NORMAL): Likewise.
2964         [C99-based standards] (FP_SUBNORMAL): Likewise.
2965         [C99-based standards] (FP_ZERO): Likewise.
2966         [C99-based standards] (FP_FAST_FMA): Use
2967         optional-macro-int-constant.  Specify type.  Require == 1.
2968         [C99-based standards] (FP_FAST_FMAF): Likewise.
2969         [C99-based standards] (FP_FAST_FMAL): Likewise.
2970         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
2971         [C99-based standards] (FP_ILOGBNAN): Likewise.
2972         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
2973         Specify type.
2974         [C99-based standards] (MATH_ERREXCEPT): Likewise.
2975         [C99-based standards] (math_errhandling): Specify type.
2976         [ISO99 || ISO11] (signgam): Do not allow.
2977         [non-C99-based standards] (copysignf): Do not allow.
2978         [non-C99-based standards] (exp2f): Likewise.
2979         [non-C99-based standards] (log2f): Likewise.
2980         [non-C99-based standards] (modff): Allow.
2981         [non-C99-based standards] (erff): Do not allow.
2982         [non-C99-based standards] (erfcf): Likewise.
2983         [non-C99-based standards] (gammaf): Likewise.
2984         [non-C99-based standards] (hypotf): Likewise.
2985         [non-C99-based standards] (j0f): Likewise.
2986         [non-C99-based standards] (j1f): Likewise.
2987         [non-C99-based standards] (jnf): Likewise.
2988         [non-C99-based standards] (lgammaf): Likewise.
2989         [non-C99-based standards] (tgammaf): Likewise.
2990         [non-C99-based standards] (y0f): Likewise.
2991         [non-C99-based standards] (y1f): Likewise.
2992         [non-C99-based standards] (ynf): Likewise.
2993         [non-C99-based standards] (isnanf): Likewise.
2994         [non-C99-based standards] (acoshf): Likewise.
2995         [non-C99-based standards] (asinhf): Likewise.
2996         [non-C99-based standards] (atanhf): Likewise.
2997         [non-C99-based standards] (cbrtf): Likewise.
2998         [non-C99-based standards] (expm1f): Likewise.
2999         [non-C99-based standards] (ilogbf): Likewise.
3000         [non-C99-based standards] (log1pf): Likewise.
3001         [non-C99-based standards] (logbf): Likewise.
3002         [non-C99-based standards] (nextafterf): Likewise.
3003         [non-C99-based standards] (remainderf): Likewise.
3004         [non-C99-based standards] (rintf): Likewise.
3005         [non-C99-based standards] (scalbf): Likewise.
3006         [non-C99-based standards] (copysignl): Likewise.
3007         [non-C99-based standards] (exp2l): Likewise.
3008         [non-C99-based standards] (log2l): Likewise.
3009         [non-C99-based standards] (modfl): Allow.
3010         [non-C99-based standards] (erfl): Do not allow.
3011         [non-C99-based standards] (erfcl): Likewise.
3012         [non-C99-based standards] (gammal): Likewise.
3013         [non-C99-based standards] (hypotl): Likewise.
3014         [non-C99-based standards] (j0l): Likewise.
3015         [non-C99-based standards] (j1l): Likewise.
3016         [non-C99-based standards] (jnl): Likewise.
3017         [non-C99-based standards] (lgammal): Likewise.
3018         [non-C99-based standards] (tgammal): Likewise.
3019         [non-C99-based standards] (y0l): Likewise.
3020         [non-C99-based standards] (y1l): Likewise.
3021         [non-C99-based standards] (ynl): Likewise.
3022         [non-C99-based standards] (isnanl): Likewise.
3023         [non-C99-based standards] (acoshl): Likewise.
3024         [non-C99-based standards] (asinhl): Likewise.
3025         [non-C99-based standards] (atanhl): Likewise.
3026         [non-C99-based standards] (cbrtl): Likewise.
3027         [non-C99-based standards] (expm1l): Likewise.
3028         [non-C99-based standards] (ilogbl): Likewise.
3029         [non-C99-based standards] (log1pl): Likewise.
3030         [non-C99-based standards] (logbl): Likewise.
3031         [non-C99-based standards] (nextafterl): Likewise.
3032         [non-C99-based standards] (remainderl): Likewise.
3033         [non-C99-based standards] (rintl): Likewise.
3034         [non-C99-based standards] (scalbl): Likewise.
3035         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3036         [non-C99-based standards] (FP_*): Do not allow.
3037         [C99-based standards] (FP_*): Change to
3038         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
3039         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
3040         allow.
3041         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
3042         (SIG_ERR): Likewise.
3043         [X/Open-based standards] (SIG_HOLD): Likewise.
3044         (SIG_IGN): Likewise.
3045         (SIGABRT): Use macro-int-constant.  Specify type.  Require
3046         positive value.
3047         (SIGFPE): Likewise.
3048         (SIGILL): Likewise.
3049         (SIGINT): Likewise.
3050         (SIGSEGV): Likewise.
3051         (SIGTER): Likewise.
3052         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
3053         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
3054         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
3055         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
3056         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
3057         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
3058         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
3059         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
3060         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
3061         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
3062         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
3063         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
3064         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
3065         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
3066         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
3067         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
3068         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
3069         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
3070         [X/Open-based standards] (SIGTRAP): Likewise.
3071         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
3072         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
3073         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
3074         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
3075         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
3076         allow.
3078 2012-05-08  Ian Wienand  <ianw@vmware.com>
3080         [BZ #14080]
3081         * time/tzset.c (__tzset_parse_tz): Update default rules for
3082         daylight time changes in the Energy Policy Act of 2005.
3084 2012-05-09  Andreas Jaeger  <aj@suse.de>
3086         [BZ #13983]
3087         * elf/ldconfig.c (parse_conf): Change string to make clear that
3088         ldconfig only issued a warning if ld.so.conf does not exist.
3090 2012-05-08  David S. Miller  <davem@davemloft.net>
3092         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
3093         movxtod instead of popping the value on the stack.
3095         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3097 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
3099         * config.h.in: Add HAVE_ARM_PCS_VFP.
3101 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
3103         [BZ #13979]
3104         * include/features.h: Warn if user requests __FORTIFY_SOURCE
3105         checking but the checks are disabled for any reason.
3107 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
3109         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
3110         and ELF64_R_TYPE with ELFW(R_TYPE).
3112 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
3114         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
3115         (ulimit): Likewise.
3117         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
3118         (settimeofday): Likewise.
3120 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
3122         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
3123         a struct th_u2 inside the union, and move tu_block/tu_code into
3124         a new th_u3 union of tu_block/tu_code inside of that.  Move
3125         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
3126         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
3127         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
3128         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
3129         (th_stuff): Change to th_u1.tu_stuff.
3130         (th_data): Define.
3131         (th_msg): Change to th_u1.th_u2.tu_data.
3133 2012-05-07  David S. Miller  <davem@davemloft.net>
3135         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3137         [BZ #14074]
3138         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
3139         (SETUP_PIC_REG): Use it.
3140         (SETUP_PIC_REG_LEAF): Use it.
3142 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
3144         [BZ #13885]
3145         [BZ #13923]
3146         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
3147         USE_AS_EXPM1L.
3148         (EXPL_FINITE): Likewise.
3149         (FLDLOG): Likewise.
3150         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
3151         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
3152         e_expl.S.
3153         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
3154         USE_AS_EXPM1L.
3155         (EXPL_FINITE): Likewise.
3156         (FLDLOG): Likewise.
3157         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
3158         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
3159         e_expl.S.
3160         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
3161         test of -max_value argument for long double.
3162         * sysdeps/i386/fpu/libm-test-ulps: Update.
3163         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3165 2012-05-06  David S. Miller  <davem@davemloft.net>
3167         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
3168         quad soft-float symbols whose references which are compiler
3169         generated.
3170         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
3172 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
3174         [BZ #13884]
3175         [BZ #13914]
3176         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
3177         USE_AS_EXP10L.
3178         (EXPL_FINITE): Likewise.
3179         (FLDLOG): Likewise.
3180         (c0): Likewise.
3181         (c1): Likewise.
3182         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
3183         Adjust comments for base varying.
3184         (__expl_finite): Change alias to EXPL_FINITE.
3185         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
3186         e_expl.S.
3187         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
3188         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
3189         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
3190         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
3191         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
3192         USE_AS_EXP10L.
3193         (EXPL_FINITE): Likewise.
3194         (FLDLOG): Likewise.
3195         (c0): Likewise.
3196         (c1): Likewise.
3197         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
3198         Adjust comments for base varying.
3199         (__expl_finite): Change alias to EXPL_FINITE.
3200         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
3201         tests for bugs.
3202         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3204         [BZ #14064]
3205         * math/libm-test.inc (check_float_internal): Correct ulp
3206         calculation for subnormal expected results.
3208 2012-05-06  Andreas Jaeger  <aj@suse.de>
3210         * Makeconfig (+math-flags): New, set to -frounding-math.
3211         (+cflags): Add +math-flags so that all of glibc gets compiled with
3212         it.
3214         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
3216 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
3218         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
3219         Disable one test.
3221         [BZ #13787]
3222         [BZ #13922]
3223         [BZ #14036]
3224         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
3225         (__ieee754_expl): Allow for and saturate large arguments.
3226         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
3227         (u_threshold): Likewise.
3228         (__exp): Call __ieee754_exp before checking for overflow and
3229         underflow.
3230         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
3231         (u_threshold): Likewise.
3232         (__expf): Call __ieee754_expf before checking for overflow and
3233         underflow.
3234         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
3235         (u_threshold): Likewise.
3236         (__expl): Call __ieee754_expl before checking for overflow and
3237         underflow.
3238         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
3239         (__ieee754_expl): Allow for and saturate large arguments.
3240         * math/libm-test.inc (exp_test): Add another test.  Do not allow
3241         missing overflow exception on overflow.
3242         (expm1_test): Do not allow missing overflow exception on overflow.
3244         * sysdeps/i386/fpu/e_expl.c: Move to ...
3245         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
3246         rather than using inline asm.
3247         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
3248         * sysdeps/x86_64/fpu/e_expl.S: Copy from
3249         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
3251         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
3252         (nice): Likewise.
3253         (poll): Likewise.
3254         (signal): Likewise.
3255         (time): Likewise.
3256         (times): Likewise.
3258 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
3260         * sysdeps/unix/syscalls.list (adjtime): Add entry from
3261         sysdeps/unix/common/syscalls.list.
3262         (fchmod): Likewise.
3263         (fchown): Likewise.
3264         (ftruncate): Likewise.
3265         (getrusage): Likewise.
3266         (gettimeofday): Likewise.
3267         (setpgid): Likewise.
3268         (setregid): Likewise.
3269         (setreuid): Likewise.
3270         (sigaction): Likewise.
3271         (truncate): Likewise.
3272         (vhangup): Likewise.
3273         * sysdeps/unix/common/syscalls.list: Remove file.
3274         * sysdeps/unix/bsd/Implies: Don't include unix/common.
3275         * sysdeps/unix/sysv/linux/Implies: Likewise.
3277 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
3279         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
3280         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
3281         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
3282         Moved to ...
3283         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
3284         Here.
3285         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
3286         to ...
3287         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
3288         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
3289         to ...
3290         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
3291         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
3292         to ...
3293         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
3294         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
3295         to ...
3296         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
3297         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
3298         to ...
3299         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
3300         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
3301         to ...
3302         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
3303         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
3304         to ...
3305         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
3306         Here.
3307         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
3308         to ...
3309         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
3310         Here.
3311         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
3312         to ...
3313         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
3314         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
3315         Moved to ...
3316         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
3317         Here.
3318         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
3319         to ...
3320         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
3322 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
3324         * sysdeps/unix/common/bits/dirent.h: Remove file.
3325         * sysdeps/unix/common/bits/fcntl.h: Likewise.
3327         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
3328         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
3329         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
3330         * sysdeps/unix/bsd/isatty.c: Likewise.
3331         * sysdeps/unix/bsd/tcdrain.c: Likewise.
3332         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
3333         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
3335 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3337         [BZ #13563]
3338         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
3339         long double comparison inaccuracies.
3340         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
3341         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3343 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
3345         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
3346         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
3348 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
3350         [BZ #14049]
3351         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
3352         nonzero digits before rounding a hex value.
3353         * stdlib/tst-strtod.c (tests): Add another test.
3355 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3357         * sysdeps/s390/fpu/libm-test-ulps: Update.
3359 2012-05-03  Andreas Jaeger  <aj@suse.de>
3361         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
3362         does not get optimized out.
3363         (malloc_opt_barrier): New.
3365 2012-05-03  Andreas Jaeger  <aj@suse.de>
3366             Roland McGrath  <roland@hack.frob.com>
3368         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
3369         intermediate file deletion.
3370         (generated): Add .symlist files.
3372 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
3374         [BZ #13775]
3375         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
3376         Redirect under this condition.
3377         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
3378         [__USE_GNU] (__dprintf_chk): Not under this condition.
3379         [__USE_GNU] (__vdprintf_chk): Likewise.
3380         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
3381         under this condition.
3382         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
3383         [__USE_XOPEN2K8] (dprintf): Define under this condition.
3384         [__USE_XOPEN2K8] (vdprintf): Likewise.
3385         [__USE_GNU] (__dprintf_chk): Not under this condition.
3386         [__USE_GNU] (__vdprintf_chk): Likewise.
3387         [__USE_GNU] (dprintf): Likewise.
3388         [__USE_GNU] (vdprintf): Likewise.
3390 2012-05-03  Roland McGrath  <roland@hack.frob.com>
3392         * elf/Makefile (common-generated): Set this instead of generated for
3393         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
3394         $(all-built-dso)-derived lists.
3396 2012-05-03  Andreas Jaeger  <aj@suse.de>
3398         * sysdeps/i386/fpu/libm-test-ulps: Update.
3400         * FAQ: Removed.
3401         * FAQ.in: Likewise.
3402         * scripts/gen-FAQ.pl: Likewise.
3403         * manual/install.texi (Installation): Point to online location of
3404         FAQ.
3405         * Makefile (files-for-dist): Remove FAQ.
3406         (FAQ): Remove.
3408 2012-05-02  Allan McRae  <allan@archlinux.org>
3410         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
3411         (LDFLAGS-reldepmod5.so): Likewise.
3412         (LDFLAGS-reldep6mod1.so): Likewise.
3413         (LDFLAGS-reldep6mod4.so): Likewise.
3414         (LDFLAGS-reldep8mod3.so): Likewise.
3415         (LDFLAGS-unload4mod1.so): Likewise.
3416         (LDFLAGS-unload4mod2.so): Likewise.
3417         (LDFLAGS-tst-initorder): Likewise.
3418         (LDFLAGS-tst-initordera2.so): Likewise.
3419         (LDFLAGS-tst-initordera3.so): Likewise.
3420         (LDFLAGS-tst-initordera4.so): Likewise.
3421         (LDFLAGS-tst-initorderb2.so): Likewise.
3422         (LDFLAGS-noload): Likewise.
3423         (LDFLAGS-next): Likewise.
3424         (LDFLAGS-order2mod1.so): Likewise.
3425         (LDFLAGS-order2mod2.so): Likewise.
3426         (LDFLAGS-tst-initorder2): Likewise.
3427         (LDFLAGS-tst-initorder2a.so): Likewise.
3428         (LDFLAGS-tst-initorder2b.so): Likewise.
3429         (LDFLAGS-tst-initorder2c.so): Likewise.
3430         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
3432 2012-05-02  David S. Miller  <davem@davemloft.net>
3434         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3436 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
3438         [BZ #14055]
3439         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
3441 2012-05-02  Andreas Jaeger  <aj@suse.de>
3443         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
3444         since we manipulate rounding mode.
3445         (CPPFLAGS-test-idouble.c): Likewise.
3446         (CPPFLAGS-test-ifloat.c): Likewise.
3447         (CFLAGS-test-ldouble.c): Likewise.
3448         (CFLAGS-test-double.c): Likewise.
3449         (CFLAGS-test-float.c): Likewise.
3450         (CFLAGS-test-misc.c): Likewise.
3451         (CFLAGS-test-test-fenv.c): Likewise.
3453 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3455         [BZ #2550]
3456         [BZ #2570]
3457         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
3458         comparisons to determine direction to adjust input.
3460 2012-05-01  Roland McGrath  <roland@hack.frob.com>
3462         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
3463         output to the target.
3465         * scripts/localplt.awk: New file.
3466         * elf/Makefile ($(objpfx)check-localplt): Target removed.
3467         (check-localplt-CFLAGS): Variable removed.
3468         ($(all-built-dso:=.jmprel)): New static pattern rule.
3469         (generated): Add those targets.
3470         (localplt-built-dso): New variable.
3471         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
3473         * elf/check-localplt.c: File removed.
3475         * scripts/check-execstack.awk: New file.
3476         * elf/Makefile ($(objpfx)check-execstack): Target removed.
3477         (check-execstack-CFLAGS): Variable removed.
3478         ($(objpfx)check-execstack.h): Target removed.
3479         ($(objpfx)execstack-default): New target.
3480         (generated): Add that instead of check-execstack.h.
3481         ($(all-built-dso:=.phdr)): New static pattern rule.
3482         (generated): Add those targets.
3483         * elf/check-execstack.c: File removed.
3485         * scripts/check-textrel.awk: New file.
3486         * elf/Makefile ($(objpfx)check-textrel): Target removed.
3487         (check-textrel-CFLAGS): Variable removed.
3488         (all-built-dso): Use := to define.o
3489         ($(all-built-dso:=.dyn)): New static pattern rule.
3490         (generated): Add those targets.
3491         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
3492         * config.make.in (READELF): New substituted variable.
3493         * elf/check-textrel.c: File removed.
3495 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
3497         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
3498         allow.
3499         * conform/data/ctype.h-data [C99-based standards] (isblank):
3500         Expect function.
3501         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
3502         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
3503         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3504         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
3505         Specify type.  Require positive value.
3506         (EILSEQ): Likewise.
3507         (ERANGE): Likewise.
3508         [ISO || POSIX] (EILSEQ): Do not expect.
3509         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
3510         Specify type.  Require positive value.
3511         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
3512         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
3513         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
3514         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
3515         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
3516         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
3517         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
3518         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
3519         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
3520         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
3521         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
3522         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
3523         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
3524         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
3525         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
3526         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
3527         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
3528         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
3529         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
3530         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
3531         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
3532         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
3533         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
3534         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
3535         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
3536         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
3537         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
3538         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
3539         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
3540         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
3541         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
3542         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
3543         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
3544         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
3545         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
3546         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
3547         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
3548         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
3549         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
3550         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
3551         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
3552         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
3553         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
3554         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
3555         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
3556         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
3557         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
3558         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
3559         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
3560         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
3561         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
3562         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
3563         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
3564         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
3565         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
3566         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
3567         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
3568         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
3569         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
3570         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
3571         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
3572         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
3573         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
3574         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
3575         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
3576         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
3577         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
3578         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
3579         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
3580         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
3581         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
3582         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
3583         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
3584         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
3585         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
3586         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
3587         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
3588         Require >= 2.
3589         (FLT_ROUNDS): Expect as macro, not constant.
3590         (FLT_MANT_DIG): Use macro-int-constant.
3591         (DBL_MANT_DIG): Likewise.
3592         (LDBL_MANT_DIG): Likewise.
3593         (FLT_DIG): Likewise.
3594         (DBL_DIG): Likewise.
3595         (LDBL_DIG): Likewise.
3596         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
3597         (DBL_MIN_EXP): Likewise.
3598         (LDBL_MIN_EXP): Likewise.
3599         (FLT_MAX_EXP): Use macro-int-constant.
3600         (DBL_MAX_EXP): Likewise.
3601         (LDBL_MAX_EXP): Likewise.
3602         (FLT_MAX_10_EXP): Likewise.
3603         (DBL_MAX_10_EXP): Likewise.
3604         (LDBL_MAX_10_EXP): Likewise.
3605         (FLT_MAX): Use macro-constant.
3606         (DBL_MAX): Likewise.
3607         (LDBL_MAX): Likewise.
3608         (FLT_EPSILON): Use macro-constant.  Give upper bound.
3609         (DBL_EPSILON): Likewise.
3610         (LDBL_EPSILON): Likewise.
3611         (FLT_MIN): Likewise.
3612         (DBL_MIN): Likewise.
3613         (LDBL_MIN): Likewise.
3614         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
3615         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
3616         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
3617         [ISO11] (FLT_HAS_SUBNORM): Likewise.
3618         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
3619         [ISO11] (DBL_DECIMAL_DIG): Likewise.
3620         [ISO11] (FLT_DECIMAL_DIG): Likewise.
3621         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
3622         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
3623         [ISO11] (FLT_TRUE_MIN): Likewise.
3624         [ISO11] (LDBL_TRUE_MIN): Likewise.
3625         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3626         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
3627         (SCHAR_MIN): Use macro-int-constant.  Specify type.
3628         (SCHAR_MAX): Likewise.
3629         (UCHAR_MAX): Likewise.
3630         (CHAR_MIN): Likewise.
3631         (CHAR_MAX): Likewise.
3632         (MB_LEN_MAX): Use macro-int-constant.
3633         (SHRT_MIN): Use macro-int-constant.  Specify type.
3634         (SHRT_MAX): Likewise.
3635         (USHRT_MAX): Likewise.
3636         (INT_MAX): Likewise.
3637         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
3638         bound negative.
3639         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
3640         bound with "U".
3641         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
3642         bound with "L".
3643         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
3644         bound negative.  Suffix upper bound with "L".
3645         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
3646         bound with "UL".
3647         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
3648         Specify type.
3649         [C99-based standards] (LLONG_MAX): Likewise.
3650         [C99-based standards] (ULLONG_MAX): Likewise.
3651         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
3652         == 0.
3653         [ISO11] (max_align_t): Require type.
3654         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3656         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
3657         from $CFLAGS, without defining away __attribute__ calls.
3658         (checknamespace): Use $CFLAGS_namespace.
3660         * conform/conformtest.pl (@keywords): Only include C99 keywords
3661         for standards based on C99 or C11.
3663         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
3664         Disable tests.
3665         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
3666         UNIX98]: Likewise.
3668         * conform/conformtest.pl: Handle "macro-int-constant" and test for
3669         usability of symbols in #if.
3671         * conform/conformtest.pl: If macro or constant types start
3672         "promoted:", expect the symbol to be of the following type
3673         promoted by the integer promotions.
3675         * conform/conformtest.pl: Parse all "constant" and "macro" lines
3676         in one place.  Also handle "macro-constant".
3678         * conform/conformtest.pl: Only accept expected macro values with
3679         "==".  Parse all "macro" lines in one place.
3680         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
3682         * conform/conformtest.pl: Handle braced types on "constant" lines
3683         instead of handling "typed-constant".
3684         * conform/data/signal.h-data: Use "constant" instead of
3685         "typed-constant".
3687         * conform/conformtest.pl: Handle "optional-" at start of lines in
3688         one place rather than duplicating several cases.  Handle each
3689         format of "macro" line with initial "optional-".
3691         * conform/conformtest.pl: Only accept expected constant or
3692         optional-constant values with "==".  Parse all "constant" lines in
3693         one place.  Parse all "optional-constant" lines in one place.
3694         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
3695         * conform/data/fmtmsg.h-data: Likewise.
3696         * conform/data/netinet/in.h-data: Likewise.
3697         * conform/data/tar.h-data: Likewise.
3698         * conform/data/limits.h-data: Use "==" form on "constant" and
3699         "optional-constant" lines.
3701         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
3702         Use -std=c99 for XOPEN2K.
3703         (@knownproblems): Remove.
3704         (newtoken): Don't check %isknown.
3706         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
3707         Do not expect macro.
3708         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
3709         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
3710         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
3711         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
3712         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
3713         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
3714         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
3715         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
3716         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
3717         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
3718         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
3719         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
3720         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
3721         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
3722         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
3723         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
3724         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
3725         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
3726         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
3727         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
3728         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
3729         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
3730         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
3731         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
3732         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
3733         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
3734         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
3735         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
3736         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
3737         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
3738         [XPG3] (acosh): Likewise.
3739         [XPG3] (asinh): Likewise.
3740         [XPG3] (atanh): Likewise.
3741         [XPG3] (cbrt): Likewise.
3742         [XPG3] (expm1): Likewise.
3743         [XPG3] (ilogb): Likewise.
3744         [XPG3] (log1p): Likewise.
3745         [XPG3] (logb): Likewise.
3746         [XPG3] (nextafter): Likewise.
3747         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
3748         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
3749         [XPG3] (remainder): Likewise.
3750         [XPG3] (rint): Likewise.
3751         [XPG3 || XPG4 || UNIX98] (round): Likewise.
3752         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
3753         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
3754         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
3755         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
3756         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
3757         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
3758         [UNIX98 || XOPEN2K] (scalb): Expect.
3759         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
3760         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
3761         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
3762         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
3763         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
3764         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
3765         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
3766         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
3767         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
3768         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
3769         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
3770         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
3771         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
3772         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
3773         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
3774         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
3775         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
3776         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
3777         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
3778         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
3779         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
3780         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
3781         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
3782         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
3783         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
3784         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
3785         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
3786         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
3787         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
3788         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
3789         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
3790         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
3791         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
3792         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
3793         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
3794         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
3795         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
3796         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
3797         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
3798         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
3799         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
3800         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
3801         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
3802         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
3803         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
3804         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
3805         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
3806         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
3807         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
3808         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
3809         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
3810         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
3811         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
3812         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
3813         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
3814         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
3815         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
3816         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
3817         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
3818         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
3819         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
3820         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
3821         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
3822         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
3823         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
3824         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
3825         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
3826         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
3827         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
3828         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
3829         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
3830         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
3831         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
3832         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
3833         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
3834         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
3835         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
3836         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
3837         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
3838         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
3839         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
3840         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
3841         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
3842         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
3843         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
3844         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
3845         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
3846         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
3847         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
3848         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
3849         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
3850         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
3851         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
3852         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
3853         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
3854         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
3855         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
3856         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
3857         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
3858         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
3859         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
3860         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
3861         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
3862         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
3863         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
3864         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
3865         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
3866         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
3867         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
3868         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
3869         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
3870         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
3871         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
3872         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
3873         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
3874         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
3875         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
3876         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
3877         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
3878         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
3879         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
3880         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
3881         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
3882         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
3883         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
3884         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
3885         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
3886         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
3887         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
3888         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
3889         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
3890         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
3891         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
3892         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
3893         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
3894         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
3895         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
3897         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
3898         _XOPEN_SOURCE_EXTENDED for XPG4.
3900         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
3902         * Makeconfig (localtime): Remove variable.
3903         (inst_localtime-file): Likewise.
3905 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
3907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3908         Update.
3909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3910         Update.
3911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3912         Update.
3913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3914         Update.
3915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
3916         Update.
3917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
3918         Update.
3919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
3920         Update.
3921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
3922         Update.
3923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
3924         Update.
3926 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
3928         [BZ #2550]
3929         [BZ #2570]
3930         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
3931         comparisons to determine direction to adjust input.
3932         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
3933         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
3934         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
3935         Likewise.
3936         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
3937         Likewise.
3938         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
3939         Likewise.
3940         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
3941         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
3942         Likewise.
3943         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
3944         Likewise.
3945         * math/libm-test.inc (nexttoward_test): Add more tests.
3947 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
3949         [BZ #14040]
3950         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
3951         in version GLIBC_2.1, not GLIBC_2.0.
3952         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
3953         Likewise.
3955 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
3957         [BZ #13942]
3958         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
3959         (1 - x) * (1 + x).
3960         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
3961         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
3962         * math/libm-test.inc (acos_test): Add more tests.
3963         (asin_test): Likewise.
3964         * sysdeps/i386/fpu/libm-test-ulps: Update.
3965         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3967         [BZ #14034]
3968         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
3969         of square root.
3970         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
3971         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
3972         * math/libm-test.inc (acos_test_tonearest): New function.
3973         (acos_test_towardzero): Likewise.
3974         (acos_test_downward): Likewise.
3975         (acos_test_upward): Likewise.
3976         (asin_test_tonearest): Likewise.
3977         (asin_test_towardzero): Likewise.
3978         (asin_test_downward): Likewise.
3979         (asin_test_upward): Likewise.
3980         (main): Call the new functions.
3981         * sysdeps/i386/fpu/libm-test-ulps: Update.
3982         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3984         [BZ #13884]
3985         [BZ #13924]
3986         * math/e_exp10.c: Include <float.h>.
3987         (__ieee754_exp10): Handle underflow here rather than multiplying
3988         large negative argument by M_LN10.
3989         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
3990         of __ieee754_expf.
3991         * math/e_exp10l.c: Include <float.h>.
3992         (__ieee754_exp10l): Handle underflow here rather than multiplying
3993         large negative argument by M_LN10l.
3994         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
3995         spurious overflow exception on underflow.
3997 2012-04-29  Marek Polacek  <polacek@redhat.com>
3999         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
4000         (__fortify_function): New macro.
4001         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
4002         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
4003         __extern_always_inline.
4004         * libio/bits/stdio2.h: Likewise.
4005         * libio/bits/stdio.h: Likewise.
4006         * string/string.h: Likewise.
4007         * string/bits/string3.h: Likewise.
4008         * include/stdio.h: Likewise.
4009         * stdlib/bits/stdlib.h: Likewise.
4010         * stdlib/stdlib.h: Likewise.
4011         * rt/bits/mqueue2.h: Likewise.
4012         * rt/mqueue.h: Likewise.
4013         * posix/bits/unistd.h: Likewise.
4014         * posix/unistd.h: Likewise.
4015         * io/bits/poll2.h: Likewise.
4016         * io/bits/fcntl2.h: Likewise.
4017         * io/fcntl.h: Likewise.
4018         * io/sys/poll.h: Likewise.
4019         * misc/bits/syslog.h: Likewise.
4020         * misc/bits/syslog-ldbl.h: Likewise.
4021         * misc/sys/syslog.h: Likewise.
4022         * socket/bits/socket2.h: Likewise.
4023         * socket/sys/socket.h: Likewise.
4024         * debug/tst-chk1.c: Likewise.
4025         * wcsmbs/bits/wchar2.h: Likewise.
4026         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4027         * wcsmbs/wchar.h: Likewise.
4029 2012-04-29  Andreas Jaeger  <aj@suse.de>
4031         * Makerules (tests): Remove enable-check-abi protection.
4032         (check-abi-warn): Remove.
4033         (check-abi-%): Remove check-abi-warn usage.
4035         * configure.in: Remove check-abi configure option.
4036         * configure: Regenerated.
4037         * config.make.in (enable-check-abi): Remove.
4039 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
4041         [BZ #14033]
4042         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
4043         double functions to double *_finite functions.
4045         [BZ #13941]
4046         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
4047         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
4048         LDBL_MIN_EXP.
4049         * stdio-common/Makefile (tests): Add tst-sprintf3.
4050         * stdio-common/tst-sprintf3.c: New file.
4052         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
4053         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
4055 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
4057         * conform/conformtest.pl: Remove duplicate typed-constant
4058         handling.
4060 2012-04-28  David S. Miller  <davem@davemloft.net>
4062         * Makerules (%.abilist): Add vpath on sysdep_dirs.
4063         (check-abi-%): Remove AWK script prerequisite and explicit
4064         abilist directory.
4065         (check-abi): Rewrite to just diff the symlist with the abilist.
4066         (config-tls, config-abi-config): Delete, no longer used.
4067         (update-abi-%): Remove AWK script and explicit abilist directory.
4068         (update-abi): Rewrite to simply compare and conditionally copy the
4069         symlist and the sysdep abilist file.  Remove update-abi-config
4070         checks.
4071         * abilist/ld.abilist: Remove.
4072         * abilist/libBrokenLocale.abilist: Remove.
4073         * abilist/libanl.abilist: Remove.
4074         * abilist/libcrypt.abilist: Remove.
4075         * abilist/libdl.abilist: Remove.
4076         * abilist/librt.abilist: Remove.
4077         * abilist/libthread_db.abilist: Remove.
4078         * abilist/libutil.abilist: Remove.
4079         * scripts/extract-abilist.awk: Remove.
4080         * scripts/merge-abilist.awk: Remove.
4081         * sysdeps/generic/libcidn.abilist: New file.
4082         * sysdeps/generic/libnss_compat.abilist: New file.
4083         * sysdeps/generic/libnss_db.abilist: New file.
4084         * sysdeps/generic/libnss_dns.abilist: New file.
4085         * sysdeps/generic/libnss_files.abilist: New file.
4086         * sysdeps/generic/libnss_hesiod.abilist: New file.
4087         * sysdeps/generic/libnss_nis.abilist: New file.
4088         * sysdeps/generic/libnss_nisplus.abilist: New file.
4089         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
4090         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
4091         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
4092         file.
4093         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
4094         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
4095         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
4096         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
4097         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
4098         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
4099         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
4100         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
4101         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
4102         file.
4103         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
4104         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
4105         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
4106         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
4107         file.
4108         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
4109         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
4110         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
4111         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
4112         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
4113         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
4114         file.
4115         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
4116         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
4117         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
4118         file.
4119         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
4120         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
4121         New file.
4122         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
4123         New file.
4124         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
4125         New file.
4126         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
4127         New file.
4128         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
4129         New file.
4130         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
4131         New file.
4132         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
4133         New file.
4134         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
4135         New file.
4136         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
4137         New file.
4138         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
4139         New file.
4140         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
4141         New file.
4142         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
4143         New file.
4144         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
4145         New file.
4146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
4147         file.
4148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4149         New file.
4150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4151         New file.
4152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
4153         file.
4154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4155         New file.
4156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4157         New file.
4158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
4159         file.
4160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4161         New file.
4162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4163         New file.
4164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4165         New file.
4166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4167         New file.
4168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4169         New file.
4170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4171         New file.
4172         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
4173         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
4174         file.
4175         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
4176         New file.
4177         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
4178         file.
4179         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
4180         file.
4181         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
4182         file.
4183         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
4184         file.
4185         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
4186         file.
4187         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
4188         New file.
4189         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
4190         file.
4191         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
4192         file.
4193         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
4194         New file.
4195         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
4196         file.
4197         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
4198         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
4199         file.
4200         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
4201         New file.
4202         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
4203         file.
4204         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
4205         file.
4206         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
4207         file.
4208         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
4209         file.
4210         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
4211         file.
4212         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
4213         New file.
4214         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
4215         file.
4216         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
4217         file.
4218         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
4219         New file.
4220         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
4221         file.
4222         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
4223         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
4224         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
4225         file.
4226         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
4227         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
4228         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
4229         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
4230         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
4231         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
4232         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
4233         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
4234         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
4235         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
4236         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
4237         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
4238         file.
4239         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
4240         New file.
4241         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
4242         file.
4243         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
4244         file.
4245         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
4246         file.
4247         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
4248         file.
4249         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
4250         file.
4251         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
4252         New file.
4253         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
4254         New file.
4255         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
4256         file.
4257         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
4258         New file.
4259         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
4260         file.
4261         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
4262         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
4263         file.
4264         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
4265         New file.
4266         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
4267         file.
4268         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
4269         file.
4270         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
4271         file.
4272         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
4273         file.
4274         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
4275         file.
4276         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
4277         New file.
4278         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
4279         New file.
4280         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
4281         file.
4282         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
4283         New file.
4284         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
4285         file.
4287 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
4289         * conform/conformtest.pl: Fix typo in handling typed-constant from
4290         allow-header.
4292 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
4294         * README: Cut down references to pre-2.6 Linux kernels and
4295         Linuxthreads.  Update lists of configurations in libc and ports
4296         and sort alphabetically.  Say "or newer" with Linux kernel version
4297         requirements.
4299         * config.h.in [IS_IN_build]: Allow compiling without optimization.
4301 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
4303         [BZ #887]
4304         * math/libm-test.inc (logb_test_downward): New test to expose
4305         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
4306         rounding mode.
4308 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
4310         [BZ #14027]
4311         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
4312         to be done.
4313         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
4314         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
4316 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
4318         * sysdeps/unix/i386/brk.S: Remove file.
4319         * sysdeps/unix/i386/dl-brk.S: Likewise.
4320         * sysdeps/unix/i386/pipe.S: Likewise.
4321         * sysdeps/unix/i386/sigreturn.S: Likewise.
4322         * sysdeps/unix/i386/syscall.S: Likewise.
4323         * sysdeps/unix/i386/vfork.S: Likewise.
4324         * sysdeps/unix/i386/wait.S: Likewise.
4326         * sysdeps/unix/common/tcsendbrk.c: Move to ...
4327         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
4329         * configure.in (arm*-none*): Do not allow without
4330         --enable-hacker-mode.
4331         (netbsd*): Remove case setting base_os.
4332         (386bsd*): Likewise.
4333         (freebsd*): Likewise.
4334         (bsdi*): Likewise.
4335         (osf*): Likewise.
4336         (sunos*): Likewise.
4337         (ultrix*): Likewise.
4338         (newsos*): Likewise.
4339         (dynix*): Likewise.
4340         (*bsd*): Likewise.
4341         (sysv*): Likewise.
4342         (isc*): Likewise.
4343         (esix*): Likewise.
4344         (sco*): Likewise.
4345         (minix*): Likewise.
4346         (irix4*): Likewise.
4347         (irix6*): Likewise.
4348         (solaris[2-9]*): Likewise.
4349         (none): Likewise.
4350         * configure: Regenerated.
4352 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4354         [BZ #11521]
4355         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
4356         overflow or cancellation in calculating denominator.
4357         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
4358         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
4359         down expression to avoid unexpected rounding in newer GCCs.
4360         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
4362 2012-04-26  David S. Miller  <davem@davemloft.net>
4364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
4365         long-double compat symbols.
4366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
4367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
4368         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
4369         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
4370         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
4371         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
4372         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
4373         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
4374         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
4375         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4376         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
4377         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
4378         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
4380 2012-04-25  David S. Miller  <davem@davemloft.net>
4382         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
4383         HWCAP_* values only after the memory barriers have been defined.
4384         (atomic_full_barrier): Define.
4385         (atomic_read_barrier): Define.
4386         (atomic_write_barrier): Define.
4388 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4390         * shlib-versions: Add libgcc_s version information.
4391         * sysdeps/generic/libgcc_s.h: Remove.
4392         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
4393         libgcc_s.h.
4394         * sysdeps/gnu/unwind-resume.c: Likewise.
4395         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
4397 2012-04-25  David S. Miller  <davem@davemloft.net>
4399         * sysdeps/unix/sparc/brk.S: Delete.
4400         * sysdeps/unix/sparc/dl-brk.S: Delete.
4401         * sysdeps/unix/sparc/pipe.S: Delete.
4402         * sysdeps/unix/sparc/sysdep.S: Delete.
4403         * sysdeps/unix/sparc/sysdep.h: Delete.
4404         * sysdeps/unix/sparc/vfork.S: Delete.
4405         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
4406         SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
4407         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
4408         ret_ERRVAL, r0, r1, MOVE): Define.
4409         (JUMPTARGET): Remove.
4410         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
4411         sysdeps/unix/sparc/sysdep.h
4412         (ENTRY, END): Remove.
4413         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4415 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
4417         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
4418         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
4419         -DIS_IN_build.
4421         * timezone/README: Update upstream location and email address for
4422         tzcode and tzdata.
4423         * timezone/zdump.c: Update from tzcode 2012b.
4424         * timezone/zic.c: Likewise.
4426         * configure.in (libc_cv_as_needed): Remove test.
4427         * configure: Regenerated.
4428         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
4429         conditional definition.
4430         [$(have-as-needed) != yes] (no-as-needed): Likewise.
4431         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
4432         * config.make.in (have-as-needed): Remove variable.
4434 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
4435             Paul Pluzhnikov  <ppluzhnikov@google.com>
4437         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
4438         strings correctly.
4440 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
4442         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
4443         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
4444         * sysdeps/sh/strlen.S: Likewise.
4446 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
4448         * sysdeps/unix/fork.S: Remove file.
4449         * sysdeps/unix/i386/fork.S: Likewise.
4450         * sysdeps/unix/sparc/fork.S: Likewise.
4452         * sysdeps/unix/system.c: Remove file.
4453         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
4455         * sysdeps/unix/getegid.S: Remove file.
4456         * sysdeps/unix/geteuid.S: Likewise.
4458 2012-04-24  Roland McGrath  <roland@hack.frob.com>
4460         * scripts/check-localplt.awk: New file.
4461         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
4462         of diff.
4463         * scripts/data/localplt-generic.data: Add a comment.
4465         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
4466         NODE when __dir_mkfile failed.
4467         * sysdeps/mach/hurd/symlinkat.c: Likewise.
4468         Reported by Ludovic Courtès <ludo@gnu.org>.
4470 2012-04-24  Andreas Jaeger  <aj@suse.de>
4472         * Makerules (common-clean): Also remove gen-as-const-headers
4473         files.
4475 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
4477         * Makerules (native-compile): Do not change working directory for
4478         build.  Use $(OUTPUT_OPTION) in command.
4479         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
4481 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4483         [BZ #13886]
4484         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
4485         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
4486         * math/libm-test.inc (floor_test): Add more tests.
4487         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
4489 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
4491         * sysdeps/unix/getdents.c: Remove file.
4492         * sysdeps/unix/sysv/getdents.c: Likewise.
4493         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
4495         * sysdeps/unix/syscalls.list (madvise): Add syscall from
4496         sysdeps/unix/mman/syscalls.list.
4497         (mmap): Likewise.
4498         (mprotect): Likewise.
4499         (msync): Likewise.
4500         (munmap): Likewise.
4501         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
4502         * sysdeps/unix/mman/syscalls.list: Remove.
4503         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
4505         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
4506         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
4507         * configure: Regenerated.
4508         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
4509         $(libgcc_s_suffix).
4510         * config.make.in (libgcc_s_suffix): Remove variable.
4512 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
4514         * sysdeps/unix/sysv/gethostname.c: Move to ...
4515         * sysdeps/posix/gethostname.c: ... here.
4517         * sysdeps/unix/execve.S: Remove file.
4519         * sysdeps/unix/_exit.S: Remove file.
4521 2012-04-23  Andreas Jaeger  <aj@suse.de>
4523         [BZ #13739]
4524         * manual/Makefile: Remove make dist support, there's no
4525         need for a stand-alone documentation tar ball.
4526         (TEXI2DVI): Define always, it's not in Makeconfig.
4527         (dist): Removed.
4528         (tar-it): Removed.
4529         (edition): Removed.
4530         (glibc-doc-$(edition).tar): Removed
4531         (%.Z): Removed.
4532         (%.gz): Removed.
4533         (%.uu): Removed.
4534         (ETAGS): Remove, it's in Makeconfig.
4535         (move-if-change): Remove, it's in Makeconfig.
4537 2013-04-23  Paul Eggert  <eggert@cs.ucla.edu>
4539         [BZ #13970]
4540         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
4541         (strtod, strtof, strtold, strtol, strtoul, strtoq)
4542         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
4543         (strtod_l, strtof_l, strtold_l): Remove __wur.
4544         It is not necessarily an error to ignore strtol's return value.
4545         One can reliably look at the stored endptr to decide whether
4546         the number had valid syntax.
4548 2012-04-21  Andreas Jaeger  <aj@suse.de>
4550         [BZ #13739]
4551         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
4553 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
4555         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
4556         * sysdeps/unix/sysv/Versions: Remove file.
4558 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
4560         [BZ #13927]
4561         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
4563 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
4565         [BZ #7064]
4566         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
4567         version from __vm86.
4569 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
4571         * sysdeps/unix/common/lxstat.c: Remove file.
4572         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
4574         * sysdeps/unix/sysv/Makefile: Remove file.
4576         * sysdeps/unix/sysv/direct.h: Remove file.
4578         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
4579         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
4580         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
4581         * sysdeps/unix/sysv/bits/signum.h: Likewise.
4582         * sysdeps/unix/sysv/bits/stat.h: Likewise.
4583         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
4584         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
4586         * sysdeps/unix/sysv/setrlimit.c: Remove file.
4588         * sysdeps/unix/xmknod.c: Remove file.
4589         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
4591         * sysdeps/unix/sysv/settimeofday.c: Remove file.
4593         * sysdeps/unix/sysv/i386/time.S: Remove file.
4595         * sysdeps/unix/fxstat.c: Remove file.
4596         * sysdeps/unix/xstat.c: Likewise.
4597         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
4599         * sysdeps/unix/sysv/sigaction.c: Remove file.
4601         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
4602         (sysdep_headers): Remove variable.
4603         [termio.h not in sysdep_headers] (generated): Likewise.
4604         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
4605         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
4606         * sysdeps/unix/sysv/tcdrain.c: Likewise.
4607         * sysdeps/unix/sysv/tcflow.c: Likewise.
4608         * sysdeps/unix/sysv/tcflush.c: Likewise.
4609         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
4610         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
4611         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
4612         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
4613         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
4615         * sysdeps/unix/siglist.c: Remove file.
4617         * sysdeps/unix/getppid.S: Remove file.
4619         * sysdeps/unix/mkdir.c: Remove file.
4620         * sysdeps/unix/rmdir.c: Likewise.
4622 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
4624         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
4625         ERR_MAX value.
4626         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
4627         errlist-compat value.
4629 2012-04-18  David S. Miller  <davem@davemloft.net>
4631         * sysdeps/generic/memcopy.h (reg_char): Delete.
4632         * debug/strcat_chk.c: Use char, not reg_char.
4633         * debug/strcpy_chk.c: Likewise.
4634         * debug/strncat_chk.c: Likewise.
4635         * debug/strncpy_chk.c: Likewise.
4636         * string/memchr.c: Likewise.
4637         * string/memrchr.c: Likewise.
4638         * string/rawmemchr.c: Likewise.
4639         * string/strcat.c: Likewise.
4640         * string/strchr.c: Likewise.
4641         * string/strchrnul.c: Likewise.
4642         * string/strcmp.c: Likewise.
4643         * string/strcpy.c: Likewise.
4644         * string/strncat.c: Likewise.
4645         * string/strncmp.c: Likewise.
4646         * string/strncpy.c: Likewise.
4648 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
4650         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
4651         __builtin_memcopy is called when src and dest ranges are known to not
4652         overlap.
4654 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
4656         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
4657         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
4658         fwd_align_merge macro call.
4659         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
4660         bwd_align_merge macro call.
4661         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
4663 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
4665         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
4666         bwd_align_merge macros.
4667         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
4668         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
4669         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
4671 2012-04-18  David S. Miller  <davem@davemloft.net>
4673         * sysdeps/sparc/sparc64/memcopy.h: Delete.
4675 2012-04-18  Andreas Jaeger  <aj@suse.de>
4677         [BZ# 6794]
4678         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
4679         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
4680         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
4682         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
4683         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
4684         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
4686         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
4687         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
4688         Adjust for changed ldbl-128 files.
4690         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
4691         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
4692         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
4694 2012-04-17  David S. Miller  <davem@davemloft.net>
4696         * sysdeps/sparc/sparc32/memcopy.h: Delete.
4698 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
4700         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
4701         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
4702         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
4703         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
4704         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
4705         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
4707 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4709         [BZ #6794]
4710         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
4711         * math/libm-test.inc: Add ilogb errno and exception tests.
4712         * math/w_ilogb.c: New file: ilogb wrapper.
4713         * math/w_ilogbf.c: New file: ilogbf wrapper.
4714         * math/w_ilogbl.c: New file: ilogbl wrapper.
4715         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
4716         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
4717         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
4718         exception being thrown with 0.0 as argument.
4719         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
4720         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
4721         exception being thrown with 0.0 as argument.
4722         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
4723         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
4724         exception being thrown with 0.0 as argument.
4725         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
4726         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
4727         exception being thrown with 0.0 as argument.
4728         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
4729         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
4730         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
4731         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
4732         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
4733         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
4734         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
4735         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
4736         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
4738 2012-04-17  Petr Baudis  <pasky@ucw.cz>
4740         * include/sys/uio.h: Change __vector to __iovec to avoid clash
4741         with altivec.
4743 2012-04-16  Marek Polacek  <polacek@redhat.com>
4745         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
4747 2012-04-16  Marek Polacek  <polacek@redhat.com>
4749         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
4750         operands of fdivp instruction.
4752 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
4754         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
4755         * elf/tst-auditmod3b.c: Likewise.
4756         * elf/tst-auditmod4b.c: Likewise.
4757         * elf/tst-auditmod5b.c: Likewise.
4758         * elf/tst-auditmod6b.c: Likewise.
4759         * elf/tst-auditmod6c.c: Likewise.
4760         * elf/tst-auditmod7b.c: Likewise.
4761         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
4762         * sysdeps/x86_64/preconfigure.in: Likewise.
4763         * sysdeps/x86_64/preconfigure: Regenerated.
4765 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
4767         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
4768         __ILP32__.
4770 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
4772         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
4773         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
4775 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
4777         [BZ #13973]
4778         * locale/iso-639.def: Fix gl language name. Spotted by
4779         Yaron Shahrabani.
4781 2012-04-12  Roland McGrath  <roland@hack.frob.com>
4783         [BZ #2074]
4784         * libio/libio.h (__io_write_fn): Update comment.
4786 2012-04-12  Petr Baudis  <pasky@ucw.cz>
4788         [BZ #2074]
4789         * stdio.texi (Hook Functions): The user provided writer function
4790         is not allowed to return -1.
4792 2012-04-11  David S. Miller  <davem@davemloft.net>
4794         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4796 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
4798         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
4799         Add a leading slash to rtkaio.
4801 2012-04-11  Jim Meyering  <meyering@redhat.com>
4803         [BZ #11959]
4804         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
4805         It is not necessarily an error to ignore fwrite's return
4806         value.  One can reliably use ferror to test for errors after
4807         the fact.
4809 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
4811         * bits/types.h (__snseconds_t): New type.
4812         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
4814         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
4815         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
4816         (__SNSECONDS_T_TYPE): Likewise.
4817         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
4818         (__SNSECONDS_T_TYPE): Likewise.
4819         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
4820         (__SNSECONDS_T_TYPE): Likewise.
4822 2012-04-10  Andreas Jaeger  <aj@suse.de>
4824         [BZ #2636]
4825         * manual/time.texi (Processor Time): Return type of times is
4826         elapsed real time since an arbitrary point in the past.
4827         (CPU Time): Move CLK_TCK from here...
4828         (Processor Time): ...to here.  Correct description.
4829         * manual/conf.texi (Constants for Sysconf): Correct description of
4830         _SC_CLK_TCK.
4832 2012-04-10  David S. Miller  <davem@davemloft.net>
4834         [BZ #13967]
4835         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
4836         where the is a gap between DT_REL(A) and DT_JMPREL.
4838 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
4840         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
4841         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
4842         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
4844 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4846         * elf/dl-support.c (_dl_inhibit_cache): New variable.
4847         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
4848         (dl_main): Handle --inhibit-cache.
4849         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
4850         _dl_inhibit_cache.
4851         * elf/dl-load.c (_dl_map_object): Use it.
4852         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
4854 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
4856         [BZ #13872]
4857         * sysdeps/i386/fpu/e_powl.S (p78): New object.
4858         (__ieee754_powl): Saturate large exponents rather than testing for
4859         overflow of y*log2(x).
4860         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
4861         * math/libm-test.inc (pow_test): Do not permit spurious overflow
4862         exceptions.
4864         [BZ #11521]
4865         * math/s_ctan.c: Include <float.h>.
4866         (__ctan): Avoid internal overflow or cancellation in calculating
4867         denominator.
4868         * math/s_ctanf.c: Likewise.
4869         * math/s_ctanl.c: Likewise.
4870         * math/s_ctanh.c: Likewise.
4871         * math/s_ctanhf.c: Likewise.
4872         * math/s_ctanhl.c: Likewise.
4873         * math/libm-test.inc (ctan_test): Add more tests.
4874         (ctanh_test): Likewise.
4875         * sysdeps/i386/fpu/libm-test-ulps: Update.
4876         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4878 2012-04-09  Andreas Jaeger  <aj@suse.de>
4880         [BZ #6894]
4881         * manual/filesys.texi (Directory Entries): Mention that d_namlen
4882         is an optional BSD extension.
4884         [BZ #10254]
4885         * manual/stdio.texi (Opening Streams): Document additional fopen
4886         parameters.
4888 2012-04-09  Roland McGrath  <roland@hack.frob.com>
4890         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
4891         %eax without telling the compiler.
4893 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
4895         [BZ # 13963]
4896         * manual/install.texi: Use sourceware.org.
4898 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
4900         [BZ #13873]
4901         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
4902         (__ieee754_pow): Generate overflow and underflow using huge*huge
4903         and tiny*tiny rather than just returning constant infinity or zero
4904         for large exponents.
4905         * math/libm-test.inc (pow_test): Require overflow exceptions for
4906         applicable cases of large exponents.
4908         [BZ #706]
4909         * sysdeps/i386/fpu/e_pow.S (p10): New object.
4910         (__ieee754_pow): Use iterative multiplication algorithm only for
4911         integer exponents with absolute value below 1024.  Check for odd
4912         integer exponents when using algorithm for real exponents.
4913         * math/libm-test.inc (pow_test): Add more tests.
4914         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
4916 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
4918         [BZ #13705]
4919         * math/libm-test.inc (exp_test): Do not allow overflow exception
4920         on underflow test.
4922 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
4924         [BZ #13705]
4925         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
4926         instead of __kernel_standard_f.
4928 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
4930         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
4931         * sysdeps/x86_64/memset_chk.S: Likewise.
4933 2012-04-08  Andreas Jaeger  <aj@suse.de>
4935         [BZ #10153]
4936         * manual/startup.texi (Environment Access): Describe return value
4937         for putenv and setenv.
4939         [BZ #6895]
4940         * manual/filesys.texi (Directory Entries): Add description for
4941         DT_LNK.
4943         [BZ #6890]
4944         * manual/filesys.texi (Directory Entries): Clarify that it's file
4945         system not operating system in the description of DT_UNKNOWN.
4947         [BZ #6578]
4948         * manual/syslog.texi (closelog): Fix reference, it's openlog.
4950 2012-04-08  Stephen Compall  <s11@member.fsf.org>
4952         [BZ #6649]
4953         * manual/llio.texi (Opening and Closing Files): Add cross
4954         reference to explain mode argument.
4956 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
4958         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
4959         * sysdeps/x86_64/memset_chk.S: Likewise.
4961 2012-04-07  David S. Miller  <davem@davemloft.net>
4963         * elf/elf.h (R_SPARC_WDISP10): Define.
4964         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
4965         R_SPARC_SIZE32.
4966         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
4967         R_SPARC_SIZE64 and R_SPARC_H34.
4969 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
4971         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
4972         conditions and remove no longer applicable assertion.
4974 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
4976         * bits/byteswap.h: Include <features.h>.
4977         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
4978         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
4980 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
4982         * bits/byteswap.h (__bswap_16): Removed.
4983         Include <bits/byteswap-16.h> to get __bswap_16.
4984         * sysdeps/i386/bits/byteswap.h: Likewise.
4985         * sysdeps/s390/bits/byteswap.h: Likewise.
4986         * sysdeps/x86_64/bits/byteswap.h: Likewise.
4987         * bits/byteswap-16.h: New file.
4988         * sysdeps/i386/bits/byteswap-16.h: Likewise.
4989         * sysdeps/s390/bits/byteswap-16.h: Likewise.
4990         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
4991         * string/Makefile (headers): Add bits/byteswap-16.h.
4993 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4995         [BZ #13895]
4996         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
4997         extra indirection.
4998         * nss/Makefile (tests-static, tests): Add tst-nss-static.
4999         * nss/tst-nss-static.c: New.
5001 2012-04-06  Robert Millan  <rmh@gnu.org>
5003         [BZ #6486]
5004         * manual/llio.texi (File Position Primitive): lseek
5005         refers to WHENCE when it really means OFFSET.
5007 2012-04-06  Andreas Jaeger  <aj@suse.de>
5009         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
5010         strncmp declarations.
5012         * abilist/libc.abilist: Add __poll and __ppoll.
5014 2012-04-05  David S. Miller  <davem@davemloft.net>
5016         * scripts/check-local-headers.sh: Accept a host triplet in the
5017         path matched by the exclude regexp.
5019         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
5020         definition.
5021         * sysdeps/powerpc/powerpc32/dl-machine.h
5022         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
5023         * sysdeps/s390/s390-32/dl-machine.h
5024         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
5025         * sysdeps/sparc/sparc32/dl-machine.h
5026         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
5027         * sysdeps/sparc/sparc64/dl-machine.h
5028         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
5030         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
5031         lazy binding.
5032         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
5033         undefined symbol errors.
5035         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
5036         DT_NEEDED entries.
5038 2012-04-05  Michael Matz  <matz@suse.de>
5040         [BZ #13592]
5041         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
5043 2012-04-05  Andreas Jaeger  <aj@suse.de>
5045         [BZ #13908]
5046         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
5047         comment.
5049 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
5051         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
5052         which ROUND is no valid rounding mode.
5054 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
5056         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
5057         read again.
5058         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
5060 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
5062         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
5063         an exception using FPU order intentionally.
5065 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
5067         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
5068         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
5069         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
5070         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
5072 2012-04-05  Simon Josefsson  <simon@josefsson.org>
5074         [BZ #12340]
5075         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
5076         EINVAL when BUFLEN is too smal.
5078 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
5080         [BZ #13553]
5081         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
5082         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
5084 2012-04-03  Andreas Jaeger  <aj@suse.de>
5086         [BZ #13938]
5087         * manual/setjmp.texi (System V contexts): Fix sentence.
5089         [BZ #13926]
5090         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
5091         New macro for this case.
5092         [!__GNUC__] (__bswap_64): New inline function for this case.
5093         * sysdeps/x86_64/bits/byteswap.h: Likewise.
5094         * bits/byteswap.h: Likewise.
5095         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
5096         ull, guard with __GLIBC_HAVE_LONG_LONG.
5098         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
5099         __GLIBC_HAVE_LONG_LONG.
5101         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
5102         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
5104 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
5106         [BZ #13691]
5107         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
5108         inptr and inend, rather than using last_ch.
5110 2012-04-02  David S. Miller  <davem@davemloft.net>
5112         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
5113         * stdio-common/printf-parse.h (read_int): Change return type to
5114         'int', return -1 on INT_MAX overflow.
5115         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
5116         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
5117         overflows INT_MAX.  Check for overflow of in-format-string precision
5118         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
5119         SIZE_MAX not INT_MAX for integer overflow test.
5120         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
5121         skip the construct in the format string but do not record anything.
5122         * stdio-common/bug22.c: Adjust to test both width/prevision
5123         INT_MAX overflow as well as total length INT_MAX overflow.  Check
5124         explicitly for proper errno values.
5126 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
5128         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
5129         CHAR_MAX.
5130         * string/test-strcmp.c [! WIDE]: Likewise.
5131         * time/tst-mktime2.c: Likewise for INT_MAX.
5132         * string/test-string.h: #include <sys/param.h> for MIN.
5134         * csu/init-first.c (__libc_init_first): Call __ctype_init.
5135         * sysdeps/i386/init-first.c (init): Likewise.
5136         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
5137         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
5138         * sysdeps/sh/init-first.c (init): Likewise.
5140 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
5142         * po/ru.po: Update from translation team.
5143         * po/vi.po: Likewise.
5145 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
5147         * resolv/nss_dns/dns-host.c: Merge copyright years.
5149 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
5151         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
5152         Optimize memcpy with prefetch if
5153         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
5154         src, dst pointers have unequal 16 byte alignments.
5156 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5158         [BZ #13928]
5159         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
5160         from a CNAME entry and return the minimum ttl for the query.
5161         (gaih_getanswer_slice): Likewise.
5163 2012-03-30  Jeff Law  <law@redhat.com>
5165         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
5166         due to long keys.
5167         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
5168         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
5170         * resolv/nss_dns/dns-host.c: Update copyright year.
5172 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
5174         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
5175         requests to save a system call.  Fix check that all bytes are sent.
5177         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
5178         comments for sendmmsg.
5180 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
5182         [BZ #13691]
5183         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
5184         with only 1 character between 0x0041 and 0x01b0.
5185         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
5186         * wcsmbs/tst-mbsnrtowcs.c: New file.
5188 2012-03-29  David S. Miller  <davem@davemloft.net>
5190         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
5191         small copies by hand.
5193 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5195         [BZ #13761]
5196         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
5197         _nss_compat_initgroups_dyn): Fall back to malloc/free
5198         for large group memberships.
5200 2012-03-28  David S. Miller  <davem@davemloft.net>
5202         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
5203         that branches into memcpy.
5204         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
5205         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5206         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5207         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5208         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
5209         bits.
5210         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
5211         implementation too.
5212         * sysdeps/sparc/mempcpy.S: New file.
5214         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
5215         the IFUNC routine in the libc case.
5216         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5218         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
5219         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
5220         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
5221         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
5222         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
5223         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
5224         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
5225         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
5227         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
5228         loop to 256 bytes instead of 64 bytes and fix test signedness.
5230         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
5231         * sysdeps/sparc/sparc32/Makefile: rather than here...
5232         * sysdeps/sparc/sparc64/Makefile: and here.
5234 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
5236         * malloc/mallocbug.c: Avoid warnings about unused variables.
5238 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5240         [BZ #13760]
5241         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
5242         in the right place. Discard and retry query if response is
5243         larger than input buffer size.
5245 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
5247         [BZ #369]
5248         [BZ #2678]
5249         [BZ #3866]
5250         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
5251         x for large integer exponent.
5252         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
5253         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
5254         sign of result as needed afterwards.
5255         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
5256         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
5257         result for underflowing pow the same as for overflow.
5258         (__kernel_standard_l): Handle powl overflow and underflow here
5259         rather than calling __kernel_standard.
5260         * math/libm-test.inc (pow_test): Add more tests.
5262         [BZ #3868]
5263         [BZ #13879]
5264         [BZ #13910]
5265         [BZ #13911]
5266         [BZ #13912]
5267         [BZ #13913]
5268         [BZ #13915]
5269         [BZ #13916]
5270         [BZ #13917]
5271         [BZ #13918]
5272         [BZ #13919]
5273         [BZ #13920]
5274         [BZ #13921]
5275         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
5276         * sysdeps/ieee754/k_standard.c: Include <float.h>.
5277         (__kernel_standard_l): New function.
5278         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
5279         __kernel_standard.
5280         * math/w_acosl.c (__acosl): Likewise.
5281         * math/w_asinl.c (__asinl): Likewise.
5282         * math/w_atan2l.c (__atan2l): Likewise.
5283         * math/w_atanhl.c (__atanhl): Likewise.
5284         * math/w_coshl.c (__coshl): Likewise.
5285         * math/w_exp10l.c (__exp10l): Likewise.
5286         * math/w_exp2l.c (__exp2l): Likewise.
5287         * math/w_fmodl.c (__fmodl): Likewise.
5288         * math/w_hypotl.c (__hypotl): Likewise.
5289         * math/w_j0l.c (__j0l, __y0l): Likewise.
5290         * math/w_j1l.c (__j1l, __y1l): Likewise.
5291         * math/w_jnl.c (__jnl, __ynl): Likewise.
5292         * math/w_lgammal.c (__lgammal): Likewise.
5293         * math/w_log10l.c (__log10l): Likewise.
5294         * math/w_log2l.c (__log2l): Likewise.
5295         * math/w_logl.c (__logl): Likewise.
5296         * math/w_powl.c (__powl): Likewise.
5297         * math/w_remainderl.c (__remainderl): Likewise.
5298         * math/w_scalbl.c (sysv_scalbl): Likewise.
5299         * math/w_sinhl.c (__sinhl): Likewise.
5300         * math/w_sqrtl.c (__sqrtl): Likewise.
5301         * math/w_tgammal.c (__tgammal): Likewise.
5302         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
5303         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
5304         * math/libm-test.inc (acos_test): Add more tests.
5305         (acosh_test): Likewise.
5306         (asin_test): Likewise.
5307         (atanh_test): Likewise.
5308         (exp_test): Likewise.
5309         (exp10_test): Likewise.
5310         (exp2_test): Likewise.
5311         (expm1_test): Likewise.
5312         (lgamma_test): Likewise.
5313         (log_test): Likewise.
5314         (log10_test): Likewise.
5315         (log1p_test): Likewise.
5316         (log2_test): Likewise.
5317         (pow_test): Do not allow some spurious overflow exceptions.
5318         (sqrt_test): Add more tests.
5319         (tgamma_test): Likewise.
5320         (y0_test): Likewise.
5321         (y1_test): Likewise.
5322         (yn_test): Likewise.
5324 2012-03-27  Anton Blanchard  <anton@samba.org>
5326         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
5327         MAP_HUGETLB.
5328         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
5329         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
5330         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
5332 2012-03-27  David S. Miller  <davem@davemloft.net>
5334         * conform/Makefile: Run run-conformtest.sh using $(BASH).
5336         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
5337         have-as-vis3 check.
5339 2012-03-27  Andreas Jaeger  <aj@suse.de>
5341         * sysdeps/x86_64/elf/configure.in: Moved to ...
5342         * sysdeps/x86_64/configure.in: ... here.
5343         * sysdeps/x86_64/elf/start.S: Moved to ...
5344         * sysdeps/x86_64/start.S: ... here.
5345         * sysdeps/x86_64/elf/configure: Delete.
5347         * sysdeps/x86_64/configure.in: Merge contents from
5348         sysdeps/i386/configure.in (without i686 check).
5350         * sysdeps/i386/elf/Versions: Merge into ...
5351         * sysdeps/i386/Versions: ... this.
5352         * sysdeps/i386/elf/Versions: Delete file.
5353         * sysdeps/i386/elf/start.S: Moved to ...
5354         * sysdeps/i386/start.S: ...here.
5355         * sysdeps/i386/elf/configure.in: Merge into...
5356         * sysdeps/i386/configure.in: ...here.
5357         * sysdeps/i386/elf/configure.in: Delete file.
5358         * sysdeps/i386/elf/configure: Delete file.
5360         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
5361         * debug/backtracesyms.c: ... here.
5362         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
5363         * debug/backtracesymsfd.c: ... here.
5364         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
5365         * sysdeps/generic/ifunc-sel.h: ... here.
5367         * sysdeps/unix/i386/start.c: Delete file.
5368         * sysdeps/unix/sparc/start.c: Delete file.
5369         * sysdeps/unix/start.c: Delete file.
5371         * sysdeps/sh/elf/configure.in: Moved to ...
5372         * sysdeps/sh/configure.in: ... here.
5373         * sysdeps/sh/elf/start.S: Moved to ...
5374         * sysdeps/sh/start.S: ... here.
5375         * sysdeps/sh/elf/configure: Delete file.
5377         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
5378         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
5379         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
5380         * sysdeps/powerpc/powerpc64/entry.h: ... here.
5381         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
5382         * sysdeps/powerpc/powerpc64/start.S: here.
5383         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
5384         * sysdeps/powerpc/powerpc64/Makefile: ... this.
5385         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
5386         * sysdeps/powerpc/powerpc64/configure.in: ... this.
5387         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
5389         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
5390         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
5391         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
5392         * sysdeps/powerpc/powerpc32/start.S: ... here.
5393         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
5394         * sysdeps/powerpc/powerpc32/configure.in: ... this.
5395         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
5397         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
5398         * sysdeps/powerpc/ifunc-sel.h: ... here.
5399         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
5400         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
5402         * sysdeps/sparc/elf/configure.in: Moved to ...
5403         * sysdeps/sparc/configure.in: ... here.
5404         * sysdeps/sparc/elf/configure: Delete file.
5405         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
5406         * sysdeps/sparc/sparc32/start.S: ... here.
5407         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
5408         * sysdeps/sparc/sparc64/start.S: ... here.
5409         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
5410         * sysdeps/sparc/sparc32/Makefile: ... this.
5411         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
5412         * sysdeps/sparc/sparc64/Makefile: ... this.
5414         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
5415         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
5416         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
5417         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
5418         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
5419         * sysdeps/s390/s390-32/setjmp.S: ... here.
5420         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
5421         * sysdeps/s390/s390-32/configure.in: ... here.
5422         * sysdeps/s390/s390-32/elf/configure: Delete file.
5423         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
5424         * sysdeps/s390/s390-32/start.S: ... here.
5426         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
5427         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
5428         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
5429         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
5430         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
5431         * sysdeps/s390/s390-64/setjmp.S: ... here.
5432         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
5433         * sysdeps/s390/s390-64/configure.in: ... here
5434         * sysdeps/s390/s390-64/elf/configure: Delete file.
5435         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
5436         * sysdeps/s390/s390-64/start.S: ... here.
5437         * sysdeps/s390/s390-64/elf/configure: Delete.
5439         * configure.in: Remove support for elf directories in sysdeps.
5441         * configure: Regenerated.
5442         * sysdeps/i386/configure: Regenerated.
5443         * sysdeps/powerpc/powerpc32/configure: Regenerated.
5444         * sysdeps/powerpc/powerpc64/configure: Regenerated.
5445         * sysdeps/s390/s390-32/configure: Regenerated.
5446         * sysdeps/s390/s390-64/configure: Regenerated.
5447         * sysdeps/sh/configure: Regenerated.
5448         * sysdeps/sparc/configure: Regenerated.
5449         * sysdeps/x86_64/configure: Regenerated.
5451 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
5453         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5455         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
5456         denormal result into account.
5458 2012-03-25  Roland McGrath  <roland@hack.frob.com>
5460         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
5461         Reported by Allan McRae <allan@archlinux.org>.
5463 2012-03-23  Jeff Law  <law@redhat.com>
5465         * nss/getnssent.c (__nss_getent): Fix typo.
5467 2012-03-23  David S. Miller  <davem@davemloft.net>
5469         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5471 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
5473         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
5474         to pad to uint64_t for each field.
5475         (dl_tls_index): Replace unsigned long with uint64_t.
5477 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
5478         Paul Pluzhnikov  <ppluzhnikov@google.com>
5480         [BZ #6528]
5481         * grp/Makefile (otherlibs): Don't set it.
5482         * inet/Makefile (otherlibs): Likewise.
5483         * login/Makefile (otherlibs): Likewise.
5484         * nscd/Makefile (otherlibs): Likewise.
5485         * posix/Makefile (otherlibs): Likewise.
5486         * pwd/Makefile (otherlibs): Likewise.
5487         * rt/Makefile (otherlibs): Likewise.
5488         * sunrpc/Makefile (otherlibs): Likewise.
5489         * nss/Makefile (otherlibs): Likewise.
5490         Add libnss_files to routines and static-only-routines.
5491         ($(objpfx)getent): Remove rule.
5492         * resolv/Makefile: Add libnss_dns and libresolv to routines and
5493         static-only-routines.
5495 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
5497         [BZ #13892]
5498         * math/s_cexp.c: Include <float.h>.
5499         (__cexp): Handle exp result overflowing not necessarily
5500         overflowing both real and imaginary parts of result.
5501         * math/s_cexpf.c: Likewise.
5502         * math/s_cexpl.c: Likewise.
5503         * math/libm-test.inc (cexp_test): Add more tests.
5504         * sysdeps/i386/fpu/libm-test-ulps: Update.
5505         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5507 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
5509         * include/link.h (ELFW): New macro.
5510         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
5511         Replace ELF64_R_TYPE with ELFW(R_TYPE).
5513 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
5515         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
5516         with uint64_t.
5518 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
5520         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
5521         declaration.
5522         (struct La_x32_retval): Likewise.
5524 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
5526         * sysdeps/x86_64/preconfigure.in: New file.
5527         * sysdeps/x86_64/preconfigure: New generated file.
5529 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
5531         [BZ #13824]
5532         * math/e_exp2l.c: Include <float.h>.
5533         (__ieee754_exp2l): Handle overflow and underflow cases
5534         separately.  Only pass fractional part of argument to
5535         __ieee754_expl.
5536         * math/libm-test.inc (exp2_test): Add more tests.
5538         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
5539         negating x to take absolute value.
5540         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
5541         Likewise.
5542         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
5543         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
5544         Likewise.
5545         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
5546         computing low part if x was negated.
5547         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
5549 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
5551         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
5552         la_x32_gnu_pltexit.
5553         (pltexit): Cast int_retval to ptrdiff_t.
5554         * elf/tst-auditmod3b.c: Likewise.
5555         * elf/tst-auditmod4b.c: Likewise.
5556         * elf/tst-auditmod5b.c: Likewise.
5557         * elf/tst-auditmod6b.c: Likewise.
5558         * elf/tst-auditmod6c.c: Likewise.
5559         * elf/tst-auditmod7b.c: Likewise.
5561         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
5562         and x32_gnu_pltexit.
5564         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
5565         __ELF_NATIVE_CLASS.
5566         (La_x32_regs): New macro.
5567         (La_x32_retval): Likewise.
5568         (la_x32_gnu_pltenter): New function prototype.
5569         (la_x32_gnu_pltexit): Likewise.
5571 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
5573         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
5574         exponent.
5576         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5578         * configure.in (libc_cv_cc_nofma): Check for option to disable
5579         generation of FMA instructions.
5580         * configure: Regenerate.
5581         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
5582         * sysdeps/ieee754/dbl-64/Makefile: New file.
5583         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
5584         Remove brandred-fma4.
5585         (CFLAGS-brandred-fma4.c): Remove.
5586         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
5587         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
5588         define.
5589         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
5590         define.
5592 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
5594         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
5595         LLONG_MAX != LONG_MAX.
5596         (_itoa_word): Use _ITOA_WORD_TYPE on value.
5597         (_fitoa_word): Likewise.
5598         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
5599         LLONG_MAX != LONG_MAX.
5600         * stdio-common/_itowa.h: Include <_itoa.h>.
5601         (_itowa_word): Use _ITOA_WORD_TYPE on value.
5602         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
5603         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
5604         only if not defined.
5605         (_ITOA_WORD_TYPE): Likewise.
5606         (_itoa_word): Use _ITOA_WORD_TYPE on value.
5607         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
5609 2012-03-21  David S. Miller  <davem@davemloft.net>
5611         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5613 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
5615         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
5616         of x86_64 when setting libc_cv_slibdir, libdir and
5617         libc_cv_localedir.
5618         * sysdeps/unix/sysv/linux/configure: Regenerated.
5620 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
5622         * manual/lang.texi (Old Varargs): Remove section.
5623         (How Variadic): Update menu.
5624         (va_start): Do not mention varargs.h.
5626 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
5627             Joseph Myers  <joseph@codesourcery.com>
5629         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
5630         link test.
5631         * configure: Regenerated.
5633 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
5635         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
5636         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
5637         conformtest.pl
5639 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
5641         * NOTES: Remove.
5642         * Makefile (files-for-dist): Remove NOTES.
5643         (NOTES): Remove rule.
5644         * README: Don't refer to NOTES.
5645         * manual/creature.texi: Don't include macros.texi.
5646         * manual/intro.texi (creature.texi): Remove comment referring to
5647         NOTES.
5649         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
5650         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
5651         * configure: Regenerated.
5652         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
5653         LIBC_TRY_CC_OPTION.
5654         (libc_cv_as_i686): Likewise.
5655         (libc_cv_cc_avx): Likewise.
5656         (libc_cv_cc_sse2avx): Likewise.
5657         (libc_cv_cc_fma4): Likewise.
5658         (libc_cv_cc_novzeroupper): Likewise.
5659         * sysdeps/i386/configure: Regenerated.
5661         [BZ #13883]
5662         * sysdeps/i386/fpu/s_cexp.S: Remove.
5663         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
5664         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
5665         * math/libm-test.inc (cexp_test): Add more tests.
5666         * sysdeps/i386/fpu/libm-test-ulps: Update.
5667         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5669 2012-03-21  Allan McRae  <allan@archlinux.org>
5671         * timezone/Makefile: Do not install iso3166.tab and zone.tab
5673 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
5675         [BZ #13871]
5676         * math/w_exp2.c: Do not include <float.h>.
5677         (o_threshold, u_threshold): Remove.
5678         (__exp2): Calculate result before checking finiteness and calling
5679         __kernel_standard.
5680         * math/w_exp2f.c: Likewise.
5681         * math/w_exp2l.c: Likewise.
5682         * math/libm-test.inc (exp2_test): Require overflow exception for
5683         1e6 input.
5685         [BZ #3866]
5686         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
5687         range of signed 64-bit integers before using fistpll.  Remove
5688         checks for whether integers fit in mantissa bits.
5689         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
5690         the range of signed 32-bit integers before using fistpl.  Remove
5691         checks for whether integers fit in mantissa bits.
5692         * sysdeps/i386/fpu/e_powl.S (p64): New object.
5693         (__ieee754_powl): Test for y outside the range of signed 64-bit
5694         integers before using fistpll.  Reduce 64-bit values to 63-bit
5695         ones as needed.
5696         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
5697         divide-by-zero is raised for zero to large negative powers.
5698         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
5699         (__ieee754_powl): Test for y outside the range of signed 64-bit
5700         integers before using fistpll.  Reduce 64-bit values to 63-bit
5701         ones as needed.
5702         * math/libm-test.inc (pow_test): Add more tests.
5704 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
5706         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
5707         <stdio-common/_itoa.h>.
5708         * debug/segfault.c: Likewise.
5709         * elf/dl-cache.c: Likewise.
5710         * elf/dl-minimal.c: Likewise.
5711         * elf/dl-misc.c: Likewise.
5712         * elf/dl-sysdep.c: Likewise.
5713         * elf/dl-version.c: Likewise.
5714         * elf/rtld.c: Likewise.
5715         * hurd/hurdsock.c: Likewise.
5716         * hurd/lookup-retry.c: Likewise.
5717         * malloc/malloc.c: Likewise.
5718         * malloc/mtrace.c: Likewise.
5719         * nscd/nscd_getgr_r.c: Likewise.
5720         * nscd/nscd_getpw_r.c: Likewise.
5721         * nscd/nscd_getserv_r.c: Likewise.
5722         * posix/getopt_init.c: Likewise.
5723         * posix/wordexp.c: Likewise.
5724         * stdio-common/_itoa.c: Likewise.
5725         * stdio-common/printf_fphex.c: Likewise.
5726         * stdio-common/vfprintf.c: Likewise.
5727         * string/_strerror.c: Likewise.
5728         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
5729         * sysdeps/i386/i686/hp-timing.h: Likewise.
5730         * sysdeps/mach/_strerror.c: Likewise.
5731         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
5732         * sysdeps/mach/hurd/sethostid.c: Likewise.
5733         * sysdeps/mach/hurd/xmknodat.c: Likewise.
5734         * sysdeps/mach/xpg-strerror.c: Likewise.
5735         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
5736         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5737         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
5738         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
5739         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5740         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
5741         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5742         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5743         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
5744         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
5745         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
5746         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
5747         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
5748         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
5749         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
5750         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
5751         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
5752         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
5753         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
5754         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
5755         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
5757         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
5759         * stdio-common/_itoa.h: Moved to ...
5760         * sysdeps/generic/_itoa.h: Here.
5762         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
5764         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
5765         instead of "_itoa.h" and "_itowa.h".
5766         * stdio-common/vfprintf.: Likewise.
5768 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
5770         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
5771         <bits/wordsize.h>.
5772         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
5773         (__signbit): Likwise.
5774         (llrintf): Likwise.
5775         (llrint): Likwise.
5777 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
5779         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
5780         __WORDSIZE != 64.
5782 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
5784         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
5785         OVERFLOW_EXCEPTION_OK.
5786         * math/libm-test.inc ("Philosophy"): Update comment about
5787         exception testing.
5788         (OVERFLOW_EXCEPTION): Define.
5789         (OVERFLOW_EXCEPTION_OK): Likewise.
5790         (INVALID_EXCEPTION_OK): Renumber.
5791         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
5792         (IGNORE_ZERO_INF_SIGN): Likewise.
5793         (test_exceptions): Handle FE_OVERFLOW.
5794         (exp10_test): Expect overflow exceptions.
5795         (exp2_test): Likewise.
5796         (expm1_test): Likewise.
5797         (nextafter_test): Likewise.
5798         (pow_test): Likewise.
5799         (scalbn_test): Likewise.
5800         (scalbln_test): Likewise.
5802 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
5804         * sysdeps/x86_64/bits/atomic.h
5805         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
5806         64bit integer.
5807         (atomic_exchange_acq): Likewise.
5808         (__arch_exchange_and_add_body): Likewise.
5809         (__arch_add_body): Likewise.
5810         (atomic_add_negative): Likewise.
5811         (atomic_add_zero): Likewise.
5813 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
5815         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
5816         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
5818 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
5820         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
5821         Check __x86_64__ instead of __WORDSIZE.
5823 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
5825         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
5827 2012-03-19  David S. Miller  <davem@davemloft.net>
5829         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5831         * sysdeps/sparc/fpu/fenv_private.h: New file.
5832         * sysdeps/sparc/fpu/math_private.h: Use it.
5833         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
5834         Remove.
5835         (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
5836         (libc_feholdexcept_setroundl): Remove.
5837         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
5838         Remove.
5839         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
5840         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
5842 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
5844         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
5845         int64_t instead of long int.
5846         (INSERT_WORDS64): Likwise.
5848 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
5850         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
5851         _Unwind_GetCFA return to _Unwind_Ptr first.
5853 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
5855         [BZ #13629]
5856         * math/s_clog.c: Include <float.h>.
5857         (__clog): Scale large or subnormal inputs.
5858         * math/s_clogf.c: Likewise.
5859         * math/s_clogl.c: Likewise.
5860         * math/s_clog10.c: Include <float.h>.
5861         (M_LOG10_2): Define.
5862         (__clog10): Scale large or subnormal inputs.
5863         * math/s_clog10f.c: Likewise.
5864         * math/s_clog10l.c: Likewise.
5865         * math/libm-test.inc (clog_test): Add more tests.
5866         (clog10_test): Likewise.
5867         * sysdeps/i386/fpu/libm-test-ulps: Update.
5868         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5870         [BZ #11451]
5871         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
5872         x and y.
5873         * math/libm-test.inc (atan2_test): Add another test.
5875         * Makerules (common-objdir-compile): Remove.
5876         * sysdeps/unix/Makefile (config-generated): Do not add
5877         $(unix-generated) to variable.
5878         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
5879         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
5880         Remove rule.
5881         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
5882         Likewise.
5883         [generic bits/local_lim.h] (before-compile): Do not append to
5884         variable.
5885         [generic bits/local_lim.h] (common-generated): Likewise.
5886         [generic sys/param.h] (before-compile): Do not append to variable.
5887         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
5888         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
5889         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
5890         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
5891         include.
5892         [generic sys/param.h] (sys/param.h-includes): Remove variable.
5893         [generic sys/param.h] (sys/param.h-includes): Remove rule.
5894         [generic sys/param.h] ($(addprefix
5895         $(common-objpfx),$(sys/param.h-includes))): Likewise.
5896         [generic sys/param.h] (common-generated): Do not append to
5897         variable.
5898         [generic sys/param.h] (sysdep_headers): Likewise.
5899         [generic bits/errno.h] (before-compile): Do not append to
5900         variable.
5901         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
5902         rule.
5903         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
5904         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
5905         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
5906         [generic bits/errno.h] (common-generated): Do not append to
5907         variable.
5908         [generic bits/ioctls.h] (before-compile): Do not append to
5909         variable.
5910         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
5911         rule.
5912         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
5913         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
5914         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
5915         rule.
5916         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
5917         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
5918         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
5919         [generic bits/ioctls.h] (common-generated): Do not append to
5920         variable.
5921         [generic sys/syscall.h] (syscall.h): Remove variable.
5922         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
5923         rule.
5924         [generic sys/syscall.h] (before-compile): Do not append to
5925         variable.
5926         [generic sys/syscall.h] (common-generated): Likewise.
5927         * sysdeps/unix/errnos-tmpl.c: Remove file.
5928         * sysdeps/unix/errnos.awk: Likewise.
5929         * sysdeps/unix/ioctls-tmpl.c: Likewise.
5930         * sysdeps/unix/ioctls.awk: Likewise.
5931         * sysdeps/unix/mk-local_lim.c: Likewise.
5932         * sysdeps/unix/snarf-ioctls: Likewise.
5934 2012-03-19  Richard Henderson  <rth@twiddle.net>
5936         * sysdeps/i386/fpu/fenv_private.h: New file.
5937         * sysdeps/i386/fpu/math_private.h: Use it.
5938         (math_opt_barrier, math_force_eval): Remove.
5939         (libc_feholdexcept_setround_53bit): Remove.
5940         (libc_feupdateenv_53bit): Remove.
5941         * sysdeps/x86_64/fpu/math_private.h: Likewise.
5942         (math_opt_barrier, math_force_eval): Remove.
5943         (libc_feholdexcept): Remove.
5944         (libc_feholdexcept_setround): Remove.
5945         (libc_fetestexcept, libc_fesetenv): Remove.
5946         (libc_feupdateenv_test): Remove.
5947         (libc_feupdateenv, libc_feholdsetround): Remove.
5948         (libc_feresetround): Remove.
5950         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
5951         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
5953         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
5954         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
5955         (libc_feupdateenv_testl): New.
5956         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
5957         (libc_feupdateenv_testf): New.
5958         (libc_feupdateenv): Use libc_feupdateenv_test.
5959         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
5960         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
5962         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
5963         (libc_feholdsetroundf, libc_feholdsetroundl): New.
5964         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
5965         (libc_feresetround_noex): New.
5966         (libc_feresetround_noexf): New.
5967         (libc_feresetround_noexl): New.
5968         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
5969         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
5970         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
5971         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
5972         SET_RESTORE_ROUND.
5973         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
5974         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
5975         (__cos): Likewise.
5976         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
5977         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
5978         SET_RESTORE_ROUND_NOEX.
5979         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
5980         SET_RESTORE_ROUND_NOEXF.
5981         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
5982         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
5983         (libc_feholdsetroundf): New.
5984         (libc_feresetround, libc_feresetroundf): New.
5986         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
5987         (libc_feholdexcept_setround_53bit): Convert from macro to function.
5988         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
5990         * sysdeps/generic/math_private.h: Include <fenv.h>.
5991         (default_libc_feholdexcept): New.
5992         (default_libc_feholdexcept_setround): New.
5993         (default_libc_fesetenv, default_libc_feupdateenv): New.
5994         (libc_feholdexcept): Only define if undefined.
5995         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
5996         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
5997         (libc_feholdexcept_setroundl): Likewise.
5998         (libc_feholdexcept_setround_53bit): Likewise.
5999         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
6000         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
6001         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
6002         (libc_feupdateenv_53bit): Likewise.
6003         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
6004         (libc_feholdexcept): Convert from macro to inline function.
6005         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
6006         (libc_fesetenv, libc_feupdateenv): Likewise.
6008         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
6009         not previously defined.
6010         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
6011         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
6012         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
6013         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
6014         * sysdeps/ieee754/flt-32/math_private.h: New file.
6015         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
6016         math_private.h below SET_FLOAT_WORD.
6017         (__isnan, __isinf_ns, __finite): Remove.
6018         (__isnanf, __isinf_nsf, __finitef): Remove.
6020 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
6022         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6024 2012-03-17  David S. Miller  <davem@davemloft.net>
6026         [BZ #6471]
6027         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
6028         for 2.16.
6030 2012-03-16  David S. Miller  <davem@davemloft.net>
6032         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
6033         warnings.
6035         [BZ #6471]
6036         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
6037         properly.
6038         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
6039         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
6040         sysdep_routines when subdir is sysvipc.
6041         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
6042         __getshmlba helper.
6044         * sysdeps/sparc/fpu/libm-test/ulps: Update.
6046 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6048         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
6049         [__LP64__].
6051 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6053         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
6054         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
6055         (__lround): Renamed to ...
6056         (__llround): This.  Replace long int with long long int.
6057         Define lround functions as aliases of llround functions.
6058         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
6060 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6062         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
6063         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
6064         adresses to uintptr_t.  Replace "long int" and "unsigned long
6065         int" with "greg_t" on va_arg.
6067 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6069         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
6070         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
6072         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
6073         Move e_machine check before EI_CLASS check.  Handle x32
6074         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
6075         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
6076         SKIP_EM_IA_64 and include
6077         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
6079         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
6080         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
6081         (add_system_dir): New macro.
6083         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
6084         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
6086 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
6088         [BZ #2551]
6089         [BZ #2552]
6090         [BZ #2553]
6091         [BZ #2554]
6092         [BZ #2562]
6093         [BZ #2563]
6094         [BZ #2565]
6095         [BZ #2566]
6096         [BZ #2576]
6097         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
6098         (y0): Likewise.
6099         * math/w_j0f.c (j0f): Likewise.
6100         (y0f): Likewise.
6101         * math/w_j0l.c (__j0l): Likewise.
6102         (__y0l): Likewise.
6103         * math/w_j1.c (j1): Likewise.
6104         (y1): Likewise.
6105         * math/w_j1f.c (j1f): Likewise.
6106         (y1f): Likewise.
6107         * math/w_j1l.c (__j1l): Likewise.
6108         (__y1l): Likewise.
6109         * math/w_jn.c (jn): Likewise.
6110         (yn): Likewise.
6111         * math/w_jnf.c (jnf): Likewise.
6112         (ynf): Likewise.
6113         * math/w_jnl.c (__jnl): Likewise.
6114         (__ynl): Likewise.
6115         * math/libm-test.inc (j0_test): Add more tests.
6116         (j1_test): Likewise.
6117         (jn_test): Likewise.  Add trailing semicolon to existing test.
6118         (y0_test): Likewise.
6119         (y1_test): Likewise.
6120         * sysdeps/i386/fpu/libm-test-ulps: Update.
6121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6123         [BZ #13851]
6124         [BZ #13854]
6125         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
6126         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
6127         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
6128         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
6129         (__tanl): Set errno for infinite argument.
6130         * sysdeps/i386/fpu/mptan.c: Remove.
6131         * sysdeps/i386/fpu/s_tan.S: Likewise.
6132         * sysdeps/i386/fpu/s_tanl.S: Likewise.
6133         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
6134         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
6135         * math/libm-test.inc (tan_test): Add more tests and enable more
6136         tests for double and long double.
6137         * sysdeps/i386/fpu/libm-test-ulps: Update.
6138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6140 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6142         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
6143         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
6145 2012-03-16  Roland McGrath  <roland@hack.frob.com>
6147         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
6148         * configure.in: Use it for both main tree and add-ons.
6149         * configure: Regenerated.
6151 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6153         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
6155 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
6157         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
6158         in comment.
6160         [BZ #13851]
6161         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
6162         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
6163         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
6164         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
6165         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
6166         infinite argument.
6167         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
6168         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
6169         != 0 for prec == 2.
6170         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
6171         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
6172         * sysdeps/i386/fpu/s_cosl.S: Likewise.
6173         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
6174         * sysdeps/i386/fpu/s_sinl.S: Likewise.
6175         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
6176         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
6177         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
6178         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
6179         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
6180         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
6181         * math/libm-test.inc (cos_test): Add more tests and enable more
6182         tests for long double.
6183         (sin_test): Likewise.
6184         (sincos_test): Likewise.
6185         * sysdeps/i386/fpu/libm-test-ulps: Update.
6186         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6188 2012-03-16  David S. Miller  <davem@davemloft.net>
6190         * sysdeps/sparc/fpu/math_private.h: New file.
6192 2012-03-15  David S. Miller  <davem@davemloft.net>
6194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
6195         file.
6196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
6197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
6198         file.
6199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
6200         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
6201         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
6202         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
6203         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
6204         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
6205         sysdep routines.
6206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
6208         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
6209         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
6211         * sysdeps/sparc/sparc-ifunc.h: New file.
6212         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
6213         sparc-ifunc.h
6214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
6215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
6216         Likewise.
6217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
6218         Likewise.
6219         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
6220         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
6221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
6222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
6223         Likewise.
6224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
6225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
6226         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
6227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
6228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
6229         Likewise.
6230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
6231         Likewise.
6232         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
6233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
6234         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
6235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
6236         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
6237         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
6238         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
6239         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
6240         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
6241         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
6242         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
6243         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
6244         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
6245         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
6246         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
6247         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
6248         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
6249         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
6250         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
6251         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
6252         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
6253         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
6254         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
6255         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
6257 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
6259         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
6260         scaling.
6261         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6263 2012-03-15  Andreas Jaeger  <aj@suse.de>
6265         [BZ #13852]
6266         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
6267         ieee754/flt-32 implementation for sin, cos and sincos.
6268         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
6269         * sysdeps/i386/fpu/s_cosf.S: Likewise.
6270         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
6271         * sysdeps/i386/fpu/s_sinf.S: Likewise.
6272         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
6273         ieee754/flt-32 implementation for tan.
6275         * math/libm-test.inc (cos_test): Enable some large input tests for
6276         float as well
6277         (sin_test): Likewise.
6278         (sincos_test): Likewise.
6279         (tan_test): Add tests for large input.
6281         * sysdeps/i386/fpu/libm-test-ulps: Update.
6283 2012-03-15  Andreas Jaeger  <aj@suse.de>
6285         [BZ #13658]
6286         * math/libm-test.inc (cos_test): Add more test cases.
6287         (sin_test): Likewise.
6288         (sincos_test): Likewise.
6290 2012-03-15  Andreas Jaeger  <aj@suse.de>
6292         [BZ #13837]
6293         * math/libm-test.inc (cos_test): Add a test case for large input
6294         value.
6295         (sin_test): Likewise.
6296         (sincos_test): Likewise.
6298 2012-03-15  Andreas Jaeger  <aj@suse.de>,
6299         Joseph Myers  <joseph@codesourcery.com>
6301         [BZ #13658]
6302         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
6303         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
6304         * sysdeps/i386/fpu/branred.c: Likewise.
6305         * sysdeps/i386/fpu/dosincos.c: Likewise.
6306         * sysdeps/i386/fpu/mpa.c: Likewise.
6307         * sysdeps/i386/fpu/s_cos.S: Likewise.
6308         * sysdeps/i386/fpu/s_sin.S: Likewise.
6309         * sysdeps/i386/fpu/s_sincos.S: Likewise.
6310         * sysdeps/i386/fpu/sincos32.c: Likewise.
6312         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
6313         Define.
6314         (libc_feupdateenv_53bit): Define.
6315         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
6316         Define.
6317         (libc_feupdateenv_53bit): Define.
6319         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
6320         53 bit (without extend i386 double precision).
6322         * math/libm-test.inc (sincos_test): Add tests for large input.
6323         (sin): Likewise.
6324         (cos): Likewise.
6326         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6328 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
6330         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6332 2012-03-15  David S. Miller  <davem@davemloft.net>
6334         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
6335         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
6336         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
6337         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
6338         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
6339         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
6340         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
6341         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
6342         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
6343         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
6344         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
6345         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
6346         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
6347         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
6348         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
6349         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
6350         file.
6351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
6352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
6353         file.
6354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
6355         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
6356         file.
6357         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
6358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
6359         file.
6360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
6361         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
6362         fmin/fmax sysdep routines.
6363         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
6365 2012-03-14  David S. Miller  <davem@davemloft.net>
6367         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
6368         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
6369         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
6370         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
6371         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
6372         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
6373         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
6374         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
6375         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
6376         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
6377         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
6378         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
6379         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
6380         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
6381         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
6382         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
6383         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
6384         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
6385         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
6386         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
6387         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
6388         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
6389         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
6390         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
6391         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
6392         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
6393         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
6394         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
6395         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
6396         routines.
6397         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
6398         file.
6399         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
6400         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
6401         file.
6402         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
6403         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
6404         file.
6405         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
6406         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
6407         file.
6408         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
6409         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
6410         file.
6411         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
6412         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
6413         file.
6414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
6415         file.
6416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
6417         file.
6418         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
6419         file.
6420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
6421         New file.
6422         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
6423         file.
6424         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
6425         file.
6426         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
6427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
6428         file.
6429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
6430         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
6431         file.
6432         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
6433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
6434         file.
6435         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
6436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
6437         VIS3 routines.
6439         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
6440         New file.
6442         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6444         * sysdeps/sparc/configure.in: New file.
6445         * sysdeps/sparc/configure: Generate.
6446         * configure.in (libc_cv_sparc_as_vis3): Substitute.
6447         * configure: Regenerate.
6448         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
6449         * config.make.in (have-as-vis3): New.
6450         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
6451         available use -Av9d instead of -Av9a.
6452         * sysdeps/sparc/sparc64/Makefile: Likewise.
6453         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
6454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
6455         New file.
6456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
6457         file.
6458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
6459         New file.
6460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
6461         file.
6462         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
6463         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
6464         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
6465         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
6466         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
6468         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
6469         fzeros/fnegs to load 0x80000000 into a float register instead of
6470         using the stack.
6471         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
6473 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
6475         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
6476         bits/syscall.h.
6477         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
6478         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
6479         ($(inst_includedir)/bits/syscall.h): Remove rule.
6480         ($(objpfx)bits/syscall.d): Include instead of
6481         $(objpfx)syscall-list.d.
6482         (generated): Change syscall-list.h and syscall-list.d to
6483         bits/syscall.h and bits/syscall.d.
6485 2012-03-14  Roland McGrath  <roland@hack.frob.com>
6487         [BZ #13846]
6488         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
6490 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
6492         [BZ #13841]
6493         * math/s_csqrt.c: Include <float.h>.
6494         (__csqrt): Scale large or subnormal inputs.
6495         * math/s_csqrtf.c: Likewise.
6496         * math/s_csqrtl.c: Likewise.
6497         * math/libm-test.inc (csqrt_test): Add more tests.
6498         * sysdeps/i386/fpu/libm-test-ulps: Update.
6499         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6501         [BZ #13840]
6502         * math/libm-test.inc (hypot_test): Add more tests.
6504 2012-03-13  David S. Miller  <davem@davemloft.net>
6506         [BZ #13840]
6507         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
6508         double-precision for the calculation instead of scaling.
6510 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
6512         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
6513         manipulate bits before adding and subtracting TWO52[sx].
6514         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
6515         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
6516         Likewise.
6517         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
6519 2012-03-13  David S. Miller  <davem@davemloft.net>
6521         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
6522         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
6523         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
6524         rtld-global-offsets.h
6525         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
6527         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
6528         large parameters.
6530         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
6532         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
6533         'err' in the ifdef scope in which it is actually used.
6535         * nss/nss_db/db-init.c: Include string.h
6537 2012-03-12  David S. Miller  <davem@davemloft.net>
6539         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
6540         masking out of the most significant byte of random value used.
6541         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
6542         Fix coding style in previous change.
6544         * sysdeps/unix/sysv/linux/kernel-features.h
6545         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
6546         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
6547         expression.
6548         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
6549         later.
6551 2012-03-11  David S. Miller  <davem@davemloft.net>
6553         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
6554         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
6555         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
6556         for 'resultvar' otherwise things get truncated on 64-bit.
6558         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
6559         Fix masking out of the most significant byte of random value used.
6561         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6563 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
6565         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6567 2012-03-09  David S. Miller  <davem@davemloft.net>
6569         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
6570         variables with appropriate CPP guards.
6571         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
6572         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
6573         on resulting framesize and the management of the outregs buffer for pltexit.
6574         Preserve floating point return values across _dl_call_pltexit call.
6575         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
6576         framesize and the management of the outregs buffer for pltexit.
6577         Preserve floating point return values across _dl_call_pltexit
6578         call.
6579         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
6580         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
6581         (print_exit): Fix format string for return register value.
6583 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
6585         * sunrpc/Makefile (others): Add rpcgen.
6586         ($(objpfx)rpcgen): Remove special build rule and dependency on
6587         libc.
6588         * sunrpc/rpcgen.c: New file.
6590 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
6592         [BZ #13673]
6593         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
6594         * stdio-common/bug-vfprintf-nargs.c: Likewise.
6595         * sysdeps/i386/crti.S: Likewise.
6596         * sysdeps/i386/crtn.S: Likewise.
6597         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
6598         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
6599         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
6600         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
6601         * sysdeps/sh/crti.S: Likewise.
6602         * sysdeps/sh/crtn.S: Likewise.
6603         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
6605         [BZ #13673]
6606         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
6607         with URL.
6608         * locale/programs/locfile-kw.gperf: Likewise.
6609         * locale/programs/charmap-kw.h: Regenerated.
6610         * locale/programs/locfile-kw.h: Likewise.
6612         [BZ #13673]
6613         * intl/plural.y: Replace FSF snail mail address with URL.
6614         * intl/plural.c: Regenerated.
6616 2012-03-09  Richard Henderson  <rth@twiddle.net>
6618         * include/math_private.h: Remove file.
6619         * math/math_private.h: Move file ...
6620         * sysdeps/generic/math_private.h: ... here.
6622         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
6623         * sysdeps/powerpc/fpu/math_private.h: Likewise.
6624         * sysdeps/x86_64/fpu/math_private.h: Likewise.
6626         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
6627         and <math_private.h>.
6628         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
6629         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6630         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
6631         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
6632         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
6633         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
6634         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
6635         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
6636         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
6637         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
6638         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
6639         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
6640         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
6641         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
6642         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
6643         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
6644         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
6645         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
6646         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
6647         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
6648         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
6649         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
6650         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
6651         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
6652         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
6653         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
6654         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
6655         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
6656         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
6657         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
6658         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
6659         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
6660         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
6661         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
6662         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
6663         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
6664         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
6665         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
6666         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6667         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
6668         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
6669         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
6670         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
6671         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6672         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
6673         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6674         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
6675         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
6676         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
6677         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
6678         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
6679         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
6680         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
6681         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
6682         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
6683         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
6684         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
6685         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
6686         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
6687         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
6688         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
6689         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
6690         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
6691         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
6692         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
6693         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
6694         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
6695         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
6696         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
6697         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
6698         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
6699         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
6700         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
6701         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
6702         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
6703         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
6704         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
6705         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
6706         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
6707         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
6708         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
6709         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
6710         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
6711         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
6712         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
6713         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
6714         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
6715         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
6716         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
6717         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
6718         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
6719         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
6720         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
6721         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
6722         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
6723         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
6724         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
6725         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
6726         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
6727         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
6728         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
6729         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
6730         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
6731         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
6732         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
6733         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
6734         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
6735         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
6736         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
6737         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
6738         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
6739         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
6740         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
6741         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
6742         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
6743         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
6744         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
6745         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
6746         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
6747         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
6748         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
6749         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6750         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
6751         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
6752         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
6753         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
6754         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
6755         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6756         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6757         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
6758         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
6759         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
6760         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
6761         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
6762         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
6763         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
6764         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
6765         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
6766         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
6767         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
6768         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
6769         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
6770         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
6771         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
6772         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
6773         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
6774         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
6775         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
6776         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
6777         * sysdeps/ieee754/k_standard.c: Likewise.
6778         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
6779         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
6780         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
6781         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
6782         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
6783         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
6784         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
6785         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
6786         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
6787         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
6788         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
6789         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
6790         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
6791         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
6792         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
6793         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
6794         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
6795         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
6796         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
6797         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
6798         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
6799         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
6800         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
6801         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
6802         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
6803         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
6804         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
6805         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
6806         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
6807         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
6808         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
6809         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
6810         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6811         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
6812         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
6813         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
6814         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
6815         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
6816         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6817         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6818         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
6819         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
6820         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
6821         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
6822         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
6823         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
6824         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
6825         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
6826         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
6827         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
6828         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
6829         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
6830         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
6831         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
6832         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
6833         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
6834         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
6835         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
6836         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
6837         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
6838         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
6839         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
6840         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
6841         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
6842         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
6843         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
6844         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
6845         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
6846         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
6847         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
6848         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
6849         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
6850         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
6851         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
6852         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
6853         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
6854         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
6855         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
6856         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
6857         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
6858         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
6859         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
6860         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
6861         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
6862         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
6863         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
6864         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
6865         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
6866         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
6867         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
6868         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
6869         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
6870         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
6871         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
6872         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
6873         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
6874         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
6875         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
6876         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
6877         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
6878         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
6879         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
6880         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
6881         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
6882         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
6883         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
6884         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
6885         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
6886         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
6887         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
6888         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
6889         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
6890         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
6891         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
6892         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
6893         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
6894         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
6895         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
6896         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
6897         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
6898         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
6899         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
6900         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
6901         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
6902         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
6903         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
6904         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
6905         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
6906         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
6907         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
6908         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
6909         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6910         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
6911         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
6912         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
6913         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
6914         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
6915         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6916         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
6917         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
6918         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
6919         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
6920         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
6921         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
6922         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
6923         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
6924         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
6925         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
6926         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
6927         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
6928         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
6929         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
6930         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
6931         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
6932         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
6933         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
6934         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
6935         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
6936         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
6937         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
6938         * sysdeps/ieee754/s_lib_version.c: Likewise.
6939         * sysdeps/ieee754/s_matherr.c: Likewise.
6940         * sysdeps/ieee754/s_signgam.c: Likewise.
6941         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
6942         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
6943         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
6944         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
6945         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
6946         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
6947         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
6948         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
6949         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6950         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
6951         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
6952         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
6953         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
6954         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
6955         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
6956         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
6957         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
6958         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
6959         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
6960         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
6961         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
6963 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
6965         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
6966         * sunrpc/rpc_main.c: Likewise.
6967         * sunrpc/rpc_svcout.c: Likewise.
6969 2012-03-09  David S. Miller  <davem@davemloft.net>
6971         * include/math_private.h: New file.
6973 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
6975         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
6976         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
6977         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
6978         from <bits/socket_type.h>.
6979         (enum __socket_type): Don't define here.
6980         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
6981         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
6982         bits/socket_type.h.
6984         [BZ #13566]
6985         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
6986         checking __USE_GNU.
6988         * Makerules ($(inst_includedir)/%.h): New rule.
6989         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
6990         (install-others): Remove variable setting.
6991         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
6993 2012-03-08  Richard Henderson  <rth@twiddle.net>
6995         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
6996         from macro to inline function; merge with the
6997         !__LIBC_INTERNAL_MATH_INLINES version.
6998         (__ieee754_sqrtf): Likewise.
7000         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
7001         to inline function.
7002         (__rintf, __floor, __floorf): Likewise.
7004         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
7005         macro to inline function.
7006         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
7008         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
7009         not <math/math_private.h>.
7011 2012-03-08  David S. Miller  <davem@davemloft.net>
7013         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
7014         copyright year.
7015         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
7017 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
7019         * resolv/gai_misc.c (handle_requests): Fix struct timespec
7020         normalization.
7021         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
7022         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
7024 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
7026         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
7027         be defined individually, they must be defined as a block.  Define
7028         S for printing a string instead of hidint the different by using a
7029         macro for adding the 'l'.
7030         * stdio-common/tst-fphex-wide.c: Adjust.
7032 2012-03-07  Marek Polacek  <polacek@redhat.com>
7034         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
7036 2012-03-08  Marek Polacek  <polacek@redhat.com>
7038         [BZ #13806]
7039         * stdio-common/Makefile (tests): Add tst-fphex-wide.
7040         * stdio-common/tst-fphex.c: Define a few macros to make the
7041         test reusable.  Use them.
7042         * stdio-common/tst-fphex-wide.c: New file.
7044 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
7046         [BZ #6911]
7047         * manual/macros.texi (gnusystems): New macro.
7048         (nongnusystems): Likewise.
7049         (gnulinuxhurdsystems): Likewise.
7050         (gnuhurdsystems): Likewise..
7051         (gnulinuxsystems): Likewise.
7052         * manual/charset.texi: Use new macros or @theglibc{} to refer to
7053         variants of the GNU system, not "GNU system".
7054         * manual/conf.texi: Likewise.
7055         * manual/errno.texi: Likewise.  Update example of errno macro
7056         expansion.
7057         * manual/filesys.texi: Likewise.
7058         (getumask): Document as specific to GNU/Hurd.
7059         * manual/install.texi: Likewise.  Reword some references to
7060         GNU/Linux.
7061         * manual/intro.texi: Likewise.
7062         * manual/io.texi: Likewise.
7063         (File Name Portability): Detail which constraints are inapplicable
7064         to all GNU systems and which are only inapplicable to GNU/Hurd.
7065         * manual/job.texi: Likewise.
7066         * manual/llio.texi: Likewise.
7067         (O_NOCTTY): Document as present on GNU/Linux.
7068         * manual/maint.texi: Likewise.
7069         * manual/memory.texi: Likewise.
7070         * manual/pattern.texi: Likewise.
7071         * manual/pipe.texi: Likewise.
7072         * manual/process.texi: Likewise.
7073         * manual/resource.texi: Likewise.
7074         (RUSAGE_CHILDREN): Remove statement about specifying a particular
7075         child on GNU/Hurd.
7076         * manual/setjmp.texi: Likewise.
7077         * manual/signal.texi: Likewise.
7078         * manual/startup.texi: Likewise.
7079         * manual/stdio.texi: Likewise.
7080         * manual/terminal.texi: Likewise.
7081         (ONLCR): Document as POSIX.
7082         (OXTABS): Document availability on GNU/Linux as XTABS.
7083         (ONOEOT): Document availability separately from other bits.
7084         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
7085         * manual/time.texi: Likewise.
7086         * manual/users.texi: Likewise.
7087         * INSTALL: Regenerated.
7088         * sysdeps/gnu/errlist.c: Regenerated.
7090         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
7091         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
7092         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
7093         puts.
7094         * configure: Regenerated.
7096 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
7098         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
7099         default includes instead of AC_HEADER_CHECK.
7100         * sysdeps/i386/configure: Regenerated.
7102         [BZ #10716]
7103         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
7104         * math/s_cacoshf.c (__cacoshf): Likewise.
7105         * math/s_cacoshl.c (__cacoshl): Likewise.
7106         * math/s_casinh.c (__casinh): Set signs of result from argument.
7107         * math/s_casinhf.c (__casinhf): Likewise.
7108         * math/s_casinhl.c (__casinhl): Likewise.
7109         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
7110         (casinh_test): Add more tests.
7111         * sysdeps/i386/fpu/libm-test-ulps: Update.
7112         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7114 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
7116         * po/zh_TW.po: Update from translation team.
7118         * login/Makefile (distribute): Remove variable.
7119         * catgets/Makefile: Likewise.
7120         * mach/Makefile: Likewise.
7121         * malloc/Makefile: Likewise.
7122         * misc/Makefile: Likewise.
7123         * iconv/Makefile: Likewise.
7124         * nscd/Makefile: Likewise.
7125         * hurd/Makefile: Likewise.
7126         * manual/Makefile: Likewise.
7127         * locale/Makefile: Likewise.
7128         * intl/Makefile: Likewise.
7129         * conform/Makefile: Likewise.
7130         * nss/Makefile: Likewise.
7131         * time/Makefile: Likewise.
7132         * soft-fp/Makefile: Likewise.
7133         * dirent/Makefile: Likewise.
7134         * gmon/Makefile: Likewise.
7135         * po/Makefile: Likewise.
7136         * rt/Makefile: Likewise.
7137         * socket/Makefile: Likewise.
7138         * math/Makefile: Likewise.
7139         * signal/Makefile: Likewise.
7140         * debug/Makefile: Likewise.
7141         * elf/Makefile: Likewise.
7142         * timezone/Makefile: Likewise.
7143         * stdlib/Makefile: Likewise.
7144         * iconvdata/Makefile: Likewise.
7145         * sunrpc/Makefile: Likewise.
7146         * io/Makefile: Likewise.
7147         * argp/Makefile: Likewise.
7148         * inet/Makefile: Likewise.
7149         * hesiod/Makefile: Likewise.
7150         * grp/Makefile: Likewise.
7151         * csu/Makefile: Likewise.
7152         * wctype/Makefile: Likewise.
7153         * crypt/Makefile: Likewise.
7154         * libio/Makefile: Likewise.
7155         * string/Makefile: Likewise.
7156         * nis/Makefile: Likewise.
7157         * resolv/Makefile: Likewise.
7158         * stdio-common/Makefile: Likewise.
7159         * wcsmbs/Makefile: Likewise.
7160         * dlfcn/Makefile: Likewise.
7161         * posix/Makefile: Likewise.
7163         [BZ #6959]
7164         * timezone/Makefile: Don't install timezone files, just the programs
7165         and scripts.
7167 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
7169         * nss/databases.def: Add missing gshadow entry.
7171         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
7173 2012-03-06  Marek Polacek  <polacek@redhat.com>
7175         [BZ #13726]
7176         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
7177         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
7178         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
7179         * stdio-common/tst-long-dbl-fphex.c: New file.
7181 2012-03-06  David S. Miller  <davem@davemloft.net>
7183         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
7184         (set_obp_int): New function.
7185         (get_obp_int): New function.
7186         (__get_clockfreq_via_dev_openprom): Likewise.
7187         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
7188         Avoid unused variable warnings on 'val' and use builtin_expect.
7189         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
7190         __builtin_expect.
7191         (INLINE_CLONE_SYSCALL): Likewise.
7193 2012-03-05  David S. Miller  <davem@davemloft.net>
7195         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7197 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
7199         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7201         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
7202         only for |x| >= 40.
7203         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
7205 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
7207         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
7208         Replace gettimeofday with __vdso_gettimeofday.
7210         * sysdeps/unix/sysv/linux/x86_64/init-first.c
7211         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
7212         __vdso_clock_gettime and __vdso_getcpu.
7214         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
7215         time with __vdso_time.
7217 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
7219         * manual/lang.texi (size_t): Note types to which size_t may be
7220         equivalent with the GNU C Library, but do not describe when
7221         differences between them are significant.
7223 2012-03-05  Andreas Jaeger  <aj@suse.de>
7225         * sysdeps/i386/fpu/libm-test-ulps: Update.
7227 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
7229         [BZ #3976]
7230         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
7231         (__ieee754_pow): Save and restore rounding mode and use
7232         round-to-nearest for main computations.
7233         * math/libm-test.inc (pow_test_tonearest): New function.
7234         (pow_test_towardzero): Likewise.
7235         (pow_test_downward): Likewise.
7236         (pow_test_upward): Likewise.
7237         (main): Call the new functions.
7238         * sysdeps/i386/fpu/libm-test-ulps: Update.
7239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7241         [BZ #3976]
7242         * math/libm-test.inc (cosh_test_tonearest): New function.
7243         (cosh_test_towardzero): Likewise.
7244         (cosh_test_downward): Likewise.
7245         (cosh_test_upward): Likewise.
7246         (sinh_test_tonearest): Likewise.
7247         (sinh_test_towardzero): Likewise.
7248         (sinh_test_downward): Likewise.
7249         (sinh_test_upward): Likewise.
7250         (main): Call the new functions.
7251         * sysdeps/i386/fpu/libm-test-ulps: Update.
7252         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7254 2012-03-05  Tom de Vries  <tom@codesourcery.com>
7256         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
7257         default stack guard is set in last bytes.
7258         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
7260 2012-03-05  Kees Cook  <keescook@chromium.org>
7262         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
7264         [BZ #13656]
7265         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
7266         possibly allocate from heap instead of stack.
7267         * stdio-common/bug-vfprintf-nargs.c: New file.
7268         * stdio-common/Makefile (tests): Add nargs overflow test.
7270 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
7272         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7274 2012-03-03  Marek Polacek  <polacek@redhat.com>
7276         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
7277         * math/math_private.h: Likewise.
7278         * stdlib/tst-strtod.c: Likewise.
7279         * sysdeps/i386/i486/bits/atomic.h: Likewise.
7280         * sysdeps/x86_64/bits/atomic.h: Likewise.
7282 2012-03-02  David S. Miller  <davem@davemloft.net>
7284         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
7285         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
7286         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
7287         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
7288         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
7289         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
7290         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
7291         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
7293 2012-03-02  Roland McGrath  <roland@hack.frob.com>
7295         [BZ #13792]
7296         * manual/examples/README: New file, says the example source files
7297         can be used under GPL>=2.
7298         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
7299         line containing just "*/".
7300         * manual/examples/add.c: Add copyright header (GPL>=2).
7301         * manual/examples/argp-ex1.c: Likewise.
7302         * manual/examples/argp-ex2.c: Likewise.
7303         * manual/examples/argp-ex3.c: Likewise.
7304         * manual/examples/argp-ex4.c: Likewise.
7305         * manual/examples/atexit.c: Likewise.
7306         * manual/examples/db.c: Likewise.
7307         * manual/examples/dir.c: Likewise.
7308         * manual/examples/dir2.c: Likewise.
7309         * manual/examples/execinfo.c: Likewise.
7310         * manual/examples/filecli.c: Likewise.
7311         * manual/examples/filesrv.c: Likewise.
7312         * manual/examples/fmtmsgexpl.c: Likewise.
7313         * manual/examples/genpass.c: Likewise.
7314         * manual/examples/inetcli.c: Likewise.
7315         * manual/examples/inetsrv.c: Likewise.
7316         * manual/examples/isockad.c: Likewise.
7317         * manual/examples/longopt.c: Likewise.
7318         * manual/examples/memopen.c: Likewise.
7319         * manual/examples/memstrm.c: Likewise.
7320         * manual/examples/mkfsock.c: Likewise.
7321         * manual/examples/mkisock.c: Likewise.
7322         * manual/examples/mygetpass.c: Likewise.
7323         * manual/examples/pipe.c: Likewise.
7324         * manual/examples/popen.c: Likewise.
7325         * manual/examples/rprintf.c: Likewise.
7326         * manual/examples/search.c: Likewise.
7327         * manual/examples/select.c: Likewise.
7328         * manual/examples/setjmp.c: Likewise.
7329         * manual/examples/sigh1.c: Likewise.
7330         * manual/examples/sigusr.c: Likewise.
7331         * manual/examples/stpcpy.c: Likewise.
7332         * manual/examples/strdupa.c: Likewise.
7333         * manual/examples/strftim.c: Likewise.
7334         * manual/examples/strncat.c: Likewise.
7335         * manual/examples/subopt.c: Likewise.
7336         * manual/examples/swapcontext.c: Likewise.
7337         * manual/examples/termios.c: Likewise.
7338         * manual/examples/testopt.c: Likewise.
7339         * manual/examples/testpass.c: Likewise.
7340         * manual/examples/timeval_subtract.c: Likewise.
7342         [BZ #13792]
7343         * manual/time.texi (Elapsed Time): Move timeval_subtract example
7344         function to ...
7345         * manual/timeval_subtract.c.texi: ... here, new file.
7347 2012-03-02  David S. Miller  <davem@davemloft.net>
7349         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
7351 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
7353         [BZ #3976]
7354         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
7355         (__sin): Save and restore rounding mode and use round-to-nearest
7356         for all computations.
7357         (__cos): Save and restore rounding mode and use round-to-nearest
7358         for all computations.
7359         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
7360         <fenv.h>.
7361         (tan): Save and restore rounding mode and use round-to-nearest for
7362         all computations.
7363         * math/libm-test.inc (cos_test_tonearest): New function.
7364         (cos_test_towardzero): Likewise.
7365         (cos_test_downward): Likewise.
7366         (cos_test_upward): Likewise.
7367         (sin_test_tonearest): Likewise.
7368         (sin_test_towardzero): Likewise.
7369         (sin_test_downward): Likewise.
7370         (sin_test_upward): Likewise.
7371         (tan_test_tonearest): Likewise.
7372         (tan_test_towardzero): Likewise.
7373         (tan_test_downward): Likewise.
7374         (tan_test_upward): Likewise.
7375         (main): Call the new functions.
7376         * sysdeps/i386/fpu/libm-test-ulps: Update.
7377         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7379         [BZ #10135]
7380         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
7381         small n, then large n, before computing and testing k+n.
7382         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
7383         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
7384         Likewise.
7385         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
7386         Likewise.
7387         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
7388         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
7389         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
7390         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
7391         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
7392         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
7393         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
7394         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
7395         * math/libm-test.inc (scalbn_test): Add more tests.
7396         (scalbln_test): Likewise.
7398         * manual/filesys.texi (mode_t): Describe constraints on size and
7399         signedness, not exact equivalence to a particular type.
7400         (ino_t): Likewise.
7401         (ino64_t): Likewise.
7402         (dev_t): Likewise.
7403         (nlink_t): Likewise.
7404         (blkcnt_t): Likewise.
7405         (blkcnt64_t): Likewise.
7406         * manual/llio.texi (off_t): Likewise.
7408         [BZ #3976]
7409         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
7410         (__ieee754_exp): Save and restore rounding mode and use
7411         round-to-nearest for all computations.
7412         * math/libm-test.inc (exp_test_tonearest): New function.
7413         (exp_test_towardzero): Likewise.
7414         (exp_test_downward): Likewise.
7415         (exp_test_upward): Likewise.
7416         (main): Call the new functions.
7417         * sysdeps/i386/fpu/libm-test-ulps: Update.
7418         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7420 2012-03-01  Chris Demetriou  <cgd@google.com>
7422         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
7423         have predictable order.
7425 2012-03-01  David S. Miller  <davem@davemloft.net>
7427         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
7429         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
7430         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
7431         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
7432         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
7434         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
7435         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
7436         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
7437         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
7438         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
7439         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
7440         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
7441         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
7442         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
7444         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7446         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
7447         * sysdeps/sparc/fpu/libm-test-ulps: to here.
7448         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
7450         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
7451         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7452         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
7453         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
7454         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
7455         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
7456         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
7457         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7458         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
7459         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
7460         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
7461         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
7462         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7463         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
7464         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
7465         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7466         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
7467         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
7468         * sysdeps/sparc/elf/configure: Regenerated.
7470 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
7472         * configure.in (AS, LD): Require binutils 2.20 or later.
7473         * configure: Regenerated.
7474         * manual/install.texi (Tools for Compilation): Give binutils 2.20
7475         as required minimum version.
7476         * INSTALL: Regenerated.
7478         [BZ #2541]
7479         [BZ #4108]
7480         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
7481         before squaring exponent.
7482         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
7483         bottom long double and 27 bits of top long double before squaring
7484         exponent.
7485         * math/libm-test.inc (erfc_test): Add more tests.
7486         * sysdeps/i386/fpu/libm-test-ulps: Update.
7487         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
7488         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7490 2012-03-01  Kai Tietz  <ktietz@redhat.com>
7492         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
7493         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
7494         containing bit-fields.
7495         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7496         * soft-fp/single.h (_FP_UNION_S): Likewise.
7497         * soft-fp/double.h (_FP_UNION_D): Likewise.
7499 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
7501         [BZ #13786]
7502         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
7503         not include ../strcmp.S.
7504         [USE_AS_STRNCASECMP_L]: Likewise.
7505         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
7506         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
7507         * sysdeps/i386/i686/multiarch/strncase_l-c.c
7508         (__strncasecmp_l_ia32): Define as alias to
7509         __strncasecmp_l_nonascii.
7511         [BZ #5794]
7512         * math/libm-test.inc (expm1_test): Add test for bug 5794.
7513         * sysdeps/i386/fpu/libm-test-ulps: Update.
7514         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7516         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
7517         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7519 2012-02-29  Jeff Law  <law@redhat.com>
7521         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
7522         out of bounds read.
7524 2012-02-29  Marek Polacek  <polacek@redhat.com>
7526         [BZ #13706]
7527         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
7528         * elf/Makefile: Add rules to run tst-unused-dep.out.
7530 2012-02-28  David S. Miller  <davem@davemloft.net>
7532         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
7533         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
7534         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
7535         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
7536         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
7537         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
7539 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
7541         * math/libm-test.inc (llround_test): Move one test from
7542         lround_test.  Use TEST_f_L in moved test.
7543         (lround_test): Move misplaced test to llround_test.  Add testcase
7544         from bug 2561.
7546 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
7548         * sysdeps/x86_64/fpu/e_expf.S: New file.
7549         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
7551 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
7553         [BZ #13637]
7554         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
7555         of remain_len that may cause incomplete multi-byte character and
7556         false match.
7557         * posix/bug-regex33.c: New file.
7558         * posix/Makefile (tests): Add bug-regex33.
7560 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
7562         * manual/macros.texi: New file.
7563         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
7564         * manual/libc.texinfo: Include macros.texi.
7565         * manual/creatute.texi: Likewise.
7566         * manual/install.texi: Likewise.
7567         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
7568         @glibcadj{} in references to the GNU C Library.
7569         * manual/charset.texi: Likewise.
7570         * manual/conf.texi: Likewise.
7571         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
7572         when not using those macros.
7573         * manual/creature.texi: Likewise.
7574         * manual/crypt.texi: Likewise.
7575         * manual/errno.texi: Likewise.
7576         * manual/filesys.texi: Likewise.
7577         * manual/header.texi: Likewise.
7578         * manual/install.texi: Likewise.
7579         * manual/intro.texi: Likewise.
7580         * manual/io.texi: Likewise.
7581         * manual/job.texi: Likewise.
7582         * manual/lang.texi: Likewise.
7583         * manual/libc.texiinfo: Likewise.
7584         * manual/llio.texi: Likewise.
7585         * manual/locale.texi: Likewise.
7586         * manual/maint.texi: Likewise.
7587         * manual/math.texi: Likewise.
7588         * manual/memory.texi: Likewise.
7589         * manual/message.texi: Likewise.
7590         * manual/nss.texi: Likewise.
7591         * manual/pattern.texi: Likewise.
7592         * manual/process.texi: Likewise.
7593         * manual/resource.texi: Likewise.
7594         * manual/search.texi: Likewise.
7595         * manual/setjmp.texi: Likewise.
7596         * manual/signal.texi: Likewise.
7597         * manual/socket.texi: Likewise.
7598         * manual/startup.texi: Likewise.
7599         * manual/stdio.texi: Likewise.
7600         * manual/string.texi: Likewise.
7601         * manual/sysinfo.texi: Likewise.
7602         * manual/syslog.texi: Likewise.
7603         * manual/terminal.texi: Likewise.
7604         * manual/time.texi: Likewise.
7605         * manual/users.texi: Likewise.
7606         * INSTALL: Regenerated.
7607         * NOTES: Regenerated.
7608         * sysdeps/gnu/errlist.c: Regenerated.
7610 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
7612         * include/dirent.h: Include <dirstream.h> before
7613         <dirent/dirent.h>.
7615 2012-02-28  David S. Miller  <davem@davemloft.net>
7617         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
7618         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
7619         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
7620         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
7622 2012-02-27  David S. Miller  <davem@davemloft.net>
7624         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
7625         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
7626         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
7627         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
7629         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
7630         frame pointer instead of stack pointer relative arg slot.
7631         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
7632         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
7633         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
7635 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
7637         [BZ #3992]
7638         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
7640 2012-02-27  David S. Miller  <davem@davemloft.net>
7642         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
7643         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
7644         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
7645         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
7646         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
7647         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
7648         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
7649         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
7651 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
7653         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
7654         later.  Allow versions 5-9.
7655         * configure: Regenerated.
7656         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
7657         required minimum version and 4.6 as recommended version.  Do not
7658         mention bugs in GCC 2.7 and 2.8.
7659         * INSTALL: Regenerated.
7661 2012-02-27  David S. Miller  <davem@davemloft.net>
7663         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
7664         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
7665         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
7666         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
7667         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
7668         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
7669         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
7670         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
7672         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
7673         manipulate bits before adding and subtracting TWO112[sx].
7674         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
7676 2012-02-27  Roland McGrath  <roland@hack.frob.com>
7678         [BZ #13775]
7679         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
7680         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
7681         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
7682         being in POSIX, because they are in 1003.1-2008.
7684         * rt/tst-aio.c: Include <fcntl.h>.
7685         * rt/tst-aio7.c: Likewise.
7686         * rt/tst-aio64.c: Likewise.
7688         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
7690 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
7692         * manual/install.texi (--with-headers): Describe headers as
7693         interface headers, not private headers.
7694         (Specific advice for GNU/Linux systems): Describe use of headers
7695         from "make headers_install", not private headers from older
7696         kernels.
7697         * INSTALL: Regenerated.
7698         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
7699         Change to 2.6.19.
7700         * sysdeps/unix/sysv/linux/configure: Regenerated.
7702         * manual/llio.texi (fclean): Remove documentation.
7704         * manual/Makefile (libc-texi-generated): New variable.  Include
7705         version.texi.
7706         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
7707         $(libc-texi-generated), not duplicated list of files.
7708         (version.texi, stamp-version): New rules.
7709         (realclean): Remove $(libc-texi-generated), not individual files
7710         from that list.  Do not remove dir-add.texinfo.
7711         * manual/libc.texinfo: Comment out uses of edition numbers and
7712         references to printed manual.  Remove last-updated dates.
7713         (EDITION): Comment out.
7714         (ISBN): Likewise.
7715         (VERSION, UPDATED): Remove.
7716         (version.texi): Include.
7718 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
7720         * sysdeps/posix/spawni.c: Include <signal.h>.
7721         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
7722         * sysdeps/pthread/aio_fsync.c: Likewise.
7724 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
7726         * conform/Makefile (tests): Run only when not cross-compiling and
7727         when fast-check is not defined.
7729         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
7730         * conform/data/limits.h-data: Fixes for POSIX2008.
7731         * conform/run-conformtest.sh: Run all tests.
7732         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
7733         headers.
7734         * include/bits/dlfcn.h: Likewise.
7735         * include/langinfo.h: Likewise.
7736         * include/monetary.h: Likewise.
7737         * include/sys/poll.h: Likewise.
7739         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
7740         for __USE_GNU.
7741         * posix/spawn.h: Define __need_sigset_t.
7742         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
7743         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
7744         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
7745         to get sigevent_t only.
7746         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
7747         only for __USE_GNU.
7748         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
7749         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
7750         process_vm_writev only for __USE_GNU.
7751         * termios/termios.h: Declare tcgetsid also for POSIX2008.
7753         * conform/Makefile: For now ignore errors from run-conformtest.
7754         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
7755         POSIX to avoid namespace pollution.  Don't prepend headers.
7756         * conform/data/aio.h-data: Fixes for POSIX testing.
7757         * conform/data/fcntl.h-data: Likewise.
7758         * conform/data/glob.h-data: Likewise.
7759         * conform/data/grp.h-data: Likewise.
7760         * conform/data/pthread.h-data: Likewise.
7761         * conform/data/pwd.h-data: Likewise.
7762         * conform/data/signal.h-data: Likewise.
7763         * conform/data/spawn.h-data: Likewise.
7764         * conform/data/stdio.h-data: Likewise.
7765         * conform/data/stdlib.h-data: Likewise.
7766         * conform/data/stropts.h-data: Likewise.
7767         * conform/data/sys/mman.h-data: Likewise.
7768         * conform/data/sys/stat.h-data: Likewise.
7769         * conform/data/sys/types.h-data: Likewise.
7770         * conform/data/sys/wait.h-data: Likewise.
7771         * conform/data/time.h-data: Likewise.
7772         * conform/data/unistd.h-data: Likewise.
7773         * conform/data/utime.h-data: Likewise.
7775         * io/sys/stat.h: fchmod was always in POSIX.
7776         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
7777         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
7778         * rt/aio.h: Define __need_timespec before including <time.h>.
7779         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
7780         struct.  Add forward declaration of pthread_attr_t and use it in
7781         sigevent.
7782         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
7783         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
7784         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
7785         always remove CLK_TCK definition.
7787 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
7789         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
7791 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
7793         * conform/run-conformtest.sh: New file.
7794         * conform/Makefile: Run run-conformtest for tests.
7795         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
7796         support.
7798         * conform/data/uchar.h-data: New file.
7799         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
7800         * conform/data/arpa/inet.h-data: Likewise.
7801         * conform/data/assert.h-data: Likewise.
7802         * conform/data/complex.h-data: Likewise.
7803         * conform/data/cpio.h-data: Likewise.
7804         * conform/data/ctype.h-data: Likewise.
7805         * conform/data/dirent.h-data: Likewise.
7806         * conform/data/dlfcn.h-data: Likewise.
7807         * conform/data/errno.h-data: Likewise.
7808         * conform/data/fcntl.h-data: Likewise.
7809         * conform/data/float.h-data: Likewise.
7810         * conform/data/fmtmsg.h-data: Likewise.
7811         * conform/data/fnmatch.h-data: Likewise.
7812         * conform/data/ftw.h-data: Likewise.
7813         * conform/data/glob.h-data: Likewise.
7814         * conform/data/grp.h-data: Likewise.
7815         * conform/data/iconv.h-data: Likewise.
7816         * conform/data/inttypes.h-data: Likewise.
7817         * conform/data/langinfo.h-data: Likewise.
7818         * conform/data/libgen.h-data: Likewise.
7819         * conform/data/limits.h-data: Likewise.
7820         * conform/data/locale.h-data: Likewise.
7821         * conform/data/math.h-data: Likewise.
7822         * conform/data/monetary.h-data: Likewise.
7823         * conform/data/mqueue.h-data: Likewise.
7824         * conform/data/ndbm.h-data: Likewise.
7825         * conform/data/net/if.h-data: Likewise.
7826         * conform/data/netdb.h-data: Likewise.
7827         * conform/data/netinet/in.h-data: Likewise.
7828         * conform/data/nl_types.h-data: Likewise.
7829         * conform/data/poll.h-data: Likewise.
7830         * conform/data/pthread.h-data: Likewise.
7831         * conform/data/pwd.h-data: Likewise.
7832         * conform/data/regex.h-data: Likewise.
7833         * conform/data/sched.h-data: Likewise.
7834         * conform/data/search.h-data: Likewise.
7835         * conform/data/semaphore.h-data: Likewise.
7836         * conform/data/setjmp.h-data: Likewise.
7837         * conform/data/signal.h-data: Likewise.
7838         * conform/data/spawn.h-data: Likewise.
7839         * conform/data/stdarg.h-data: Likewise.
7840         * conform/data/stdio.h-data: Likewise.
7841         * conform/data/stdlib.h-data: Likewise.
7842         * conform/data/string.h-data: Likewise.
7843         * conform/data/strings.h-data: Likewise.
7844         * conform/data/stropts.h-data: Likewise.
7845         * conform/data/sys/ipc.h-data: Likewise.
7846         * conform/data/sys/mman.h-data: Likewise.
7847         * conform/data/sys/msg.h-data: Likewise.
7848         * conform/data/sys/resource.h-data: Likewise.
7849         * conform/data/sys/select.h-data: Likewise.
7850         * conform/data/sys/sem.h-data: Likewise.
7851         * conform/data/sys/shm.h-data: Likewise.
7852         * conform/data/sys/socket.h-data: Likewise.
7853         * conform/data/sys/stat.h-data: Likewise.
7854         * conform/data/sys/statvfs.h-data: Likewise.
7855         * conform/data/sys/time.h-data: Likewise.
7856         * conform/data/sys/timeb.h-data: Likewise.
7857         * conform/data/sys/times.h-data: Likewise.
7858         * conform/data/sys/types.h-data: Likewise.
7859         * conform/data/sys/uio.h-data: Likewise.
7860         * conform/data/sys/un.h-data: Likewise.
7861         * conform/data/sys/utsname.h-data: Likewise.
7862         * conform/data/sys/wait.h-data: Likewise.
7863         * conform/data/syslog.h-data: Likewise.
7864         * conform/data/tar.h-data: Likewise.
7865         * conform/data/termios.h-data: Likewise.
7866         * conform/data/utime.h-data: Likewise.
7867         * conform/data/utmpx.h-data: Likewise.
7868         * conform/data/varargs.h-data: Likewise.
7869         * conform/data/wchar.h-data: Likewise.
7870         * conform/data/wctype.h-data: Likewise.
7871         * conform/data/wordexp.h-data: Likewise.
7873         * include/stropts.h: New file.
7874         * include/uchar.h: New file.
7875         * include/aio.h: Changes to allow conformtest.pl to use the headers.
7876         * include/assert.h: Likewise.
7877         * include/ctype.h: Likewise.
7878         * include/dirent.h: Likewise.
7879         * include/dlfcn.h: Likewise.
7880         * include/fcntl.h: Likewise.
7881         * include/fnmatch.h: Likewise.
7882         * include/glob.h: Likewise.
7883         * include/grp.h: Likewise.
7884         * include/libio.h: Likewise.
7885         * include/locale.h: Likewise.
7886         * include/math.h: Likewise.
7887         * include/net/if.h: Likewise.
7888         * include/netdb.h: Likewise.
7889         * include/netinet/in.h: Likewise.
7890         * include/pthread.h: Likewise.
7891         * include/pwd.h: Likewise.
7892         * include/regex.h: Likewise.
7893         * include/sched.h: Likewise.
7894         * include/search.h: Likewise.
7895         * include/setjmp.h: Likewise.
7896         * include/signal.h: Likewise.
7897         * include/stdio.h: Likewise.
7898         * include/stdlib.h: Likewise.
7899         * include/string.h: Likewise.
7900         * include/sys/cdefs.h: Likewise.
7901         * include/sys/mman.h: Likewise.
7902         * include/sys/msg.h: Likewise.
7903         * include/sys/resource.h: Likewise.
7904         * include/sys/select.h: Likewise.
7905         * include/sys/socket.h: Likewise.
7906         * include/sys/stat.h: Likewise.
7907         * include/sys/statvfs.h: Likewise.
7908         * include/sys/time.h: Likewise.
7909         * include/sys/times.h: Likewise.
7910         * include/sys/uio.h: Likewise.
7911         * include/sys/utsname.h: Likewise.
7912         * include/sys/wait.h: Likewise.
7913         * include/termios.h: Likewise.
7914         * include/time.h: Likewise.
7915         * include/ulimit.h: Likewise.
7916         * include/unistd.h: Likewise.
7917         * include/utime.h: Likewise.
7918         * include/wchar.h: Likewise.
7919         * include/wctype.h: Likewise.
7920         * include/wordexp.h: Likewise.
7922         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
7924         * time/time.h: TIME_UTC must be a macro.
7925         Make timespec_get available for ISO C11 only as well.
7927 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
7929         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
7930         Reported by Peng Haitao <penght@cn.fujitsu.com>.
7932 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
7934         * configure.in: Use -o not -a in test for unsupported multi-arch.
7936 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
7938         * manual/texinfo.tex: Update to version 2012-01-19.16.
7940 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
7942         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
7944 2012-02-24  Roland McGrath  <roland@hack.frob.com>
7946         [BZ #13738]
7947         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
7948         * manual/fdl-1.3.texi: New file.
7949         * manual/fdl-1.1.texi: File removed.
7951         [BZ #13738]
7952         * manual/libc.texinfo (FDL_VERSION): New @set.
7953         Use it for mention of FDL in cover text.
7954         (Documentation License): Use it in @include file name.
7956 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
7957             Roland McGrath  <roland@hack.frob.com>
7959         [BZ #5461]
7960         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
7961         not LONG_LONG_MAX and LONG_LONG_MIN.
7962         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
7963         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
7964         name.
7965         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
7967 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
7969         [BZ #2547]
7970         [BZ #11365]
7971         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
7972         manipulate bits before adding and subtracting TWO23[sx].
7973         * math/libm-test.inc (nearbyint_test): Add more tests.
7975 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
7977         [BZ #2548]
7978         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
7979         bits before adding and subtracting TWO23[sx].
7980         * math/libm-test.inc (rint_test): Add more tests.
7981         (rint_test_tonearest): Likewise.
7982         (rint_test_towardzero): Likewise.
7983         (rint_test_downward): Likewise.
7984         (rint_test_upward: Likewise.
7986 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
7988         [BZ #10110]
7989         * include/stdc-predef.h: New file.  Extracted from features.h.
7990         * include/features.h: Include stdc-predef.h.
7991         * Makefile (headers): Add stdc-predef.h.
7992         * CONFORMANCE (Compiler limitations): Update.
7994 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
7996         * manual/libc.texinfo (VERSION, UPDATED): Revert.
7998 2012-02-21  David S. Miller  <davem@davemloft.net>
8000         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
8001         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
8003 2012-02-20  David S. Miller  <davem@davemloft.net>
8005         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
8006         using a normal save/restore sequence, rather than allocating a
8007         dummy stack frame just to store a frame pointer and restore.
8008         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
8010 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
8012         * manual/install.texi: Fix stray word in line-wrapped comment.
8014 2012-02-20  David S. Miller  <davem@davemloft.net>
8016         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
8017         both binutils and gcc support GOTDATA.
8019         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
8020         "rd %pc" in the PIC register setup sequences.
8022         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
8023         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
8024         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
8025         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
8026         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
8027         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
8028         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
8029         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
8030         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
8031         (SYSCALL_ERROR_HANDLER): Likewise.
8032         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
8033         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
8034         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
8035         (SYSCALL_ERROR_HANDLER): Likewise.
8037         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
8038         (HAVE_GCC_GOTDATA): New.
8039         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
8040         relocation support in both binutils and gcc.
8041         * sysdeps/sparc/elf/configure: Regenerate.
8043         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
8044         * sysdeps/sparc/sparc32/elf/configure: Delete.
8045         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
8046         * sysdeps/sparc/sparc64/elf/configure: Delete.
8047         * sysdeps/sparc/elf/configure.in: New file.
8048         * sysdeps/sparc/elf/configure: Generate.
8050         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
8051         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
8052         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
8053         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
8054         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
8056 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
8058         * manual/install.texi: Do not mention specific glibc version
8059         numbers.
8060         * manual/libc.texinfo (VERSION, UPDATED): Update.
8061         (@copying): Use @copyright{} and range of years.
8063 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
8065         [BZ #13695]
8066         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
8067         [crti.S not in sysdirs] (generated): Do not append.
8068         [crti.S not in sysdirs] (omit-deps): Likewise.
8069         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
8070         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
8071         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
8072         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
8073         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
8074         Likewise.
8075         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
8076         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
8077         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
8078         * csu/defs.awk: Remove file.
8079         * sysdeps/generic/initfini.c: Likewise.
8080         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
8081         variable.
8082         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
8083         Likewise.
8085 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
8087         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
8088         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
8089         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
8090         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
8091         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
8092         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
8093         <bits/epoll.h>.
8094         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
8095         (__EPOLL_PACKED): Define to empty if not defined by
8096         <bits/epoll.h>.
8097         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
8098         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8099         bits/epoll.h.
8101 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
8103         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
8104         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
8105         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
8106         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
8107         <bits/timerfd.h>.
8108         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
8109         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8110         bits/timerfd.h.
8112 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
8114         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
8115         in C locale.
8116         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
8117         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
8118         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
8119         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8121 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
8123         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
8124         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
8126 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
8128         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
8129         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
8130         defined.
8131         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
8132         Likewise.
8133         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
8134         entry for 2.16.
8136 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
8138         * math/w_acos.c: Use non-signaling floating-point comparisons.
8139         * math/w_acosf.c: Likewise.
8140         * math/w_acosh.c: Likewise.
8141         * math/w_acoshf.c: Likewise.
8142         * math/w_acoshl.c: Likewise.
8143         * math/w_acosl.c: Likewise.
8144         * math/w_asin.c: Likewise.
8145         * math/w_asinf.c: Likewise.
8146         * math/w_asinl.c: Likewise.
8147         * math/w_atanh.c: Likewise.
8148         * math/w_atanhf.c: Likewise.
8149         * math/w_atanhl.c: Likewise.
8150         * math/w_exp2.c: Likewise.
8151         * math/w_exp2f.c: Likewise.
8152         * math/w_exp2l.c: Likewise.
8153         * math/w_j0.c: Likewise.
8154         * math/w_j0f.c: Likewise.
8155         * math/w_j0l.c: Likewise.
8156         * math/w_j1.c: Likewise.
8157         * math/w_j1f.c: Likewise.
8158         * math/w_j1l.c: Likewise.
8159         * math/w_jn.c: Likewise.
8160         * math/w_jnf.c: Likewise.
8161         * math/w_log.c: Likewise.
8162         * math/w_log10.c: Likewise.
8163         * math/w_log10f.c: Likewise.
8164         * math/w_log10l.c: Likewise.
8165         * math/w_log2.c: Likewise.
8166         * math/w_log2f.c: Likewise.
8167         * math/w_log2l.c: Likewise.
8168         * math/w_logf.c: Likewise.
8169         * math/w_logl.c: Likewise.
8170         * math/w_sqrt.c: Likewise.
8171         * math/w_sqrtf.c: Likewise.
8172         * math/w_sqrtl.c: Likewise.
8173         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
8174         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
8175         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
8176         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
8177         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
8179 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
8181         [BZ #9739]
8182         * manual/string.texi (strnlen): Use correct parameter name in
8183         equivalent expression.
8185 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
8187         [BZ #11174]
8188         * manual/users.texi (seteuid): Consistently use neweuid for
8189         argument name.
8191 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
8193         [BZ #13704]
8194         * manual/nss.texi (Services in the NSS configuration): Correct
8195         list of services in example configuration file.
8197 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
8199         [BZ #11322]
8200         * manual/arith.texi: Remove statements about negative zero
8201         behaving identically to zero.
8203 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
8205         [BZ #5993]
8206         * manual/install.texi: Do not document upgrading from libc5.
8208 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
8210         [BZ #4596]
8211         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
8213 2012-02-18  David S. Miller  <davem@davemloft.net>
8215         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
8216         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
8217         %o7 across the call.
8218         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
8219         instead.
8220         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
8221         SETUP_PIC_REG_LEAF.
8222         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8223         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
8224         * sysdeps/sparc/crtn.S: Likewise.
8226 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
8228         * aout/Makefile: Remove.
8230 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
8232         [BZ #13058]
8233         * manual/examples/argp-ex1.c (main): Format definition in GNU
8234         style.
8235         * manual/examples/argp-ex2.c (main): Likewise.
8236         * manual/examples/argp-ex3.c (main): Likewise.
8237         * manual/examples/argp-ex4.c (main): Likewise.
8238         * manual/examples/longopt.c (main): Use new-style prototype
8239         definition.
8240         * manual/examples/strncat.c (main): Specify return type and use
8241         (void) for arguments.
8242         * manual/examples/subopt.c (main): Use char **argv argument.
8244 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8246         [BZ #5077]
8247         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
8248         rounding modes.
8250 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
8252         [BZ #6907]
8253         * manual/string.texi (strchr): Change when strchrnul is
8254         recommended.
8256 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
8258         [BZ #174]
8259         * manual/locale.texi (setlocale): Document LOCPATH.
8261 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8263         [BZ #10210]
8264         * manual/process.texi (execle): Move @dots{} before last argument.
8266 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
8268         [BZ #12047]
8269         * manual/charset.texi (Generic Charset Conversion): Fix typo
8270         (LC_TYPE -> LC_CTYPE).
8272 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
8274         [BZ #5805]
8275         * manual/arith.texi (scalbn): Use @var{} on parameter names.
8276         (scalbnf): Likewise.
8277         (scalbnl): Likewise.
8278         (scalbln): Likewise.
8279         (scalblnf): Likewise.
8280         (scalblnl): Likewise.
8281         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
8282         (vwarnx): Likewise.
8283         (verr): Likewise.
8284         (verrx): Likewise.
8285         * manual/filesys.texi (telldir): Use braces around return type.
8286         * manual/llio.texi (mmap): Add space after comma.
8287         (mmap64): Likewise.
8288         * manual/math.texi (jn): Use @var{} on parameter names.
8289         (jnf): Likewise.
8290         (jnl): Likewise.
8291         (yn): Likewise.
8292         (ynf): Likewise.
8293         (ynl): Likewise.
8294         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
8295         line.
8296         * manual/resource.texi (ulimit): Use @dots{} instead of literal
8297         "...".
8298         (sched_get_priority_min): Remove semicolon on @deftypefun line.
8299         (sched_get_priority_max): Likewise.
8300         * manual/signal.texi (sigvec): Add space after comma.
8301         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
8302         names.
8303         (if_indextoname): Likewise.
8304         (if_freenameindex): Likewise.
8305         (sendto): Use ',' instead of '.' in prototype.
8306         * manual/startup.texi (syscall): Use @dots{} instead of literal
8307         "...".
8308         * manual/stdio.texi (__fpending): Separate initial words of
8309         paragraph from @deftypefun line.
8310         * manual/syslog.texi (syslog): Use @dots{} instead of literal
8311         "...".
8312         (vsyslog): Use @var{} on parameter names.
8313         * manual/terminal.texi (stty): Use @var{} on parameter names.
8314         * manual/users.texi (getutmp): Use @var{} on parameter names.
8315         (getutmpx): Likewise.
8317 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8319         [BZ #6884]
8320         * manual/stdio.texi (fopen): Fix typos in description of
8321         ",ccs=STRING".
8323 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
8325         [BZ #4026]
8326         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
8327         get clock_id definition.
8329 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
8331         [BZ #4822]
8332         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
8333         (madvise): Cast every argument to void on its own.
8335 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8337         [BZ #9902]
8338         * manual/startup.texi (Exit Status): Fix typo.
8340 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8342         [BZ #10140]
8343         * manual/examples/argp-ex1.c: Include <stdlib.h>.
8344         * manual/examples/argp-ex2.c: Likewise.
8345         * manual/examples/argp-ex3.c: Likewise.
8347 2012-02-16  Richard Henderson  <rth@redhat.com>
8349         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
8350         * sysdeps/s390/s390-32/initfini.c: Remove.
8351         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
8352         * sysdeps/s390/s390-64/initfini.c: Remove.
8354 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8356         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
8357         compiler output for sysdeps/generic/initfini.c.
8358         * sysdeps/sh/elf/initfini.c: Remove file.
8360 2012-02-16  David S. Miller  <davem@davemloft.net>
8362         [BZ #11494]
8363         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
8365         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
8366         * sysdeps/sparc/crti.S: New file.
8367         * sysdeps/sparc/crtn.S: New file.
8368         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
8369         * sysdeps/sparc/sparc64/Makefile: Likewise.
8371 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
8373         [BZ #3335]
8374         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
8376 2012-02-15  Roland McGrath  <roland@hack.frob.com>
8378         [BZ #4822]
8379         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
8381         * mach/devstream.c (cookie_io_functions_t): Macro removed.
8382         (write, read, close): Likewise.
8383         Patch by Aurelien Jarno <aurelien@aurel32.net>.
8385 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
8387         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
8388         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
8389         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
8390         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
8391         <bits/signalfd.h>.
8392         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
8393         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8394         bits/signalfd.h.
8396 2012-02-14  Marek Polacek  <polacek@redhat.com>
8398         * sysdeps/x86_64/crti.S: New file.
8399         * sysdeps/x86_64/crtn.S: New file.
8400         * sysdeps/x86_64/elf/initfini.c: Remove file.
8402 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
8404         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
8405         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
8406         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
8407         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
8408         <bits/inotify.h>.
8409         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
8410         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8411         bits/inotify.h.
8413 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
8415         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
8416         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
8417         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
8418         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
8419         <bits/eventfd.h>.
8420         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
8421         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8422         bits/eventfd.h.
8424 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
8426         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
8427         __feraiseexcept instead of feraiseexcept.
8429         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
8430         nanosleep invocations.
8431         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
8432         strings, and add error checking for a nanosleep invocations.
8434 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
8436         Replace FSF snail mail address with URLs, as per GNU coding standards.
8437         Most of the snail mail addresses were wrong anyway, and omitting
8438         them makes the source code easier to maintain.  Almost all of the
8439         changes are to license notices and to locale LC_IDENTIFICATION
8440         addresses, except for this one:
8441         * manual/libc.texinfo: In "Published by", give the FSF's URL,
8442         not its snail mail address.
8444 2012-02-09  Richard Henderson  <rth@twiddle.net>
8446         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
8447         of kernel-features.h.
8449         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
8451 2012-02-08  Marek Polacek  <polacek@redhat.com>
8453         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
8454         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
8455         * sysdeps/gnu/_G_config.h: Likewise.
8456         * sysdeps/generic/_G_config.h: Likewise.
8458 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
8460         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
8461         tests.
8462         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8464         * sysdeps/powerpc/powerpc32/crti.S: New file.
8465         * sysdeps/powerpc/powerpc32/crtn.S: New file.
8466         * sysdeps/powerpc/powerpc64/crti.S: New file.
8467         * sysdeps/powerpc/powerpc64/crtn.S: New file.
8469         * Makeconfig (have-initfini): Don't set.
8470         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
8471         * configure.in (nopic_initfini): Don't substitute.
8472         * config.h.in (HAVE_INITFINI): Don't #undef.
8473         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
8474         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
8476 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
8478         Support crti.S and crtn.S provided directly by architectures.
8479         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
8480         [crti.S in sysdirs] (omit-deps): Likewise.
8481         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
8482         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
8483         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
8484         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
8485         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
8486         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
8487         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
8488         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
8489         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
8490         compiler output for sysdeps/generic/initfini.c.
8491         * sysdeps/i386/elf/Makefile: Remove file.
8492         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
8494 2012-02-07  Marek Polacek  <polacek@redhat.com>
8496         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
8497         * sysdeps/gnu/_G_config.h: Likewise.
8498         * sysdeps/mach/hurd/_G_config.h: Likewise.
8500 2012-02-07  Marek Polacek  <polacek@redhat.com>
8502         * math/Makefile (tests): Add tst-CMPLX2.
8503         * math/tst-CMPLX2.c: New file.
8505 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
8507         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
8509         * math/libm-test.inc (jn_test): Add missing L suffix.
8511 2012-02-06  Marek Polacek  <polacek@redhat.com>
8513         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
8514         * sysdeps/i386/fpu/e_powf.S: Likewise.
8515         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
8516         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
8517         * sysdeps/i386/fpu/e_acosh.S: Likewise.
8518         * sysdeps/i386/fpu/e_pow.S: Likewise.
8519         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
8520         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
8521         * sysdeps/i386/fpu/s_expm1.S: Likewise.
8522         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
8523         * sysdeps/i386/fpu/e_log2.S: Likewise.
8524         * sysdeps/i386/fpu/e_log2l.S: Likewise.
8525         * sysdeps/i386/fpu/e_scalb.S: Likewise.
8526         * sysdeps/i386/fpu/e_powl.S: Likewise.
8527         * sysdeps/i386/fpu/s_log1p.S: Likewise.
8528         * sysdeps/i386/fpu/e_log10f.S: Likewise.
8529         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
8530         * sysdeps/i386/fpu/e_logl.S: Likewise.
8531         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
8532         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
8533         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
8534         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
8535         * sysdeps/i386/fpu/e_log2f.S: Likewise.
8536         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
8537         * sysdeps/i386/fpu/e_log.S: Likewise.
8538         * sysdeps/i386/fpu/s_cexp.S: Likewise.
8539         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
8540         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
8541         * sysdeps/i386/fpu/e_logf.S: Likewise.
8542         * sysdeps/i386/fpu/e_log10l.S: Likewise.
8543         * sysdeps/i386/fpu/e_atanh.S: Likewise.
8544         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
8545         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
8546         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
8547         * sysdeps/i386/fpu/e_log10.S: Likewise.
8548         * sysdeps/i386/fpu/s_frexp.S: Likewise.
8549         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
8550         * sysdeps/i386/fpu/s_asinh.S: Likewise.
8551         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
8552         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
8553         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
8554         * sysdeps/i386/asm-syntax.h: Likewise.
8555         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
8556         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
8557         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
8558         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
8559         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
8560         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
8561         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
8562         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
8563         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
8564         * sysdeps/powerpc/sysdep.h: Likewise.
8565         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
8566         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8568 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
8570         [BZ #411]
8571         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
8573 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
8575         * sysdeps/i386/sysdep.h: Include <features.h>.
8576         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
8577         version.
8579 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
8581         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
8582         Define.
8583         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
8584         LOAD_PIC_REG_STR.
8586 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
8588         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
8589         (SETUP_PIC_REG): Use GET_PC_THUNK.
8590         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
8591         macro.
8593 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
8595         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
8596         for non-PIC compilation.
8597         (SETUP_PIC_REG): Add .p2align directive.
8598         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
8599         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
8600         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
8601         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
8602         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
8603         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
8604         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
8605         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
8606         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
8607         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
8608         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
8609         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
8610         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
8611         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
8612         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
8613         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
8614         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
8615         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
8616         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
8617         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
8618         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
8619         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
8620         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
8621         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
8622         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
8623         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
8624         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
8625         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
8626         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
8627         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
8628         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
8629         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
8630         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
8631         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
8632         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
8633         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
8634         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
8635         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
8636         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
8637         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
8638         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
8640 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
8642         * math/tst-CMPLX.c: Include <stdio.h>.
8644 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
8646         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
8647         float.
8648         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
8649         * sysdeps/sparc/bits/mathdef.h: Likewise.
8651 2012-01-31  Marek Polacek  <polacek@redhat.com>
8653         * libio/libio.h: Don't define _PARAMS.
8654         * locale/programs/config.h: Don't define PARAMS.
8655         * stdlib/strtol_l.c: Likewise.
8656         (__strtol_l): Remove PARAMS from the prototype.
8658 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
8660         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
8661         names.  Just use the correct names.  Remove unnecessary wrapper
8662         functions.
8663         * malloc/arena.c: Likewise.
8664         * malloc/hooks.c: Likewise.
8666         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
8667         ARENA_TEST says not to.  Simplify test for creation of a new arena.
8668         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
8670 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
8672         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
8673         into tail calls.
8674         (update_get_addr): New function.
8675         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
8676         GET_ADDR_MODULE parameter.
8678 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
8680         * crypt/cert.c: Remove __STDC__ conditionals.
8681         * crypt/crypt-entry.c: Likewise.
8682         * crypt/crypt_util.c: Likewise.
8683         * libio/filedoalloc.c: Likewise.
8684         * libio/fileops.c: Likewise.
8685         * libio/genops.c: Likewise.
8686         * libio/iofclose.c: Likewise.
8687         * libio/iofdopen.c: Likewise.
8688         * libio/iofopen.c: Likewise.
8689         * libio/iofopen64.c: Likewise.
8690         * libio/iogetdelim.c: Likewise.
8691         * libio/iopopen.c: Likewise.
8692         * libio/obprintf.c: Likewise.
8693         * libio/oldfileops.c: Likewise.
8694         * libio/oldiofclose.c: Likewise.
8695         * libio/oldiofdopen.c: Likewise.
8696         * libio/oldiofopen.c: Likewise.
8697         * libio/oldiopopen.c: Likewise.
8698         * libio/wfiledoalloc.c: Likewise.
8699         * libio/wgenops.c: Likewise.
8700         * locale/programs/xmalloc.c: Likewise.
8701         * misc/syslog.c: Likewise.
8702         * stdio-common/xbug.c: Likewise.
8703         * string/memchr.c: Likewise.
8704         * string/memcmp.c: Likewise.
8705         * string/memrchr.c: Likewise.
8706         * string/rawmemchr.c: Likewise.
8707         * sysdeps/posix/getcwd.c: Likewise.
8708         * time/strftime_l.c: Likewise.
8710 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
8712         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
8713         * config.make.in (config-cflags-sse2avx): Define.
8714         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
8715         Fix typo.
8717 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
8719         * scripts/config.guess: Update from upstream config git repository.
8720         * scripts/config.sub: Likewise.
8722 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
8724         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
8725         (EM_NUM): Update.
8726         (R_TILEPRO_*, R_TILEGX_*): New macros.
8728         * scripts/firstversions.awk: Fix bug in version range handling.
8730         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
8732         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
8734         * include/sys/epoll.h: New file.
8735         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
8736         libc_hidden_def.
8738 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
8740         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
8741         Avoid unnecessary __WORDSIZE == 64 test.
8742         (fmaxf): Use VEX format if possible.
8743         (fmax): Likewise.
8744         (fminf): Likewise.
8745         (fmin): Likewise.
8747         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
8748         * math/math_private.h: Remove libc_fegetround* and
8749         libc_fesetround*.
8750         * sysdeps/i386/configure.in: Check for -msse2avx.
8751         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
8752         also if SSE2AVX is defined.
8753         Remove libc_fegetround* and libc_fesetround*.
8754         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
8755         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
8756         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
8757         of HAS_YMM_USABLE.
8758         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
8759         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
8760         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
8761         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
8762         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
8764         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
8766 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8768         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
8769         size is not set.
8770         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
8772 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
8774         [BZ #13618]
8775         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
8776         relocation.
8777         * Makeconfig (libm): Define.
8778         * elf/Makefile: Add rules to build and run tst-relsort1.
8779         * elf/tst-relsort1.c: New file.
8780         * elf/tst-relsort1mod1.c: New file.
8781         * elf/tst-relsort1mod2.c: New file.
8783 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
8785         * math/s_ldexp.c: Remove __STDC__ conditionals.
8786         * math/s_ldexpf.c: Likewise.
8787         * math/s_ldexpl.c: Likewise.
8788         * math/s_nextafter.c: Likewise.
8789         * math/s_nexttowardf.c: Likewise.
8790         * math/s_significand.c: Likewise.
8791         * math/s_significandf.c: Likewise.
8792         * math/s_significandl.c: Likewise.
8793         * math/w_jnl.c: Likewise.
8794         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
8795         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
8796         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
8797         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
8798         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
8799         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
8800         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
8801         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
8802         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
8803         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
8804         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
8805         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
8806         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
8807         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
8808         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
8809         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
8810         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
8811         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
8812         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
8813         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
8814         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
8815         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
8816         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
8817         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
8818         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
8819         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
8820         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
8821         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
8822         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
8823         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
8824         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
8825         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
8826         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
8827         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
8828         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
8829         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
8830         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
8831         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
8832         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
8833         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
8834         * sysdeps/ieee754/k_standard.c: Likewise.
8835         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
8836         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
8837         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
8838         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
8839         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
8840         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
8841         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
8842         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
8843         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
8844         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
8845         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
8846         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
8847         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
8848         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
8849         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
8850         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
8851         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
8852         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
8853         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
8854         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
8855         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8856         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
8857         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
8858         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
8859         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
8860         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
8861         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
8862         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
8863         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
8864         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
8865         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
8866         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
8867         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
8868         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
8869         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
8870         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
8871         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
8872         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
8873         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
8874         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
8875         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
8876         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
8877         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
8878         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
8879         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
8880         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
8881         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
8882         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
8883         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
8884         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
8885         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
8886         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
8887         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
8888         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
8889         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
8890         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
8891         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
8892         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
8893         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
8894         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
8895         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
8896         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
8897         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
8898         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
8899         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
8900         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
8901         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
8902         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
8903         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
8904         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
8905         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
8906         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
8907         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
8908         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
8909         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
8910         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
8911         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
8912         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
8913         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
8914         * sysdeps/ieee754/s_matherr.c: Likewise.
8915         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
8916         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
8917         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
8918         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
8920 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
8922         * crypt/md5.h: Remove __STDC__ conditionals.
8923         * libio/libioP.h: Likewise.
8924         * locale/programs/config.h: Likewise.
8925         * sysdeps/generic/sysdep.h: Likewise.
8926         * sysdeps/i386/asm-syntax.h: Likewise.
8927         * sysdeps/s390/asm-syntax.h: Likewise.
8928         * sysdeps/unix/sysdep.h: Likewise.
8929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8932 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
8934         * libio/libio.h: Remove __STDC__ conditionals.
8935         * malloc/obstack.h: Likewise.
8936         * math/complex.h: Likewise.
8937         * math/math.h: Likewise.
8938         * sysdeps/generic/_G_config.h: Likewise.
8939         * sysdeps/gnu/_G_config.h: Likewise.
8940         * sysdeps/mach/hurd/_G_config.h: Likewise.
8941         * sysdeps/powerpc/bits/mathdef.h: Likewise.
8942         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
8943         * sysdeps/sparc/bits/mathdef.h: Likewise.
8945 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
8947         [BZ #13583]
8948         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
8949         Clean up HAS_* macros.
8950         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
8951         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
8952         possible.
8953         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
8954         HAS_AVX.
8955         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
8956         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
8957         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
8958         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
8959         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
8961 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
8963         * elf/tst-unique3.cc (gets): Remove declaration.
8964         * elf/tst-unique3lib.cc (gets): Likewise.
8965         * elf/tst-unique3lib2.cc (gets): Likewise.
8966         * elf/tst-unique4.cc (gets): Likewise.
8968 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
8970         * include/stdio.h: Add C++ protection.  Add gets declarations and
8971         definitions.
8972         * debug/tst-chk1.c: Don't declare gets here.
8973         * stdio-common/tst-gets.c: Likewise.
8975 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
8977         * posix/glob: Remove directory.
8979 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
8981         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
8983 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
8985         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
8986         of the non-standard EPFNOSUPPORT.
8988 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8990         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
8991         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
8992         ANYWHERE set to 1 only on KERN_NO_SPACE error.
8994 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
8996         * wcsmbs/uchar.h: Test __STDC_VERSION__.
8998 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
9000         * nscd/aicache.c (addhstaiX): Do not cache negative results of
9001         transient errors.
9002         * nscd/grpcache.c (cache_addgr): Likewise.
9003         * nscd/hstcache.c (cache_addhst): Likewise.
9004         * nscd/initgrcache.c (addinitgroupsX): Likewise.
9005         * nscd/pwdcache.c (cache_addpw): Likewise.
9006         * nscd/servicescache.c (cache_addserv): Likewise.
9008 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
9010         * malloc/malloc.c: Various cleanups.
9011         * malloc/hooks.c: Likewise.
9013         * stdlib/Makefile (tests): Add bug-fmtmsg1.
9014         * stdlib/bug-fmtmsg1.c: New file.
9016         * stdlib/fmtmsg.c (init): Add missing unlock.
9017         Patch by Peng Haitao <penght@cn.fujitsu.com>.
9019 2012-01-12  Marek Polacek  <polacek@redhat.com>
9021         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
9022         and _GNU_SOURCE.
9024 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
9026         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
9027         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
9028         macro to ensure uniqueness of label name.
9029         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
9030         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
9032 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
9034         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
9036         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
9037         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
9038         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
9039         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
9041 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
9043         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
9045         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
9046         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
9047         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
9049         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
9051         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
9052         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
9053         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
9054         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
9056         * math/bits/math-finite.h: Add ldexp support.
9058 2012-01-10  Marek Polacek  <polacek@redhat.com>
9060         * locale/programs/localedef.h (show_archive_content): Add noreturn
9061         attribute.
9063 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
9065         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
9067 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
9069         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
9071         * io/Makefile (headers): Add bits/poll2.h.
9073 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
9075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
9076         typo #include statement.
9078 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
9080         * include/sys/cdefs.h: Define __attribute_alloc_size.
9081         * catgets/gencat.c: Add alloc_size attribute and apply consistently
9082         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
9083         * elf/pldd.c: Likewise.
9084         * iconv/iconv_charmap.c: Likewise.
9085         * iconv/iconvconfig.c: Likewise.
9086         * iconv/strtab.c: Likewise.
9087         * locale/programs/locale.c: Likewise.
9088         * locale/programs/localedef.h: Likewise.
9089         * locale/programs/simple-hash.c: Likewise.
9090         * nscd/nscd.h: Likewise.
9091         * nss/makedb.c: Likewise.
9092         * sysdeps/generic/ldconfig.h: Likewise.
9093         * locale/programs/localedef.c: Remove xmalloc prototype.
9094         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
9096 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
9098         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
9099         appropriate.
9101 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
9103         * math/Makefile (tests): Add tst-CMPLX.
9104         * math/tst-CMPLX.c: New file.
9106         * math/complex.h (CMPLXL): Fix typo.
9108         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
9109         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
9110         GLIBC_2.16.
9111         * debug/tst-chk1.c: Add poll and ppoll tests.
9112         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
9113         * include/sys/poll.h: Add hidden proto for ppoll.
9114         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
9115         * sysdeps/mach/hurd/ppoll.c: Likewise.
9116         * io/ppoll.c: Likewise.
9117         * debug/poll_chk.c: New file.
9118         * debug/ppoll_chk.c: New file.
9119         * include/bits/poll2.h: New file.
9120         * io/bits/poll2.h: New file.
9122         [BZ #1350]
9123         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
9125         * configure.in: static is always set to yes.  Remove.
9126         * config.make.in: Don't set build-static.
9127         * Makeconfig: Remove use of build-static.
9128         * dlfcn/Makefile: Likewise.
9129         * elf/Makefile: Likewise.
9130         * math/Makefile: Likewise.
9131         * misc/Makefile: Likewise.
9132         * nptl/Makefile: Likewise.
9133         * sysdeps/mach/hurd/Makefile: Likewise.
9135         * configure.in: PWD_P is not used anymore.
9136         * config.make.in: Remove PWD_P entry.
9138         * configure.in: Remove last remnants of RANLIB.
9139         No need to check for signed size_t anymore.
9140         Don't set libc_commonpagesize and libc_relro_required here for Alpha
9141         and IA-64.
9142         Remove __builtin_expect test because we require at least gcc 3.4.
9143         * aclocal.m4: Likewise.
9145         * wcsmbs/mbrtoc16.c: Implement using towc function.
9146         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
9147         * wcsmbs/wcsmbsload.c: Likewise.
9148         * iconv/gconv_simple.c: Likewise.
9149         * iconv/gconv_int.h: Likewise.
9150         * iconv/gconv_builtin.h: Likewise.
9151         * iconv/iconv_prog.c: Remove CHAR16 handling.
9153         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
9155         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
9157         * configure.in: Remove --with-elf and --enable-bounded options.
9158         Dont set base_machine for ia64.  More non-ELF conditions removed.
9159         Remove testing and setting of leading underscore information.
9160         * config.make.in (build-bounded): Set to no.
9161         * config.h.in: Remove NO_UNDERSCORES entry.
9162         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
9163         them.
9164         * csu/start.c: Remove !NO_UNDERSCORE code.
9165         * locale/localeinfo.h: Likewise.
9166         * sysdeps/generic/machine-gmon.h: Likewise.
9167         * sysdeps/generic/sysdep.h: Likewise.
9168         * sysdeps/i386/sysdep.h: Likewise.
9169         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
9170         * sysdeps/mach/sysdep.h: Likewise.
9171         * sysdeps/s390/s390-32/sysdep.h: Likewise.
9172         * sysdeps/s390/s390-64/sysdep.h: Likewise.
9173         * sysdeps/sh/sysdep.h: Likewise.
9174         * sysdeps/sparc/sparc32/alloca.S: Likewise.
9175         * sysdeps/unix/i386/sysdep.S: Likewise.
9176         * sysdeps/unix/sparc/start.c: Likewise.
9177         * sysdeps/unix/sparc/sysdep.S: Likewise.
9178         * sysdeps/unix/sparc/sysdep.h: Likewise.
9179         * sysdeps/unix/start.c: Likewise.
9180         * sysdeps/unix/x86_64/sysdep.S: Likewise.
9181         * sysdeps/x86_64/sysdep.h: Likewise.
9183 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
9185         [BZ #13553]
9186         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
9187         for non-gcc.
9188         * argp/argp-fmtstream.h: Use const instead __const.
9189         * argp/argp.h: Likewise.
9190         * assert/assert.h: Likewise.
9191         * bits/fenv.h: Likewise.
9192         * bits/sched.h: Likewise.
9193         * bits/sigset.h: Likewise.
9194         * bits/sigthread.h: Likewise.
9195         * catgets/nl_types.h: Likewise.
9196         * conform/data/pthread.h-data: Likewise.
9197         * crypt/crypt-private.h: Likewise.
9198         * crypt/crypt.h: Likewise.
9199         * crypt/crypt_util.c: Likewise.
9200         * ctype/ctype.h: Likewise.
9201         * debug/execinfo.h: Likewise.
9202         * debug/mbsnrtowcs_chk.c: Likewise.
9203         * debug/mbsrtowcs_chk.c: Likewise.
9204         * debug/wcsnrtombs_chk.c: Likewise.
9205         * debug/wcsrtombs_chk.c: Likewise.
9206         * debug/wcstombs_chk.c: Likewise.
9207         * dirent/dirent.h: Likewise.
9208         * dlfcn/dlfcn.h: Likewise.
9209         * elf/neededtest4.c: Likewise.
9210         * grp/grp.h: Likewise.
9211         * gshadow/gshadow.h: Likewise.
9212         * iconv/gconv.h: Likewise.
9213         * iconv/gconv_int.h: Likewise.
9214         * iconv/gconv_simple.c: Likewise.
9215         * iconv/iconv.h: Likewise.
9216         * iconv/loop.c: Likewise.
9217         * iconv/skeleton.c: Likewise.
9218         * include/aio.h: Likewise.
9219         * include/aliases.h: Likewise.
9220         * include/argz.h: Likewise.
9221         * include/arpa/inet.h: Likewise.
9222         * include/assert.h: Likewise.
9223         * include/dirent.h: Likewise.
9224         * include/dlfcn.h: Likewise.
9225         * include/execinfo.h: Likewise.
9226         * include/fcntl.h: Likewise.
9227         * include/fenv.h: Likewise.
9228         * include/glob.h: Likewise.
9229         * include/grp.h: Likewise.
9230         * include/libintl.h: Likewise.
9231         * include/mntent.h: Likewise.
9232         * include/netdb.h: Likewise.
9233         * include/pwd.h: Likewise.
9234         * include/rpc/netdb.h: Likewise.
9235         * include/sched.h: Likewise.
9236         * include/search.h: Likewise.
9237         * include/shadow.h: Likewise.
9238         * include/signal.h: Likewise.
9239         * include/stdio.h: Likewise.
9240         * include/stdlib.h: Likewise.
9241         * include/string.h: Likewise.
9242         * include/sys/socket.h: Likewise.
9243         * include/sys/stat.h: Likewise.
9244         * include/sys/statfs.h: Likewise.
9245         * include/sys/statvfs.h: Likewise.
9246         * include/sys/syslog.h: Likewise.
9247         * include/sys/time.h: Likewise.
9248         * include/sys/uio.h: Likewise.
9249         * include/time.h: Likewise.
9250         * include/unistd.h: Likewise.
9251         * include/utmp.h: Likewise.
9252         * include/wchar.h: Likewise.
9253         * include/wctype.h: Likewise.
9254         * inet/aliases.h: Likewise.
9255         * inet/arpa/inet.h: Likewise.
9256         * inet/netinet/ether.h: Likewise.
9257         * inet/netinet/in.h: Likewise.
9258         * intl/libintl.h: Likewise.
9259         * io/bits/fcntl2.h: Likewise.
9260         * io/fcntl.h: Likewise.
9261         * io/ftw.h: Likewise.
9262         * io/sys/poll.h: Likewise.
9263         * io/sys/stat.h: Likewise.
9264         * io/sys/statfs.h: Likewise.
9265         * io/sys/statvfs.h: Likewise.
9266         * io/utime.h: Likewise.
9267         * libio/bits/stdio.h: Likewise.
9268         * libio/bits/stdio2.h: Likewise.
9269         * libio/libio.h: Likewise.
9270         * libio/libioP.h: Likewise.
9271         * libio/stdio.h: Likewise.
9272         * locale/lc-ctype.c: Likewise.
9273         * locale/locale.h: Likewise.
9274         * login/utmp.h: Likewise.
9275         * malloc/arena.c: Likewise.
9276         * malloc/malloc.c: Likewise.
9277         * malloc/malloc.h: Likewise.
9278         * malloc/mcheck.c: Likewise.
9279         * malloc/mtrace.c: Likewise.
9280         * math/bits/mathcalls.h: Likewise.
9281         * math/fenv.h: Likewise.
9282         * math/math_private.h: Likewise.
9283         * misc/bits/error.h: Likewise.
9284         * misc/bits/syslog.h: Likewise.
9285         * misc/err.h: Likewise.
9286         * misc/error.h: Likewise.
9287         * misc/fstab.h: Likewise.
9288         * misc/mntent.h: Likewise.
9289         * misc/regexp.h: Likewise.
9290         * misc/search.h: Likewise.
9291         * misc/sgtty.h: Likewise.
9292         * misc/sys/mman.h: Likewise.
9293         * misc/sys/syslog.h: Likewise.
9294         * misc/sys/uio.h: Likewise.
9295         * misc/sys/xattr.h: Likewise.
9296         * misc/ttyent.h: Likewise.
9297         * nis/rpcsvc/ypclnt.h: Likewise.
9298         * nss/nss.h: Likewise.
9299         * posix/bits/unistd.h: Likewise.
9300         * posix/fnmatch.h: Likewise.
9301         * posix/glob.h: Likewise.
9302         * posix/sched.h: Likewise.
9303         * posix/spawn.h: Likewise.
9304         * posix/sys/wait.h: Likewise.
9305         * posix/unistd.h: Likewise.
9306         * posix/wordexp.h: Likewise.
9307         * pwd/pwd.h: Likewise.
9308         * resolv/netdb.h: Likewise.
9309         * resource/sys/resource.h: Likewise.
9310         * rt/aio.h: Likewise.
9311         * rt/bits/mqueue2.h: Likewise.
9312         * rt/mqueue.h: Likewise.
9313         * shadow/shadow.h: Likewise.
9314         * signal/signal.h: Likewise.
9315         * socket/send.c: Likewise.
9316         * socket/sendto.c: Likewise.
9317         * socket/sys/socket.h: Likewise.
9318         * stdio-common/printf.h: Likewise.
9319         * stdlib/bits/stdlib.h: Likewise.
9320         * stdlib/fmtmsg.h: Likewise.
9321         * stdlib/monetary.h: Likewise.
9322         * stdlib/stdlib.h: Likewise.
9323         * stdlib/ucontext.h: Likewise.
9324         * streams/stropts.h: Likewise.
9325         * string/argz.h: Likewise.
9326         * string/bits/string2.h: Likewise.
9327         * string/string.h: Likewise.
9328         * string/strings.h: Likewise.
9329         * sunrpc/rpc/auth.h: Likewise.
9330         * sunrpc/rpc/auth_des.h: Likewise.
9331         * sunrpc/rpc/clnt.h: Likewise.
9332         * sunrpc/rpc/netdb.h: Likewise.
9333         * sunrpc/rpc/pmap_clnt.h: Likewise.
9334         * sunrpc/rpc/xdr.h: Likewise.
9335         * sysdeps/generic/inttypes.h: Likewise.
9336         * sysdeps/generic/net/if.h: Likewise.
9337         * sysdeps/generic/sys/swap.h: Likewise.
9338         * sysdeps/gnu/net/if.h: Likewise.
9339         * sysdeps/gnu/utmpx.h: Likewise.
9340         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
9341         * sysdeps/i386/i486/bits/string.h: Likewise.
9342         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
9343         * sysdeps/s390/bits/string.h: Likewise.
9344         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
9345         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
9346         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
9347         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
9348         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
9349         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
9350         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
9351         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
9352         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
9353         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
9354         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
9355         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
9356         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
9357         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
9358         * sysdeps/unix/sysv/linux/readv.c: Likewise.
9359         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
9360         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
9361         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
9362         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9363         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9364         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
9365         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
9366         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
9367         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
9368         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
9369         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
9370         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
9371         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
9372         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
9373         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
9374         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
9375         * sysvipc/sys/ipc.h: Likewise.
9376         * sysvipc/sys/msg.h: Likewise.
9377         * sysvipc/sys/sem.h: Likewise.
9378         * sysvipc/sys/shm.h: Likewise.
9379         * termios/termios.h: Likewise.
9380         * time/sys/time.h: Likewise.
9381         * time/time.h: Likewise.
9382         * wcsmbs/bits/wchar2.h: Likewise.
9383         * wcsmbs/uchar.h: Likewise.
9384         * wcsmbs/wchar.h: Likewise.
9385         * wctype/wctype.h: Likewise.
9387         [BZ #13551]
9388         * Makeconfig: Remove all but ELF support including AIX support.
9389         * Makerules: Likewise.
9390         * config.h.in: Likewise.
9391         * config.make.in: Likewise.
9392         * configure: Likewise.
9393         * configure.in: Likewise.
9394         * csu/Makefile: Likewise.
9395         * csu/version.c: Likewise.
9396         * debug/Makefile: Likewise.
9397         * dlfcn/Makefile: Likewise.
9398         * elf/Makefile: Likewise.
9399         * extra-lib.mk: Likewise.
9400         * iconv/Makefile: Likewise.
9401         * include/libc-symbols.h: Likewise.
9402         * include/shlib-compat.h: Likewise.
9403         * resolv/Makefile: Likewise.
9404         * resolv/res_libc.c: Likewise.
9405         * rt/Makefile: Likewise.
9406         * sysdeps/i386/asm-syntax.h: Likewise.
9407         * sysdeps/i386/sysdep.h: Likewise.
9408         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
9409         * sysdeps/mach/sysdep.h: Likewise.
9410         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
9411         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
9412         * sysdeps/s390/asm-syntax.h: Likewise.
9413         * sysdeps/s390/s390-32/sysdep.h: Likewise.
9414         * sysdeps/s390/s390-64/sysdep.h: Likewise.
9415         * sysdeps/sh/sysdep.h: Likewise.
9416         * sysdeps/unix/sparc/sysdep.h: Likewise.
9417         * sysdeps/wordsize-32/divdi3.c: Likewise.
9418         * sysdeps/x86_64/sysdep.h: Likewise.
9420         * argp/Versions: Remove _argp_unlock_xxx.
9422         [BZ #13559]
9423         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
9424         * abilist/libBrokenLocale.abilist: Likewise.
9425         * abilist/libanl.abilist: Likewise.
9426         * abilist/libc.abilist: Likewise.
9427         * abilist/libcrypt.abilist: Likewise.
9428         * abilist/libdl.abilist: Likewise.
9429         * abilist/libm.abilist: Likewise.
9430         * abilist/libnsl.abilist: Likewise.
9431         * abilist/libpthread.abilist: Likewise.
9432         * abilist/libresolv.abilist: Likewise.
9433         * abilist/librt.abilist: Likewise.
9434         * abilist/libthread_db.abilist: Likewise.
9435         * abilist/libutil.abilist: Likewise.
9436         * abilist/libnss_db.abilist: New file.
9438         * scripts/abilist.awk: Add support for indirect functions.
9440         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
9442         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
9444         * shlib-versions: Remove entries for ports architectures.
9446         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
9447         files in ports.
9448         * elf/stackguard-macros.h: Remove support for IA-64.
9449         * elf/tst-auditmod1.c: Likewise.
9450         * sysdeps/generic/ldsodefs.h: Likewise.
9452         * sysdeps/unix/sysv/linux/configure.in: Ports should define
9453         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
9454         configure files.
9456         [BZ #13552]
9457         * configure.in: Remove --enable-omitfp support.
9458         * FAQ.in: Adjust.
9459         * config.make.in: Likewise.
9460         * Makeconfig: Likewise.
9461         * manual/install.texi: Likewise.
9463         In case anyone cares, the IA-64 architecture could move to ports.
9464         * sysdeps/ia64/*: Removed.
9465         * sysdeps/unix/sysv/linux/ia64/*: Removed.
9466         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
9468         [BZ #13555]
9469         * configure.in: Remove entries for unsupported architectures.
9471         [BZ #13533]
9472         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
9473         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
9474         routines.
9475         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
9476         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
9477         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
9478         fall back to using wcrtomb.
9479         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
9480         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
9481         renaming.
9482         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
9483         * wcsmbs/tst-c16c32-1.c: New file.
9485         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
9486         local variable.
9488         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
9490         * elf/tst-unique3.cc: Add explicit declaration of gets.
9491         * elf/tst-unique3lib.cc: Likewise.
9492         * elf/tst-unique3lib2.cc: Likewise.
9493         * elf/tst-unique4.cc: Likewise.
9495         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
9497 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
9499         [BZ #13566]
9500         * assert/assert.h (static_assert): Don't define for C++.
9501         * libio/stdio.h (gets): Do declare for C++ <= C++11.
9502         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
9504 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
9506         * iconv/loop.c (single loop): Fix assertion in storing of
9507         remaining bytes.
9509         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
9511 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
9513         * posix/getconf.c: Update copyright year.
9514         * nss/getent.c: Likewise.
9515         * nss/makedb.c: Likewise.
9516         * iconv/iconvconfig.c: Likewise.
9517         * iconv/iconv_prog.c: Likewise.
9518         * elf/ldconfig.c: Likewise.
9519         * elf/pldd.c: Likewise.
9520         * elf/sotruss.ksh: Likewise.
9521         * catgets/gencat.c: Likewise.
9522         * csu/version.c: Likewise.
9523         * elf/ldd.bash.in: Likewise.
9524         * elf/sprof.c (print_version): Likewise.
9525         * locale/programs/locale.c: Likewise.
9526         * locale/programs/localedef.c: Likewise.
9527         * login/programs/pt_chown.c: Likewise.
9528         * nscd/nscd.c (print_version): Likewise.
9529         * debug/xtrace.sh: Likewise.
9530         * malloc/memusage.sh: Likewise.
9531         * malloc/mtrace.pl: Likewise.
9532         * debug/catchsegv.sh: Likewise.
9534 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
9536         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
9537         pure attribute.
9539 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
9541         [BZ #13533]
9542         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
9543         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
9544         transformations.
9545         * iconv/gconv_int.h: Likewise.
9546         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
9547         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
9548         from libc for GLIBC_2.16.
9549         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
9550         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
9551         * wcsmbs/uchar.h: Really define mbstate_t.
9552         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
9553         * wcsmbs/c16rtomb.c: New file.
9554         * wcsmbs/mbrtoc16.c: New file.
9555         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
9556         for C/POSIX locale.
9557         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
9558         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
9560         * wcsmbs/wchar.h: Add missing __restrict.
9562 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
9564         [BZ #13532]
9565         * time/Makefile (routines): Add timespec_get.
9566         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
9567         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
9568         timespec for ISO C11.
9569         * time/timespec_get.c: New file.
9570         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
9571         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
9573         [BZ #13531]
9574         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
9575         * stdlib/stdlib.h: Declare aligned_alloc.
9576         * Versions.def: Add GLIBC_2.16 for libc.
9577         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
9579         [BZ 13527]
9580         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
9581         ISO C11.
9583         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
9584         code.
9586         [BZ #13528]
9587         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
9589         [BZ #13529]
9590         * assert/assert.h (static_assert): Define.
9592         * version.h: Update for 2.16 development version.
9594         [BZ #13526]
9595         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
9596         _ISOC11_SOURCE.
9598         * version.h (RELEASE): Bump for 2.15 release.
9599         * include/features.h (__GLIBC_MINOR__): Bump to 15.
9601         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
9602         Patch by Marek Polacek <mpolacek@redhat.com>.
9604         * bits/byteswap.h: Protect long long constants with __extension__.
9605         * sysdeps/i386/bits/byteswap.h: Likewise.
9606         * sysdeps/ia64/bits/byteswap.h: Likewise.
9607         * sysdeps/s390/bits/byteswap.h: Likewise.
9608         * sysdeps/x86_64/bits/byteswap.h: Likewise.
9610 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
9612         [BZ #13540]
9613         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
9614         destination buffer.
9615         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
9617 2011-12-23  Marek Polacek  <polacek@redhat.com>
9619         * elf/dl-addr.c (determine_info): Add inline keyword.
9620         * elf/tst-auditmod4b.c (check_avx): Likewise.
9621         * elf/tst-auditmod6b.c (check_avx): Likewise.
9622         * elf/tst-auditmod6c.c (check_avx): Likewise.
9623         * elf/tst-auditmod7b.c (check_avx): Likewise.
9625 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
9627         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
9628         !__SSE_MATH__.
9630 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
9632         [BZ #13540]
9633         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
9634         processing for last bytes.
9636 2011-08-06  Bruno Haible  <bruno@clisp.org>
9638         [BZ #13061]
9639         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
9640         U+0385, not to U+1FEE.
9642         [BZ #13062]
9643         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
9644         entry for U+00A5 U+0301.
9646 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
9648         [BZ #13166]
9649         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
9650         buffer for the output is too small.
9652         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
9653         optimization.
9655         [BZ #13185]
9656         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
9657         SSE flags if possible.
9659 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
9661         [BZ #13540]
9662         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
9663         processing for last bytes.
9665 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
9667         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
9668         (syscall-list-default-options, syscall-list-default-condition)
9669         (syscall-list-includes): Define.
9670         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
9671         list of ABIs and options and #if conditions for each ABI.  Do not
9672         handle common syscalls between ABIs specially.
9673         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
9674         Remove.
9675         (syscall-list-variants, syscall-list-32bit-options)
9676         (syscall-list-32bit-condition, syscall-list-64bit-options)
9677         (syscall-list-64bit-condition): Define.
9678         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
9679         (syscall-list-variants, syscall-list-32bit-options)
9680         (syscall-list-32bit-condition, syscall-list-64bit-options)
9681         (syscall-list-64bit-condition): Define.
9682         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
9683         Remove.
9684         (syscall-list-variants, syscall-list-32bit-options)
9685         (syscall-list-32bit-condition, syscall-list-64bit-options)
9686         (syscall-list-64bit-condition): Define.
9687         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
9688         Remove.
9689         (syscall-list-variants, syscall-list-32bit-options)
9690         (syscall-list-32bit-condition, syscall-list-64bit-options)
9691         (syscall-list-64bit-condition): Define.
9693 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
9695         * locale/iso-639.def: Add brx entry.
9697         [BZ #13328]
9698         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
9699         Proposed by Mariusz_Cukr <marcukr@op.pl>.
9701         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
9702         __feraiseexcept_renamed.
9704 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
9706         [BZ #13538]
9707         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
9708         EPOLLET with unsigned values.
9709         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
9710         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
9712         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
9713         to large cancellation.
9714         * math/s_cacoshf.c: Likewise.
9715         * math/s_cacoshl.c: Likewise.
9717 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
9719         [BZ #13305]
9720         [BZ #12786]
9721         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
9722         * math/s_cacoshf.c: Likewise.
9723         * math/s_cacoshl.c: Likewise.
9725 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
9727         [BZ #13439]
9728         * iconv/gconv.h: Define __GCONV_SWAP.
9729         * iconvdata/unicode.c: The swap bit must be stored in __flags.
9730         * iconvdata/utf-16.c: Likewise.
9731         * iconvdata/utf-32.c: Likewise.
9733 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
9735         [BZ #13524]
9736         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
9737         numerator after shifting it by one limb.
9739 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
9741         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
9742         under [__USE_EXTERN_INLINES].
9744 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
9746         [BZ #13446]
9747         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
9749 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9751         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
9752         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
9753         optimized code.
9754         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
9755         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
9756         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
9757         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
9758         for strncasecmp/strncasecmp_l compilation.
9759         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
9760         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
9762 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
9764         [BZ #13484]
9765         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
9766         of __asm__.
9768 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
9770         [BZ #13506]
9771         * time/tzfile.c (__tzfile_read): Check values from file header.
9773 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
9775         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
9776         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
9777         * powerpc/powerpc32/dl-start.S: Likewise.
9778         * powerpc/powerpc32/elf/start.S: Likewise.
9779         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
9780         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
9781         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
9782         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
9783         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
9784         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
9785         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
9786         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
9787         * powerpc/powerpc32/fpu/s_round.S: Likewise.
9788         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
9789         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
9790         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
9791         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
9792         * powerpc/powerpc32/memset.S: Likewise.
9793         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
9794         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
9795         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
9796         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
9797         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
9798         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
9799         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
9800         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
9801         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
9802         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
9803         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
9804         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
9805         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
9807 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9809         * math/libm-test.inc: Added more nearbyint tests.
9810         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
9811         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
9812         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
9813         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
9815 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
9817         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
9818         FD_CLOEXEC.
9820 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
9822         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
9823         Add wcscpy-ssse3 wcscpy-c.
9824         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
9825         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
9826         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
9827         * sysdeps/x86_64/wcschr.S: New file.
9828         * sysdeps/x86_64/wcsrchr.S: New file.
9829         * string/test-strcmp.c: Remove checking of wcscmp function for
9830         wrong alignments.
9831         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
9832         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
9833         wcsrchr-sse2 wcsrchr-c.
9834         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
9835         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
9836         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
9837         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
9838         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
9839         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
9840         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
9841         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
9842         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
9843         * wcsmbc/wcschr.c (WCSCHR): New macro.
9845 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
9847         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
9848         * wcsmbs/test-wcsrchr.c: New file.
9849         * string/test-strrchr.c: Add wcsrchr support.
9850         (WIDE): New macro.
9851         * wcsmbs/test-wcscpy.c: New file.
9852         * string/test-strcpy.c: Add wcscpy support.
9853         (WIDE): New macro.
9855 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
9857         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
9858         the inner loop.
9860 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
9862         [BZ #13472]
9863         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
9865 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
9867         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
9868         Minor optimizations.
9870         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
9871         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
9872         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
9874 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
9876         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
9877         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
9878         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
9879         for gcc to avoid warnings.
9880         * inet/Makefile (tests): Add tst-checks.
9881         * inet/tst-checks.c: New file.
9883         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
9884         warning.
9886         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
9887         __wmemcmp_sse2.
9889         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
9890         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
9892         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
9894 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
9896         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
9897         problem.
9899         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
9901 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
9903         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
9904         conditional on GCC version.
9905         (__arch_compare_and_exchange_val_8_acq)
9906         (__arch_compare_and_exchange_val_16_acq)
9907         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
9908         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
9909         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
9911 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
9913         * sysdeps/sh/backtrace.c: New file.
9915 2011-12-02  Andreas Schwab  <schwab@redhat.com>
9917         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
9918         parenthesis.
9920 2011-12-01  Andreas Schwab  <schwab@redhat.com>
9922         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
9923         falling back to utime.
9925 2011-11-30  Andreas Schwab  <schwab@redhat.com>
9927         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
9928         expectations for float.
9930 2011-11-29  Andreas Schwab  <schwab@redhat.com>
9932         * locale/weight.h (findidx): Add parameter len.
9933         * locale/weightwc.h (findidx): Likewise.
9934         * posix/fnmatch_loop.c (FCT): Adjust caller.
9935         * posix/regcomp.c (build_equiv_class): Likewise.
9936         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
9937         * posix/regexec.c (check_node_accept_bytes): Likewise.
9938         * string/strcoll_l.c (STRCOLL): Likewise.
9939         * string/strxfrm_l.c (STRXFRM): Likewise.
9941 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
9943         * Makefile.in: Remove CVSOPT handling.
9944         * configure.in: Remove use of AC_REVISION.
9945         * iconvdata/Makefile (distribute): No need to filter out CVS.
9946         * scripts/list-sources.sh: Remove CVS, subversion and monotone
9947         handling.
9949 2011-11-16  Andreas Schwab  <schwab@redhat.com>
9951         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
9952         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
9953         [USE_AS_STRNCASECMP_L]: Likewise.
9954         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
9955         NO_TLS_DIRECT_SEG_REFS.
9956         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
9957         Fix argument offsets for non-PIC.
9958         [USE_AS_STRNCASECMP_L]: Likewise.
9959         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
9960         NO_TLS_DIRECT_SEG_REFS.
9962 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
9964         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
9965         O_CLOEXEC.
9966         * locale/loadlocale.c (_nl_load_locale): Likewise.
9968 2011-11-15  Andreas Schwab  <schwab@redhat.com>
9970         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
9971         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
9972         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
9973         (SYSCALL_GETTIME): Set errno on error.
9975         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
9976         count references to noai6ai_cached.
9978 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
9980         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
9982         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
9983         FD_CLOEXEC for /proc/self/maps.
9985         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
9986         FD_CLOEXEC for /proc/meminfo.
9988         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
9989         gai.conf.
9991         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
9992         FD_CLOEXEC for given file.
9994         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
9996         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
9997         FD_CLOEXEC for /etc/hosts.
9998         (_gethtent): Likewise.
10000         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
10002         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
10003         cancellation and set FD_CLOEXEC for /etc/netgroup.
10005         * nss/nss_files/files-key.c (search): Don't allow cancellation when
10006         reading /etc/publickey.
10008         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
10009         allow cancellation when reading /etc/group.
10011         * nss/nss_files/files-alias.c (internal_setent): Don't allow
10012         cancellation.
10013         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
10015         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
10016         when using data file.
10018         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
10020         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
10021         (write_nis_obj): Use "c" and "e" in fopen.
10023         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
10025         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
10027         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
10029         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
10031         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
10032         locale.alias.
10034         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
10036         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
10038         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
10040         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
10041         file parsing and set FD_CLOEXEC.
10043 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
10045         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
10047 2011-11-14  Andreas Schwab  <schwab@redhat.com>
10049         * malloc/arena.c (arena_get2): Don't call reused_arena when
10050         _int_new_arena failed.
10052 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
10054         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
10055         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
10056         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
10057         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
10058         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
10059         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
10060         to compile strcasecmp and strncasecmp.
10061         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
10062         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
10064         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
10066 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
10068         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
10069         locale-defines.sym to gen-as-const-headers.
10070         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
10071         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
10072         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
10073         to compile strcasecmp and strncasecmp.
10074         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
10075         strcasecmp_l and strncasecmp_l.
10076         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
10077         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
10078         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
10079         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
10080         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
10081         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
10082         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
10083         * sysdeps/i386/i686/multiarch/strncase.S: New file.
10084         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
10085         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
10086         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
10088 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
10090         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
10091         result of SYSDEP_GETTIME_CPU to retval.
10092         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
10093         parameter list to macro.  Remove trailing semicolon.  Adjust users.
10095         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
10096         variable.
10098         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
10099         mantissa words.
10100         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
10102         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
10103         from unused variable.
10105         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
10106         DWARF definitions.
10107         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
10108         for assembling.
10110         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
10111         over namespaces.
10113         * sunrpc/rpc_prot.c (rejected): Fix case value.
10115         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
10116         unsigned long long int to avoid warnings in shift.
10118         * posix/regex_internal.c (re_string_reconstruct): Actually use result
10119         of use of trans.
10120         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
10121         variable tmp.
10123         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
10124         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
10125         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
10127         * nis/nis_table.c (nis_list): Use variable of correct type for
10128         result of __follow_path call.
10130 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10132         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
10133         of math functions ceil, trunc, floor, round, and sqrt, when
10134         avaliable on the platform.
10135         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
10136         name clash.
10137         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
10138         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
10139         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
10141 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
10143         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
10144         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
10146 2011-11-11  Roland McGrath  <roland@hack.frob.com>
10148         * include/unistd.h: Fix __readlink return type.
10149         Reported by Chris Metcalf <cmetcalf@tilera.com>.
10151 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
10153         * stdlib/ucontext.h: Undo last change for makecontext.
10155 2011-11-11  Andreas Schwab  <schwab@redhat.com>
10157         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
10159         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
10160         * setjmp/setjmp.h: Mark functions as non-leaf.
10161         * setjmp/bits/setjmp2.h: Likewise.
10162         * stdlib/ucontext.h: Likewise.
10164 2011-11-10  Andreas Schwab  <schwab@redhat.com>
10166         * malloc/arena.c (_int_new_arena): Don't increment narenas.
10167         (reused_arena): Don't check arena limit.
10168         (arena_get2): Atomically check arena limit.
10170 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
10172         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
10173         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
10175         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
10176         instructions.
10178 2011-11-07  Andreas Schwab  <schwab@redhat.com>
10180         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
10181         handler when locking.
10183         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
10184         Fix size of allocated buffer.
10186 2011-11-04  Andreas Schwab  <schwab@redhat.com>
10188         [BZ #10103]
10189         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
10190         declarations for long double functions.
10191         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
10193         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
10195 2011-11-03  Andreas Schwab  <schwab@redhat.com>
10197         * nscd/nscd.c (main): Don't start AVC thread until credentials are
10198         installed.
10200         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
10201         is disabled.
10203 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10205         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
10207 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
10209         * include/alloca.h (stackinfo_alloca_round): Define.
10210         (extend_alloca): Use it.
10211         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
10212         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
10213         here.
10215         * scripts/check-local-headers.sh: Ignore libaudit.h.
10217         * nscd/Makefile (extra-objs): Make recursively expanded.
10219 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
10221         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
10222         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
10224         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
10225         * posix/tst-rfc3484-2.c: Likewise.
10226         * posix/tst-rfc3484-3.c: Likewise.
10228         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
10229         process_vm_writev.
10230         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
10231         process_vm_writev.
10232         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
10233         process_vm_writev from libc using GLIBC_2.15 version.
10235         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
10237 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
10239         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
10240         stack usage.
10242 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
10244         [BZ #13367]
10245         * nss/getent.c (initgroups_keys): Show error message in case no group
10246         names are given.
10248         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
10249         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
10250         __bump_nl_timestamp.
10251         * nscd/connections (nscd_init): When host database is served open
10252         netlink socket and request notification about configuration changes.
10253         (main_loop_poll): Track netlink file descriptor and bump timestamp
10254         in case data becomes available.
10255         (main_loop_epoll): Likewise.
10256         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
10257         (database_pers_head): Add extra_data fileds.
10258         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
10259         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
10260         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
10261         Adjust caller.
10262         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
10263         in6ai data, call __free_in6ai.
10264         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
10265         Add -DHAVE_NETLINK.
10266         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
10267         interface information.  Reuse previous data if netlink timestamp
10268         is not changed.
10269         (__bump_nl_timestamp): New function.
10270         (__free_in6ai): New function.
10272 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
10274         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
10275         close_not_cancel_no_status here.
10276         (__check_pf): Reorganize code a bit to not call close twice if OOM.
10278 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
10280         [BZ #13276]
10281         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
10282         return value.
10284         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
10285         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
10286         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
10288 2011-07-03  Andreas Jaeger  <aj@suse.de>
10290         [BZ #10709]
10291         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
10292         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
10293         * math/libm-test.inc (sin_test): Add test case.
10295 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
10297         [BZ #13337]
10298         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
10299         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
10301         * elf/chroot_canon.c (chroot_canon): Cleanups.
10303         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
10305         [BZ #13335]
10306         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
10307         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
10309         * string/test-strchr.c: Make usable for strchrnul testing.
10310         * string/test-strchrnul.c: New file.
10311         * string/Makefile (strop-tests): Add strchrnul.
10313         * po/it.po: Update from translation team.
10314         * po/es.po: Likewise.
10316 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
10318         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
10319         the three constants needed as parameters.  Drop the others.
10320         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
10321         __m128i_strloadu_tolower.
10322         Create and initialize variable zero and use it in all the places
10323         where _mm_setzero_si128 was used.
10325         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
10326         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
10327         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
10328         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
10329         anymore.
10330         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
10331         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
10332         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
10333         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
10334         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
10335         __mpranred, __mptan.
10336         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
10337         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
10338         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
10339         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
10340         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
10341         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
10342         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
10343         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
10344         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
10346 2011-10-28  Andreas Schwab  <schwab@redhat.com>
10348         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
10349         redefine if SHARED.
10350         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
10352         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
10353         wide char related routines to wcsmbs subdir.
10355 2011-10-27  Andreas Schwab  <schwab@redhat.com>
10357         [BZ #13344]
10358         * misc/sys/cdefs.h (__THROWNL): Define.
10359         * posix/unistd.h: Use __THREADNL instead of __THREAD
10360         for memory synchronization functions.
10362 2011-10-26  Roland McGrath  <roland@hack.frob.com>
10364         [BZ #13349]
10365         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
10366         doesn't exist.
10367         * manual/stdio.texi (Obstack Streams): Node removed.
10369 2011-10-26  Andreas Schwab  <schwab@redhat.com>
10371         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
10372         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
10373         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
10375         * math/math_private.h (math_force_eval): Allow non-addressable
10376         arguments.
10377         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
10379 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
10381         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
10382         file is not needed.
10384         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
10385         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
10386         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
10387         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
10388         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
10389         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
10390         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
10391         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
10392         Add AVX variants.
10393         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
10394         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
10395         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
10396         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
10397         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
10398         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
10399         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
10400         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
10401         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
10402         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
10403         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
10404         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
10405         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
10406         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
10407         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
10408         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
10409         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
10410         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
10411         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
10413         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
10414         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
10416         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
10417         place.  Use VEX encoding when compiling for AVX.
10419 2011-10-25  Andreas Schwab  <schwab@redhat.com>
10421         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
10422         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
10424         * string/test-strchr.c (do_test): Don't generate NUL bytes.
10426 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
10428         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
10429         useless if() expression.
10430         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
10431         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
10432         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
10433         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
10434         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
10435         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
10436         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
10437         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
10438         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
10439         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
10440         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
10441         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
10442         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
10443         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
10444         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
10445         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
10446         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
10447         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
10448         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
10450         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
10452 2011-10-25  Andreas Schwab  <schwab@redhat.com>
10454         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
10455         condition.
10456         * elf/dl-fini.c (_dl_sort_fini): Likewise.
10458 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
10460         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
10461         .text section.  Avoid duplicate constants.
10462         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
10463         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10464         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
10465         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
10466         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
10467         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10468         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10469         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
10470         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
10471         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
10472         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
10473         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
10474         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
10475         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
10476         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
10477         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
10478         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
10479         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
10480         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
10481         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
10482         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
10483         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
10484         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
10485         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
10486         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
10487         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
10488         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
10489         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
10490         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
10491         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
10492         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
10493         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
10494         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
10495         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
10496         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
10497         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
10498         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
10499         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
10500         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
10501         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
10502         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
10503         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
10504         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
10505         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
10506         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
10508 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
10510         * sysdeps/x86_64/dla.h: Move to ...
10511         * sysdeps/x86_64/fpu/dla.h: ...here.
10512         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
10513         situations.  Use __builtin_fma only for gcc 4.6 and up.
10515         * config.make.in: Add have-mfma4 entry.
10516         * configure.in: Substitute libc_cv_cc_fma4.
10517         * math/Makefile (dbl-only-routines): Add sincostab.
10518         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
10519         Use __sincostab not sincos.
10520         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
10521         name is a macro.
10522         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
10523         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10524         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10525         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
10526         using __copysign.
10527         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
10528         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
10529         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
10530         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
10531         and __inv.
10532         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
10533         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
10534         __copysign.
10535         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
10536         define aliases when function name is a macro.
10537         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
10538         sysdeps/ieee754/dbl-64/sincos.tbl.
10539         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
10540         fma4-enabled routines.
10541         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
10542         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
10543         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
10544         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
10545         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
10546         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
10547         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
10548         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
10549         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
10550         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
10551         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
10552         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
10553         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
10554         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
10555         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
10556         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
10557         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
10558         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
10559         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
10560         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
10561         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
10562         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
10563         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
10564         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
10565         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
10566         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
10567         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
10568         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
10569         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
10570         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
10572         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
10573         rename.
10574         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10575         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10576         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
10577         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10578         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10579         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
10580         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
10581         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
10583 2011-10-24  Andreas Schwab  <schwab@redhat.com>
10585         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
10587 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
10589         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
10591         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
10592         prediction.
10593         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
10595         * string/strnlen.c: Don't define STRNLEN, reverse logic.
10596         Remove unused variable magic_bits.
10597         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
10599         * string/strnlen.c: Define and use STRNLEN macro.
10600         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
10601         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
10602         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
10603         * wcsmbs/wcslen.c: Define and use WCSLEN.
10604         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
10605         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
10606         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
10607         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
10608         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
10609         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
10610         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
10612 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10614         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
10615         strnlen-sse2-no-bsf.
10616         Rename strlen-no-bsf to strlen-sse2-no-bsf.
10617         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
10618         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
10619         Add strnlen support.
10620         (USE_AS_STRNLEN): New macro.
10621         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
10622         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
10623         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
10624         * sysdeps/x86_64/wcslen.S: New file.
10626 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
10628         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
10629         XMM-moves are used for copying on small sizes.
10631 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10633         * wcsmbs/Makefile (strop-tests): Add wcschr.
10634         * wcsmbs/test-wcschr.c: New file.
10635         * string/test-strchr.c: Update.
10636         Add wcschr support.
10637         (WIDE): New macro.
10639 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10641         * wcsmbs/Makefile (strop-tests): Add wcslen.
10642         * wcsmbs/test-wcslen.c: New file.
10643         * string/test-strlen.c: Update.
10644         Add wcslen support.
10645         (WIDE): New macro.
10647 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
10649         * po/it.po: Update from translation team.
10651 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10653         * sysdeps/x86_64/wcscmp.S: Update.
10654         Fix wrong comparison semantics.
10655         wcscmp shall use signed comparison not unsigned.
10656         Don't use substraction to avoid overflow bug.
10657         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
10658         * wcsmbc/wcscmp.c: Likewise.
10659         * string/test-strcmp.c: Likewise.
10660         Add new tests to check cases with negative values.
10662 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
10664         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
10665         * sysdeps/x86_64/dla.h: ...here.  New file.
10666         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
10667         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10668         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
10669         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10670         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10671         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
10672         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
10673         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
10674         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
10676 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
10678         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
10679         __ynl_finite aliases.
10681 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
10683         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10685         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
10686         define DLA_FMA.
10687         [DLA_FMA] (EMULV): Use DLA_FMA.
10688         [DLA_FMA] (MUL12): Use EMULV.
10689         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
10690         that are not needed.
10691         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10692         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
10693         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10694         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10695         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
10696         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
10697         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
10699 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
10701         * math/s_nan.c: Undef __nan.
10702         * math/s_nanf.c: Undef __nanf.
10703         * math/s_nanl.c: Undef __nanl.
10704         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
10705         "math_private.h".
10707 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
10709         * math/s_catan.c: Add branch predictions.
10710         * math/s_catanf.c: Likewise.
10711         * math/s_catanh.c: Likewise.
10712         * math/s_catanhf.c: Likewise.
10713         * math/s_catanhl.c: Likewise.
10714         * math/s_catanl.c: Likewise.
10715         * math/s_cexp.c: Likewise.
10716         * math/s_cexpf.c: Likewise.
10717         * math/s_cexpl.c: Likewise.
10718         * math/s_clog.c: Likewise.
10719         * math/s_clog10.c: Likewise.
10720         * math/s_clog10f.c: Likewise.
10721         * math/s_clog10l.c: Likewise.
10722         * math/s_clogf.c: Likewise.
10723         * math/s_clogl.c: Likewise.
10724         * math/s_csqrt.c: Likewise.
10725         * math/s_csqrtf.c: Likewise.
10726         * math/s_csqrtl.c: Likewise.
10727         * math/s_ctanf.c: Likewise.
10728         * math/s_ctanh.c: Likewise.
10729         * math/s_ctanhf.c: Likewise.
10730         * math/s_ctanhl.c: Likewise.
10731         * math/s_ctanl.c: Likewise.
10733         * math/math_private.h: Define __nan, __nanf, __nanl.
10734         * math/s_cacosh.c: Include <math_private.h>.
10735         * math/s_cacoshl.c: Likewise.
10736         * math/s_casinh.c: Likewise.
10737         * math/s_casinhf.c: Likewise.
10738         * math/s_casinhl.c: Likewise.
10739         * math/s_ccos.c: Rely entire on ccosh.
10740         * math/s_ccosf.c: Rely entire on ccoshf.
10741         * math/s_ccosl.c: Rely entirely on ccoshl.
10742         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
10743         Remove tests for FE_INVALID.
10744         * math/s_ccoshf.c: Likewise.
10745         * math/s_ccoshl.c: Likewise.
10746         * math/s_csin.c: Likewise.
10747         * math/s_csinf.c: Likewise.
10748         * math/s_csinh.c Likewise.
10749         * math/s_csinhf.c: Likewise.
10750         * math/s_csinhl.c: Likewise.
10751         * math/s_csinl.c: Likewise.
10752         * math/s_ctan.c: Likewise.
10753         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
10754         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
10755         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
10757 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
10759         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
10760         compilation problems.
10762         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
10763         __builtin_expect.
10765 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
10767         * sysdeps/i386/configure.in: Test for -mfma4 option.
10768         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
10769         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
10770         COMMON_CPUID_INDEX_80000001.
10771         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
10772         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
10773         use it if FMA3 is not supported.
10774         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
10776         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
10777         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
10779 2011-10-20  Andreas Schwab  <schwab@redhat.com>
10781         [BZ #12892]
10782         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
10783         it would create a cycle with a link time dependency.
10785 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
10787         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
10788         instruction.
10789         * string/Makefile (strop-tests): Add rawmemchr.
10790         * string/test-rawmemchr.c: New file.
10792         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
10793         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
10794         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
10795         when compiling str{,n}casecmp and when AVX is available.  Hook up
10796         new optimized code in initializers.
10798 2011-10-19  Andreas Schwab  <schwab@redhat.com>
10800         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
10801         __feraiseexcept instead of feraiseexcept.
10803 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
10805         * math/math_private.h: Define defaults for libc_fetestexcept and
10806         libc_feupdateenv.
10807         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
10808         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
10809         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
10810         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
10811         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
10812         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
10813         libc_fetestexcept and libc_feupdateenv.
10815         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
10816         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
10817         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
10818         * sysdeps/x86_64/fpu/math_private.h: Define special version of
10819         libc_feholdexcept_setround.
10821         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
10822         Add s_nearbyint-c and s_nearbyintf-c.
10823         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
10824         nearbyintf inlines.
10825         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
10826         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
10827         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
10828         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
10830         * math/math_private.h: Define defaults for libc_fegetround,
10831         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
10832         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
10833         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
10834         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
10835         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
10836         standard functions.
10837         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
10838         Remove comments and hacks for old compiler versions.
10839         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
10840         libc_fegetround, libc_fesetround, libc_feholdexcept, and
10841         libc_feholdexceptl.
10843 2011-10-18  Andreas Schwab  <schwab@redhat.com>
10845         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
10846         (__feraiseexcept_renamed): Add __NTH.
10847         (feraiseexcept): Add __NTH.  Rename local variables to fix
10848         namespace violations.
10850 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
10852         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
10854         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
10856         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
10857         recently added interfaces.
10858         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
10860         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
10861         about macro parameter expansion.
10863         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
10864         __NO_MATH_INLINES is defined.  Cleanups.
10866         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
10867         and __floorf is target has SSE4.1.
10868         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
10869         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
10870         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
10871         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
10873         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
10874         name.
10875         (floorf): Likewise.
10877         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
10879 2011-10-17  Andreas Schwab  <schwab@redhat.com>
10881         * misc/sys/cdefs.h: Fix last change.
10883         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
10884         database lookup.
10886 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
10888         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
10890         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
10891         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
10892         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
10893         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
10894         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
10895         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
10896         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
10897         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
10898         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
10899         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
10900         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
10901         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
10902         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
10903         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
10904         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
10905         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
10906         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
10907         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
10908         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
10909         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
10910         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
10911         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
10913         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
10914         ceil, ceilf, floor, floorf.
10916         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
10917         Perform IRELATIVE relocations last.
10919         * elf/do-rel.h: Add another parameter nrelative, replacing the
10920         local variable with the same name.  Change name of the function
10921         to end in Rel or Rela (uppercase).
10922         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
10923         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
10924         elf_dynamic_do_##reloc function.
10926 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
10928         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
10929         is sufficient, at least on modern CPUs.
10931         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
10933         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
10934         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
10936         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
10937         __expl_finite.
10938         * math/bits/math-finite.h: Add entries for exp.
10939         * math/e_expl.c: Add __*_finite alias.
10940         * sysdeps/i386/fpu/e_exp.S: Likewise.
10941         * sysdeps/i386/fpu/e_expf.S: Likewise.
10942         * sysdeps/i386/fpu/e_expl.c: Likewise.
10943         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
10944         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
10945         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
10946         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
10947         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
10948         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
10949         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
10951         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
10952         is sufficient, at least on modern CPUs.
10954         * ctype/ctype-info.c (__ctype_init): Define.
10955         * include/ctype.h (__ctype_init): Declare.
10956         (__ctype_b_loc): The variable is always initialized.
10957         (__ctype_toupper_loc): Likewise.
10958         (__ctype_tolower_loc): Likewise.
10959         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
10960         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
10962 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
10964         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
10966         * configure.in: Also look in $cxxmachine/include for C++ system
10967         headers.
10969 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10971         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
10972         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
10973         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
10974         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
10975         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
10976         (USE_AS_WMEMCMP): New macro.
10977         Fixing indents.
10978         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
10979         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
10980         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
10981         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
10982         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
10983         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
10984         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
10985         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
10986         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
10987         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
10988         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
10989         (USE_AS_WMEMCMP): New macro.
10990         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
10991         * sysdeps/string/test-memcmp.c: Update.
10992         Fix simple_wmemcmp.
10993         Add new tests.
10994         * wcsmbs/wmemcmp.c: Update.
10995         (WMEMCMP): New macro.
10996         Fix overflow bug.
10998 2011-10-12  Andreas Jaeger  <aj@suse.de>
11000         [BZ #13268]
11001         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
11003 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
11005         * libio/iofwide.c (do_length): Avoid warning.
11007         * ctype/ctype.h (__isctype_f): Add missing __THROW.
11009 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
11011         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
11013         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
11014         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
11015         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
11016         * sysdeps/i386/i686/fpu/e_log.S: New file.
11017         * sysdeps/i386/i686/fpu/e_logf.S: New file.
11018         * sysdeps/i386/i686/fpu/e_logl.S: New file.
11020         * ctype/ctype.h: Add support for inlined isXXX functions when
11021         compiling C++ code.
11023 2011-10-14  Andreas Schwab  <schwab@redhat.com>
11025         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
11027         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
11029 2011-10-13  Roland McGrath  <roland@hack.frob.com>
11031         [BZ #13291]
11032         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
11034 2011-10-13  Andreas Schwab  <schwab@redhat.com>
11036         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
11037         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
11038         feraiseexcept.
11040         * sysdeps/x86_64/memrchr.S: Check for zero size.
11042         * string/stratcliff.c: Add memrchr tests.
11044 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11046         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
11047         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
11048         rawmemchr-sse2 rawmemchr-sse2-bsf.
11049         * sysdeps/i386/i686/multiarch/memchr.S: New file.
11050         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
11051         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
11052         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
11053         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
11054         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
11055         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
11056         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
11057         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
11058         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
11059         * string/memrchr.c (MEMRCHR): New macro.
11061 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
11063         Add integration with gcc's -ffinite-math-only and optimize wrapper
11064         functions in libm.
11065         * Versions.def: Define GLIBC_2.15 version for libm.
11066         * math/Makefile (headers): Add bits/math-finite.h.
11067         * math/bits/math-finite.h: New file.
11068         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
11069         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
11070         * math/e_acoshl.c: Add __*_finite alias.
11071         * math/e_acosl.c: Likewise.
11072         * math/e_asinl.c: Likewise.
11073         * math/e_atan2l.c: Likewise.
11074         * math/e_atanhl.c: Likewise.
11075         * math/e_coshl.c: Likewise.
11076         * math/e_exp10.c: Likewise.
11077         * math/e_exp10f.c: Likewise.
11078         * math/e_exp10l.c: Likewise.
11079         * math/e_exp2l.c: Likewise.
11080         * math/e_fmodl.c: Likewise.
11081         * math/e_gammal_r.c: Likewise.
11082         * math/e_hypotl.c: Likewise.
11083         * math/e_j0l.c: Likewise.
11084         * math/e_j1l.c: Likewise.
11085         * math/e_jnl.c: Likewise.
11086         * math/e_lgammal_r.c: Likewise.
11087         * math/e_log10l.c: Likewise.
11088         * math/e_log2l.c: Likewise.
11089         * math/e_logl.c: Likewise.
11090         * math/e_powl.c: Likewise.
11091         * math/e_sinhl.c: Likewise.
11092         * math/e_sqrtl.c: Likewise.
11093         * math/e_scalb.c: Completely rewritten and optimized.
11094         * math/e_scalbf.c: Likewise.
11095         * math/e_scalbl.c: Likewise.
11096         * math/w_acos.c: Likewise.
11097         * math/w_acosf.c: Likewise.
11098         * math/w_acosl.c: Likewise.
11099         * math/w_acosh.c: Likewise.
11100         * math/w_acoshf.c: Likewise.
11101         * math/w_acoshl.c: Likewise.
11102         * math/w_asin.c: Likewise.
11103         * math/w_asinf.c: Likewise.
11104         * math/w_asinl.c: Likewise.
11105         * math/w_atan2.c: Likewise.
11106         * math/w_atan2f.c: Likewise.
11107         * math/w_atan2l.c: Likewise.
11108         * math/w_atanh.c: Likewise.
11109         * math/w_atanhf.c: Likewise.
11110         * math/w_atanhl.c: Likewise.
11111         * math/w_exp10.c: Likewise.
11112         * math/w_exp10f.c: Likewise.
11113         * math/w_exp10l.c: Likewise.
11114         * math/w_fmod.c: Likewise.
11115         * math/w_fmodf.c: Likewise.
11116         * math/w_fmodl.c: Likewise.
11117         * math/w_j0.c: Likewise.
11118         * math/w_j0f.c: Likewise.
11119         * math/w_j0l.c: Likewise.
11120         * math/w_j1.c: Likewise.
11121         * math/w_j1f.c: Likewise.
11122         * math/w_j1l.c: Likewise.
11123         * math/w_jn.c: Likewise.
11124         * math/w_jnf.c: Likewise.
11125         * math/w_log.c: Likewise.
11126         * math/w_logf.c: Likewise.
11127         * math/w_logl.c: Likewise.
11128         * math/w_log10.c: Likewise.
11129         * math/w_log10f.c: Likewise.
11130         * math/w_log10l.c: Likewise.
11131         * math/w_log2.c: Likewise.
11132         * math/w_log2f.c: Likewise.
11133         * math/w_log2l.c: Likewise.
11134         * math/w_pow.c: Likewise.
11135         * math/w_powf.c: Likewise.
11136         * math/w_powl.c: Likewise.
11137         * math/w_remainder.c: Likewise.
11138         * math/w_remainderf.c: Likewise.
11139         * math/w_remainderl.c: Likewise.
11140         * math/w_scalb.c: Likewise.
11141         * math/w_scalbf.c: Likewise.
11142         * math/w_scalbl.c: Likewise.
11143         * math/w_sqrt.c: Likewise.
11144         * math/w_sqrtf.c: Likewise.
11145         * math/w_sqrtl.c: Likewise.
11146         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
11147         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
11148         used.
11149         * math/math_private.h: Declare __kernel_standard_f.
11150         * math/w_cosh.c: Remove cruft and optimize a bit.
11151         * math/w_coshf.c: Likewise.
11152         * math/w_coshl.c: Likewise.
11153         * math/w_exp2.c: Likewise.
11154         * math/w_exp2f.c: Likewise.
11155         * math/w_exp2l.c: Likewise.
11156         * math/w_hypot.c: Likewise.
11157         * math/w_hypotf.c: Likewise.
11158         * math/w_hypotl.c: Likewise.
11159         * math/w_lgamma.c: Likewise.
11160         * math/w_lgamma_r.c: Likewise.
11161         * math/w_lgammaf.c: Likewise.
11162         * math/w_lgammaf_r.c: Likewise.
11163         * math/w_lgammal.c: Likewise.
11164         * math/w_lgammal_r.c: Likewise.
11165         * math/w_sinh.c: Likewise.
11166         * math/w_sinhf.c: Likewise.
11167         * math/w_sinhl.c: Likewise.
11168         * math/w_tgamma.c: Likewise.
11169         * math/w_tgammaf.c: Likewise.
11170         * math/w_tgammal.c: Likewise.
11171         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
11172         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
11173         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
11174         Minor optimizations.  Pretty printing.  Remove cruft.
11175         * sysdeps/i386/fpu/e_acosf.S: Likewise.
11176         * sysdeps/i386/fpu/e_acosh.S: Likewise.
11177         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
11178         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
11179         * sysdeps/i386/fpu/e_acosl.c: Likewise.
11180         * sysdeps/i386/fpu/e_asin.S: Likewise.
11181         * sysdeps/i386/fpu/e_asinf.S: Likewise.
11182         * sysdeps/i386/fpu/e_atan2.S: Likewise.
11183         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
11184         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
11185         * sysdeps/i386/fpu/e_atanh.S: Likewise.
11186         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
11187         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
11188         * sysdeps/i386/fpu/e_exp10.S: Likewise.
11189         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
11190         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
11191         * sysdeps/i386/fpu/e_exp2.S: Likewise.
11192         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
11193         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
11194         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11195         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
11196         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11197         * sysdeps/i386/fpu/e_hypot.S: Likewise.
11198         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
11199         * sysdeps/i386/fpu/e_log.S: Likewise.
11200         * sysdeps/i386/fpu/e_log10.S: Likewise.
11201         * sysdeps/i386/fpu/e_log10f.S: Likewise.
11202         * sysdeps/i386/fpu/e_log10l.S: Likewise.
11203         * sysdeps/i386/fpu/e_log2.S: Likewise.
11204         * sysdeps/i386/fpu/e_log2f.S: Likewise.
11205         * sysdeps/i386/fpu/e_log2l.S: Likewise.
11206         * sysdeps/i386/fpu/e_logf.S: Likewise.
11207         * sysdeps/i386/fpu/e_logl.S: Likewise.
11208         * sysdeps/i386/fpu/e_pow.S: Likewise.
11209         * sysdeps/i386/fpu/e_powf.S: Likewise.
11210         * sysdeps/i386/fpu/e_powl.S: Likewise.
11211         * sysdeps/i386/fpu/e_remainder.S: Likewise.
11212         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
11213         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
11214         * sysdeps/i386/fpu/e_scalb.S: Likewise.
11215         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
11216         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
11217         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
11218         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
11219         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
11220         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
11221         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
11222         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
11223         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
11224         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
11225         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
11226         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
11227         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
11228         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
11229         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
11230         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
11231         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
11232         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
11233         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
11234         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
11235         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
11236         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
11237         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
11238         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
11239         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
11240         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
11241         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
11242         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
11243         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
11244         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
11245         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
11246         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
11247         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
11248         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
11249         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
11250         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
11251         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
11252         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
11253         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
11254         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
11255         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
11256         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
11257         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
11258         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
11259         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
11260         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
11261         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
11262         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
11263         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
11264         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
11265         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
11266         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
11267         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
11268         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
11269         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
11270         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
11271         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
11272         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11273         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
11274         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
11275         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
11276         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
11277         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
11278         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
11279         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
11280         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
11281         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
11282         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
11283         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
11284         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
11285         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
11286         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
11287         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
11288         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
11289         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
11290         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
11291         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
11292         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
11293         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
11294         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
11295         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
11296         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
11297         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
11298         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
11299         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
11300         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
11301         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
11302         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
11303         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
11304         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
11305         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
11306         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
11307         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
11308         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
11309         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
11310         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
11311         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
11312         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
11313         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
11314         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
11315         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
11316         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
11317         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
11318         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
11319         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
11320         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
11321         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
11322         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
11323         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
11324         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
11325         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
11326         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
11327         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
11328         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
11329         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
11330         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
11331         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
11332         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
11333         (__isnanf): Likewise.
11334         (__isinf_ns): Likewise.
11335         (__isinf_nsf): Likewise.
11336         (__finite): Likewise.
11337         (__finitef): Likewise.
11338         (__ieee754_sqrt): Define as macro.
11339         (__ieee754_sqrtf): Define as macro.
11340         (__ieee754_sqrtl): Define as macro.
11341         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
11342         inlined copy.
11343         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
11344         __FINITE_MATH_ONLY__ consistent.
11345         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
11347 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
11349         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
11350         of rawmemchr.
11352         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
11354 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
11356         * po/ja.po: Update from translation team.
11358 2011-10-08  Roland McGrath  <roland@hack.frob.com>
11360         * locale/programs/locarchive.c (prepare_address_space): New function.
11361         (create_archive, enlarge_archive, open_archive): Use it.
11363         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
11364         inside [SHARED], where it is used.
11366         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
11368         * nss/getent.c (netgroup_keys): Remove unused variable.
11369         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
11371 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
11373         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
11374         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
11375         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
11376         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
11377         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
11378         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
11379         * math/Makefile (libm-calls): Add s_isinf_ns.
11380         * math/divtc3.c: Use __isinf_nsl instead of isinf.
11381         * math/multc3.c: Likewise.
11382         * math/s_casin.c: Likewise.
11383         * math/s_casinf.c: Likewise.
11384         * math/s_casinl.c: Likewise.
11385         * math/s_ccos.c: Likewise.
11386         * math/s_ccosf.c: Likewise.
11387         * math/s_ccosl.c: Likewise.
11388         * math/s_ctan.c: Likewise.
11389         * math/s_ctanf.c: Likewise.
11390         * math/s_ctanh.c: Likewise.
11391         * math/s_ctanhf.c: Likewise.
11392         * math/s_ctanhl.c: Likewise.
11393         * math/s_ctanl.c: Likewise.
11394         * math/w_fmod.c: Likewise.
11395         * math/w_fmodf.c: Likewise.
11396         * math/w_fmodl.c: Likewise.
11397         * math/w_remainder.c: Likewise.
11398         * math/w_remainderf.c: Likewise.
11399         * math/w_remainderl.c: Likewise.
11400         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
11401         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
11402         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
11403         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
11404         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
11405         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
11406         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
11407         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
11409         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
11410         of the number.
11411         * stdio-common/printf_fphex.c: Likewise.
11412         * stdio-common/printf_size.c: Likewise.
11414         * math/e_exp10.c: Include math_private.h using <...> not "...".
11415         * math/e_exp10f.c: Likewise.
11416         * math/e_exp10l.c: Likewise.
11417         * math/e_exp2l.c: Likewise.
11418         * math/e_j0l.c: Likewise.
11419         * math/e_j1l.c: Likewise.
11420         * math/e_jnl.c: Likewise.
11421         * math/e_lgammal_r.c: Likewise.
11422         * math/e_rem_pio2l.c: Likewise.
11423         * math/e_scalb.c: Likewise.
11424         * math/e_scalbf.c: Likewise.
11425         * math/e_scalbl.c: Likewise.
11426         * math/k_cosl.c: Likewise.
11427         * math/k_sinl.c: Likewise.
11428         * math/k_tanl.c: Likewise.
11429         * math/s_cacoshf.c: Likewise.
11430         * math/s_catan.c: Likewise.
11431         * math/s_catanf.c: Likewise.
11432         * math/s_catanh.c: Likewise.
11433         * math/s_catanhf.c: Likewise.
11434         * math/s_catanhl.c: Likewise.
11435         * math/s_catanl.c: Likewise.
11436         * math/s_ccosh.c: Likewise.
11437         * math/s_ccoshf.c: Likewise.
11438         * math/s_ccoshl.c: Likewise.
11439         * math/s_cexp.c: Likewise.
11440         * math/s_cexpf.c: Likewise.
11441         * math/s_cexpl.c: Likewise.
11442         * math/s_clog.c: Likewise.
11443         * math/s_clog10.c: Likewise.
11444         * math/s_clog10f.c: Likewise.
11445         * math/s_clog10l.c: Likewise.
11446         * math/s_clogf.c: Likewise.
11447         * math/s_clogl.c: Likewise.
11448         * math/s_csin.c: Likewise.
11449         * math/s_csinf.c: Likewise.
11450         * math/s_csinh.c: Likewise.
11451         * math/s_csinhf.c: Likewise.
11452         * math/s_csinhl.c: Likewise.
11453         * math/s_csinl.c: Likewise.
11454         * math/s_csqrt.c: Likewise.
11455         * math/s_csqrtf.c: Likewise.
11456         * math/s_csqrtl.c: Likewise.
11457         * math/s_ctan.c: Likewise.
11458         * math/s_ctanf.c: Likewise.
11459         * math/s_ctanh.c: Likewise.
11460         * math/s_ctanhf.c: Likewise.
11461         * math/s_ctanhl.c: Likewise.
11462         * math/s_ctanl.c: Likewise.
11463         * math/s_ldexp.c: Likewise.
11464         * math/s_ldexpf.c: Likewise.
11465         * math/s_ldexpl.c: Likewise.
11466         * math/s_significand.c: Likewise.
11467         * math/s_significandf.c: Likewise.
11468         * math/s_significandl.c: Likewise.
11469         * math/w_acos.c: Likewise.
11470         * math/w_acosf.c: Likewise.
11471         * math/w_acosh.c: Likewise.
11472         * math/w_acoshf.c: Likewise.
11473         * math/w_acoshl.c: Likewise.
11474         * math/w_acosl.c: Likewise.
11475         * math/w_asin.c: Likewise.
11476         * math/w_asinf.c: Likewise.
11477         * math/w_asinl.c: Likewise.
11478         * math/w_atan2.c: Likewise.
11479         * math/w_atan2f.c: Likewise.
11480         * math/w_atan2l.c: Likewise.
11481         * math/w_atanh.c: Likewise.
11482         * math/w_atanhf.c: Likewise.
11483         * math/w_atanhl.c: Likewise.
11484         * math/w_cosh.c: Likewise.
11485         * math/w_coshf.c: Likewise.
11486         * math/w_coshl.c: Likewise.
11487         * math/w_dremf.c: Likewise.
11488         * math/w_exp10.c: Likewise.
11489         * math/w_exp10f.c: Likewise.
11490         * math/w_exp10l.c: Likewise.
11491         * math/w_exp2.c: Likewise.
11492         * math/w_exp2f.c: Likewise.
11493         * math/w_fmod.c: Likewise.
11494         * math/w_fmodf.c: Likewise.
11495         * math/w_fmodl.c: Likewise.
11496         * math/w_hypot.c: Likewise.
11497         * math/w_hypotf.c: Likewise.
11498         * math/w_hypotl.c: Likewise.
11499         * math/w_j0.c: Likewise.
11500         * math/w_j0f.c: Likewise.
11501         * math/w_j0l.c: Likewise.
11502         * math/w_j1.c: Likewise.
11503         * math/w_j1f.c: Likewise.
11504         * math/w_j1l.c: Likewise.
11505         * math/w_jn.c: Likewise.
11506         * math/w_jnf.c: Likewise.
11507         * math/w_jnl.c: Likewise.
11508         * math/w_lgamma.c: Likewise.
11509         * math/w_lgamma_r.c: Likewise.
11510         * math/w_lgammaf.c: Likewise.
11511         * math/w_lgammaf_r.c: Likewise.
11512         * math/w_lgammal.c: Likewise.
11513         * math/w_lgammal_r.c: Likewise.
11514         * math/w_log.c: Likewise.
11515         * math/w_log10.c: Likewise.
11516         * math/w_log10f.c: Likewise.
11517         * math/w_log10l.c: Likewise.
11518         * math/w_log2.c: Likewise.
11519         * math/w_log2f.c: Likewise.
11520         * math/w_log2l.c: Likewise.
11521         * math/w_logf.c: Likewise.
11522         * math/w_logl.c: Likewise.
11523         * math/w_pow.c: Likewise.
11524         * math/w_powf.c: Likewise.
11525         * math/w_powl.c: Likewise.
11526         * math/w_remainder.c: Likewise.
11527         * math/w_remainderf.c: Likewise.
11528         * math/w_remainderl.c: Likewise.
11529         * math/w_scalb.c: Likewise.
11530         * math/w_scalbf.c: Likewise.
11531         * math/w_scalbl.c: Likewise.
11532         * math/w_sinh.c: Likewise.
11533         * math/w_sinhf.c: Likewise.
11534         * math/w_sinhl.c: Likewise.
11535         * math/w_sqrt.c: Likewise.
11536         * math/w_sqrtf.c: Likewise.
11537         * math/w_sqrtl.c: Likewise.
11538         * math/w_tgamma.c: Likewise.
11539         * math/w_tgammaf.c: Likewise.
11540         * math/w_tgammal.c: Likewise.
11542         * po/ja.po: Update from translation team.
11544 2011-09-29  Andreas Jaeger  <aj@suse.de>
11546         [BZ #13179]
11547         * sunrpc/netname.c (netname2host): Fix logic.
11549         [BZ #6779]
11550         [BZ #6783]
11551         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
11552         correctly.
11553         * math/w_remainder.c (__remainder): Likewise.
11554         * math/w_remainderf.c (__remainderf): Likewise.
11555         * math/libm-test.inc (remainder_test): Add test cases.
11557 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11559         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
11560         sdiv_qrnnd.
11562 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
11564         * string/test-memcmp.c: Avoid unncessary #defines.
11565         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
11567 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11569         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
11570         Use new sse2 version for core i3 - i7 as it's faster
11571         than sse42 version.
11572         (bit_Prefer_PMINUB_for_stringop): New.
11573         * sysdeps/x86_64/rawmemchr.S: Update.
11574         Replace with faster SSE2 version.
11575         * sysdeps/x86_64/memrchr.S: New file.
11576         * sysdeps/x86_64/memchr.S: Update.
11577         Replace with faster SSE2 version.
11579 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
11581         * elf/dl-load.c (lose): Add cast to avoid warning.
11583 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
11585         * po/ca.po: Update from translation team.
11587         * inet/getnetgrent_r.c: Hook up nscd.
11588         * nscd/Makefile (routines): Add nscd_netgroup.
11589         (nscd-modules): Add netgroupcache.
11590         (CFLAGS-netgroupcache.c): Define.
11591         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
11592         (cache_search): Add const to second parameter.
11593         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
11594         INNETGR.
11595         (dbs): Add netgrdb entry.
11596         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
11597         (verify_persistent_db): Handle netgrdb.
11598         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
11599         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
11600         GETFDNETGR.
11601         (netgroup_response_header): Define.
11602         (innetgroup_response_header): Define.
11603         (datahead): Add netgroup_response_header and innetgroup_response_header
11604         elements.
11605         * nscd/nscd.conf: Add entries for netgroup cache.
11606         * nscd/nscd.h (dbtype): Add netgrdb.
11607         (_PATH_NSCD_NETGROUP_DB): Define.
11608         (netgroup_iov_disabled): Declare.
11609         (xmalloc, xcalloc, xrealloc): Move declarations here.
11610         (cache_search): Adjust prototype.
11611         Add netgroup-related prototypes.
11612         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
11613         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
11614         (__nscd_innetgr): Declare.
11615         * nscd/selinux.c (perms): Use access_vector_t as element type and
11616         add netgroup-related initializers.
11617         * nscd/netgroupcache.c: New file.
11618         * nscd/nscd_netgroup.c: New file.
11619         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
11620         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
11621         For four parameters use innetgr.
11622         * nss/nss_files/files-init.c: Add definition and callback for netgr.
11623         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
11624         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
11625         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
11627         * nscd/connections.c (register_traced_file): Don't register file
11628         for disabled databases.
11630 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
11632         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
11634         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
11635         from tree and freeing node.
11637 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
11639         * nss/nsswitch.c (__nss_database_lookup): Handle
11640         nss_parse_service_list out of memory case.
11642 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
11644         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
11645         out of memory case.
11647 2011-10-04  Andreas Schwab  <schwab@redhat.com>
11649         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
11650         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
11651         pass it down.
11652         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
11653         elf_machine_rela, elf_machine_lazy_rel.
11654         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
11655         (ELF_DYNAMIC_DO_REL): Likewise.
11656         (ELF_DYNAMIC_DO_RELA): Likewise.
11657         (ELF_DYNAMIC_RELOCATE): Likewise.
11658         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
11659         to ELF_DYNAMIC_DO_REL.
11660         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
11661         (dl_main): In trace mode always set __RTLD_NOIFUNC.
11662         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
11663         elf_machine_rela.
11664         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
11665         skip_ifunc, don't call ifunc function if non-zero.
11666         (elf_machine_rela): Likewise.
11667         (elf_machine_lazy_rel): Likewise.
11668         (elf_machine_lazy_rela): Likewise.
11669         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
11670         (elf_machine_lazy_rel): Likewise.
11671         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
11672         Likewise.
11673         (elf_machine_lazy_rel): Likewise.
11674         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
11675         Likewise.
11676         (elf_machine_lazy_rel): Likewise.
11677         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
11678         (elf_machine_lazy_rel): Likewise.
11679         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
11680         (elf_machine_lazy_rel): Likewise.
11681         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
11682         (elf_machine_lazy_rel): Likewise.
11683         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
11684         (elf_machine_lazy_rel): Likewise.
11685         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
11686         (elf_machine_lazy_rel): Likewise.
11687         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
11688         (elf_machine_lazy_rel): Likewise.
11690 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
11692         * nss/nss_files/files-init.c (_nss_files_init): Use static
11693         initialization for all the *_traced_file variables.
11695 2011-09-28  Andreas Schwab  <schwab@redhat.com>
11697         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
11699 2011-09-27  Roland McGrath  <roland@hack.frob.com>
11701         [BZ #13226]
11702         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
11704 2011-09-27  Andreas Schwab  <schwab@redhat.com>
11706         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
11707         Reread the line before reparsing it.
11709 2011-09-26  Andreas Schwab  <schwab@redhat.com>
11711         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
11713 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
11714             Maxim Kuvyrkov  <maxim@codesourcery.com>
11715             Joseph Myers  <joseph@codesourcery.com>
11717         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
11718         if needed for __stack_chk_guard.
11720 2011-09-19  Roland McGrath  <roland@hack.frob.com>
11722         * sysdeps/posix/spawni.c (script_execute): Always define it.
11723         It will be optimized away if unused.
11724         (maybe_script_execute): New function.
11725         (__spawni): Call it.
11727         * Makerules: Don't include tls.make.
11728         (config-tls): Always set to thread.
11729         * tls.make.c: File removed.
11731 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
11733         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
11734         * config.make.in (CPPFLAGS-config): New substituted variable.
11736 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
11738         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
11740         [BZ #13192]
11741         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
11742         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
11744 2011-09-15  Roland McGrath  <roland@hack.frob.com>
11746         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
11747         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
11748         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
11749         (CALL_FAIL): Likewise.
11750         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
11751         (CALL_FAIL): Macro removed.
11752         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
11754 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
11756         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
11757         for __FINITE_MATH_ONLY__ == 1.
11759 2011-09-15  Andreas Schwab  <schwab@redhat.com>
11761         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
11762         __ieee754_sqrt instead of sqrt.
11763         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
11764         __ieee754_sqrtf instead of sqrtf.
11765         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
11766         __floorf instead of floorf.
11767         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
11768         __floorf, __truncf instead of floorf, truncf.
11770 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
11772         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
11774         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
11775         __extern_always_inline.
11776         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
11777         32-bit.
11779 2011-09-14  Andreas Schwab  <schwab@redhat.com>
11781         * elf/rtld.c (dl_main): Also relocate in dependency order when
11782         doing symbol dependency testing.
11784 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
11786         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
11787         Always define `refsym'.
11789 2011-09-13  Andreas Schwab  <schwab@redhat.com>
11791         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
11792         (__FD_ELT): Renamed from __FDELT.
11793         * misc/bits/select2.h (__FD_ELT): Likewise.
11794         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
11795         __FD_MASK instead of __FDELT, __FDMASK.
11796         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
11797         Likewise.
11798         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
11799         Likewise.
11801         * elf/Makefile (gen-ldd): Fix pattern.
11803         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
11804         (init_tls): Likewise.
11806 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
11808         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
11810 2011-09-12  Andreas Schwab  <schwab@redhat.com>
11812         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
11813         `struct cmsghdr *' instead of `void *'.
11814         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
11815         Likewise.
11817 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
11819         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
11820         if non-absolute.
11821         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
11822         ldd_rewrite_script.
11824 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
11826         * configure.in: Remove --with-tls option.
11827         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
11828         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
11829         out in case it is missing.
11830         * sysdeps/ia64/elf/configure.in: Likewise.
11831         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
11832         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
11833         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
11834         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
11835         * sysdeps/sh/elf/configure.in: Likewise.
11836         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
11837         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
11838         * sysdeps/x86_64/elf/configure.in: Likewise.
11839         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
11840         * sysdeps/mach/hurd/tls.h: Likewise.
11842         [BZ #13067]
11843         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
11845         [BZ #13090]
11846         * configure.in: Fix use of AC_INIT.
11848         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
11850 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
11852         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
11853         __set_errno.
11854         * malloc/hooks.c: Likewise.
11856         [BZ #11929]
11857         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
11858         variables statically.
11859         (narenas): Initialize.
11860         (list_lock): Initialize.
11861         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
11862         initializtion of main_arena and list_lock.  Small cleanups.
11863         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
11864         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
11865         Add initializers to main_arena and mp_.
11866         (malloc_state): Remove pagesize member.  Change all users to use
11867         GLRO(dl_pagesize).
11869         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
11870         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
11871         is always initialized.
11873         * malloc/malloc.c: Removed unused configurations and dead code.
11874         * malloc/arena.c: Likewise.
11875         * malloc/hooks.c: Likewise.
11876         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
11878         * include/tls.h: Removed.  USE___THREAD must always be defined.
11879         * bits/libc-tsd.h: Don't handle !USE___THREAD.
11880         * elf/dl-libc.c: Likewise.
11881         * elf/dl-tsd.c: Likewise.
11882         * include/errno.h: Likewise.
11883         * include/netdb.h: Likewise.
11884         * include/resolv.h: Likewise.
11885         * inet/herrno-loc.c: Likewise.
11886         * inet/herrno.c: Likewise.
11887         * malloc/arena.c: Likewise.
11888         * malloc/hooks.c: Likewise.
11889         * malloc/malloc.c: Likewise.
11890         * resolv/res-state.c: Likewise.
11891         * resolv/res_libc.c: Likewise.
11892         * sysdeps/i386/dl-machine.h: Likewise.
11893         * sysdeps/ia64/dl-machine.h: Likewise.
11894         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
11895         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
11896         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11897         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11898         * sysdeps/sh/dl-machine.h: Likewise.
11899         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11900         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11901         * sysdeps/unix/i386/sysdep.S: Likewise.
11902         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
11903         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
11904         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
11905         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
11906         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
11907         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
11908         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
11909         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
11910         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
11911         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11912         * sysdeps/unix/x86_64/sysdep.S: Likewise.
11913         * sysdeps/x86_64/dl-machine.h: Likewise.
11914         * tls.make.c: Likewise.
11916         * configure.in: Remove --with-__thread option.  Make tests for
11917         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
11918         tls_model attribute fail if no support is available.  Remove
11919         USE_IN_LIBIO.
11920         * Makeconfig: Adjust for dropped configure option.  All features are
11921         now mandatory.
11922         * Makerules: Likewise.
11923         * Versions.def: Likewise.
11924         * argp/argp-fmtstream.c: Likewise.
11925         * argp/argp-fmtstream.h: Likewise.
11926         * argp/argp-help.c: Likewise.
11927         * assert/assert.c: Likewise.
11928         * config.h.in: Likewise.
11929         * config.make.in: Likewise.
11930         * configure: Likewise.
11931         * configure.in: Likewise.
11932         * csu/Versions: Likewise.
11933         * csu/init.c: Likewise.
11934         * elf/tst-audit2.c: Likewise.
11935         * elf/tst-tls10.c: Likewise.
11936         * elf/tst-tls10.h: Likewise.
11937         * elf/tst-tls11.c: Likewise.
11938         * elf/tst-tls12.c: Likewise.
11939         * elf/tst-tls14.c: Likewise.
11940         * elf/tst-tlsmod11.c: Likewise.
11941         * elf/tst-tlsmod12.c: Likewise.
11942         * elf/tst-tlsmod13.c: Likewise.
11943         * elf/tst-tlsmod13a.c: Likewise.
11944         * elf/tst-tlsmod14a.c: Likewise.
11945         * elf/tst-tlsmod15b.c: Likewise.
11946         * elf/tst-tlsmod16a.c: Likewise.
11947         * elf/tst-tlsmod16b.c: Likewise.
11948         * elf/tst-tlsmod7.c: Likewise.
11949         * elf/tst-tlsmod8.c: Likewise.
11950         * elf/tst-tlsmod9.c: Likewise.
11951         * gmon/gmon.c: Likewise.
11952         * grp/fgetgrent_r.c: Likewise.
11953         * grp/putgrent.c: Likewise.
11954         * hurd/fopenport.c: Likewise.
11955         * include/libc-symbols.h: Likewise.
11956         * include/tls.h: Likewise.
11957         * intl/gettextP.h: Likewise.
11958         * intl/loadinfo.h: Likewise.
11959         * locale/global-locale.c: Likewise.
11960         * locale/localeinfo.h: Likewise.
11961         * mach/devstream.c: Likewise.
11962         * malloc/arena.c: Likewise.
11963         * malloc/set-freeres.c: Likewise.
11964         * misc/err.c: Likewise.
11965         * misc/getttyent.c: Likewise.
11966         * misc/mntent_r.c: Likewise.
11967         * posix/getopt.c: Likewise.
11968         * posix/wordexp.c: Likewise.
11969         * pwd/fgetpwent_r.c: Likewise.
11970         * resolv/Versions: Likewise.
11971         * resolv/res_hconf.c: Likewise.
11972         * shadow/fgetspent_r.c: Likewise.
11973         * shadow/putspent.c: Likewise.
11974         * stdio-common/printf_fphex.c: Likewise.
11975         * stdio-common/tmpfile.c: Likewise.
11976         * stdlib/abort.c: Likewise.
11977         * stdlib/fmtmsg.c: Likewise.
11978         * sunrpc/auth_unix.c: Likewise.
11979         * sunrpc/clnt_perr.c: Likewise.
11980         * sunrpc/clnt_tcp.c: Likewise.
11981         * sunrpc/clnt_udp.c: Likewise.
11982         * sunrpc/clnt_unix.c: Likewise.
11983         * sunrpc/openchild.c: Likewise.
11984         * sunrpc/svc_simple.c: Likewise.
11985         * sunrpc/svc_tcp.c: Likewise.
11986         * sunrpc/svc_udp.c: Likewise.
11987         * sunrpc/svc_unix.c: Likewise.
11988         * sunrpc/xdr.c: Likewise.
11989         * sunrpc/xdr_array.c: Likewise.
11990         * sunrpc/xdr_rec.c: Likewise.
11991         * sunrpc/xdr_ref.c: Likewise.
11992         * sunrpc/xdr_stdio.c: Likewise.
11994 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
11996         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
11998 2011-07-03  Andreas Jaeger  <aj@suse.de>
12000         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
12001         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
12002         regenerate with gen-libm-tests.pl.
12004 2010-05-12  Petr Baudis  <pasky@suse.cz>
12006         [BZ #11589]
12007         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
12008         around j0() zero points by switching to j1().
12009         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
12010         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
12011         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
12012         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
12014 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
12016         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
12017         instead of 0.
12018         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
12019         instead of 0.                              .
12020         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
12021         Patch in part by Pavel Roskin <proski@gnu.org>.
12023         [BZ #13138]
12024         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
12025         realloc.
12026         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
12027         Free memory block if necessary.
12029         [BZ #12847]
12030         * libio/genops.c (INTDEF): For string streams the _lock pointer can
12031         be NULL.  Don't lock in this case.
12033 2011-09-09  Roland McGrath  <roland@hack.frob.com>
12035         * elf/elf.h (ELFOSABI_GNU): New macro.
12036         (ELFOSABI_LINUX): Define to that.
12038 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
12040         * string/strncat.c (strncat): Undef the symbol in case it has been
12041         defined in bits/string.h.
12043 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
12045         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
12047         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
12048         link map.
12050 2011-08-17  Andreas Jaeger  <aj@suse.de>
12052         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
12054 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
12055             Ian Lance Taylor  <iant@google.com>
12057         * math/libm-test.inc (lround_test): New testcase.
12058         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
12060 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
12062         * Makefile: Remove support for automatic cvs check-ins.
12063         * Makerules: Likewise.
12064         * config.make.in: Likewise.
12065         * configure.in: Likewise.
12066         * intl/Makefile: Likewise.
12067         * locale/Makefile: Likewise.
12068         * po/Makefile: Likewise.
12069         * posix/Makefile: Likewise.
12070         * sysdeps/gnu/Makefile: Likewise.
12071         * sysdeps/mach/hurd/Makefile: Likewise.
12072         * sysdeps/sparc/sparc32/Makefile: Likewise.
12074         [BZ #13118]
12075         * posix/Makefile (bug-regex32-ENV): Define.
12076         Patch by John Stanley <jpsinthemix@verizon.net>.
12078         * misc/Makefile (headers): Add bits/select2.h.
12079         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
12080         * misc/bits/select2.h: New file.
12081         * include/bits/select2.h: New file.
12082         * debug/Makefile (routines): Add fdelt_chk.
12083         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
12084         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
12085         FD_ISSET.
12086         * debug/fdelt_chk.c: New file.
12088         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
12089         * wcsmbs/test-wmemcmp.c: Likewise.
12090         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
12091         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
12093 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12095         * string/Makefile (strop-tests): Add memcmp.
12096         * string/test-wmemcmp.c: New file.
12097         * string/test-memcmp.c: Add wmemcmp support.
12099 2011-09-08  Roland McGrath  <roland@hack.frob.com>
12101         [BZ #13153]
12102         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
12103         2011-07-19 change.
12105         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
12106         garbage value in a __mach_port_mod_refs call in the cases of the
12107         task-self and thread-self ports.
12109 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12111         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
12113 2011-09-08  Andreas Schwab  <schwab@redhat.com>
12115         * elf/dl-load.c (lose): Check for non-null L.
12117 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
12119         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
12121         * elf/dl-libc.c (dlerror_run): Pass back error code from
12122         dl_catch_error.
12124         [BZ #13123]
12125         * elf/dl-load.c (lose): Free l_origin if it is valid.
12127         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
12128         names.
12129         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
12130         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
12131         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
12132         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
12133         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
12134         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
12136 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12138         * sysdeps/powerpc/fpu/e_hypot.c: New file.
12139         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
12140         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
12141         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
12142         * sysdeps/powerpc/fpu/k_cosf.c: New file.
12143         * sysdeps/powerpc/fpu/k_sinf.c: New file.
12144         * sysdeps/powerpc/fpu/s_cosf.c: New file.
12145         * sysdeps/powerpc/fpu/s_sinf.c: New file.
12146         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
12147         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
12149 2011-08-15  Alan Modra  <amodra@gmail.com>
12151         [BZ #13092]
12152         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
12153         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
12154         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
12155         ppc_mcount to static-only-routines.
12156         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
12157         __mcount_internal.
12158         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
12159         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
12161 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
12163         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
12164         for finite and infinity parameters.
12166 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
12168         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
12169         and add nop instructions for throughput optimization.
12170         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
12172 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
12174         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
12175         aligned copy for power7 with vector-scalar instructions.
12176         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
12178 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
12180         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
12181         AVX check.
12183 2011-09-07  Andreas Schwab  <schwab@redhat.com>
12185         [BZ #13144]
12186         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
12187         last change.
12189 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
12191         * sysdeps/unix/sysv/linux/x86_64/init-first.c
12192         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
12193         syscall wrapper around clock_gettime in __vdso_clock_gettime.
12194         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
12195         clock_gettime.
12197 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
12199         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
12200         Forgot to demangle the pointer.
12202         * sysdeps/i386/sysdep.h: Define atom_text_section.
12203         * sysdeps/x86_64/sysdep.h: Likewise.
12204         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
12205         section with atom_text_section.
12206         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
12207         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
12208         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
12209         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
12210         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
12212         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
12213         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
12214         already be defined.  Change to take two parameters and don't assign
12215         result to variable.  Adjust all users.
12216         Define INTERNAL_GETTIME if not already defined.
12217         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
12218         call.
12219         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
12220         HAVE_CLOCK_GETTIME_VSYSCALL.
12221         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
12223         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
12224         gettimeofday vsyscall, just use time.
12226 2011-09-06  Andreas Schwab  <schwab@redhat.com>
12228         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
12229         <errno.h>.
12231 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
12233         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
12234         syscall on x86-64.
12235         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
12236         syscall.
12237         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
12238         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
12239         syscall if possible.
12241 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
12243         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
12244         e_ident.  Don't pass to find_mapsXX.
12245         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
12247 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
12249         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
12250         strchr-sse2-no-bsf strrchr-sse2-no-bsf
12251         * sysdeps/x86_64/multiarch/strchr.S: Update.
12252         Check bit_slow_BSF bit.
12253         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
12254         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
12255         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
12257 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
12259         [BZ #13134]
12260         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
12261         before glibc 2.15.
12262         (tryshell): Define.
12263         (__spawni): Change last parameter to be flag.  Test
12264         SPAWN_XFLAGS_USE_PATH flag to use path or not.
12265         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
12266         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
12267         * posix/spawni.c: Likewise.
12268         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
12269         * posix/spawnp.c: Likewise.  Change normal version to use
12270         SPAWN_XFLAGS_USE_PATH.
12271         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
12272         SPAWN_XFLAGS_TRY_SHELL.
12274         [BZ #13150]
12275         * posix/glob.h: Remove gcc 1.x support.
12277         [BZ #13068]
12278         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
12280 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
12282         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
12283         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
12284         strrchr-sse2-bsf
12285         * sysdeps/i386/i686/multiarch/strchr.S: New file.
12286         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
12287         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
12288         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
12289         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
12290         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
12292 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12294         * sysdeps/x86_64/wcscmp.S: New file.
12296         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
12297         wcscmp-c wcscmp-sse2
12298         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
12299         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
12300         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
12301         * wcsmbs/wcscmp.c: Allow renaming.
12303 2011-09-05  David S. Miller  <davem@davemloft.net>
12305         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
12306         stack slot, rather than the struct return pointer slot.
12307         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
12308         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
12309         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
12310         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
12312 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
12314         * po/ja.po: Update from translation team.
12316         [BZ #13144]
12317         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
12318         kernel in 64-bit binaries.
12320 2011-09-01  David S. Miller  <davem@davemloft.net>
12322         * elf/elf.h (HWCAP_SPARC_*): Move to..
12323         * sysdeps/sparc/sysdep.h: this new file and add new values.
12324         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
12325         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
12326         _DL_HWCAP_COUNT to 24.
12327         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
12328         entries.
12329         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
12330         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
12331         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
12332         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
12333         instead of magic constants.
12334         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
12336 2011-08-31  David S. Miller  <davem@davemloft.net>
12338         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
12339         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
12340         Reimplement to do errno handling inline.
12341         (SYSCALL_ERROR_HANDLER): New macro.
12342         (__SYSCALL_STRING): Do not do errno handling in asm.
12343         (__CLONE_SYSCALL_STRING): Delete.
12344         (__INTERNAL_SYSCALL_STRING): Delete.
12345         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
12346         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
12347         (PSEUDO): Reimplement to do errno handling inline.
12348         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
12349         (SYSCALL_ERROR_HANDLER): New macro.
12350         (__SYSCALL_STRING): Do not do errno handling in asm.
12351         (__CLONE_SYSCALL_STRING): Delete.
12352         (__INTERNAL_SYSCALL_STRING): Delete.
12353         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
12354         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
12355         i386.
12356         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
12357         (inline_syscall*): Add 'err' argument.
12358         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
12359         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
12360         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
12361         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
12363         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
12364         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
12366 2011-08-30  Andreas Schwab  <schwab@redhat.com>
12368         * elf/rtld.c (dl_main): Relocate objects in dependency order.
12370 2011-08-29  Jiri Olsa <jolsa@redhat.com>
12372         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
12373         directive.
12375 2011-08-24  David S. Miller  <davem@davemloft.net>
12377         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
12379 2011-08-24  Andreas Schwab  <schwab@redhat.com>
12381         * elf/Makefile: Add rules to build and run unload8 test.
12382         * elf/unload8.c: New file.
12383         * elf/unload8mod1.c: New file.
12384         * elf/unload8mod1x.c: New file.
12385         * elf/unload8mod2.c: New file.
12386         * elf/unload8mod3.c: New file.
12388         * elf/dl-close.c (_dl_close_worker): Reset private search list if
12389         it wasn't used.
12391 2011-08-23  David S. Miller  <davem@davemloft.net>
12393         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
12394         subtract stack bias.
12395         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
12396         %sp not %fp in calculations.
12397         (_JMPBUF_UNWINDS_ADJ): Likewise.
12399         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
12400         (aio_suspend): Call it to force an exception region around the
12401         AIO_MISC_WAIT() invocation.
12403 2011-08-23  Andreas Schwab  <schwab@redhat.com>
12405         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
12406         backslash.
12408 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
12410         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
12411         protection macro.
12412         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
12413         and <dl-machine.h>.
12414         (Elf64_FuncDesc): Remove.
12416 2011-08-22  David S. Miller  <davem@davemloft.net>
12418         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
12419         sigaltstack check, add missing cfi directives.
12420         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
12421         missing cfi directives, and sigaltstack handling.
12423 2011-08-16  Andreas Schwab  <schwab@redhat.com>
12425         [BZ #11724]
12426         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
12427         object is seen twice.
12428         * elf/dl-fini.c (_dl_sort_fini): Likewise.
12430         * elf/Makefile (distribute): Add tst-initorder2.c.
12431         (tests): Add tst-initorder2.
12432         (modules-names): Add tst-initorder2a tst-initorder2b
12433         tst-initorder2c tst-initorder2d.  Add rules to build them.
12434         ($(objpfx)tst-initorder2.out): New rule.
12435         * elf/tst-initorder2.c: New file.
12436         * elf/tst-initorder2.exp: New file.
12438 2011-08-22  Andreas Schwab  <schwab@redhat.com>
12440         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
12442         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
12443         dependencies back to end of function.
12445         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
12446         $(elfobjdir)/ld.so.
12448 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
12450         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
12451         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
12452         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
12453         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
12454         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
12455         of __vdso_gettimeofday.
12456         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
12457         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
12458         attribute_hidden.
12459         (_libc_vdso_platform_setup): Remove initialization of
12460         __vdso_gettimeofday and __vdso_time.
12462 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
12464         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
12465         and fgetc_unlocked.
12466         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
12467         getc_unlocked.
12469         * elf/dl-open.c (add_to_global): Report additions to the global scope
12470         for LD_DEBUG=scopes.
12471         (dl_open_worker): Also print scope of newly loaded dependencies.
12472         (_dl_show_scope): Indicate if there is no scope.
12474         [BZ #13114]
12475         * stdio-common/Makefile (tests): Add bug24.
12476         * stdio-common/bug24.c: New file.
12478 2011-08-19  Andreas Jaeger  <aj@suse.de>
12480         [BZ #13114]
12481         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
12482         non-existant file when using close-on-exec mode.
12484 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
12486         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
12487         the very first instruction.
12489         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
12490         the CFI state in the end.
12491         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
12492         inclusion of dl-trampoline.h.
12493         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
12495 2011-08-19  Andreas Schwab  <schwab@redhat.com>
12497         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
12498         expectations for long double.
12500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
12501         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
12503 2011-08-14  David S. Miller  <davem@davemloft.net>
12505         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
12506         artificual limit depends upon the system page size.
12508 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
12510         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
12511         * resolv/Makefile: Define CFLAGS-libresolv.
12513 2011-08-17  Andreas Schwab  <schwab@redhat.com>
12515         * nss/makedb.c (compute_tables): Make variables used in nested
12516         function static.
12518 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
12520         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
12521         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
12522         if buffer was too small.
12524         * elf/pldd.c (main): Attach to all threads in the process.
12525         Rewrite /proc handling to use *at functions.
12527 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
12529         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
12530         specifies first scope to show.
12531         (dl_open_worker): Update callers.  Move printing scope of new
12532         object to before the relocation.
12533         * elf/rtld.c (dl_main): Update _dl_show_scope call.
12534         * sysdeps/generic/ldsodefs.h: Update declaration.
12536         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
12537         string for the scope number.
12539 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
12541         * nscd/servicescache.c (cache_addserv): Make sure written is always
12542         initialized.
12544 2011-08-14  Roland McGrath  <roland@hack.frob.com>
12546         * sysdeps/i386/i486/bits/atomic.h
12547         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
12548         statement expression, so as to suppress "set but not used" warning.
12549         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
12551         * string/strncat.c (STRNCAT): Use prototype definition.
12553         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
12554         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
12555         -Iprograms here.
12556         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
12557         (localedef-modules): Add localedef.
12558         (locale-modules): Add locale.
12560         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
12561         * elf/rtld.c (dl_main): Invert order of assignment in last change,
12562         to avoid a warning.
12564 2011-08-14  David S. Miller  <davem@davemloft.net>
12566         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
12567         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
12569 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
12571         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
12572         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
12573         * elf/rtld.c (dl_main): Set l_name of vDSO.
12574         Call _dl_show_scope when DL_DEBUG_SCOPES.
12575         (process_dl_debug): Recognize scopes flag and also set it for all.
12576         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
12577         Declare _dl_show_scope.
12579         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
12580         (do_dlopen): Pass caller_dlopen to dl_open.
12581         (__libc_dlopen_mode): Initialize caller_dlopen.
12583         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
12584         of libc.  Make tolower call locale-independent.  Optimize a bit by
12585         using isdigit instead of isalnum.
12586         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
12588 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
12590         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
12591         was a dependency or dynamically loaded.
12593 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
12595         * intl/l10nflist.c: Allow architecture-specific pop function.
12596         * sysdeps/x86_64/l10nflist.c: New file.
12598         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
12599         classification.
12601 2011-08-10  Andreas Schwab  <schwab@redhat.com>
12603         * include/dirent.h: Add libc_hidden_proto for scandirat and
12604         scandirat64.  Don't declare __scandirat64.
12605         * dirent/scandirat.c: Add libc_hidden_def.
12606         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
12607         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
12609 2011-08-10  David S. Miller  <davem@davemloft.net>
12611         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
12612         enum.
12613         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12614         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12615         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12617 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
12619         * Versions.def [libc]: Add GLIBC_2.15.
12620         * dirent/Makefile (routines): Add scandirat and scandirat64.
12621         * dirent/Versions [libc]: Export scandirat and scandirat64 for
12622         GLIBC_2.15.
12623         * dirent/dirent.h: Declare scandirat and scandirat64.
12624         * dirent/scandirat.c: New file.
12625         * dirent/scandirat64.c: New file.
12626         * sysdeps/wordsize-64/scandirat.c: New file.
12627         * sysdeps/wordsize-64/scandirat64.c: New file.
12628         * dirent/opendir.c: Define opendirat.
12629         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
12630         using scandirat.
12631         * dirent/scandir64.c: Adjust for scandir.c change.
12632         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
12633         __scandirat64, and __scandir_cancel_handler.
12634         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
12635         additional parameter and use openat instead of open (outside of ld.so).
12636         Add new __opendir as wrapper around __opendirat.
12637         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
12638         here without requiring old scandirat implementation.
12640 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
12642         * dirent/scandir.c (cancel_handler): Renamed to
12643         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
12644         defined.  Adjust users.
12645         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
12646         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
12648 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
12650         * string/test-string.h (IMPL): Use __STRING to expand name and then
12651         stringify it.
12653         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
12654         of cleanups.
12656 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12658         * string/Makefile: Update.
12659         (strop-tests): Append strncat.
12660         * string/test-wcscmp.c: New file.
12661         New comprehensive test for wcscmp.
12662         * string/test-strcmp.c: Update.
12663         (WIDE): New define.
12665 2011-07-22  Andreas Schwab  <schwab@redhat.com>
12667         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
12668         line.
12670 2011-07-26  Andreas Schwab  <schwab@redhat.com>
12672         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
12673         encoding to ACE if AI_IDN.
12675 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
12677         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
12678         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
12680 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
12682         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
12683         Fix overflow bug in strncat.
12684         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
12686         * string/test-strncat.c: Update.
12687         Add new tests for checking overflow bugs.
12689 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
12691         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
12692         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
12693         * sysdeps/i386/i686/multiarch/strcat.S: New file.
12694         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
12695         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
12696         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
12697         * sysdeps/i386/i686/multiarch/strncat.S: New file.
12698         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
12699         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
12701         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
12702         (USE_AS_STRCAT): Define.
12703         Add strcat and strncat support.
12704         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
12706 2011-07-25  Andreas Schwab  <schwab@redhat.com>
12708         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
12709         __n bigger than INT_MAX+1.
12710         (__strncmp_g): Likewise.
12712 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
12714         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
12715         * libio/stido.h: Likewise.
12717         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
12718         (AF_NFC): Define.
12719         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
12720         (AF_NFC): Define.
12722         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
12723         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12724         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12725         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
12726         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12728         [BZ #13021]
12729         * scripts/test-installation.pl: Don't expect libnss_test1 to be
12730         installed.
12732         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
12733         typo.
12734         (_dl_x86_64_save_sse): Likewise.
12736 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
12738         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
12739         OSXSAVE.
12740         (_dl_x86_64_save_sse): Likewise.
12742         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
12744         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
12746 2011-07-21  Andreas Schwab  <schwab@redhat.com>
12748         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
12749         change.
12750         (_dl_x86_64_save_sse): Use correct AVX check.
12752 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12754         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
12755         bug in strncpy/strncat.
12756         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
12758 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
12760         * string/tester.c (test_strcat): Add tests for different alignments
12761         of source and destination.
12762         (test_strncat): Likewise.
12764 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
12766         [BZ #12852]
12767         * posix/glob.c (glob): Check passed in values before using them in
12768         expressions to avoid some overflows.
12769         (glob_in_dir): Likewise.
12771         [BZ #13007]
12772         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
12773         check for AVX enablement so that we don't crash with old kernels and
12774         new hardware.
12775         * elf/tst-audit4.c: Add same checks here.
12776         * elf/tst-audit6.c: Likewise.
12778         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
12780 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
12782         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
12784 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
12786         * po/cs.po: Update from translation team.
12787         * po/bg.po: Likewise.
12789 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
12791         * misc/sys/cdefs.h: Add support for const attribute.
12792         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
12793         to gnu_dev_{major,minor,makedev} functions.
12795 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
12797         * intl/dcigettext.c (get_output_charset): Add missing bracket.
12799 2011-07-20  Andreas Schwab  <schwab@redhat.com>
12801         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
12802         strlen results.
12804 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12806         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
12807         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
12808         register in order to avoid conflicts with the soft frame pointer
12809         being held in r11 when necessary.
12810         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
12811         (INTERNAL_VSYSCALL_NCS): Likewise.
12813 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
12815         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
12816         * elf/dl-fini.c (_dl_fini): Adjust caller.
12817         * elf/dl-close.c (_dl_close_worker): Likewise.
12818         * sysdeps/generic/ldsodefs.h: Adjust declaration.
12820 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
12822         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
12823         "aux_cache->nlibs < 0".
12825         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
12826         in the reload-count case.
12828 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
12830         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
12831         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
12832         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
12833         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
12834         * sysdeps/x86_64/multiarch/strcat.S: New file.
12835         * sysdeps/x86_64/multiarch/strncat.S: New file.
12836         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
12837         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
12838         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
12839         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
12840         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
12841         (USE_AS_STRCAT): Define.
12842         Add strcat and strncat support.
12843         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
12844         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
12845         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
12846         * string/strncat.c: Update.
12847         (USE_AS_STRNCAT): Define.
12848         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
12849         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
12850         and i7.
12851         * sysdeps/x86_64/multiarch/init-arch.h
12852         (bit_Prefer_PMINUB_for_stringop): New.
12853         (index_Prefer_PMINUB_for_stringop): Likewise.
12854         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
12855         bit_Prefer_PMINUB_for_stringop.
12857 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
12859         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
12860         buffer64.
12861         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
12862         of casting of buffer.
12863         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
12864         buffer32 and buffer64.
12865         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
12866         writes instead of casting of buffer.
12867         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
12868         buffer32.
12869         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
12870         casting of buffer.
12872 2011-07-19  Andreas Schwab  <schwab@redhat.com>
12874         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
12876 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
12878         * nscd/nscd.c (termination_handler): Don't do anything for a database
12879         if it has not yet been initialized.
12881 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
12883         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
12885 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
12887         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
12889 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
12891         * po/nl.po: Update from translation team.
12892         * po/sv.po: Likewise.
12894 2011-07-16  Roland McGrath  <roland@hack.frob.com>
12896         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
12897         now disallowed by GCC.
12899         * configure.in (use-default-link): Default to yes if a test -shared
12900         link meets our qualifications.
12901         * configure: Regenerated.
12903         * config.make.in (output-format): New variable.
12904         * configure.in: Check for ld --print-output-format support.
12905         * configure: Regenerated.
12906         * Makerules ($(common-objpfx)format.lds)
12907         [$(output-format) != unknown]: Just use $(output-format),
12908         instead of the linker-script munging.
12910 2011-07-14  Roland McGrath  <roland@hack.frob.com>
12912         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
12913         of $(common-objpfx)shlib.lds.
12914         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
12916         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
12917         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
12919         * configure.in (-z relro check): Adjust test code to add a large
12920         writable data section after it.
12921         * configure: Regenerated.
12923 2011-07-11  Roland McGrath  <roland@hack.frob.com>
12925         * configure.in (-z relro check): Fix test code to make the variable
12926         truly const.
12927         * configure: Regenerated.
12929 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
12931         * nscd/nscd.h (struct traced_file): Define.
12932         (struct database_dyn): Remove inotify_descr, reset_res, and filename
12933         elements.  Add traced_files.
12934         (inotify_fd): Declare.
12935         (register_traced_file): Declare.
12936         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
12937         (inotify_fd): Export.
12938         (resolv_conf_descr): Remove.
12939         (nscd_init): Move inotify descriptor creation to main.
12940         Don't register files for notification here.
12941         (register_traced_file): New function.
12942         (invalidate_cache): Don't use reset_res to determine whether to call
12943         res_init, go through the list of registered files.
12944         (main_loop_poll): The inotify descriptors are now stored in the
12945         structures for the traced files.
12946         (main_loop_epoll): Likewise
12947         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
12948         to __nss_disable_nscd.
12949         * nscd/cache.c (prune_cache): There is no single inotify descriptor
12950         for a database anymore.  Check the records for all the registered
12951         files instead.
12952         * nss/Makefile (libnss_files-routines): Add files-init.
12953         (libnss_db-routines): Add db-init.
12954         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
12955         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
12956         * nss/nss_db/db-init.c: New file.
12957         * nss/nss_files/files-init.c: New file.
12958         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
12959         __nss_lookup_function.
12960         (__nss_lookup_function): Call nss_load_library.
12961         (nss_load_all_libraries): New function.
12962         (__nss_disable_nscd): Take parameter with callback function for files
12963         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
12964         used for the cached services.
12965         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
12966         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
12967         options for features to all the files in nscd.
12969         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
12971 2011-07-10  Roland McGrath  <roland@hack.frob.com>
12973         * csu/elf-init.c (__libc_csu_init): Comment typo.
12975 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
12977         * po/pl.po: Update from translation team.
12978         * po/ja.po: Likewise.
12979         * po/ru.po: Likewise.
12980         * po/ko.po: Likewise.
12981         * po/fr.po: Likewise.
12983 2011-07-09  Roland McGrath  <roland@hack.frob.com>
12985         * configure.in (.ctors/.dtors header and trailer check):
12986         Use an empirical test on a built program.
12987         * configure: Regenerated.
12989         * configure.in (-z relro check): Use an empirical test on a built DSO.
12990         Detect, but do not require, on ia64.
12991         * configure: Regenerated.
12993         * configure.in (READELF): Find it with AC_CHECK_TOOL.
12994         Update tests that use readelf to use $READELF instead.
12995         * configure: Regenerated.
12997 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
12999         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
13000         if the result is not used.
13002 2011-07-05  Andreas Jaeger  <aj@suse.de>
13004         [BZ#9696]
13005         * stdlib/tst-strtod.c: Add testcase.
13007 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
13009         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
13010         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
13011         The latter has a higher limit.  Take additional parameter to pass to
13012         the new function.
13013         (__pathconf): Pass file to __statfs_link_max.
13014         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
13015         __statfs_link_max.
13016         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
13017         __statfs_link_max.
13019         [BZ #12868]
13020         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
13021         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13022         Handle Lustre.
13023         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
13024         (__statfs_filesize_max): Likewise.
13025         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
13027 2011-07-05  Andreas Jaeger  <aj@suse.de>
13029         * resolv/res_comp.c (dn_skipname): Remove unused variable.
13031 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
13033         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
13034         `status' variable.
13035         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
13036         Likewise.
13038 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
13040         * Makefile (strop-tests): Add strncat.
13041         * string/test-strncat.c: New file.
13043 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
13045         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
13047 2011-06-21  Andreas Jaeger  <aj@suse.de>
13049         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
13050         Copy rule from iconvdata/Makefile.
13052 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
13054         [BZ #12922]
13055         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
13056         but no long options are defined, just return 'W'.
13058 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
13060         [BZ #9696]
13061         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
13063 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
13065         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
13066         netgroups to read.
13067         (innetgr): Likewise.
13069 2011-07-05  Roland McGrath  <roland@hack.frob.com>
13071         * config.make.in (install_root): Default to $(DESTDIR).
13073 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
13075         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
13077 2011-07-02  Roland McGrath  <roland@hack.frob.com>
13079         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
13081         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
13082         containing directory rather than embedding absolute directory names.
13084         * scripts/check-local-headers.sh: Rewritten using awk.
13085         Match by word, not by line.  Print error messages for matches.
13086         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
13088         * Makerules [shlib-lds-flags empty]:
13089         ($(common-objpfx)libc_pic.opts): New target.
13090         ($(common-objpfx)libc_pic.os.clean): New target.
13091         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
13093         * config.make.in (OBJCOPY): New variable.
13094         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
13095         * configure: Regenerated.
13097         * config.make.in (use-default-link): New variable.
13098         * configure.in (use_default_link): Grok --with-default-link to set it.
13099         * configure: Regenerated.
13100         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
13101         (shlib-lds, shlib-lds-flags): Define to empty.
13103         * Makerules (shlib-lds): New variable.
13104         (shlib-lds-flags): New variable.
13105         (build-shlib, build-moduile, build-module-asneeded): Use it.
13106         ($(common-objpfx)libc.so): Use $(shlib-lds).
13107         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
13108         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
13110         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
13111         DT_FLAGS/DT_FLAGS_1 with zero flags.
13113         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
13114         linker script munging.
13116 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
13118         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
13119         as 128-bit value.
13120         * crypt/sha512.c (sha512_process_block): Perform total addition using
13121         128-bit if possible.
13122         (__sha512_finish_ctx): Likewise.
13123         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
13124         as 64-bit value.
13125         * crypt/sha256.c (SWAP64): Define.
13126         (sha256_process_block): Perform total addition using 64-bit if
13127         possible.
13128         (__sha256_finish_ctx): Likewise.
13130 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
13132         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
13133         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13134         * nscd/hstcache.c (cache_addhst): Likewise.
13135         * nscd/grpcache.c (cache_addgr): Likewise.
13136         * nscd/aicache.c (addhstaiX): Likewise
13137         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
13139 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
13141         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
13142         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13143         * nscd/hstcache.c (cache_addhst): Likewise.
13144         * nscd/grpcache.c (cache_addgr): Likewise.
13145         * nscd/aicache.c (addhstaiX): Likewise
13147 2011-07-01  Andreas Schwab  <schwab@redhat.com>
13149         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
13150         domain only when needed.
13152 2011-06-30  Andreas Schwab  <schwab@redhat.com>
13154         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
13155         is always restored.
13157 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
13159         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
13160         are re-adding the entry.
13161         * nscd/servicescache.c (cache_addserv): Likewise.
13163 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
13165         * sysdeps/generic/dl-irel.h: fix protection against multiple
13166         inclusions.
13167         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
13169 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
13171         [BZ #12935]
13172         * malloc/memusage.sh: Fix quoting in message.
13173         * debug/xtrace.sh: Likewise.
13175         * configure.in: Remove support for --experimental-malloc option, make
13176         it the default.
13177         * config.make.in: Likewise.
13178         * malloc/Makefile: Likewise.
13180 2011-06-27  Andreas Schwab  <schwab@redhat.com>
13182         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
13183         two-byte characters.
13185 2011-06-27  Roland McGrath  <roland@hack.frob.com>
13187         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
13188         AC_CACHE_CHECK invocation.
13189         * configure: Regenerated.
13191         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
13193 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
13195         [BZ #12350]
13196         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
13197         bit from old_res_options.
13199         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
13201         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
13202         value type for setfct.
13204 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
13206         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
13207         __gettimeofday instead of gettimeofday.
13209 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
13211         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
13213 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
13215         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
13217         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
13218         info.
13220 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
13222         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
13223         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
13224         strcpy-sse2-unaligned strncpy-sse2-unaligned
13225         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
13226         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
13227         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
13228         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
13229         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
13230         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
13231         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
13232         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
13233         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
13234         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
13235         (STRCPY): Support SSE2 and SSSE3 versions.
13237 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
13239         [BZ #12874]
13240         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
13241         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
13242         kernels which artificially limit size of requests.
13244 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
13246         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
13247         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
13248         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
13249         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
13250         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
13251         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
13252         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
13253         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
13254         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
13255         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
13256         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
13257         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
13258         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
13259         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
13260         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
13261         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13262         Enable unaligned load optimization for Intel Core i3, i5 and i7
13263         processors.
13264         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
13265         Define.
13266         (index_Fast_Unaligned_Load): Define.
13267         (HAS_FAST_UNALIGNED_LOAD): Define.
13269 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
13271         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
13273 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
13275         [BZ #12907]
13276         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
13277         until it is clear that the information is realy needed.
13278         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
13280 2011-06-22  Andreas Schwab  <schwab@redhat.com>
13282         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
13284 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
13286         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
13287         /sys/devices/system/cpu/online if it is usable.
13289         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
13290         reading the information from the /proc filesystem to once a second.
13292 2011-06-21  Andreas Jaeger  <aj@suse.de>
13294         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
13295         NULL after inclusion of kernel headers.
13297 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
13299         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
13300         calls to internal_setent.
13302         [BZ #12885]
13303         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
13304         addresses using gethostbyname4_r ignore IPv4 addresses.
13306         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
13307         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
13309         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
13311 2011-06-20  David S. Miller  <davem@davemloft.net>
13313         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
13314         inclusions.
13315         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
13317         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
13318         (elf_irel): Use it.
13319         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
13320         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
13321         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
13322         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
13323         * sysdeps/x86_64/dl-irel.h: Likewise.
13325         * elf/dl-runtime.c: Use elf_ifunc_invoke.
13326         * elf/dl-sym.c: Likewise.
13328 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
13330         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
13331         need to dereference resplen2.
13333 2011-06-14  Andreas Schwab  <schwab@redhat.com>
13335         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
13337 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
13339         * Makeconfig: Define vardbdir and inst_vardbdir.
13340         * nss/Makefile: Add rules to install db-Makefile.
13342         * nss/nss_db/db-XXX.c: Cleanup.
13344         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
13345         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
13346         GLIBC_PRIVATE.
13347         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
13348         * nss/makedb.c: Implement -g option to specify that value strings
13349         are generated and should not be added to table iterated over for
13350         get*ent calls.
13351         * nss/nss_db/db-initgroups.c: New file.
13353         * nss/getent.c: Add support for initgroups lookups through getgrouplist
13354         interface.
13356         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
13357         (internal_getgrouplist): Adjust to name change.
13358         Update use_initgroups_entry if this is not the first call.
13359         * nss/databases.def: Add initgroups entry.
13361         * nss/makedb.c (compute_tables): Check result of multiple hash table
13362         sizes to minimize maximum chain length.
13364 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
13366         * Versions.def: Add entry for libnss_db.
13367         * shlib-versions: Likewise.
13368         * nss/Makefile: Add rules to build libnss_db.
13369         * nss/Versions: Add libnss_db information.  Organize libnss_files
13370         entries better.
13371         * nss/db-Makefile: Add gshadow support.  Change rules for the new
13372         makedb progra.  Some minor improvements to generate smaller files.
13373         * nss/nss_db/nss_db.h: Move NSS database header data structures to
13374         here from...
13375         * nss/makedb.c: ...here.
13376         Improve database format to be smaller and require less memory at
13377         runtime.
13378         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
13379         db anymore.
13380         * nss/nss_db/db-netgrp.c: Likewise.
13381         * nss/nss_db/db-open.c: Likewise.
13382         * nss/nss_files/flies-XXX.x: Adjust comments.
13383         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
13384         * nss/nss_files/files-grp.c: Likewise.
13385         * nss/nss_files/files-hosts.c: Likewise.
13386         * nss/nss_files/files-network.c: Likewise.
13387         * nss/nss_files/files-proto.c: Likewise.
13388         * nss/nss_files/files-pwd.c: Likewise.
13389         * nss/nss_files/files-rpc.c: Likewise.
13390         * nss/nss_files/files-service.c: Likewise.
13391         * nss/nss_files/files-sgrp.c: Likewise.
13392         * nss/nss_files/files-spwd.c: Likewise.
13393         * nss/nss_db/db-alias.c: Removed.
13394         * nss/nss_db/dummy-db.h: Removed.
13396 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
13398         * nss/makedb.c: Rewritten to not use database library.
13399         * nss/Makefile: Update to build new makedb program.
13401 2011-06-14  Andreas Jaeger  <aj@suse.de>
13403         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
13404         memset declaration.
13406 2011-06-10  Andreas Schwab  <schwab@redhat.com>
13408         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
13409         tmpbuf.
13411 2011-06-10  Roland McGrath  <roland@hack.frob.com>
13413         * Makerules (shlib.lds): Fail if the linker script comes out empty.
13414         * elf/Makefile ($(objpfx)ld.so): Likewise.
13416         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
13417         Don't list ld.so twice in dependencies.
13419         * posix/bug-regex31.c: Include <stdlib.h>.
13421         * nscd/hstcache.c (cache_addhst): Remove unused variable.
13423         * nis/nss_compat/compat-spwd.c
13424         (getspent_next_nss_netgr): Remove unused variable.
13425         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
13427         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
13428         nonmembers" output to use the right array.
13430         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
13432         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
13434         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
13435         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
13436         * catgets/gencat.c (read_input_file): Likewise.
13437         * locale/programs/locarchive.c (enlarge_archive): Likewise.
13439         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
13440         variable definition inside #if's controlling its use.
13442         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
13444         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
13446         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
13448         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
13449         unreachable code.
13451         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
13453         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
13454         * configure: Regenerated.
13456         * Makerules: Revert last change.
13457         * elf/Makefile: Likewise.
13459 2011-06-09  Roland McGrath  <roland@hack.frob.com>
13461         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
13462         * elf/Makefile ($(objpfx)librtld.os): Likewise.
13463         (reloc-link): Likewise.
13465 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
13467         * elf/Makefile: Add rules to build pldd.
13468         * elf/pldd.c: New file.
13469         * elf/pldd-xx.c: New file.
13471 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
13473         * version.h: Update for 2.15 development version.
13475 2011-06-07  David S. Miller  <davem@davemloft.net>
13477         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
13478         ifuncs.
13479         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
13480         elf_machine_lazy_rel): Likewise.
13481         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
13482         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
13483         elf_machine_lazy_rel): Likewise.
13484         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
13485         dl_hwcap via passed in argument.
13486         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
13487         Likewise.
13489 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13491         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
13493 2011-06-06  Roland McGrath  <roland@hack.frob.com>
13495         [BZ #12849]
13496         * manual/fdl-1.1.texi: New file, verbatim from:
13497         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
13498         * manual/lgpl-2.1.texi: New file, verbatim from:
13499         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
13500         * manual/Makefile (licenses): New variable, list those new file names.
13501         (texis): Use it.
13502         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
13504         * manual/fdl.texi: File removed.
13505         * manual/lesser.texi: File removed.
13506         * manual/libc.texinfo (Copying, Documentation License):
13507         Use new @include file names, put @appendix directive before @include.
13509 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
13511         [BZ #12841]
13512         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
13513         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
13514         (mq_open): Add __NTH.
13516 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
13518         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13519         Assume Intel Core i3/i5/i7 processor if AVX is available.
13521 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
13523         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
13524         typo.
13526 2011-05-31  Andreas Schwab  <schwab@redhat.com>
13528         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
13529         memory.  Use alloca_account.  Fix memory leak when retrying.
13531 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
13533         * version.h (RELEASE): Bump for 2.14 release.
13534         * include/features.h (__GLIBC_MINOR__): Bump to 14.
13536         * config.make.in (RANLIB): Remove entry.
13538 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
13540         * po/Makefile (po-sed-cmd): Add ksh to extensions.
13541         (libc.pot): Work around missing support for .ksh extension in xgettext.
13543         [BZ #12684]
13544         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
13545         if both request failed.
13546         (send_dg): In case of server errors clear resplen or *resplen2.
13548         [BZ #12454]
13549         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
13550         when there are multiple maps.
13551         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
13552         (_dl_fini): Remove test here.
13554         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
13556 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
13558         [BZ #12350]
13559         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
13560         bit from old_res_options.
13561         (gaih_inet): Likewise.
13563         [BZ #11099]
13564         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
13565         as signed.
13567         * resolv/res_init.c (res_setoptions): Make the code more compact.
13569         [BZ #11558]
13570         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
13571         set RES_USEVC.
13573         [BZ #11634]
13574         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
13576         * malloc/malloc.h: Mark malloc hook variables as deprecated.
13578         [BZ #11781]
13579         * malloc/malloc.h: Declare malloc hook variables as volatile.
13581         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
13582         in last patch.
13584         [BZ #11799]
13585         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
13586         raise in the comment.
13587         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
13588         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
13589         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
13591 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
13593         [BZ #12811]
13594         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
13595         grow the buffers more if it already has to be sufficient.
13596         (build_wcs_upper_buffer): Likewise.
13597         * posix/regexec.c (check_matching): Likewise.
13598         (clean_state_log_if_needed): Likewise.
13599         (extend_buffers): Don't enlarge buffers beyond size of the input
13600         buffer.
13601         Patches mostly by Emil Wojak <emil@wojak.eu>.
13602         * posix/bug-regex32.c: New file.
13603         * posix/Makefile (tests): Add bug-regex32.
13605         * locale/findlocale.c (_nl_find_locale): Return right away if
13606         _nl_explode_name failed.
13607         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
13609         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
13611         * debug/xtrace.sh: Unify messages.
13612         * malloc/memusage.sh: Likewise.
13614         [BZ #12813]
13615         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
13616         time symbol from vDSO.  Substitute with vsyscall if not available.
13617         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
13618         __vdso_time.
13620         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
13621         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
13622         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
13623         Add sendmmsg and internal_sendmmsg.
13624         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
13625         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
13626         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
13628         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
13629         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
13630         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
13632 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
13634         [BZ #12813]
13635         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
13636         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
13637         available.
13638         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
13639         __vdso_getcpu.
13641         [BZ #12814]
13642         * iconvdata/Makefile (tests): Add bug-iconv9.
13643         * iconvdata/bug-iconv9.c: New file.
13645 2011-05-27  Andreas Schwab  <schwab@redhat.com>
13647         [BZ #12814]
13648         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
13650 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
13652         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
13653         (struct user_regs_struct): Change intcs field back to cs.
13655 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
13657         * po/ja.po: Update from translation team.
13659 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
13661         [BZ #12795]
13662         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
13663         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
13665 2011-05-20  Andreas Schwab  <schwab@redhat.com>
13667         * stdlib/longlong.h: Update from GCC.
13669 2011-05-23  Andreas Schwab  <schwab@redhat.com>
13671         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
13672         parameter name.
13673         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
13674         Add parameter name.
13675         (__sysconf): Pass it down.
13677 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
13679         [BZ #12671]
13680         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
13681         some situations.
13682         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
13683         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
13684         add in in __libc_use_alloca calls.  Adjust callers.
13685         (glob): Use malloc in some situations.
13687         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
13688         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
13689         pltexit.
13691 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
13693         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
13694         and CLOCK_BOOTTIME_ALARM.
13696         [BZ #12782]
13697         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
13698         is returned.
13700         * string/_strerror.c (__strerror_r): Print negative errors as signed
13701         numbers.
13703         [BZ #12777]
13704         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
13705         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
13706         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
13708         * configure.in: Fix typo in redirection and correct removal of test
13709         files in two cases.
13711         [BZ #12788]
13712         * locale/setlocale.c (new_composite_name): Fix test to check for
13713         identical name of all categories.
13715         [BZ #12792]
13716         * libio/filedoalloc.c (local_isatty): New function.
13717         (_IO_file_doallocate): Use local_isatty.
13718         * stdio-common/perror.c (perror): In case a new stream is used
13719         forward the stream error.
13720         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
13721         error flag.
13723 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
13725         [BZ #11869]
13726         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
13727         alloca.
13728         * include/alloca.h (extend_alloca_account): Define.
13730         [BZ #11857]
13731         * posix/regex.h: Fix comments with documentation of user-accessible
13732         fields after compilation and describe correct free'ing of pattern
13733         after re_compile_pattern.
13734         Patch by Reuben Thomas <rrt@sc3d.org>.
13736 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
13738         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
13739         and -mno-altivec to prevent the compiler from using Altivec and/or
13740         VSX instructions when the corresponding registers are not available.
13742 2011-05-19  Andreas Schwab  <schwab@redhat.com>
13744         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
13746 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
13748         * libio/freopen.c (freopen): Use __dup2, not dup2.
13749         * libio/freopen64.c (freopen64): Likewise.
13751 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
13753         [BZ #12775]
13754         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
13755         * math/Makefile (tests): Add test-powl.
13756         (CFLAGS-test-powl.c): Define.
13757         * math/test-powl.c: New file.
13759 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
13761         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
13763 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
13765         [BZ #11837]
13766         * iconvdata/gb18030.c: Update to GB18020-2005.
13768 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
13770         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
13771         RE_SYNTAX_POSIX_AWK): Update to match recent development.
13772         Patch by Aharon Robbins <arnold@skeeve.com>.
13774         [BZ #11892]
13775         * stdlib/putenv.c (putenv): Don't always create copy of the variable
13776         on the stack.
13778         [BZ #11895]
13779         * misc/pselect.c (__pselect): Handle timeout value errors hidden
13780         through underflows.
13782         [BZ #12766]
13783         * misc/error.c (error_at_line): Ensure file_name and old_file_name
13784         point to strings before performing equality test for error_one_per_line
13785         mode.
13787         [BZ #11697]
13788         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
13790         [BZ #11820]
13791         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
13792         (struct user_fpregs_struct): Avoid __uint*_t types.
13794         [BZ #6420]
13795         * malloc/mtrace.c (tr_where): Add additional parameter to point to
13796         symbol info.  Use it instead of calling _dl_addr locally.
13797         (lock_and_info): New function.
13798         (tr_freehook): Call lock_and_info and pass symbol info as additional
13799         parameter to tr_where.
13800         (tr_mallochook): Likewise.
13801         (tr_reallochook): Likewise.
13802         (tr_memalignhook): Likewise.
13804         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
13805         used and couldn't be at all thread-safe.
13807 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
13809         * libio/freopen.c (freopen): Don't close old file descriptor
13810         before the new one is opened.  Instead dup the new file descriptor
13811         to the old one after the new stream is created.
13812         * libio/freopen64.c (freopen64): Likewise.
13813         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
13814         * libio/fileops.c (_IO_new_file_close_it): Handle new
13815         _IO_FLAGS2_NOCLOSE flag.
13816         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
13817         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
13818         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
13819         _IO_FLAGS2_NOCLOSE flag.
13820         * include/unistd.h: Add hidden_proto for dup3.
13821         Define __have_dup3.
13822         * io/dup3.c: Define hidden symbol.
13823         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
13825         [BZ #7101]
13826         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
13827         when an incomplete long option is used.
13828         * posix/tst-getopt_long1.c: New file.
13829         * posix/Makefile (tests): Add tst-getopt_long1.
13831         [BZ #10138]
13832         * scripts/config.guess: Update from autoconf-2.68.
13833         * scripts/config.sub: Likewise.
13835         [BZ #10157]
13836         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
13837         tests into ...
13838         (has_cpuclock): ...this.  New function.
13839         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
13840         macro here based on has_cpuclock code.
13842         [BZ #10149]
13843         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
13844         First byte (not low byte) is now always NUL.
13845         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
13847         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
13848         Use non-cancelable interfaces.
13850         [BZ #9809]
13851         * locale/iso-639.def: Add entry for Sorani.
13853         [BZ #11901]
13854         * include/stdlib.h: Move include protection to the right place.
13855         Define abort_msg_s.  Declare __abort_msg with it.
13856         * stdlib/abort.c (__abort_msg): Adjust type.
13857         * assert/assert.c (__assert_fail_base): New function.  Majority
13858         of code from __assert_fail.  Allocate memory for __abort_msg with
13859         mmap.
13860         (__assert_fail): Now call __assert_fail_base.
13861         * assert/assert-perr.c: Remove bulk of implementation.  Use
13862         __assert_fail_base.
13863         * include/assert.hL Declare __assert_fail_base.
13864         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
13865         mmap.
13866         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
13868 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
13870         [BZ #11952]
13871         [BZ #12453]
13872         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
13873         until all modules are registered in the DTV.
13874         * elf/Makefile: Add rules to build and run tst-tls19.
13875         * elf/tst-tls19.c: New file.
13876         * elf/tst-tls19mod1.c: New file.
13877         * elf/tst-tls19mod2.c: New file.
13878         * elf/tst-tls19mod3.c: New file.
13879         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
13881         [BZ #12083]
13882         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
13883         correctly.
13885         [BZ #12601]
13886         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
13887         two-byte sequence errors.
13888         * iconvdata/Makefile (tests): Add bug-iconv8.
13889         * iconvdata/bug-iconv8.c: New file.
13891         [BZ #12626]
13892         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
13893         buf2 definition.
13895         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
13897         [BZ #12432]
13898         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
13899         (dummy_getcfa): New function.
13900         (init): Get _Unwind_GetCFA address, use dummy if not found.
13901         (backtrace_helper): In recursion check, also check whether CFA changes.
13902         (__backtrace): Completely initialize arg.
13904         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
13905         storing incomplete byte sequence in state object.  Avoid testing for
13906         guaranteed too small input if we know there is enough data available.
13908 2011-05-11  Andreas Schwab  <schwab@redhat.com>
13910         * Makeconfig (+link-pie): Indent.
13911         * Rules (binaries-pie): Define if $(have-fpie) and
13912         $(build-shared).
13913         (binaries-shared): Also filter out $(binaries-pie).
13914         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
13915         * nscd/Makefile (others-pie): Add nscd.
13916         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
13917         ($(objpfx)nscd): Remove command override.
13918         * login/Makefile (others-pie): Add pt_chown.
13919         ($(objpfx)pt_chown): Remove command override.
13920         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
13921         remove command overrides.
13923 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
13925         * libio/tst_putwc.c: Fix error messages.
13927         [BZ #12724]
13928         * libio/fileops.c (_IO_new_file_close_it): Always flush when
13929         currently writing and seek to current position when not.
13930         * libio/Makefile (tests): Add bug-fclose1.
13931         * libio/bug-fclose1.c: New file.
13933 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
13935         [BZ #12511]
13936         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
13937         don't set DF_1_NODELETE here.
13938         (do_lookup_x): When entering new entry test for copy relocation
13939         and if necessary set DF_1_NODELETE flag.
13940         * elf/tst-unique4.cc: New file.
13941         * elf/tst-unique4.h: New file.
13942         * elf/tst-unique4lib.cc: New file.
13943         * elf/Makefile: Add rules to build and run tst-unique4.
13944         Patch by Piotr Bury <pbury@goahead.com>.
13946 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
13948         [BZ #12052]
13949         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
13951         [BZ #12625]
13952         * misc/mntent_r.c (addmntent): Flush the stream after the output
13954         [BZ #12393]
13955         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
13956         (is_trusted_path_normalize): Skip initial colon.  Append slash
13957         to empty buffer.  Duplicate is_trusted_path code but allow
13958         constructed patch to be prefix.
13959         (is_dst): Allow $ORIGIN followed by /.
13960         (_dl_dst_substitute): Correct clearing of check_for_trusted.
13961         Correct testing of result of is_trusted_path_normalize
13962         (decompose_rpath): Fix warning.
13964 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
13966         [BZ #11257]
13967         * grp/initgroups.c (internal_getgrouplist): When we found the service
13968         list through the initgroups entry in nsswitch.conf do not always
13969         continue on a successful lookup.  Don't always use the
13970         __nss_group_database value if it is set.
13971         * nss/nsswitch.conf (initgroups): Change action for successful db
13972         lookup to continue for compatibility.
13974 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
13976         [BZ #11532]
13977         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
13978         and CP774 modules.
13979         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
13980         and CP774 modules.
13981         * iconvdata/tst-tables.sh: Likewise.
13982         * iconvdata/cp770.c: New file.
13983         * iconvdata/cp771.c: New file.
13984         * iconvdata/cp772.c: New file.
13985         * iconvdata/cp773.c: New file.
13986         * iconvdata/cp774.c: New file.
13987         * iconvdata/testdata/CP770: New file.
13988         * iconvdata/testdata/CP770..UTF8: New file.
13989         * iconvdata/testdata/CP771: New file.
13990         * iconvdata/testdata/CP771..UTF8: New file.
13991         * iconvdata/testdata/CP772: New file.
13992         * iconvdata/testdata/CP772..UTF8: New file.
13993         * iconvdata/testdata/CP773: New file.
13994         * iconvdata/testdata/CP773..UTF8: New file.
13995         * iconvdata/testdata/CP774: New file.
13996         * iconvdata/testdata/CP774..UTF8: New file.
13998         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
13999         END CHARMAP line.
14000         * iconvdata/gen-8bit-gap.sh: Likewise.
14001         * iconvdata/gen-8bit.sh: Likewise.
14003         * locale/iso-639.def: Add ary entry.
14005         [BZ #11258]
14006         * locale/C-translit.h.in: Add U20A1 transliteration.
14008         [BZ #12178]
14009         * locale/iso-639.def: Add wae entry.
14010         Patch by Kevin Bortis <bortis@translate-wae.ch>.
14012         [BZ #12545]
14013         * locale/programs/localedef.c (construct_output_path): Use ssize_t
14014         for n.
14016         [BZ #12711]
14017         * locale/C-translit.h.in: Add entry for U20B9.
14018         Patch by pravin.d.s@gmail.com.
14020 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
14022         [BZ #12713]
14023         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
14024         ENAMETOOLONG use generic getcwd.
14025         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
14026         in rtld.  Use *stat64.
14027         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
14028         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
14029         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
14030         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
14031         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
14032         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
14033         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
14034         __fstatat64 macros.
14035         * include/dirent.h: Add libc_hidden_proto for rewinddir.
14036         * dirent/rewinddir.c: Add libc_hidden_def.
14037         * sysdeps/mach/hurd/rewinddir.c: Likewise.
14038         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
14040         * include/dirent.h (__alloc_dir): Add flags parameter.
14041         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
14042         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
14043         __alloc_dir.
14044         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
14045         from fdopendir if O_CLOEXEC is already set.
14047 2011-03-15  Alan Modra  <amodra@gmail.com>
14049         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
14050         l_tls_firstbyte_offset non-zero.  Save padding offset in
14051         l_tls_firstbyte_offset for later use.
14052         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
14053         freeing static tls block.
14055 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
14057         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
14058         where #ifdef was intended.  The intent is to prevent ARG_MAX from
14059         being defined by the kernel headers.
14061 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
14063         [BZ #12734]
14064         * resolv/resolv.h: Define RES_NOTLDQUERY.
14065         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
14066         no-tld-query and set RES_NOTLDQUERY.
14067         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
14068         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
14069         modern BIND to search name as TLD unless forbidden.
14071 2011-05-07  Petr Baudis  <pasky@suse.cz>
14072             Ulrich Drepper  <drepper@gmail.com>
14074         [BZ #12393]
14075         * elf/dl-load.c (fillin_rpath): Move trusted path check...
14076         (is_trusted_path): ...to here.
14077         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
14078         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
14079         using is_trusted_path_normalize() in setuid scripts.
14081 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
14083         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
14084         __BEGIN/__END_DECLS.
14086 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
14088         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
14089         NSS_STATUS_NOTFOUND if no record was found.
14091 2011-05-05  Andreas Schwab  <schwab@redhat.com>
14093         * sunrpc/Makefile (headers): Add rpc/netdb.h.
14094         (headers-not-in-tirpc): Remove rpc/netdb.h
14095         * resolv/netdb.h: Revert last change.
14097 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
14099         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
14100         circular dependency between libgcc.a and libc.a.
14102 2011-05-05  Andreas Schwab  <schwab@redhat.com>
14104         * resolv/netdb.h: Don't include <rpc/netdb.h>.
14105         * nis/Makefile: Don't install rpcsvc/*.
14106         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
14107         instead of <rpc/types.h>.
14108         (MAXHOSTNAMELEN): Define.
14110 2011-05-03  Andreas Schwab  <schwab@redhat.com>
14112         * elf/ldconfig.c (add_dir): Don't crash on empty path.
14114 2011-04-28  Maciej Babinski  <mbabinski@google.com>
14116         [BZ #12714]
14117         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
14118         gethostbyname4_r when IPv6 results are possible.
14120 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
14122         [BZ #12723]
14123         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
14124         _PC_PIPE_BUF handling.
14126 2011-04-30  Bruno Haible  <bruno@clisp.org>
14128         [BZ #12717]
14129         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
14130         * resolv/netdb.h (getnameinfo): Change type of flags parameter
14131         to 'int'.
14132         * inet/getnameinfo.c (getnameinfo): Likewise.
14134 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
14136         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
14137         to groups setting in database lookup.
14138         * nss/nsswitch.conf: Add initgroups entry.
14140 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
14142         [BZ #12685]
14143         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
14144         mode string.
14145         Patch by Eric Blake <eblake@redhat.com>.
14147 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
14149         * sunrpc/Makefile (need-export-routines): Add svc_run.
14150         (routines): Remove svc_run.
14151         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
14152         * sunrpc/clnt_perr.c (clnt_perrno): Export.
14153         * sunrpc/svc_run.c (svc_run): Likewise.
14154         * sunrpc/svc_udp.c (svcudp_create): Likewise.
14156 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
14158         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
14159         problem in reallocation in last patch.
14161 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
14163         * sunrpc/Makefile: Move inclusion of Rules.
14165 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
14167         * nss/nss_files/files-initgroups.c: New file.
14168         * nss/Makefile (libnss_files-routines): Add files-initgroups.
14169         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
14170         _nss_files_initgroups_dyn.
14172 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
14174         * elf/elf.h (R_ARM_IRELATIVE): Define.
14176 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
14178         * po/ru.po: Update from translation team.
14180 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
14182         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
14183         dependencies.
14185 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
14187         [BZ #12653]
14188         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
14189         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
14190         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
14191         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
14192         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
14194 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
14196         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
14197         differing bytes.
14198         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
14199         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
14200         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
14202 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
14204         [BZ #12420]
14205         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
14206         storing it.
14207         * stdlib/bug-getcontext.c: New file.
14208         * stdlib/Makefile: Add rules to build and run bug-getcontext.
14210 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14212         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
14213         instructions into .machine "z9-109".
14214         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
14215         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
14217 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14219         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
14220         between environment variables and auxiliary vector.
14222 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
14224         * Makefile: Add rules to build linkobj/libc.so.
14225         * include/libc-symbols.h: Define libc_hidden_nolink.
14226         * include/rpc/auth.h: Mark functions which are to be hidden.
14227         * include/rpc/auth_des.h: Likewise.
14228         * include/rpc/auth_unix.h: Likewise.
14229         * include/rpc/clnt.h: Likewise.
14230         * include/rpc/des_crypt.h: Likewise.
14231         * include/rpc/key_prot.h: Likewise.
14232         * include/rpc/pmap_clnt.h: Likewise.
14233         * include/rpc/pmap_prot.h: Likewise.
14234         * include/rpc/pmap_rmt.h: Likewise.
14235         * include/rpc/rpc_msg.h: Likewise.
14236         * include/rpc/svc.h: Likewise.
14237         * include/rpc/svc_auth.h: Likewise.
14238         * include/rpc/xdr.h: Likewise.
14239         * nis/Makefile: Link all DSOs against linkobj/libc.so.
14240         * nss/Makefile: Likewise.
14241         * sunrpc/Makefile: Don't install headers.  Build library with normal
14242         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
14243         * sunrpc/auth_des.c: Hide exported symbols by default, export some
14244         for the compat linking library.  Remove use of INTDEF/INTUSE.
14245         * sunrpc/auth_none.c: Likewise.
14246         * sunrpc/auth_unix.c: Likewise.
14247         * sunrpc/authdes_prot.c: Likewise.
14248         * sunrpc/authuxprot.c: Likewise.
14249         * sunrpc/clnt_gen.c: Likewise.
14250         * sunrpc/clnt_perr.c: Likewise.
14251         * sunrpc/clnt_raw.c: Likewise.
14252         * sunrpc/clnt_simp.c: Likewise.
14253         * sunrpc/clnt_tcp.c: Likewise.
14254         * sunrpc/clnt_udp.c: Likewise.
14255         * sunrpc/clnt_unix.c: Likewise.
14256         * sunrpc/des_crypt.c: Likewise.
14257         * sunrpc/des_soft.c: Likewise.
14258         * sunrpc/get_myaddr.c: Likewise.
14259         * sunrpc/key_call.c: Likewise.
14260         * sunrpc/key_prot.c: Likewise.
14261         * sunrpc/netname.c: Likewise.
14262         * sunrpc/pm_getmaps.c: Likewise.
14263         * sunrpc/pm_getport.c: Likewise.
14264         * sunrpc/pmap_clnt.c: Likewise.
14265         * sunrpc/pmap_prot.c: Likewise.
14266         * sunrpc/pmap_prot2.c: Likewise.
14267         * sunrpc/pmap_rmt.c: Likewise.
14268         * sunrpc/publickey.c: Likewise.
14269         * sunrpc/rpc_cmsg.c: Likewise.
14270         * sunrpc/rpc_common.c: Likewise.
14271         * sunrpc/rpc_dtable.c: Likewise.
14272         * sunrpc/rpc_prot.c: Likewise.
14273         * sunrpc/rpc_thread.c: Likewise.
14274         * sunrpc/rtime.c: Likewise.
14275         * sunrpc/svc.c: Likewise.
14276         * sunrpc/svc_auth.c: Likewise.
14277         * sunrpc/svc_authux.c: Likewise.
14278         * sunrpc/svc_raw.c: Likewise.
14279         * sunrpc/svc_run.c: Likewise.
14280         * sunrpc/svc_simple.c: Likewise.
14281         * sunrpc/svc_tcp.c: Likewise.
14282         * sunrpc/svc_udp.c: Likewise.
14283         * sunrpc/svc_unix.c: Likewise.
14284         * sunrpc/svcauth_des.c: Likewise.
14285         * sunrpc/xcrypt.c: Likewise.
14286         * sunrpc/xdr.c: Likewise.
14287         * sunrpc/xdr_array.c: Likewise.
14288         * sunrpc/xdr_float.c: Likewise.
14289         * sunrpc/xdr_intXX_t.c: Likewise.
14290         * sunrpc/xdr_mem.c: Likewise.
14291         * sunrpc/xdr_rec.c: Likewise.
14292         * sunrpc/xdr_ref.c: Likewise.
14293         * sunrpc/xdr_sizeof.c: Likewise.
14294         * sunrpc/xdr_stdio.c: Likewise.
14296 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
14298         [BZ #12650]
14299         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
14300         * sysdeps/ia64/dl-tls.h: Likewise.
14301         * sysdeps/powerpc/dl-tls.h: Likewise.
14302         * sysdeps/s390/dl-tls.h: Likewise.
14303         * sysdeps/sh/dl-tls.h: Likewise.
14304         * sysdeps/sparc/dl-tls.h: Likewise.
14305         * sysdeps/x86_64/dl-tls.h: Likewise.
14306         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
14308 2011-03-14  Andreas Schwab  <schwab@redhat.com>
14310         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
14311         rpath element also skip the following colon.
14312         (expand_dynamic_string_token): Add is_path parameter and pass
14313         down to DL_DST_REQUIRED and _dl_dst_substitute.
14314         (decompose_rpath): Call expand_dynamic_string_token with
14315         non-zero is_path.  Ignore empty rpaths.
14316         (_dl_map_object_from_fd): Call expand_dynamic_string_token
14317         with zero is_path.
14319 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
14321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
14322         Make cancelable.
14324 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
14326         [BZ #12655]
14327         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
14328         Patch by Filipe David Manana <fdmanana@apache.org>.
14330 2011-04-07  Andreas Schwab  <schwab@redhat.com>
14332         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
14333         Maintain aligned stack.
14334         (CHECK_RSP): Remove unused macro.
14336 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
14338         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
14339         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
14341 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
14343         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
14345         * include/features.h: Mention __USE_XOPEN2K8 in comment.
14347 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
14349         [BZ #12518]
14350         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
14351         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
14352         * sysdeps/x86_64/memmove.c: New file.
14353         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
14354         (memcpy): Renamed to ...
14355         (__new_memcpy): This.
14356         (memcpy): Provide GLIBC_2_14 memcpy.
14357         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
14358         (memcpy): Provide GLIBC_2_2_5 memcpy.
14360 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
14362         [BZ #12631]
14363         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
14365 2011-03-30  Andreas Schwab  <schwab@redhat.com>
14367         * misc/syncfs.c: New file.
14368         * misc/Makefile (routines): Add syncfs.
14369         * posix/unistd.h: Declare syncfs.
14370         * sysdeps/unix/syscalls.list: Add syncfs.
14372 2011-04-01  Andreas Schwab  <schwab@redhat.com>
14374         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
14375         open_by_handle_at.
14376         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14377         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14378         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14379         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14380         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14381         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
14382         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14384 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
14386         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
14387         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14388         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14389         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14390         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14391         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14392         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14394         * io/Makefile: Compile fallocate.c, fallocate64.c, and
14395         sync_file_range.c with -fexceptions.
14396         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
14397         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
14398         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
14399         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
14400         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
14401         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
14402         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
14403         sync_file_range as cancellation point
14404         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
14405         now a wrapper around __call_sync_file_range with cancellation handling.
14406         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
14407         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
14408         function name to __call_sync_file_range.
14409         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
14410         Add call_sync_file_range.
14412 2011-04-01  Andreas Schwab  <schwab@redhat.com>
14414         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
14415         bits/timex.h.
14417 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
14419         * iconv/iconv.h: Fix typo in comment.
14420         * io/fcntl.h: Likewise.
14421         * libio/stdio.h: Likewise.
14422         * posix/spawn.h: Likewise.
14423         * posix/unistd.h: Likewise.
14424         * stdlib/stdlib.h: Likewise.
14425         * time/time.h: Likewise.
14426         * wcsmbs/wchar.h: Likewise.
14428         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
14429         open_by_handle): Add.
14430         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
14431         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
14432         Augment a few comments.
14433         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14434         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14435         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14436         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14437         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14438         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
14439         open_by_handle.
14441         * io/fcntl.h (AT_EMPTY_PATH): Define.
14443 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
14445         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
14446         * sysdeps/unix/sysv/linux/bits/time.h: New file.
14447         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
14448         to...
14449         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
14450         * Versions.def: Add GLIBC_2.14.
14451         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
14452         Export.
14454 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
14456         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
14457         round counter.
14458         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
14460 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
14462         [BZ #12597]
14463         * string/test-strncmp.c (do_page_test): New function.
14464         (check2): Likewise.
14465         (test_main): Call check2.
14466         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
14468 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
14470         [BZ #12587]
14471         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
14472         Handle cache information in CPU leaf 4.
14473         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
14475 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
14477         [BZ #12583]
14478         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
14479         character representation.
14480         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
14482 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
14484         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
14485         END(__isnan) to END(__isnanf) to match function entry point/label
14486         EALIGN(__isnanf,...).
14488 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
14490         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
14492 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
14494         [BZ #12510]
14495         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
14496         copy from the symbol referenced in the relocation to initialize the
14497         used variable.
14498         Patch by Piotr Bury <pbury@goahead.com>.
14499         * elf/Makefile: Add rules to build and tst-unique3.
14500         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
14501         * elf/tst-unique3.cc: New file.
14502         * elf/tst-unique3.h: New file.
14503         * elf/tst-unique3lib.cc: New file.
14504         * elf/tst-unique3lib2.cc: New file.
14506         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
14508 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
14510         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
14511         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
14512         to _start.
14514 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
14516         * elf/dl-load.c (_dl_map_object): If we are looking for the first
14517         to-be-loaded object along a path to loader is ld.so.
14519 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
14520             Ulrich Drepper  <drepper@gmail.com>
14522         * sysdeps/x86_64/memset.S: After aligning destination, code
14523         branches to different locations depending on the value of
14524         misalignment, when multiarch is enabled. Fix this.
14526 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
14528         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
14529         Set _x86_64_preferred_memory_instruction for AMD processsors.
14530         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14531         Set bit_Prefer_SSE_for_memop for AMD processors.
14533 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
14535         * libio/fmemopen.c (fmemopen): Optimize a bit.
14537 2011-03-03  Andreas Schwab  <schwab@redhat.com>
14539         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
14541 2011-03-03  Roland McGrath  <roland@redhat.com>
14543         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
14545 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
14547         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
14548         __bzero_ultra1 instead of __memset_ultra1.
14550 2011-02-23  Andreas Schwab  <schwab@redhat.com>
14551             Ulrich Drepper  <drepper@gmail.com>
14553         [BZ #12509]
14554         * include/link.h (struct link_map): Add l_orig_initfini.
14555         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
14556         returning unsuccessfully.
14557         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
14558         close of a file loaded at startup, restore the original l_initfini
14559         list.
14560         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
14561         list, store the pointer.
14562         * elf/Makefile ($(objpfx)noload-mem): New rule.
14563         (noload-ENV): Define.
14564         (tests): Add $(objpfx)noload-mem.
14565         * elf/noload.c: Include <memcheck.h>.
14566         (main): Call mtrace.  Close all opened handles.
14568 2011-02-17  Andreas Schwab  <schwab@redhat.com>
14570         [BZ #12454]
14571         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
14572         dependencies are missing.
14574 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14576         Fix __if_freereq crash: Unlike the generic version which uses free,
14577         Hurd needs munmap.
14578         * sysdeps/mach/hurd/ifreq.h: New file.
14580 2011-01-27  Petr Baudis  <pasky@suse.cz>
14581             Ulrich Drepper  <drepper@gmail.com>
14583         [BZ 12445]#
14584         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
14585         to extend_alloca().
14586         * stdio-common/bug23.c: New file.
14587         * stdio-common/Makefile (tests): Add bug23.
14589 2010-09-28  Andreas Schwab  <schwab@redhat.com>
14590             Ulrich Drepper  <drepper@gmail.com>
14592         [BZ #12489]
14593         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
14594         before performing relro protection.  At old place add assertion
14595         to make sure nothing changed.
14597 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
14598             Glauber de Oliveira Costa  <glommer@gmail.com>
14600         * elf/elf.h: Add new ARM TLS relocs.
14602 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
14604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
14605         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
14606         cast from r3.
14607         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
14608         'tests' variable.
14609         * sysdeps/wordsize-64/tst-writev.c: New file.
14611 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
14613         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
14614         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
14615         insns in _dl_start to prevent a TOC reference before relocs are
14616         resolved.
14618 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
14620         [BZ #12469]
14621         * Makeconfig: Remove RANLIB definition.
14622         * Makerules: Don't use RANLIB.
14623         * aclocal.m4: Remove ranlib test.
14624         * configure.in: No need to check for ranlib.
14625         * elf/rtld-Rules: Don't use RANLIB.
14627 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14629         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
14630         protection macro.
14631         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
14632         inclusion protection macro.
14634         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
14635         SIGRTMIN and SIGRTMAX and print information in that case only when
14636         SIGRTMIN is defined.
14638 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
14640         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
14641         arginfo fn returning -1.
14643         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
14644         and thousands string is zero terminated.
14646 2011-02-03  Andreas Schwab  <schwab@redhat.com>
14648         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
14649         sysdeps/unix/sysv/linux/bits/socket.h.
14651 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14653         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
14654         (__CPU_COUNT): Remove old macros.
14655         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
14656         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
14657         (__CPU_ALLOC, __CPU_FREE): Add macros.
14658         (__sched_cpualloc, __sched_cpufree): Add declarations.
14660 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
14662         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
14663         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
14664         * nscd/aicache.c (addhstaiX): Return timeout of added value.
14665         (readdhstai): Return value of addhstaiX call.
14666         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
14667         (addgrbyX): Return value returned by cache_addgr.
14668         (readdgrbyname): Return value returned by addgrbyX.
14669         (readdgrbygid): Likewise.
14670         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
14671         (addpwbyX): Return value returned by cache_addpw.
14672         (readdpwbyname): Return value returned by addhstbyX.
14673         (readdpwbyuid): Likewise.
14674         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
14675         (addservbyX): Return value returned by cache_addserv.
14676         (readdservbyname): Return value returned by addservbyX:
14677         (readdservbyport): Likewise.
14678         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
14679         (addhstbyX): Return value returned by cache_addhst.
14680         (readdhstbyname): Return value returned by addhstbyX.
14681         (readdhstbyaddr): Likewise.
14682         (readdhstbynamev6): Likewise.
14683         (readdhstbyaddrv6): Likewise.
14684         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
14685         (readdinitgroups): Return value returned by addinitgroupsX.
14686         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
14687         (prune_cache): Keep track of timeout value of re-added entries.
14688         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
14689         * nscd/nscd.h: Adjust prototypes of readd* functions.
14691 2011-02-04  Roland McGrath  <roland@redhat.com>
14693         * nis/nis_server.c (nis_servstate): Use the right name for 0.
14694         (nis_stats): Likewise.
14695         * nis/nis_modify.c (nis_modify): Likewise.
14696         * nis/nis_remove.c (nis_remove): Likewise.
14697         * nis/nis_add.c (nis_add): Likewise.
14699         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
14701         * posix/fnmatch_loop.c: Add some consts.
14703         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
14705 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
14707         [BZ #12460]
14708         * config.make.in (config-cflags-novzeroupper): Define.
14709         * configure.in: Substitute libc_cv_cc_novzeroupper.
14710         * elf/Makefile (AVX-CFLAGS): Define.
14711         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
14712         (CFLAGS-tst-auditmod4a.c): Likewise.
14713         (CFLAGS-tst-auditmod4b.c): Likewise.
14714         (CFLAGS-tst-auditmod6b.c): Likewise.
14715         (CFLAGS-tst-auditmod6c.c): Likewise.
14716         (CFLAGS-tst-auditmod7b.c): Likewise.
14717         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
14719 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
14721         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
14722         function to the callback.
14723         Patch partly by Jiri Olsa <jolsa@redhat.com>.
14725 2011-02-02  Andreas Schwab  <schwab@redhat.com>
14727         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
14728         of errno.
14730 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
14732         [BZ #11724]
14733         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
14734         of constructors.
14735         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
14736         of destructors.
14737         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
14739         [BZ #11724]
14740         * elf/Makefile: Add rules to build and run new test.
14741         * elf/tst-initorder.c: New file.
14742         * elf/tst-initorder.exp: New file.
14743         * elf/tst-initordera1.c: New file.
14744         * elf/tst-initordera2.c: New file.
14745         * elf/tst-initordera3.c: New file.
14746         * elf/tst-initordera4.c: New file.
14747         * elf/tst-initorderb1.c: New file.
14748         * elf/tst-initorderb2.c: New file.
14749         * elf/tst-order-a1.c: New file.
14750         * elf/tst-order-a2.c: New file.
14751         * elf/tst-order-a3.c: New file.
14752         * elf/tst-order-a4.c: New file.
14753         * elf/tst-order-b1.c: New file.
14754         * elf/tst-order-b2.c: New file.
14755         * elf/tst-order-main.c: New file.
14756         New test case by George Gensure <werkt0@gmail.com>.
14758 2010-10-01  Andreas Schwab  <schwab@redhat.com>
14760         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
14761         decoding ACE if AI_CANONIDN.
14763 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
14765         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
14767 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
14769         * version.h (RELEASE): Bump for 2.13 release.
14770         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
14772         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
14774         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
14775         MADV_NOHUGEPAGE.
14776         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
14777         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
14778         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
14779         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
14780         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
14781         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
14783         * posix/getconf.c: Update copyright year.
14784         * catgets/gencat.c: Likewise.
14785         * csu/version.c: Likewise.
14786         * debug/catchsegv.sh: Likewise.
14787         * debug/xtrace.sh: Likewise.
14788         * elf/ldconfig.c: Likewise.
14789         * elf/ldd.bash.in: Likewise.
14790         * elf/sprof.c (print_version): Likewise.
14791         * iconv/iconv_prog.c: Likewise.
14792         * iconv/iconvconfig.c: Likewise.
14793         * locale/programs/locale.c: Likewise.
14794         * locale/programs/localedef.c: Likewise.
14795         * malloc/memusage.sh: Likewise.
14796         * malloc/mtrace.pl: Likewise.
14797         * nscd/nscd.c (print_version): Likewise.
14798         * nss/getent.c: Likewise.
14800         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
14801         PF_CAIF, and PF_ALG.
14802         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
14804 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
14806         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
14807         (modules-names): Use them.
14808         (ifunc-test-modules, ifunc-pie-tests): Define.
14809         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
14810         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
14811         (test-extras): Likewise.
14812         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
14813         $(compile-command.c).
14814         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
14815         (all-built-dso): Define.
14816         (check-textrel.out, check-execstack.out): Depend on it.
14818         * configure.in: Don't override --enable-multi-arch.
14820 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
14822         [BZ #6812]
14823         * nscd/hstcache.c (tryagain): Define.
14824         (cache_addhst): Return tryagain not notfound for temporary errors.
14825         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
14826         failed.
14828 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
14830         [BZ #10563]
14831         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
14832         to make the syscall.
14833         * sysdeps/unix/sysv/linux/setgroups.c: New file.
14835         [BZ #12378]
14836         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
14837         and fall back to matching as normal character if the string ends before
14838         the matching ']' is found.  This is what POSIX requires.
14839         * posix/testfnm.c: Adjust test result.
14840         * posix/globtest.sh: Adjust test result.  Add new test.
14841         * posix/tst-fnmatch.input: Likewise.
14842         * posix/tst-fnmatch2.c: Add new test.
14844 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
14846         * elf/Makefile (check-execstack): Revert last change.  Depend on
14847         check-execstack.h.
14848         (check-execstack.h): New target.
14849         (generated): Add check-execstack.h.
14850         * elf/check-execstack.c: Include "check-execstack.h".
14851         (main): Revert last change.
14852         (handle_file): Return zero if GNU_STACK is absent and
14853         DEFAULT_STACK_PERMS doesn't include PF_X.
14855 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
14857         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
14858         in child fails because the descriptor is already closed.
14859         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
14860         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
14861         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
14863         [BZ #12397]
14864         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
14865         syscall.
14867         [BZ #10484]
14868         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
14869         temporary buffer used to handle multi lookups locally.
14870         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
14872 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
14874         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
14875         loader is ld.so.
14877 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
14879         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
14880         alignment for SSE2.
14882 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
14884         [BZ #12394]
14885         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
14886         characters.  When rounding increased number of integer digits recompute
14887         number of groups.
14888         * stdio-common/tst-grouping.c: New file.
14889         * stdio-common/Makefile: Add rules to build and run tst-grouping.
14891 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
14893         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
14894         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
14896         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
14897         void.
14898         * bits/select.h: Likewise.
14900 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
14902         * po/ja.po: Update from translation team.
14904 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
14906         [BZ #11155]
14907         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
14908         implementation just like for lxstat, fxstatat, et al.
14910 2010-12-27  Jim Meyering  <meyering@redhat.com>
14912         [BZ #12348]
14913         * posix/regexec.c (build_trtable): Return failure indication upon
14914         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
14916 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
14918         [BZ #12201]
14919         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
14920         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
14921         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
14922         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
14924         [BZ #12207]
14925         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
14927         [BZ #12204]
14928         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
14929         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
14931 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
14933         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
14934         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
14935         script has SORT_BY_INIT_PRIORITY.
14936         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
14937         NO_CTORS_DTORS_SECTIONS is defined.
14938         * elf/soinit.c: Likewise.
14939         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
14940         NO_CTORS_DTORS_SECTIONS is defined.
14941         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
14942         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
14943         * sysdeps/sh/init-first.c: Likewise.
14944         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
14946 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
14948         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
14949         always use the slow path.
14951 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
14953         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
14954         similar rule which adds the sysdep directories to the header search in
14955         order to pick up the correct platform stackinfo.h.
14956         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
14957         perform test if it is, otherwise return successfully without testing.
14958         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
14959         DEFAULT_STACK_PERMS define in stackinfo.h.
14960         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
14961         defined in stackinfo.h.
14962         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
14963         DEFAULT_STACK_PERMS defined in stackinfo.h.
14964         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
14965         * sysdeps/ia64/stackinfo.h: Likewise.
14966         * sysdeps/s390/stackinfo.h: Likewise.
14967         * sysdeps/sh/stackinfo.h: Likewise.
14968         * sysdeps/sparc/stackinfo.h: Likewise.
14969         * sysdeps/x86_64/stackinfo.h: Likewise.
14970         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
14971         PF_X for powerpc64.  Retain PF_X for powerpc32.
14973 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
14975         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
14976         accurately.
14977         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
14978         GETDENTS_64BIT_ALIGNED.
14980 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
14982         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
14984 2010-12-10  Andreas Schwab  <schwab@redhat.com>
14986         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
14987         _GNU_SOURCE.
14989         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
14990         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
14991         Remove __restrict.
14992         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
14993         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
14995 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
14997         [BZ #11655]
14998         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
14999         are initialized.
15001 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
15003         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
15005 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
15007         * po/it.po: Update from translation team.
15009 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
15011         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
15012         unused codes.
15014 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
15016         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
15018 2010-11-24  Andreas Schwab  <schwab@redhat.com>
15020         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
15021         specially.
15022         (gaih_getanswer_slice): Likewise.
15024 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
15026         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
15028 2010-05-31  Petr Baudis  <pasky@suse.cz>
15030         [BZ #11149]
15031         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
15032         silently even in the chroot mode.
15034 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
15036         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
15037         last patch a bit.  Pretty printing
15039 2010-05-31  Petr Baudis <pasky@suse.cz>
15041         [BZ #10085]
15042         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
15043         initialization of skip_initgroups_dyn.
15045 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
15047         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
15048         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
15050 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
15052         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
15054 2010-11-11  Andreas Schwab  <schwab@redhat.com>
15056         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
15057         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
15058         (tst-fnmatch-ENV): Set MALLOC_TRACE.
15059         ($(objpfx)tst-fnmatch-mem): New rule.
15060         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
15061         * posix/tst-fnmatch.c (main): Call mtrace.
15063 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
15065         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15066         Support Intel processor model 6 and model 0x2c.
15068 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
15070         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
15071           signed comparison.
15073 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
15075         [BZ #12205]
15076         * string/test-strncasecmp.c (check_result): New function.
15077         (do_one_test): Use it.
15078         (check1): New function.
15079         (test_main): Use it.
15080         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
15081         Support strcasecmp and strncasecmp.
15083 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
15085         [BZ #12194]
15086         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
15087         * sysdeps/x86_64/bits/byteswap.h: Likewise.
15089 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
15091         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
15092         IFUNC support.
15093         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
15094         memset-x86-64.
15095         * sysdeps/x86_64/multiarch/bzero.S: New file.
15096         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
15097         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
15098         * sysdeps/x86_64/multiarch/memset.S: New file.
15099         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
15100         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15101         Set bit_Prefer_SSE_for_memop for Intel processors.
15102         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
15103         Define.
15104         (index_Prefer_SSE_for_memop): Define.
15105         (HAS_PREFER_SSE_FOR_MEMOP): Define.
15107 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
15109         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
15110         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
15112 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
15114         [BZ #12191]
15115         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
15116         (__x86_64_raw_data_cache_size_half): Likewise.
15117         (__x86_64_raw_shared_cache_size): Likewise.
15118         (__x86_64_raw_shared_cache_size_half): Likewise.
15120         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
15121         (__x86_64_raw_data_cache_size_half): Likewise.
15122         (__x86_64_raw_shared_cache_size): Likewise.
15123         (__x86_64_raw_shared_cache_size_half): Likewise.
15124         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
15125         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
15126         and __x86_64_raw_shared_cache_size_half.  Round
15127         __x86_64_data_cache_size_half, __x86_64_data_cache_size
15128         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
15129         to multiple of 256 bytes.
15131 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
15133         [BZ #12167]
15134         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
15135         of inacessible symlinks.  Verify result of symlink before returning it.
15136         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15137         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
15139 2010-10-28  Erich Ritz  <erichritz@gmail.com>
15141         * math/math.h (isinf): Fix typo in comment.
15143 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
15145         * po/da.po: Update from translation team.
15147 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
15149         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
15150         is added to the list.
15152 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15153             Ulrich Drepper  <drepper@gmail.com>
15155         * elf/dl-object.c (_dl_new_object): Don't append the new object to
15156         the global list here.  Move code to...
15157         (_dl_add_to_namespace_list): ...here.  New function.
15158         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
15159         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
15160         * elf/dl-load.c (lose): Don't remove the element from the list.
15161         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
15162         (_dl_map_object): Likewise.
15164 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
15166         [BZ #12159]
15167         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
15168         into all bytes of SSE register.
15169         Patch by Richard Li <richardpku@gmail.com>.
15171 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
15173         [BZ #12140]
15174         * malloc/malloc.c (_int_free): Fill correct number of bytes when
15175         perturbing.
15177 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
15179         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
15180         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
15181         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
15182         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
15183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
15184         submachine.
15185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
15187 2010-10-22  Andreas Schwab  <schwab@redhat.com>
15189         * include/dlfcn.h (__RTLD_SECURE): Define.
15190         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
15191         mode & __RTLD_SECURE instead.
15192         (open_path): Rename preloaded parameter to secure.
15193         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
15194         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
15195         * elf/dl-deps.c (openaux): Likewise.
15196         * elf/rtld.c (struct map_args): Remove is_preloaded.
15197         (map_doit): Don't use it.
15198         (dl_main): Likewise.
15199         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
15200         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
15202 2010-09-09  Andreas Schwab  <schwab@redhat.com>
15204         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
15205         (sysd-rules-targets): Remove duplicates.
15206         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
15207         rtld-%.$o dependency.
15209 2010-10-18  Andreas Schwab  <schwab@redhat.com>
15211         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
15212         _dl_map_object do it.
15214 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
15216         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
15217         fast fma builtins, define the macros in the C99 standard.
15218         (FP_FAST_FMAF): Likewise.
15219         (FP_FAST_FMAL): Likewise.
15220         * sysdeps/x86_64/bits/mathdef.h: Likewise.
15222         * bits/mathdef.h: Update copyright year.
15223         * sysdeps/powerpc/bits/mathdef.h: Likewise.
15225 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
15227         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
15228         builtins, define the macros in the C99 standard.
15229         (FP_FAST_FMAF): Likewise.
15230         (FP_FAST_FMAL): Likewise.
15231         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
15232         multiply/add.
15233         (FP_FAST_FMAF): Likewise.
15235 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
15237         [BZ #3268]
15238         * math/libm-test.inc (fma_test): Some new testcases.
15239         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
15240         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
15241         y and infinite z.  Do multiplication by C already in long double.
15242         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
15243         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
15244         y and infinite z.  Do bitwise or of inexact bit into u.d.
15245         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
15246         * sysdeps/i386/fpu/s_fmaf.S: Removed.
15247         * sysdeps/i386/fpu/s_fma.S: Removed.
15248         * sysdeps/i386/fpu/s_fmal.S: Removed.
15250 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
15252         [BZ #3268]
15253         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
15254         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
15255         computation is not scheduled after fetestexcept.  Fix value
15256         of minimum denormal long double.
15258 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
15260         [BZ #3268]
15261         * math/libm-test.inc (fma_test): Add some more tests.
15262         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
15263         correctly.
15265 2010-10-15  Andreas Schwab  <schwab@redhat.com>
15267         * scripts/data/localplt-s390-linux-gnu.data: New file.
15268         * scripts/data/localplt-s390x-linux-gnu.data: New file.
15270 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
15272         [BZ #3268]
15273         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
15274         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
15275         instead of dbl-64.
15276         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
15277         inlines.
15278         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
15279         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
15280         if one of x and y is very large and the other is subnormal.
15281         * sysdeps/s390/fpu/s_fmaf.c: New file.
15282         * sysdeps/s390/fpu/s_fma.c: New file.
15283         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
15284         * sysdeps/powerpc/fpu/s_fma.S: New file.
15285         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
15286         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
15287         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
15289 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
15291         [BZ #3268]
15292         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
15293         fma tests.
15294         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
15295         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
15296         * sysdeps/i386/i686/multiarch/s_fma.c: Include
15297         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
15298         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
15299         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
15300         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
15302 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
15304         [BZ #12078]
15305         * posix/regcomp.c (parse_branch): One more memory leak plugged.
15306         * posix/bug-regex31.input: Add test case.
15308 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
15310         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
15311         * posix/bug-regex31.input: New file.
15313         [BZ #12078]
15314         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
15315         (parse_sub_exp): Fix last change, use postorder.
15317         * posix/bug-regex31.c: New file.
15318         * posix/Makefile: Add rules to build and run bug-regex31.
15320         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
15322         [BZ #12078]
15323         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
15325         [BZ #12108]
15326         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
15327         to have entries in sys_siglist.
15329         [BZ #12093]
15330         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
15331         be NULL.
15333 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
15335         [BZ #3268]
15336         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
15337         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
15338         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
15339         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
15340         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
15341         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
15342         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
15343         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
15344         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
15345         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
15346         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
15347         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
15348         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
15349         * math/ftestexcept.c (fetestexcept): Likewise.
15350         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
15351         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
15352         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
15353         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
15354         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
15355         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
15356         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
15358 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
15360         [BZ #12107]
15361         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
15362         newline.
15364 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
15366         * string/bug-strstr1.c: New file.
15367         * string/Makefile: Add rules to build and run bug-strstr1.
15369 2010-10-05  Eric Blake  <eblake@redhat.com>
15371         [BZ #12092]
15372         * string/str-two-way.h (two_way_long_needle): Always clear memory
15373         when skipping input due to the shift table.
15375 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
15377         [BZ #12005]
15378         * malloc/mcheck.c: Handle large requests.
15380         [BZ #12077]
15381         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
15382         for strncmp and strncasecmp.
15383         * string/stratcliff.c: Add tests for strcmp and strncmp.
15384         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
15386 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
15388         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
15389         __set_fpscr.
15391 2010-09-30  Andreas Jaeger  <aj@suse.de>
15393         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
15394         (CGROUP_SUPER_MAGIC): Define.
15395         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
15396         Handle btrfs and cgroup file systems.
15397         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
15398         Likewise.
15400 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
15402         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
15403         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
15405 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15407         [BZ #12067]
15408         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
15409         trying to locate the ELF header.
15411 2010-09-27  Andreas Schwab  <schwab@redhat.com>
15413         [BZ #11611]
15414         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
15415         Mask out sign-bit copies when constructing f_fsid.
15417 2010-09-24  Petr Baudis <pasky@suse.cz>
15419         * debug/stack_chk_fail_local.c: Add missing licence exception.
15420         * debug/warning-nop.c: Likewise.
15422 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
15424         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
15425         implementing getdents64 using getdents syscall, set d_type if
15426         __ASSUME_GETDENTS32_D_TYPE.
15428 2010-09-16  Andreas Schwab  <schwab@redhat.com>
15430         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
15431         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
15433 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
15435         [BZ #12037]
15436         * posix/unistd.h: Undo change of feature selection for ftruncate from
15437         2010-01-11.
15439 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
15441         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
15442         detection.
15444 2010-09-20  Andreas Schwab  <schwab@redhat.com>
15446         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
15447         fanotify_mark.
15448         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
15450 2010-09-14  Andreas Schwab  <schwab@redhat.com>
15452         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
15453         variables after CHECK_SP call.
15454         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
15456 2010-09-13  Andreas Schwab  <schwab@redhat.com>
15457             Ulrich Drepper  <drepper@redhat.com>
15459         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
15460         re-relocationg ld.so.
15461         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
15462         _dl_init_paths call.
15463         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
15464         here anymore.
15466 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
15468         * resolv/res_init.c (__res_vinit): Count the default server we added.
15470 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
15471             Ulrich Drepper  <drepper@redhat.com>
15473         [BZ #11968]
15474         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
15475         (____longjmp_chk): Use %ebx for saving value across system call.
15476         Add unwind info.
15478 2010-09-06  Andreas Schwab  <schwab@redhat.com>
15480         * manual/Makefile: Don't mix pattern rules with normal rules.
15482 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
15484         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
15485         operation.
15486         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
15487         * libio/iofopncook.c (_IO_cookie_init): Likewise.
15488         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
15489         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
15490         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
15491         Likewise.
15493 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
15495         [BZ #11979]
15496         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
15497         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
15499 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
15501         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
15502         * sysdeps/x86_64/addmul_1.S: Likewise.
15503         * sysdeps/x86_64/lshift.S: Likewise.
15504         * sysdeps/x86_64/mul_1.S: Likewise.
15505         * sysdeps/x86_64/rshift.S: Likewise.
15506         * sysdeps/x86_64/sub_n.S: Likewise.
15507         * sysdeps/x86_64/submul_1.S: Likewise.
15509 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15511         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
15512         Define __sched_param instead of SCHED_* and sched_param when
15513         <bits/sched.h> is included with __need_schedparam defined.
15514         * bits/sched.h [__need_schedparam]
15515         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
15516         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
15517         (__defined_schedparam): Define to 1.
15518         (__sched_param): New structure, identical to sched_param.
15519         (__need_schedparam): Undefine.
15521 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
15523         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
15524         (epoll_create1): Declare.
15526         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
15528 2010-08-31  Andreas Schwab  <schwab@redhat.com>
15530         [BZ #7066]
15531         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
15532         shifting retval into place.
15534 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
15536         * nis/rpcsvc/nis.h: Update copyright notice.
15537         * nis/rpcsvc/nis.x: Likewise.
15538         * nis/rpcsvc/nis_callback.h: Likewise.
15539         * nis/rpcsvc/nis_callback.x: Likewise.
15540         * nis/rpcsvc/nis_object.x: Likewise.
15541         * nis/rpcsvc/nis_tags.h: Likewise.
15542         * nis/rpcsvc/yp.h: Likewise.
15543         * nis/rpcsvc/yp.x: Likewise.
15544         * nis/rpcsvc/ypupd.h: Likewise.
15545         * nis/yp_xdr.c: Likewise.
15546         * nis/ypupdate_xdr.c: Likewise.
15548         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
15549         mainly the body of pmap_getport.  Add parameters to specify timeouts.
15550         (pmap_getport): Use __libc_rpc_getport.
15551         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
15552         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
15553         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
15555 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
15557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
15558         fanotify_mark.
15560 2010-08-27  Roland McGrath  <roland@redhat.com>
15562         * sysdeps/i386/i686/multiarch/Makefile
15563         (CFLAGS-varshift.c): New variable.
15565 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
15567         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
15568         * sysdeps/i386/i686/multiarch/varshift.c: New file.
15570         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
15572         * sysdeps/x86_64/strlen.S: Minimal code improvement.
15574 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
15576         * sysdeps/x86_64/strlen.S: Unroll the loop.
15577         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
15578         strlen-sse2 strlen-sse2-bsf.
15579         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
15580         __strlen_no_bsf if bit_Slow_BSF is set.
15581         (__strlen_sse42): Removed.
15582         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
15583         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
15585 2010-08-25  Roland McGrath  <roland@redhat.com>
15587         * sysdeps/x86_64/multiarch/varshift.S: File removed.
15588         * sysdeps/x86_64/multiarch/varshift.c: New file.
15589         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
15590         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
15591         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
15592         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
15594 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
15596         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
15597         strlen-sse2 strlen-sse2-bsf.
15598         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
15599         __strlen_sse2_bsf if bit_Slow_BSF is unset.
15600         (__strlen_sse2): Removed.
15601         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
15602         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
15603         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
15604         bit_Slow_BSF for Atom.
15605         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
15606         (index_Slow_BSF): Define.
15607         (HAS_SLOW_BSF): Define.
15609 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
15611         [BZ #10851]
15612         * resolv/res_init.c (__res_vinit): When no server address at all
15613         is given default to loopback.
15615 2010-08-24  Roland McGrath  <roland@redhat.com>
15617         * configure.in: Remove config-name.h generation.
15618         * configure: Regenerated.
15619         * config-name.in: File removed.
15620         * scripts/config-uname.sh: New file.
15621         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
15622         ($(objdir)config-name.h): New target.
15624         * sunrpc/rpc_parse.h: Avoid nested comment.
15626 2010-08-24  Richard Henderson  <rth@redhat.com>
15627             Ulrich Drepper  <drepper@redhat.com>
15628             H.J. Lu  <hongjiu.lu@intel.com>
15630         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
15631         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
15632         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
15633         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
15634         _mm_alignr_epi8 with _mm_loadu_si128.
15635         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
15636         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
15637         (__m128i_shift_right): Removed.
15638         * sysdeps/i386/i686/multiarch/varshift.h: New file.
15639         * sysdeps/i386/i686/multiarch/varshift.S: New file.
15640         * sysdeps/x86_64/multiarch/varshift.h: New file.
15641         * sysdeps/x86_64/multiarch/varshift.S: New file.
15643 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
15645         * configure.in: Move assembler checks to before sysdep dir checking.
15647 2010-08-20  Petr Baudis  <pasky@suse.cz>
15649         * LICENSES: Sync the sunrpc license.
15651 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
15653         * sunrpc/auth_des.c: Update copyright notice once again.
15654         * sunrpc/auth_none.c: Likewise.
15655         * sunrpc/auth_unix.c: Likewise.
15656         * sunrpc/authdes_prot.c: Likewise.
15657         * sunrpc/authuxprot.c: Likewise.
15658         * sunrpc/bindrsvprt.c: Likewise.
15659         * sunrpc/clnt_gen.c: Likewise.
15660         * sunrpc/clnt_perr.c: Likewise.
15661         * sunrpc/clnt_raw.c: Likewise.
15662         * sunrpc/clnt_simp.c: Likewise.
15663         * sunrpc/clnt_tcp.c: Likewise.
15664         * sunrpc/clnt_udp.c: Likewise.
15665         * sunrpc/clnt_unix.c: Likewise.
15666         * sunrpc/des_crypt.c: Likewise.
15667         * sunrpc/des_soft.c: Likewise.
15668         * sunrpc/get_myaddr.c: Likewise.
15669         * sunrpc/getrpcport.c: Likewise.
15670         * sunrpc/key_call.c: Likewise.
15671         * sunrpc/key_prot.c: Likewise.
15672         * sunrpc/openchild.c: Likewise.
15673         * sunrpc/pm_getmaps.c: Likewise.
15674         * sunrpc/pm_getport.c: Likewise.
15675         * sunrpc/pmap_clnt.c: Likewise.
15676         * sunrpc/pmap_prot.c: Likewise.
15677         * sunrpc/pmap_prot2.c: Likewise.
15678         * sunrpc/pmap_rmt.c: Likewise.
15679         * sunrpc/rpc/auth.h: Likewise.
15680         * sunrpc/rpc/auth_unix.h: Likewise.
15681         * sunrpc/rpc/clnt.h: Likewise.
15682         * sunrpc/rpc/des_crypt.h: Likewise.
15683         * sunrpc/rpc/key_prot.h: Likewise.
15684         * sunrpc/rpc/netdb.h: Likewise.
15685         * sunrpc/rpc/pmap_clnt.h: Likewise.
15686         * sunrpc/rpc/pmap_prot.h: Likewise.
15687         * sunrpc/rpc/pmap_rmt.h: Likewise.
15688         * sunrpc/rpc/rpc.h: Likewise.
15689         * sunrpc/rpc/rpc_des.h: Likewise.
15690         * sunrpc/rpc/rpc_msg.h: Likewise.
15691         * sunrpc/rpc/svc.h: Likewise.
15692         * sunrpc/rpc/svc_auth.h: Likewise.
15693         * sunrpc/rpc/types.h: Likewise.
15694         * sunrpc/rpc/xdr.h: Likewise.
15695         * sunrpc/rpc_clntout.c: Likewise.
15696         * sunrpc/rpc_cmsg.c: Likewise.
15697         * sunrpc/rpc_common.c: Likewise.
15698         * sunrpc/rpc_cout.c: Likewise.
15699         * sunrpc/rpc_dtable.c: Likewise.
15700         * sunrpc/rpc_hout.c: Likewise.
15701         * sunrpc/rpc_main.c: Likewise.
15702         * sunrpc/rpc_parse.c: Likewise.
15703         * sunrpc/rpc_parse.h: Likewise.
15704         * sunrpc/rpc_prot.c: Likewise.
15705         * sunrpc/rpc_sample.c: Likewise.
15706         * sunrpc/rpc_scan.c: Likewise.
15707         * sunrpc/rpc_scan.h: Likewise.
15708         * sunrpc/rpc_svcout.c: Likewise.
15709         * sunrpc/rpc_tblout.c: Likewise.
15710         * sunrpc/rpc_util.c: Likewise.
15711         * sunrpc/rpc_util.h: Likewise.
15712         * sunrpc/rpcinfo.c: Likewise.
15713         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
15714         * sunrpc/rpcsvc/key_prot.x: Likewise.
15715         * sunrpc/rpcsvc/klm_prot.x: Likewise.
15716         * sunrpc/rpcsvc/mount.x: Likewise.
15717         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
15718         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
15719         * sunrpc/rpcsvc/rex.x: Likewise.
15720         * sunrpc/rpcsvc/rstat.x: Likewise.
15721         * sunrpc/rpcsvc/rusers.x: Likewise.
15722         * sunrpc/rpcsvc/sm_inter.x: Likewise.
15723         * sunrpc/rpcsvc/spray.x: Likewise.
15724         * sunrpc/rpcsvc/yppasswd.x: Likewise.
15725         * sunrpc/rtime.c: Likewise.
15726         * sunrpc/svc.c: Likewise.
15727         * sunrpc/svc_auth.c: Likewise.
15728         * sunrpc/svc_authux.c: Likewise.
15729         * sunrpc/svc_raw.c: Likewise.
15730         * sunrpc/svc_run.c: Likewise.
15731         * sunrpc/svc_simple.c: Likewise.
15732         * sunrpc/svc_tcp.c: Likewise.
15733         * sunrpc/svc_udp.c: Likewise.
15734         * sunrpc/svc_unix.c: Likewise.
15735         * sunrpc/svcauth_des.c: Likewise.
15736         * sunrpc/xcrypt.c: Likewise.
15737         * sunrpc/xdr.c: Likewise.
15738         * sunrpc/xdr_array.c: Likewise.
15739         * sunrpc/xdr_float.c: Likewise.
15740         * sunrpc/xdr_mem.c: Likewise.
15741         * sunrpc/xdr_rec.c: Likewise.
15742         * sunrpc/xdr_ref.c: Likewise.
15743         * sunrpc/xdr_sizeof.c: Likewise.
15744         * sunrpc/xdr_stdio.c: Likewise.
15746         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
15747         handling.
15749 2010-08-19  Andreas Schwab  <schwab@redhat.com>
15751         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
15753 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
15755         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
15756         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
15757         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
15758         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
15759         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
15760         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
15761         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
15762         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
15763         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
15764         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
15765         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
15766         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
15767         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
15768         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
15770 2010-07-26  Anton Blanchard  <anton@samba.org>
15772         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
15773         * malloc/arena.c (heap_trim): Likewise.
15775 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
15777         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
15778         here.  Not...
15779         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
15780         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
15782 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
15784         * sysdeps/i386/elf/Makefile: New file.
15786 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
15788         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
15789         from fanotify_init.
15790         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
15791         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
15793 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
15795         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
15796         of strncasecmp_l.
15797         * sysdeps/multiarch/strcmp.S: Likewise.
15799 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
15801         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
15802         strncase_l-nonascii.
15803         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
15804         Add strncase_l-ssse3.
15805         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
15806         * sysdeps/x86_64/strcmp.S: Likewise.
15807         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
15808         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
15809         * sysdeps/x86_64/strncase.S: New file.
15810         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
15811         * sysdeps/x86_64/strncase_l.S: New file.
15812         * string/Makefile (strop-tests): Add strncasecmp.
15813         * string/test-strncasecmp.c: New file.
15815         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
15816         warning.
15818         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
15819         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
15821 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
15823         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
15825 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
15827         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
15828         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
15829         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
15831 2010-05-01  Alan Modra  <amodra@gmail.com>
15833         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
15834         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
15835         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
15836         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
15837         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
15838         tidying.  Don't tail-call __sigjmp_save for static lib.
15839         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
15840         save location.
15841         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
15842         (CALL_MCOUNT): Add eh info, and nop after bl.
15843         (TAIL_CALL_SYSCALL_ERROR): New macro.
15844         (PSEUDO_RET): Use it.
15845         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
15846         Correct save location of integer regs and cr.
15847         (_dl_profile_resolve): Correct cr save location.  Delete nops
15848         after bl when SHARED.  Reduce cfi size a little by better
15849         placement of cfi directives.
15850         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
15851         make a stack frame.  Instead use parm save area as a temp.
15852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
15853         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
15854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
15855         Don't make a stack frame for parent, use parm save area.
15856         Increase child stack frame to 112 bytes.  Don't save unused reg,
15857         and adjust reg usage.  Set up cfi on error recovery and
15858         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
15859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15860         (__makecontext): Add dummy nop after jump to exit.
15861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
15862         Use correct parm save area and cr save, reduce stack frame.
15863         Correct cfi for possible PSEUDO_RET frame setup.
15864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
15865         Branch to local label emitted by PSEUDO_RET rather than
15866         __syscall_error.
15868 2010-08-12  Andreas Schwab  <schwab@redhat.com>
15870         [BZ #11904]
15871         * locale/programs/locale.c (print_assignment): New function.
15872         (show_locale_vars): Use it.
15874 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
15876         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
15877         field.
15878         (struct statfs64): Likewise.
15879         (_STATFS_F_FLAGS): Define.
15880         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
15881         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
15882         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
15883         (ST_VALID): Define locally.
15884         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
15885         __statvfs_getflags, use the provided value.
15886         * sysdeps/unix/sysv/linux/kernel-features.h: Define
15887         __ASSUME_STATFS_F_FLAGS.
15889         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
15891         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
15892         Add sys/fanotify.h.
15893         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
15894         fanotify_mask for GLIBC_2.13.
15895         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
15896         fanotify_init and fanotify_mark.
15897         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
15898         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
15900         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
15901         Add prlimit.
15902         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
15903         prlimit64 for GLIBC_2.13.
15904         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
15905         prlimit64.
15906         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
15907         syscall.
15908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
15909         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
15910         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
15911         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
15912         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
15913         add prlimit alias.
15914         * sysdeps/unix/sysv/linux/prlimit.c: New file.
15916         [BZ #11903]
15917         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
15918         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
15920         * nss/Makefile: Add rules to build and run tst-nss-test1.
15921         * shlib-versions: Add entry for libnss_test1.
15922         * nss/nss_test1.c: New file.
15923         * nss/tst-nss-test1.c: New file.
15925         * nss/nsswitch.c (__nss_database_custom): Define new variable.
15926         (__nss_configure_lookup): Set appropriate entry in
15927         __nss_configure_lookup to true.
15928         * nss/nsswitch.h: Define enum with indeces of databases in
15929         databases and __nss_database_custom arrays.  Declare
15930         __nss_database_custom.
15931         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
15932         to avoid using nscd when custom rules are installed.
15933         * nss/getXXbyYY_r.c: Likewise.
15934         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
15936         * nss/nss_files/files-parse.c: Whitespace fixes.
15938 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
15940         [BZ #11883]
15941         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
15942         * posix/fnmatch_loop.c: Likewise.
15944 2010-07-17  Andi Kleen  <ak@linux.intel.com>
15946         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
15947         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
15948         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
15949         * Versions.def [GLIBC_2.13]: Add.
15951 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
15953         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
15954         Also fail if tpwd after pwuid call is NULL.
15956 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15958         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
15959         when converting to ms.
15961 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15963         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
15964         EOPNOTSUPP errors with ENOTTY.
15965         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
15966         EOPNOTSUPP errors with ENOTTY.
15968 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
15970         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
15971         Add strcasecmp_l-ssse3.
15972         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
15973         strcasecmp.
15974         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
15975         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
15976         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
15978 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
15980         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
15982         * string/Makefile (strop-tests): Add strcasecmp.
15983         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
15984         strcasecmp_l-nonascii.
15985         (gen-as-const-headers): Add locale-defines.sym.
15986         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
15987         * sysdeps/x86_64/strcasecmp.S: New file.
15988         * sysdeps/x86_64/strcasecmp_l.S: New file.
15989         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
15990         * sysdeps/x86_64/locale-defines.sym: New file.
15991         * string/test-strcasecmp.c: New file.
15993         * string/test-strcasestr.c: Test both ends of the range of characters.
15994         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
15996 2010-07-29  Roland McGrath  <roland@redhat.com>
15998         [BZ #11856]
15999         * manual/locale.texi (Yes-or-No Questions): Fix example code.
16001 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
16003         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
16004         for ld.so.
16006 2010-07-27  Andreas Schwab  <schwab@redhat.com>
16008         * manual/memory.texi (Malloc Tunable Parameters): Document
16009         M_PERTURB.
16011 2010-07-26  Roland McGrath  <roland@redhat.com>
16013         [BZ #11840]
16014         * configure.in (-fgnu89-inline check): Set and substitute
16015         gnu89_inline, not libc_cv_gnu89_inline.
16016         * configure: Regenerated.
16017         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
16019 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
16021         * string/test-strnlen.c: New file.
16022         * string/Makefile (strop-tests): Add strnlen.
16023         * string/tester.c (test_strnlen): Add a few more test cases.
16024         * string/tst-strlen.c: Better error reporting.
16026         * sysdeps/x86_64/strnlen.S: New file.
16028 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
16030         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
16031         lower-latency instructions.
16033 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
16035         * string/test-strcasestr.c: New file.
16036         * string/test-strstr.c: New file.
16037         * string/Makefile (strop-tests): Add strstr and strcasestr.
16038         * string/str-two-way.h: Don't undefine MAX.
16039         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
16041 2010-07-21  Andreas Schwab  <schwab@redhat.com>
16043         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
16044         strcasestr-nonascii.
16045         (CFLAGS-strcasestr-nonascii.c): Define.
16046         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
16047         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
16048         Remove unused attribute.
16050 2010-07-20  Roland McGrath  <roland@redhat.com>
16052         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
16053         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
16054         ld.so.cache was broken.  With it, there is no way to disable dsocaps
16055         like LD_HWCAP_MASK can disable hwcaps.
16057 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
16059         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
16061 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
16063         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
16064         call in strcasestr.
16065         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
16066         __strcasestr_sse42_nonascii.
16067         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
16068         strcasestr-nonascii.c.
16069         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
16071 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
16073         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
16074         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
16075         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
16076         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
16078 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
16080         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
16081         fcntl.
16083 2010-07-06  Andreas Schwab  <schwab@redhat.com>
16085         [BZ #11577]
16086         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
16087         dl_signal_cerror.
16089 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
16091         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
16092         _PC_PIPE_BUF using F_GETPIPE_SZ.
16094 2010-07-05  Roland McGrath  <roland@redhat.com>
16096         * manual/arith.texi (Rounding Functions): Fix rint description
16097         implicit in round description.
16099 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
16101         * elf/Makefile: Fix linking for a few tests to make recent linker
16102         happy.
16104 2010-06-30  Andreas Schwab  <schwab@redhat.com>
16106         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
16107         $(common-objpfx)libc_nonshared.a.
16109 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
16111         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
16112         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
16113         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
16114         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
16115         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
16116         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
16117         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
16118         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
16119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
16120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
16121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
16122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
16123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
16124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
16125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
16126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
16127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
16128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
16129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
16130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
16131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
16132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
16133         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
16134         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
16135         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
16136         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
16137         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
16138         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
16139         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
16140         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
16141         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
16142         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
16143         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
16144         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
16145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
16146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
16147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
16148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
16149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
16150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
16151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
16152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
16153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
16154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
16155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
16156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
16157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
16158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
16160 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
16162         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
16163         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
16164         * string/memmove.c (memmove): Renamed to ...
16165         (MEMMOVE): ...this.  Default to memmove.
16166         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
16167         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
16168         (END_CHK): Define.
16169         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
16170         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
16171         mempcpy-ssse3-back memmove-ssse3-back.
16172         * sysdeps/x86_64/multiarch/bcopy.S: New file .
16173         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
16174         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
16175         * sysdeps/x86_64/multiarch/memcpy.S: New file.
16176         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
16177         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
16178         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
16179         * sysdeps/x86_64/multiarch/memmove.c: New file.
16180         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
16181         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
16182         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
16183         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
16184         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
16185         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
16186         Define.
16187         (index_Fast_Copy_Backward): Define.
16188         (HAS_ARCH_FEATURE): Define.
16189         (HAS_FAST_REP_STRING): Define.
16190         (HAS_FAST_COPY_BACKWARD): Define.
16192 2010-06-21  Andreas Schwab  <schwab@redhat.com>
16194         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
16195         Restore proper fallback handling.
16197 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
16199         [BZ #11701]
16200         * posix/group_member.c (__group_member): Correct checking loop.
16202         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
16203         OOM in getpwuid_r correctly.  Return error number when the caller
16204         should return, otherwise -1.
16205         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
16206         call returning > 0 value.
16207         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
16209 2010-06-07  Andreas Schwab  <schwab@redhat.com>
16211         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
16212         libc_nonshared.a from targets in modules-names.
16214 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
16216         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
16217         requires it.
16219 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
16221         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
16222         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
16223         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
16224         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
16226 2010-06-02  Andreas Schwab  <schwab@redhat.com>
16228         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
16230 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
16232         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
16233         and F_GETPIPE_SZ.
16234         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
16235         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
16236         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
16237         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
16238         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
16239         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
16241 2010-06-14  Roland McGrath  <roland@redhat.com>
16243         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
16245 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
16247         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
16248         __REDIRECT followed by __THROW.
16249         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
16250         * posix/getopt.h (getopt): Likewise.
16252 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
16254         * hurd/lookup-at.c (__file_name_lookup_at): Accept
16255         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
16256         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
16257         in AT_FLAGS.
16258         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
16259         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
16261 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
16263         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
16265 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
16267         [BZ #11640]
16268         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
16269         Properly check family and model.
16271 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
16273         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
16275 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
16277         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
16279 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
16281         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
16282         symbol reference.
16284 2010-05-19  Andreas Schwab  <schwab@redhat.com>
16286         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
16287         symbol reference.
16289 2010-05-21  Andreas Schwab  <schwab@redhat.com>
16291         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
16292         and internal_recvmmsg.
16293         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
16294         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
16295         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
16296         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
16298         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
16299         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
16300         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
16302 2010-05-20  Andreas Schwab  <schwab@redhat.com>
16304         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
16306 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
16308         POWER7 optimizations.
16309         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
16310         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
16312 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
16314         * version.h: Update for 2.13 development version.
16316 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
16318         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
16319         exceptions.  Return 0.
16321 2010-05-07  Roland McGrath  <roland@redhat.com>
16323         * elf/ldconfig.c (main): Add a const.
16325 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
16327         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
16328         (args_options): Add no-idn option.
16329         (ahosts_keys_int): Add idn_flags to ai_flags.
16330         (parse_option): Handle 'i' option to clear idn_flags.
16332         * malloc/malloc.c (_int_free): Possible race in the most recently
16333         added check.  Only act on the data if no current modification
16334         happened.
16336 See ChangeLog.17 for earlier changes.