Add ChangeLog ...
[glibc.git] / ChangeLog
blob0a70e8bdecdfa519119259cab70db02d5e2aabff
1 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
3         * scripts/list-sources.sh: Scan PORTS for translations.
4         * po/libc.pot: Regenerated.
6 2012-06-21  Andreas Jaeger  <aj@suse.de>
8         [BZ #12194]
9         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
10         warning.
11         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
12         * bits/byteswap-16.h (__bswap_16): Likewise.
13         * bits/byteswap.h (__bswap_constant_16): Likewise.
15 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
17         [BZ #14117]
18         * sysdeps/i386/fpu_control.h: Removed.
19         * sysdeps/x86_64/fpu_control.h: Moved to ...
20         * sysdeps/x86/fpu_control.h: Here.
22         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
23         (_FPU_SETCW): Likewise.
25 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
27         [BZ #14117]
28         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
29         * sysdeps/x86/fpu/bits/mathinline.h: This.
30         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
32         [BZ #14050]
33         [BZ #14117]
34         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
35         functions if __x86_64__ is defined.
37 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
39         * string/endian.h: Add !__ASSEMBLER__ condition for including
40         conversion interfaces.
42 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
44         [BZ #14241]
45         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
46         of ABS(x) in calculating zero to negative powers other than odd
47         integers.
48         * math/libm-test.inc (pow_test): Add more tests.
50 2012-06-15  Andreas Jaeger  <aj@suse.de>
52         * manual/contrib.texi (Contributors): Update entry of Liubov
53         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
54         Machado Filho.
56 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
58         * string/string.h: Add __wur to GNU version of strerror_r.
60 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
62         [BZ #14229]
63         * string/Makefile (tests): Add tst-strtok_r.
64         * string/tst-strtok_r.c: New file.
65         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
66         RAX_LP/RDX_LP on SAVE_PTR.
68 2012-06-14  Roland McGrath  <roland@hack.frob.com>
70         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
72 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
74         * libm_test.inc (csqrt_test): Allow more spurious underflow
75         exceptions.
76         (j0_test): Likewise.
77         (j1_test): Likewise.
78         (y0_test): Likewise.
79         (y1_test): Likewise.
81 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
83         * po/Makefile (libc.pot): Use UTF-8 charset.
85 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
87         [BZ #14210]
88         Suppress sign-conversion warning from FD_SET.
89         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
90         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
91         not unsigned long int.
92         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
94 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
96         [BZ #14050]
97         [BZ #14117]
98         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
99         __extern_always_inline instead of __extern_inline.
100         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
101         (__signbit): Likewise.
102         (__signbitl): Support C++ namespace.
103         (lrintf): New inline function.
104         (lrint): Likewise.
105         (llrintf): Likewise.
106         (llrint): Likewise.
107         (fmaxf): Likewise.
108         (fmax): Likewise.
109         (fminf): Likewise.
110         (fmin): Likewise.
111         (rint): Likewise.
112         (rintf): Likewise.
113         (ceil): Likewise.
114         (ceilf): Likewise.
115         (floor): Likewise.
116         (floorf): Likewise.
117         (nearbyint): Likewise.
118         (nearbyintf): Likewise.
120 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
122         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
123         non-default versions.
125 2012-06-11  Roland McGrath  <roland@hack.frob.com>
127         [BZ #14218]
128         * manual/argp.texi (Argp): Reword argp_parse description slightly.
130 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
132         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
133         (FE_UPWARD, FE_DOWNWARD): Don't define.
134         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
135         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
137         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
138         reading it.
139         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
140         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
142 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
144         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
145         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
146         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
147         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
149 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
151         [BZ #14117]
152         * sysdeps/i386/fpu/bits/fenv.h: Removed.
153         * sysdeps/i386/fpu/Implies: New file.
154         * sysdeps/x86_64/fpu/Implies: Likewise.
155         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
156         * sysdeps/x86/fpu/bits/fenv.h: This.
158         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
159         __SSE_MATH__.
161 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
163         [BZ #14134]
164         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
165         character 0xffff that matches the last element of the
166         conversion table.
168 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
170         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
171         fmodl commit.
173 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
175         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
176         values higher than 25.6283.
178 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
180         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
181         subnormal exponent extraction and add some __builtin_expect.
182         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
183         Fix for subnormal mantissa calculation.
185 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
187         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
188         cpu2 is -1 and errno is not ENOSYS.
190 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
192         [BZ #14117]
193         * sysdeps/i386/i486/bits/string.h: Renamed to ...
194         * sysdeps/x86/bits/string.h: This.
195         * sysdeps/x86_64/bits/string.h: Removed.
197         * sysdeps/i386/i486/bits/string.h: Define inline functions only
198         if not compiling for x86-64, but compiling for >= i486.
200         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
201         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
203         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
204         New macro from Linux kernel 3.4.0.
205         (FP_XSTATE_MAGIC2): Likewise.
206         (FP_XSTATE_MAGIC2_SIZE): Likewise.
207         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
208         (struct _fpx_sw_bytes): New struct.
209         (struct _xsave_hdr): Likewise.
210         (struct _ymmh_state): Likewise.
211         (struct _xstate): Likewise.
213         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
214         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
215         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
216         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
217         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
218         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
220         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
221         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
222         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
223         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
224         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
225         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
227 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
229         [BZ #13743]
230         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
231         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
232         (sysdep_headers): Include sys/platform/ppc.h.
233         * sysdeps/powerpc/test-gettimebase.c: Test for
234         __ppc_get_timebase() to catch future ISA opcode/insn changes.
235         * manual/Makefile (appendices): Include platform.texi.
236         * manual/contrib.texi (Contributors): Update @node pointers.
237         * manual/maint.texi (Maintenance): Likewise.
238         (Platform): New node.
239         * manual/platform.texi: New file.  Document the new features.
241 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
242             Jakub Jelinek  <jakub@redhat.com>
244         [BZ #14188]
245         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
246         where __builtin_expect is unavailable.
248 2012-06-03  David S. Miller  <davem@davemloft.net>
250         * stdlib/longlong.h: Updated from GCC.
252 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
254         [BZ #14042]
255         * sysdeps/powerpc/powerpc32/mcount.c: New file.
256         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
257         __mcount_internal.
258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
259         (GLIBC_2.16): Likewise.
261 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
263         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
265 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
268         (default-abi): New variable.
269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
270         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
271         variable.
272         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
273         Likewise.
274         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
275         Likewise.
276         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
277         Likewise.
279         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
280         definition.  Document in comment.
282 2012-06-01  David S. Miller  <davem@davemloft.net>
284         * stdlib/longlong.h: Updated from GCC.
286 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
288         [BZ #14117]
289         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
290         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
291         sys/debugreg.h sys/io.h here.
292         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
293         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
294         sys/io.h.
295         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
296         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
297         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
298         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
299         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
300         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
302         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
303         Define only if __x86_64__ is defined.
305 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
307         [BZ #14048]
308         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
309         Use int64_t for variable i.
310         * math/libm-test.inc (fmod_test): Add more tests.
312         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
313         z computation is not scheduled after fetestexcept.
314         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
315         Use math_force_eval instead of asm to ensure calculation scheduled
316         before exception test.
317         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
318         Ensure a1 + u.d computation is not scheduled after fetestexcept.
320 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
322         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
323         computation is not scheduled after fetestexcept.
325 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
327         [BZ #14117]
328         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
329         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
331 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
333         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
334         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
336 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
338         [BZ #14117]
339         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
340         <bits/wordsize.h>.
341         (__WCHAR_MIN): Support __WORDSIZE == 64.
342         (__WCHAR_MAX): Likewise.
344         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
345         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
347         [BZ #14183]
348         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
349         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
351         [BZ #14117]
352         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
353         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
355         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
356         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
358         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
359         Defined to 1 if __x86_64__ isn't defined.
360         (_STAT_VER_LINUX_OLD): New.
361         (st_atime): Remove duplicate.
362         (st_mtime): Likewise.
363         (st_ctime): Likewise.
365 2012-05-31  David S. Miller  <davem@davemloft.net>
367         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
368         entries.
370 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
372         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
373         gen-libm-test.pl.
375         [BZ #14132]
376         * elf/dl-reloc.c: Include <_itoa.h>.
377         (_dl_reloc_bad_type): Remove use of INTUSE.
378         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
379         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
380         * stdio-common/psiginfo.c (psiginfo): Likewise.
381         * stdio-common/psignal.c (psignal): Likewise.
382         * string/strsignal.c (strsignal): Likewise.
383         * include/signal.h (_sys_siglist): Declare hidden proto.
384         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
385         INTVARDEF with libc_hidden_data_def.
386         * stdio-common/itoa-udigits.c: Likewise.
387         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
388         (_itoa_lower_digits_internal): Remove declaration.
389         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
390         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
391         (_sys_sigabbrev_internal): Remove aliases.
392         (_sys_siglist): Define hidden alias.
394 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
396         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
397         bits/sysctl.h.
399 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
401         [BZ #14117]
402         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
403         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
405         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
406         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
407         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
408         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
409         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
410         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
412         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
413         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
414         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
416         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
417         with __addr.
418         (insw): Likewise.
419         (insl): Likewise.
420         (outsb): Likewise.
421         (outsw): Likewise.
422         (outsl): Likewise.
424         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
425         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
426         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
428         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
429         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
430         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
431         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
432         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
433         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
435         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
436         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
438         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
439         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
441         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
442         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
443         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
445         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
446         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
447         to ...
448         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
450         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
451         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
452         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
454         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
455         for x86-64.
456         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
458 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
460         * math/math.h (M_El): Use two more decimal places.
461         (M_LOG2El): Likewise.
462         (M_LOG10El): Likewise.
463         (M_LN2l): Likewise.
464         (M_LN10l): Likewise.
465         (M_PIl): Likewise.
466         (M_PI_2l): Likewise.
467         (M_PI_4l): Likewise.
468         (M_1_PIl): Likewise.
469         (M_2_PIl): Likewise.
470         (M_2_SQRTPIl): Likewise.
471         (M_SQRT2l): Likewise.
472         (M_SQRT1_2l): Likewise.
474 2012-05-31  David S. Miller  <davem@davemloft.net>
476         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
477         values between float registers.
478         * sysdeps/sparc/sparc64/memset.S: Likewise.
479         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
481 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
483         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
484         -D_FORTIFY_SOURCE=1.
485         (CPPFLAGS-tst-longjmp_chk.c): Define.
486         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
487         (CPPFLAGS-tst-longjmp_chk2.c): Define.
488         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
489         CFLAGS-tst-wchar-h.c.
491 2012-05-31  Marek Polacek  <polacek@redhat.com>
493         [BZ #14132]
494         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
495         __endmntent_internal): Remove declaration.
496         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
497         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
498         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
500 2012-05-30  David S. Miller  <davem@davemloft.net>
502         * sysdeps/sparc/sparc32/soft-fp/q_util.c
503         (___Q_simulate_exceptions): Use real FP ops rather than writing
504         into the %fsr.
505         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
506         Likewise.
508 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
510         [BZ #14117]
511         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
512         * sysdeps/x86/bits/xtitypes.h: This.
514         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
515         * sysdeps/x86/bits/wordsize.h: This.
517         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
518         * sysdeps/x86/bits/huge_vall.h: This.
520         * sysdeps/i386/bits/select.h: Removed.
521         * sysdeps/x86_64/bits/select.h: Renamed to ...
522         * sysdeps/x86/bits/select.h: This.
524         * sysdeps/i386/bits/setjmp.h: Removed.
525         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
526         * sysdeps/x86/bits/setjmp.h: This.
528         * sysdeps/i386/bits/mathdef.h: Removed.
529         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
530         * sysdeps/x86/bits/mathdef.h: This.
532 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
534         [BZ #14132]
535         * include/sys/socket.h (__connect_internal)
536         (__libc_sa_len_internal): Remove declaration.
537         (__connect, __libc_sa_len): Declare hidden_proto.
538         (SA_LEN): Remove use of INTUSE.
539         * socket/connect.c: Add libc_hidden_def.
540         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
541         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
542         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
543         alias.
544         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
545         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
546         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
547         of adding _internal alias.
549 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
551         [BZ #14117]
552         * sysdeps/i386/bits/link.h: Removed.
553         * sysdeps/i386/bits/linkmap.h: Likewise.
554         * sysdeps/x86_64/bits/link.h: Renamed to ...
555         * sysdeps/x86/bits/link.h: This.
556         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
557         * sysdeps/x86/bits/linkmap.h: This.
559         * sysdeps/i386/bits/endian.h: Removed.
560         * sysdeps/x86_64/bits/endian.h: Renamed to ...
561         * sysdeps/x86/bits/endian.h: This.
563         * sysdeps/i386/bits/byteswap.h: Removed.
564         * sysdeps/i386/bits/byteswap-16.h: Likewise.
565         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
566         * sysdeps/x86/bits/byteswap.h: This.
567         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
568         * sysdeps/x86/bits/byteswap-16.h: This.
569         * sysdeps/i386/Implies: Add x86.
570         * sysdeps/x86_64/Implies: Likewise.
572 2012-05-30  David S. Miller  <davem@davemloft.net>
574         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
575         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
576         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
577         (FP_TRAPPING_EXCEPTIONS): Define.
578         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
579         (FP_TRAPPING_EXCEPTIONS): Define.
580         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
581         subnormals only when inexact has been signalled or underflow
582         exceptions are enabled.
583         (_FP_PACK_CANONICAL): Likewise.
585 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
587         [BZ #14183]
588         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
589         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
591 2012-05-30  Richard Henderson  <rth@twiddle.net>
593         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
594         with #ifndef NOT_IN_libc.
596         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
597         marked to avoid plt entry.
599 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
601         [BZ #14112]
602         * Makeconfig (default-abi): New macro.
603         (abi-includes): Likewise.
604         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
605         $(abi-$(default-abi)-lib-soname) for soname if defined.
606         ($(common-objpfx)gnu/lib-names.stmp): Generate from
607         abi-variants.
608         * Makefile (installed-stubs): Likewise.
609         * include/stubs-biarch.h: Removed.
610         * scripts/lib-names.awk: Only handle one library at a time.
611         * scripts/soversions.awk: Remove WORDSIZE support.
612         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
613         entries.
614         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
615         Removed.
616         (syscall-list-default-condition): Likewise.
617         (syscall-list-default-condition): Likewise.
618         (syscall-list-includes): Likewise.
619         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
620         syscall-list-* with abi-*.  Handle undefined abi-variants.
621         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
622         * sysdeps/unix/sysv/linux/i386/Implies: New file.
623         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
624         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
625         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
626         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
627         Removed.
628         (syscall-list-32-options): Likewise.
629         (syscall-list-32-condition): Likewise.
630         (syscall-list-64-options): Likewise.
631         (syscall-list-64-condition): Likewise.
632         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
633         macro.
634         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
635         Renamed to ...
636         (abi-*): This.
637         (abi-64-ld-soname): New macro.
638         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
639         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
640         Renamed to ...
641         (abi-*): This.
642         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
643         * sysdeps/x86_64/x32/shlib-versions: Likewise.
645 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
647         * sysdeps/unix/sysv/linux/kernel-features.h
648         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
649         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
650         include <kernel-features.h>.
651         [!__NR_ftruncate64]: Remove conditional code.
652         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
653         [__NR_ftruncate64]: Make code unconditional.
654         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
655         * sysdeps/unix/sysv/linux/truncate64.c: Do not
656         include <kernel-features.h>.
657         [!__NR_ftruncate64]: Remove conditional code.
658         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
659         [__NR_ftruncate64]: Make code unconditional.
660         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
662         include <kernel-features.h>.
663         [!__NR_ftruncate64]: Remove conditional code.
664         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
665         [__NR_ftruncate64]: Make code unconditional.
666         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
668         include <kernel-features.h>.
669         [!__NR_ftruncate64]: Remove conditional code.
670         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
671         [__NR_ftruncate64]: Make code unconditional.
672         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
674         * configure.in (libc_cv_fpie): Weaken to a compile test using
675         LIBC_TRY_CC_OPTION.
676         * configure: Regenerated.
678 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
680         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
681         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
682         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
683         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
684         Refreshed.
685         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
686         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
687         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
688         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
689         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
690         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
691         Refreshed.
693 2012-05-27  David S. Miller  <davem@davemloft.net>
695         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
696         (___Q_zero): New.
697         (__Q_simulate_exceptions): Return void.  Change to simulate
698         exceptions by writing into the %fsr.
699         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
700         (__Qp_handle_exceptions): Likewise.
701         (numbers): Delete.
702         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
703         __Qp_handle_exceptions.
704         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
705         __Qp_handle_exceptions.
706         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
707         as unused and give dummy FP_RND_NEAREST initializer.
708         (FP_INHIBIT_RESULTS): Define.
709         (___Q_simulate_exceptions): Update declaration.
710         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
711         formatting.
712         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
713         as unused and give dummy FP_RND_NEAREST initializer.
714         (__Qp_handle_exceptions): Update declaration.
715         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
716         formatting.
718 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
720         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
721         the temporary FPU control word.
722         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
723         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
724         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
725         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
726         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
727         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
728         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
729         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
730         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
731         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
732         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
734 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
736         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
737         fields.
739 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
741         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
742         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
743         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
744         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
745         Likewise.
746         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
747         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
748         Likewise.
750 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
752         * po/h.po: Update from translation team.
754 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
756         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
758         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
759         handling of denormals.
760         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
761         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
762         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
763         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
764         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
765         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
766         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
767         Likewise.
769 2012-05-26  Marek Polacek  <polacek@redhat.com>
771         [BZ #14152]
772         * math/libm-test.inc (fma_test): Don't always expect underflow
773         exception.
775 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
777         [BZ #12416]
778         * elf/tst-execstack.c: Include stackinfo.h.
779         (do_test): Adjust test case to ensure that pthread_getattr_np
780         behaviour remains the same after marking stack executable.
782 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
784         * sysdeps/unix/sysv/linux/kernel-features.h
785         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
786         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
787         kernel-features.h.
788         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
789         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
790         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
791         kernel-features.h.
792         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
793         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
795 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
797         * configure.in: Define the default includes to being none.
798         * configure: Regenerated.
800 2012-05-25  Roland McGrath  <roland@hack.frob.com>
802         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
803         * sysdeps/x86_64/setjmp.S: Likewise.
804         * sysdeps/i386/bsd-setjmp.S: Likewise.
805         * sysdeps/i386/bsd-_setjmp.S: Likewise.
806         * sysdeps/i386/setjmp.S: Likewise.
807         * sysdeps/i386/__longjmp.S: Likewise.
808         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
809         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
811         * include/stap-probe.h: New file.
812         * configure.in: Handle --enable-systemtap.
813         * configure: Regenerated.
814         * config.h.in (USE_STAP_PROBE): New #undef.
815         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
816         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
817         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
819 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
821         [BZ #13717]
822         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
823         to 2.4.0 where earlier.
824         * sysdeps/unix/sysv/linux/configure: Regenerated.
825         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
826         <kernel-features.h>.
827         [__ASSUME_32BITUIDS]: Make code unconditional.
828         [!__ASSUME_32BITUIDS]: Remove conditional code.
829         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
830         <kernel-features.h>.
831         [__ASSUME_32BITUIDS]: Make code unconditional.
832         [!__ASSUME_32BITUIDS]: Remove conditional code.
833         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
834         [__ASSUME_32BITUIDS]: Make code unconditional.
835         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
836         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
837         <kernel-features.h>.
838         [__ASSUME_32BITUIDS]: Make code unconditional.
839         [!__ASSUME_32BITUIDS]: Remove conditional code.
840         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
841         <kernel-features.h>.
842         [__ASSUME_32BITUIDS]: Make code unconditional.
843         [!__ASSUME_32BITUIDS]: Remove conditional code.
844         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
845         <kernel-features.h>.
846         [__ASSUME_32BITUIDS]: Make code unconditional.
847         [!__ASSUME_32BITUIDS]: Remove conditional code.
848         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
849         <kernel-features.h>.
850         [__ASSUME_32BITUIDS]: Make code unconditional.
851         [!__ASSUME_32BITUIDS]: Remove conditional code.
852         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
853         <kernel-features.h>.
854         [__ASSUME_32BITUIDS]: Make code unconditional.
855         [!__ASSUME_32BITUIDS]: Remove conditional code.
856         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
857         <kernel-features.h>.
858         [__ASSUME_32BITUIDS]: Make code unconditional.
859         [!__ASSUME_32BITUIDS]: Remove conditional code.
860         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
861         <kernel-features.h>.
862         [__ASSUME_32BITUIDS]: Make code unconditional.
863         [!__ASSUME_32BITUIDS]: Remove conditional code.
864         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
865         <kernel-features.h>.
866         [__ASSUME_32BITUIDS]: Make code unconditional.
867         [!__ASSUME_32BITUIDS]: Remove conditional code.
868         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
869         <kernel-features.h>.
870         [__ASSUME_32BITUIDS]: Make code unconditional.
871         [!__ASSUME_32BITUIDS]: Remove conditional code.
872         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
873         <kernel-features.h>.
874         [__ASSUME_32BITUIDS]: Make code unconditional.
875         [!__ASSUME_32BITUIDS]: Remove conditional code.
876         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
877         <kernel-features.h>.
878         [__NR_setresgid] (__setresgid): Do not declare.
879         [__ASSUME_32BITUIDS]: Make code unconditional.
880         [!__ASSUME_32BITUIDS]: Remove conditional code.
881         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
882         <kernel-features.h>.
883         [__NR_setresuid] (__setresuid): Do not declare.
884         [__ASSUME_32BITUIDS]: Make code unconditional.
885         [!__ASSUME_32BITUIDS]: Remove conditional code.
886         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
887         <kernel-features.h>.
888         [__ASSUME_32BITUIDS]: Make code unconditional.
889         [!__ASSUME_32BITUIDS]: Remove conditional code.
890         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
891         <kernel-features.h>.
892         [__ASSUME_32BITUIDS]: Make code unconditional.
893         [!__ASSUME_32BITUIDS]: Remove conditional code.
894         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
895         <kernel-features.h>.
896         [__ASSUME_32BITUIDS]: Make code unconditional.
897         [!__ASSUME_32BITUIDS]: Remove conditional code.
898         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
899         <kernel-features.h>.
900         [__ASSUME_32BITUIDS]: Make code unconditional.
901         [!__ASSUME_32BITUIDS]: Remove conditional code.
902         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
903         <kernel-features.h>.
904         [__ASSUME_32BITUIDS]: Make code unconditional.
905         [!__ASSUME_32BITUIDS]: Remove conditional code.
906         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
907         <kernel-features.h>.
908         [__ASSUME_32BITUIDS]: Make code unconditional.
909         [!__ASSUME_32BITUIDS]: Remove conditional code.
910         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
911         <kernel-features.h>.
912         [__ASSUME_32BITUIDS]: Make code unconditional.
913         [!__ASSUME_32BITUIDS]: Remove conditional code.
914         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
915         <kernel-features.h>.
916         [__ASSUME_32BITUIDS]: Make code unconditional.
917         [!__ASSUME_32BITUIDS]: Remove conditional code.
918         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
919         <kernel-features.h>.
920         [__ASSUME_32BITUIDS]: Make code unconditional.
921         [!__ASSUME_32BITUIDS]: Remove conditional code.
922         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
923         <kernel-features.h>.
924         [__ASSUME_32BITUIDS]: Make code unconditional.
925         [!__ASSUME_32BITUIDS]: Remove conditional code.
926         * sysdeps/unix/sysv/linux/kernel-features.h
927         (__ASSUME_SETRESUID_SYSCALL): Remove.
928         (__ASSUME_SETRESGID_SYSCALL): Likewise.
929         (__ASSUME_32BITUIDS): Likewise.
930         (__ASSUME_LDT_WORKS): Likewise.
931         (__ASSUME_O_DIRECTORY): Likewise.
932         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
933         architecture but not kernel version.
934         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
935         (__ASSUME_MMAP2_SYSCALL): Likewise.
936         (__ASSUME_STAT64_SYSCALL): Likewise.
937         (__ASSUME_IPC64): Likewise.
938         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
939         <kernel-features.h>.
940         [__ASSUME_32BITUIDS]: Make code unconditional.
941         [!__ASSUME_32BITUIDS]: Remove conditional code.
942         * sysdeps/unix/sysv/linux/opendir.c: Do not include
943         <kernel-features.h>.
944         [__ASSUME_O_DIRECTORY]: Make code unconditional.
945         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
946         132096]: Remove conditional code.
947         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
948         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
949         <kernel-features.h>.
950         [__ASSUME_32BITUIDS]: Make code unconditional.
951         [!__ASSUME_32BITUIDS]: Remove conditional code.
952         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
953         <kernel-features.h>.
954         [__ASSUME_32BITUIDS]: Make code unconditional.
955         [!__ASSUME_32BITUIDS]: Remove conditional code.
956         * sysdeps/unix/sysv/linux/setegid.c: Do not include
957         <kernel-features.h>.
958         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
959         unconditional.
960         (__setresgid): Do not declare.
961         [__ASSUME_32BITUIDS]: Make code unconditional.
962         [!__ASSUME_32BITUIDS]: Remove conditional code.
963         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
964         <kernel-features.h>.
965         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
966         unconditional.
967         (__setresuid): Do not declare.
968         [__ASSUME_32BITUIDS]: Make code unconditional.
969         [!__ASSUME_32BITUIDS]: Remove conditional code.
970         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
971         <kernel-features.h>.
972         [__ASSUME_32BITUIDS]: Make code unconditional.
973         [!__ASSUME_32BITUIDS]: Remove conditional code.
974         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
975         <kernel-features.h>.
976         [__ASSUME_32BITUIDS]: Make code unconditional.
977         [!__ASSUME_32BITUIDS]: Remove conditional code.
979 2012-05-25  Richard Henderson  <rth@twiddle.net>
981         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
982         dl_hwcap to ifunc resolver.
983         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
984         elf_ifunc_invoke.
985         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
986         dl_hwcap to ifunc resolver.
987         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
989 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
991         [BZ #14153]
992         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
993         for |x| <= 2**-26, not 2**-57.
994         * math/libm-test.inc (acos_test): Do not allow spurious underflow
995         exception.
997 2012-05-24  Jeff Law  <law@redhat.com>
999         * stdio-common/Makefile (tests): Add bug25.
1000         * stdio-common/bug25.c: New test.
1002 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
1004         [BZ #13576]
1005         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
1006         multiple of MALLOC_ALIGNMENT in size.
1007         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
1009 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
1011         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
1012         Require >= 256.
1013         (FILENAME_MAX): Use macro-int-constant.
1014         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
1015         (_IOFBF): Use macro-int-constant.
1016         (_IOLBF): Likewise.
1017         (_IONBF): Likewise.
1018         (SEEK_CUR): Likewise.
1019         (SEEK_END): Likewise.
1020         (SEEK_SET): Likewise.
1021         (TMP_MAX): Likewise.
1022         (EOF): Use macro-int-constant.  Require < 0.
1023         (NULL): Use macro-constant.  Require == 0.
1024         (stdin): Require type to be FILE *.
1025         (stdout): Likewise.
1026         (stderr): Likewise.
1027         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
1028         macro-int-constant.
1029         (EXIT_SUCCESS): Likewise.
1030         (NULL): Use macro-constant.  Require == 0.
1031         (RAND_MAX): Use macro-int-constant.
1032         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
1033         [C99-based standards] (strtof): Require function.
1034         [C99-based standards] (strtold): Likewise.
1035         [C99-based standards] (strtoll): Likewise.
1036         [C99-based standards] (strtoull): Likewise.
1037         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
1038         [ISO || ISO99 || ISO11] (limits.h): Likewise.
1039         [ISO || ISO99 || ISO11] (math.h): Likewise.
1040         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
1041         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
1042         [ISO || ISO99 || ISO11] (*_t): Do not allow.
1044 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
1046         [BZ #14132]
1047         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
1048         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
1049         * intl/dgettext.c (DCGETTEXT): Likewise.
1050         * intl/gettext.c (DCGETTEXT): Likewise.
1051         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
1052         * posix/regex_internal.h (gettext): Likewise.
1053         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
1054         Remove declaration.
1055         * include/argz.h (__argz_count_internal)
1056         (__argz_stringify_internal): Remove declaration.
1057         (__argz_count, __argz_stringify): Declare hidden proto.
1058         * intl/dcgettext.c: Remove use of INTDEF.
1059         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
1060         * string/argz-stringify.c: Likewise.
1061         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
1062         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
1063         Declare hidden proto.
1064         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
1065         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
1066         Declare hidden proto.
1067         * include/stdio.h (__asprintf_internal): Don't declare.
1068         (__asprintf): Don't define as macro.  Declare hidden proto.
1069         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
1070         (__fsetlocking): Declare hidden proto.
1071         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
1072         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
1073         hidden proto.
1074         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
1075         (_IO_setlinebuf): Remove use of INTUSE.
1076         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
1077         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
1078         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
1079         Remove declaration.
1080         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
1081         (_IO_do_flush): Remove use of INTUSE.
1082         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
1083         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
1084         (_IO_adjust_column, _IO_least_wmarker)
1085         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
1086         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
1087         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
1088         (_IO_default_doallocate, _IO_wdefault_doallocate)
1089         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
1090         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
1091         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
1092         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
1093         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
1094         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
1095         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
1096         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
1097         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
1098         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
1099         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
1100         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
1101         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
1102         proto.
1103         (_IO_flush_all_internal, _IO_adjust_column_internal)
1104         (_IO_default_uflow_internal, _IO_default_finish_internal)
1105         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
1106         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
1107         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
1108         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
1109         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
1110         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
1111         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
1112         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
1113         (_IO_file_close_internal, _IO_file_close_it_internal)
1114         (_IO_file_underflow_internal, _IO_file_overflow_internal)
1115         (_IO_file_init_internal, _IO_file_attach_internal)
1116         (_IO_file_fopen_internal, _IO_file_read_internal)
1117         (_IO_file_sync_internal, _IO_file_seek_internal)
1118         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
1119         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
1120         (_IO_str_underflow_internal, _IO_str_overflow_internal)
1121         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
1122         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
1123         (_IO_list_all_internal, _IO_link_in_internal)
1124         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
1125         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
1126         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
1127         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
1128         (_IO_do_write_internal, _IO_padn_internal)
1129         (_IO_getline_info_internal, _IO_getline_internal)
1130         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
1131         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
1132         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
1133         (_IO_vfscanf_internal, _IO_vfprintf_internal)
1134         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
1135         (_IO_init_internal, _IO_un_link_internal): Don't declare.
1136         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
1137         with libc_hidden_ver, remove use of INTUSE.
1138         * libio/genops.c: Likewise.
1139         * libio/freopen.c: Likewise.
1140         * libio/freopen64.c: Likewise.
1141         * libio/iofclose.c: Likewise.
1142         * libio/iofdopen.c: Likewise.
1143         * libio/iofflush.c: Likewise.
1144         * libio/iofflush_u.c: Likewise.
1145         * libio/iofgets.c: Likewise.
1146         * libio/iofgets_u.c: Likewise.
1147         * libio/iofopen.c: Likewise.
1148         * libio/iofopncook.c: Likewise.
1149         * libio/iofread.c: Likewise.
1150         * libio/iofread_u.c: Likewise.
1151         * libio/ioftell.c: Likewise.
1152         * libio/iofwrite.c: Likewise.
1153         * libio/iogetline.c: Likewise.
1154         * libio/iogets.c: Likewise.
1155         * libio/iogetwline.c: Likewise.
1156         * libio/iopadn.c: Likewise.
1157         * libio/iopopen.c: Likewise.
1158         * libio/ioseekoff.c: Likewise.
1159         * libio/ioseekpos.c: Likewise.
1160         * libio/iosetbuffer.c: Likewise.
1161         * libio/iosetvbuf.c: Likewise.
1162         * libio/ioungetc.c: Likewise.
1163         * libio/ioungetwc.c: Likewise.
1164         * libio/iovdprintf.c: Likewise.
1165         * libio/iovsprintf.c: Likewise.
1166         * libio/iovsscanf.c: Likewise.
1167         * libio/memstream.c: Likewise.
1168         * libio/obprintf.c: Likewise.
1169         * libio/oldfileops.c: Likewise.
1170         * libio/oldiofclose.c: Likewise.
1171         * libio/oldiofdopen.c: Likewise.
1172         * libio/oldiofopen.c: Likewise.
1173         * libio/oldiopopen.c: Likewise.
1174         * libio/oldstdfiles.c: Likewise.
1175         * libio/putc.c: Likewise.
1176         * libio/setbuf.c: Likewise.
1177         * libio/setlinebuf.c: Likewise.
1178         * libio/stdfiles.c: Likewise.
1179         * libio/strops.c: Likewise.
1180         * libio/vasprintf.c: Likewise.
1181         * libio/vscanf.c: Likewise.
1182         * libio/vsnprintf.c: Likewise.
1183         * libio/vswprintf.c: Likewise.
1184         * libio/wfiledoalloc.c: Likewise.
1185         * libio/wfileops.c: Likewise.
1186         * libio/wgenops.c: Likewise.
1187         * libio/wmemstream.c: Likewise.
1188         * libio/wstrops.c: Likewise.
1189         * libio/__fpurge.c: Likewise.
1190         * libio/__fsetlocking.c: Likewise.
1191         * assert/assert.c: Likewise.
1192         * debug/fgets_chk.c: Likewise.
1193         * debug/fgets_u_chk.c: Likewise.
1194         * debug/fread_chk.c: Likewise.
1195         * debug/fread_u_chk.c: Likewise.
1196         * debug/gets_chk.c: Likewise.
1197         * debug/obprintf_chk.c: Likewise.
1198         * debug/vasprintf_chk.c: Likewise.
1199         * debug/vdprintf_chk.c: Likewise.
1200         * debug/vsnprintf_chk.c: Likewise.
1201         * debug/vsprintf_chk.c: Likewise.
1202         * malloc/mtrace.c: Likewise.
1203         * misc/error.c: Likewise.
1204         * misc/syslog.c: Likewise.
1205         * stdio-common/asprintf.c: Likewise.
1206         * stdio-common/fxprintf.c: Likewise.
1207         * stdio-common/getw.c: Likewise.
1208         * stdio-common/isoc99_fscanf.c: Likewise.
1209         * stdio-common/isoc99_scanf.c: Likewise.
1210         * stdio-common/isoc99_vfscanf.c: Likewise.
1211         * stdio-common/isoc99_vscanf.c: Likewise.
1212         * stdio-common/isoc99_vsscanf.c: Likewise.
1213         * stdio-common/printf-prs.c: Likewise.
1214         * stdio-common/printf_fp.c: Likewise.
1215         * stdio-common/printf_fphex.c: Likewise.
1216         * stdio-common/printf_size.c: Likewise.
1217         * stdio-common/putw.c: Likewise.
1218         * stdio-common/scanf.c: Likewise.
1219         * stdio-common/sprintf.c: Likewise.
1220         * stdio-common/tmpfile.c: Likewise.
1221         * stdio-common/vfprintf.c: Likewise.
1222         * stdio-common/vfscanf.c: Likewise.
1223         * stdlib/strfmon_l.c: Likewise.
1224         * sunrpc/openchild.c: Likewise.
1225         * sunrpc/xdr_stdio.c: Likewise.
1226         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
1227         * sysdeps/mach/hurd/tmpfile.c: Likewise.
1229 2012-05-24  Roland McGrath  <roland@hack.frob.com>
1231         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
1233         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
1234         in the third column, to generate for the shared library an IFUNC
1235         that uses _dl_vdso_vsym.
1236         * Makerules (COMPILE.c, compile-stdin.c): New variables.
1237         * Makeconfig (object-suffixes-noshared): New variable.
1239         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
1240         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
1241         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
1242         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
1244         [BZ #14132]
1245         * include/sys/time.h (__gettimeofday): Remove macro.
1246         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
1247         * time/gettimeofday.c (__gettimeofday): Remove #undef.
1248         Remove INTDEF.
1249         (__gettimeofday): Add libc_hidden_def.
1250         (gettimeofday): Add libc_hidden_weak.
1251         * sysdeps/mach/gettimeofday.c: Likewise.
1252         * sysdeps/posix/gettimeofday.c: Likewise.
1253         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
1254         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
1255         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
1256         (__gettimeofday_internal): Remove strong_alias.
1257         (__gettimeofday): Add libc_hidden_def.
1258         (gettimeofday): Add libc_hidden_weak.
1259         * sysdeps/unix/syscalls.list (gettimeofday):
1260         Remove __gettimeofday_internal alias.
1262 2012-05-24  Daniel Jacobowitz  <drow@false.org>
1263             H.J. Lu  <hongjiu.lu@intel.com>
1265         [BZ #12495]
1266         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
1267         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
1268         (largebin_index_32_big): New.
1269         (largebin_index): Use it for 16-byte alignment.
1270         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
1271         correction with front_misalign.
1273 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
1275         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
1276         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
1277         Likewise.
1278         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
1279         Likewise.
1280         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
1281         Likewise.
1282         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
1283         Likewise.
1284         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
1285         Likewise.
1286         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
1287         Likewise.
1288         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
1289         Likewise.
1290         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
1291         Likewise.
1292         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
1293         Likewise.
1294         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
1295         Likewise.
1296         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
1297         Likewise.
1298         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
1299         Likewise.
1301         * scripts/data/c++-types-x32-linux-gnu.data: New file.
1302         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
1304 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
1306         [BZ #10846]
1307         [BZ #14036]
1308         * math/libm-test.inc (exp_test): Add test from bug 14036.
1309         (pow_test): Add test from bug 10846.
1311         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
1312         and other flags.
1313         (special_function): Do not include flags in test name.
1314         (parse_args): Likewise.
1315         * sysdeps/i386/fpu/libm-test-ulps: Update.
1316         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
1317         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
1318         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
1319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1321         * math/gen-libm-test.pl (%beautify): Add entries for underflow
1322         exceptions.
1323         * math/libm-test.inc ("Philosophy"): Update comment about
1324         exception testing.
1325         (UNDERFLOW_EXCEPTION): New macro.
1326         (UNDERFLOW_EXCEPTION_OK): Likewise.
1327         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
1328         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
1329         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
1330         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
1331         (INVALID_EXCEPTION_OK): Update value.
1332         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
1333         (OVERFLOW_EXCEPTION_OK): Likewise.
1334         (IGNORE_ZERO_INF_SIGN): Likewise.
1335         (test_exceptions): Handle underflow exceptions.
1336         (acos_test): Update for underflow exception expectations.
1337         (cexp_test): Likewise.
1338         (clog_test): Likewise.
1339         (clog10_test): Likewise.
1340         (csqrt_test): Likewise.
1341         (ctan_test): Likewise.
1342         (ctanh_test): Likewise.
1343         (exp_test): Likewise.
1344         (exp10_test): Likewise.
1345         (exp2_test): Likewise.
1346         (expm1_test): Likewise.
1347         (fma_test): Likewise.
1348         (j0_test): Likewise.
1349         (jn_test): Likewise.
1350         (nexttoward_test): Likewise.
1351         (pow_test): Likewise.
1352         (scalbn_test): Likewise.
1353         (scalbln_test): Likewise.
1354         (tan_test): Likewise.
1355         (y1_test): Likewise.
1356         * sysdeps/i386/fpu/libm-test-ulps: Update.
1357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1359 2012-05-23  David S. Miller  <davem@davemloft.net>
1361         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
1362         (__libc_sigaction): Remove unused local variables.
1364 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
1366         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
1368 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
1370         mktime: avoid signed integer overflow
1371         * time/mktime.c (__mktime_internal): Do not mishandle the case
1372         where diff == INT_MIN.
1374         mktime: simplify computation of average
1375         * time/mktime.c (ranged_convert): Use new time_t_avg function
1376         instead of rolling our own (probably-slower) code.
1378         mktime: do not assume signed right shift propagates sign bit
1379         * time/mktime.c (isdst_differ): New static function.
1380         (__mktime_internal): No need to normalize tm_isdst now.
1381         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
1382         tm_isdst values.
1384         mktime: merge another wrapv change from gnulib
1385         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
1386         from some compilers.
1388         mktime: remove incorrect attempt at unusual arithmetics
1389         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
1390         The code didn't really work on such machines anyway.
1391         (TYPE_MINIMUM): Assume two's complement.
1392         (twos_complement_arithmetic): Verify that long_int and time_t
1393         are two's complement (or unsigned, in the latter case).
1395         mktime: check signed shifts on long_int and time_t, too
1396         * time/mktime.c (SHR): Check that shifts work as desired
1397         on the types long_int and time_t too, as SHR is used on
1398         such types.
1400         mktime: do not assume 'long' is wide enough
1401         * time/mktime.c (verify): Move decl up.
1402         (long_int): New type.
1403         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
1404         to remove assumption in the code that 'long' is wide enough to
1405         store year values.  This assumption is not true on x32 and on
1406         some non-glibc platforms.
1408         mktime: merge wrapv change from gnulib
1409         * time/mktime.c (WRAPV): New macro.
1410         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
1411         (guess_time_tm, __mktime_internal): Do not assume that signed
1412         integer overflow wraps around; modern compilers generate code
1413         where this assumption is no longer valid.
1415 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
1417         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
1418         Replace "jmp L(pseudo_end)" with "ret".
1419         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
1420         Likewise.
1422 2012-05-23  Andreas Jaeger  <aj@suse.de>
1424         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
1425         * sysdeps/unix/sysv/linux/poll.c: Remove file.
1427 2012-05-23  Andreas Jaeger  <aj@suse.de>
1428             Maximilian Attems  <max@stro.at>
1430         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
1431         New macros.
1433 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
1435         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
1436         code so that pseudo_end is just ret and the stack pointer is
1437         correct also for static library in error case.
1439 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
1441         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
1442         move to syscalls.list.
1443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
1444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
1445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
1446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
1448         * manual/install.texi (Running make install): Do not mention Linux
1449         kernel version for which pt_chown is not needed.
1450         (Linux): Do not mention problems with nscd with 2.0 kernels.
1451         * INSTALL: Regenerated.
1453 2012-05-23  Andreas Jaeger  <aj@suse.de>
1455         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
1456         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
1457         macro.
1458         * sysdeps/unix/sysv/linux/s390/bits/mman.h
1459         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1460         * sysdeps/unix/sysv/linux/sh/bits/mman.h
1461         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1462         * sysdeps/unix/sysv/linux/i386/bits/mman.h
1463         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1464         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
1465         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1466         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
1467         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1468         * sysdeps/unix/sysv/linux/bits/in.h
1469         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
1471 2012-05-22  Roland McGrath  <roland@hack.frob.com>
1473         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
1474         (PREPARE_VERSION): Just use assert instead, it will be elided
1475         under [NDEBUG] anyway.
1477 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1479         * sysdeps/unix/sysv/linux/Makefile: Include
1480         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
1481         (sysdep_routines): Remove sysctl.
1482         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
1483         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
1484         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
1485         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
1486         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
1488 2012-05-22  Andreas Jaeger  <aj@suse.de>
1490         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
1491         that pseudo_end is just ret and the stack pointer is correct also
1492         for static library in error case.
1494 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1496         [BZ #14122]
1497         * nss/nsswitch.c (defconfig_entries): New variable.
1498         (__nss_database_lookup): Don't leak defconfig entries.
1499         (nss_parse_service_list): Don't leak on error paths.
1500         (free_database_entries): New function.
1501         (free_defconfig): New function.
1502         (free_mem): Move common code to free_database_entries.
1504 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1506         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
1507         Add arch_prctl.
1508         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
1510         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1511         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
1512         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
1513         New macro.
1514         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
1515         (INTERNAL_SYSCALL_TYPES): Likewise.
1516         (LOAD_ARGS_TYPES_[1-6]): Likewise.
1517         (LOAD_REGS_TYPES_[1-6]): Likewise.
1518         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
1519         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
1521 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1523         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
1524         copysignl for GLIBC_2_0.
1525         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
1526         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
1527         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
1528         logbl for GLIBC_2_0.
1529         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1530         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1532 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1534         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
1535         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
1537         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
1538         Use "neg %eax".
1540         * time/mktime.c: Update copyright years.
1542 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
1544         mktime: merge comment-quoting-style change from gnulib
1545         * time/mktime.c: Quote 'like this' in comments.
1546         The GNU coding standards suggest that we no longer quote `like this',
1547         as "`" and "'" are typically rendered asymmetrically nowadays.
1548         The typical gnulib style is to quote 'like this' when quoting
1549         code, and "like this" when quoting English.
1551         * time/mktime.c (compile-command): Add "-I.".
1553         mktime: merge mktime-internal.h change from gnulib
1554         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
1556         mktime: merge time_r change from gnulib
1557         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
1559         mktime: merge DEBUG change from gnulib
1560         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
1561         case system <time.h> has a #define.
1563         mktime: merge <sys/types.h> change from gnulib
1564         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
1565         since <time.t> is now guaranteed to define time_t.
1567         mktime: merge HAVE_CONFIG_H change from gnulib
1568         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
1570 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1572         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
1573         Use "neg %eax".
1575         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
1576         __rlim_t cast.
1577         (struct rusage): Use anonymous union to pad each field to
1578         __syscall_slong_t.
1580 2012-05-21  David S. Miller  <davem@davemloft.net>
1582         * Makefules (o-iterator): Remove .s cases.
1583         (compile-command.s): Delete.
1584         (COMPILE.s): Delete.
1585         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
1587 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
1589         * configure.in (libc_cv_predef_stack_protector): Only consider
1590         "foobar" and "__stack_chk_fail" lines in libc_undefs.
1591         * configure: Regenerated.
1593 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1595         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
1596         New macro.  Use R*LP on int and pointer.
1597         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
1598         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
1599         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
1600         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
1602         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
1603         [__WORDSIZE_TIME64_COMPAT32] instead of
1604         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
1605         (struct utmp): Likewise.
1606         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
1607         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
1608         Renamed to ...
1609         (__WORDSIZE_TIME64_COMPAT32): This.
1610         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
1611         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
1612         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
1613         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
1614         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
1615         (__WORDSIZE_TIME64_COMPAT32): New macro.
1617 2012-05-21  Andreas Jaeger  <aj@suse.de>
1619         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
1620         only if [SHARED]. Add prototype for __wcschr_ia32.
1622 2012-05-21  Roland McGrath  <roland@hack.frob.com>
1624         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
1625         of %rbp unmolested in the jmp_buf while mangling the low bits.
1626         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
1627         unmolested high bits of %rbp while demangling the low bits.
1628         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
1630 2012-05-21  Andreas Jaeger  <aj@suse.de>
1632         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
1633         * sunrpc/svc_simple.c: Use it for registerrpc.
1634         * sunrpc/xcrypt.c: Use it for passwd2des.
1636         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
1638 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1640         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
1641         Don't define if [__SYSCALL_WORDSIZE != 32].
1642         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
1643         New macro.
1645 2012-05-21  Bruno Haible  <bruno@clisp.org>
1646             Andreas Jaeger  <aj@suse.de>
1648         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
1649         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
1650         inptr and inend for must_buffer_ch.
1651         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
1652         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
1653         * stdio-common/Makefile (tests): Remove bug15.
1654         (bug15-ENV): Remove macro.
1655         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
1656         anymore.
1658 2012-05-19  Andreas Jaeger  <aj@suse.de>
1659             Roland McGrath  <roland@hack.frob.com>
1661         * manual/contrib.texi: Completely rewritten. It contains now an
1662         alphabetical list of contributors and their contributions.
1664 2012-05-21  Richard Henderson  <rth@twiddle.net>
1666         * misc/getauxval.c (__getauxval): Use unsigned long int.
1667         * misc/sys/auxv.h: Include <sys/cdefs.h>.
1668         (getauxval): Use unsigned long int.
1670 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1672         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
1674 2012-05-21  Roland McGrath  <roland@hack.frob.com>
1676         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
1677         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
1678         __alignof__ (long double).
1680 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1682         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1684 2012-05-20  Richard Henderson  <rth@twiddle.net>
1686         * misc/getauxval.c: New file.
1687         * misc/sys/auxv.h: New file.
1688         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
1689         (routines): Add getauxval.
1690         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
1691         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
1692         * elf/dl-sysdep.c (_dl_auxv): Remove.
1693         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
1694         * elf/dl-support.c (_dl_auxv): New variable.
1695         (_dl_aux_init): Initialize it.
1696         * manual/startup.texi (Auxiliary Vector): New node.
1697         * sysdeps/generic/bits/hwcap.h: New file.
1698         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
1699         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
1700         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
1701         * sysdeps/sparc/sysdep.h: ... here.  Include it.
1702         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
1703         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
1704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
1705         Update.
1706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
1707         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
1708         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
1709         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
1710         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
1711         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
1712         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
1713         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
1715 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1717         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1719 2012-05-19  David S. Miller  <davem@davemloft.net>
1721         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1723 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
1725         [BZ #14123]
1726         * math/s_ccosh.c: Include <float.h>
1727         (__ccosh): Avoid internal overflow calculating sinh and cosh
1728         values before multiplying by sin and cos values.
1729         * math/s_ccoshf.c: Likewise.
1730         * math/s_ccoshl.c: Likewise.
1731         * math/s_csin.c: Likewise.
1732         * math/s_csinf.c: Likewise.
1733         * math/s_csinl.c: Likewise.
1734         * math/s_csinh.c: Likewise.
1735         * math/s_csinhf.c: Likewise.
1736         * math/s_csinhl.c: Likewise.
1737         * math/libm-test.inc (ccos_test): Add more tests.
1738         (ccosh_test): Likewise.
1739         (csin_test): Likewise.
1740         (csinh_test): Likewise.
1741         * sysdeps/i386/fpu/libm-test-ulps: Update.
1742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1744 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
1746         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
1747         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
1749         * sysdeps/x86_64/x32/_itoa.h: Add comment.
1751 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
1753         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
1754         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
1755         * sysdeps/powerpc/soft-fp/Versions: Likewise.
1756         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
1757         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
1758         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
1759         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
1760         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
1761         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
1762         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
1763         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
1764         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
1765         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
1766         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
1767         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
1768         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
1769         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
1770         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
1771         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
1772         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
1773         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
1774         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
1775         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
1776         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
1777         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
1778         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
1779         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
1780         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
1781         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
1782         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
1783         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
1785 2012-05-18  Andreas Jaeger  <aj@suse.de>
1787         * csu/.gitignore: Delete.
1789 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
1791         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
1792         (timex): Use __syscall_slong_t.
1794 2012-05-18  Andreas Jaeger  <aj@suse.de>
1795             Carlos O'Donell  <carlos_odonell@mentor.com>
1797         * manual/install.texi (Configuring and compiling): Update
1798         description about files modified in the source directory.
1799         * INSTALL: Regenerated.
1801 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
1803         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
1804         value.  Use "or" to set return value to -1.
1805         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
1806         negate return value.
1808 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
1810         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
1811         CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
1812         failure if the compiler has Graphite support disabled.
1813         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
1814         Likewise.
1815         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
1816         CFLAGS-memmove.c): Likewise.
1817         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
1818         Likewise.
1820 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
1822         * sysdeps/x86_64/x32/_itoa.h: New file.
1824         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
1825         getdents system call only if kernel and user dirents have the
1826         same d_ino and d_off.
1828         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
1829         LLONG_MAX != LONG_MAX.
1830         (_itoa_word): Use _ITOA_WORD_TYPE on value.
1831         (_fitoa_word): Likewise.
1833         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
1834         years.
1835         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
1836         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
1837         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
1839         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
1840         include <bits/wordsize.h>.  Check __x86_64__ instead of
1841         __WORDSIZE.
1842         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
1843         if __x86_64__ is defined.  Use anonymous union on fpstate.
1845         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
1846         anonymous union.
1848 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
1850         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
1851         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
1852         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
1853         Refer to _rtld_local_ro instead of _rtld_global_ro.
1854         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
1855         Likewise.
1856         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
1857         Likewise.
1858         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
1859         Likewise.
1860         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
1861         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
1862         of _rtld_global, and rtld_progname instead of _dl_argv[0].
1864         * sysdeps/powerpc/powerpc32/dl-machine.c
1865         (__elf_machine_runtime_setup) [PROF]: Don't reference
1866         _dl_prof_resolve.
1868 2012-05-18  Andreas Jaeger  <aj@suse.de>
1870         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
1871         function only available for GCCs before 3.4 since GCC 3.4
1872         introduced a builtin.
1873         (lrint): Likewise.
1874         (llrintf): Likewise.
1875         (llrint): Likewise.
1876         (fmaxf): Likewise.
1877         (fmax): Likewise.
1878         (fminf): Likewise.
1879         (fmin): Likewise.
1880         (rint): Likewise.
1881         (rintf): Likewise.
1882         (nearbyint): Likewise.
1883         (nearbyintf): Likewise.
1884         (ceil): Likewise.
1885         (ceilf): Likewise.
1886         (floor): Likewise.
1887         (floorf): Likewise.
1889 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
1891         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
1892         on both fields and cast pointer to __syscall_ulong_t.
1894         * bits/types.h (__fsword_t): New type.
1895         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
1896         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
1897         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
1898         (__FSWORD_T_TYPE): Likewise.
1899         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
1900         (__FSWORD_T_TYPE): Likewise.
1901         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
1902         (__FSWORD_T_TYPE): Likewise.
1903         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
1904         (__FSWORD_T_TYPE): Likewise.
1905         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
1906         __SWORD_TYPE with __fsword_t.
1907         (statfs64): Likewise.
1909 2012-05-17  David S. Miller  <davem@davemloft.net>
1911         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
1913 2012-05-17  Andreas Jaeger  <aj@suse.de>
1915         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
1916         warning.
1918 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
1920         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
1922 2012-05-17  Andreas Jaeger  <aj@suse.de>
1924         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
1925         when it is used.
1927 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
1929         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
1931 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
1933         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
1934         * sysdeps/x86_64/tst-mallocalign1.c: New file.
1936 2012-05-17  Andreas Jaeger  <aj@suse.de>
1937             Carlos O'Donell  <carlos_odonell@mentor.com>
1939         [BZ #14059]
1940         * sysdeps/x86_64/multiarch/init-arch.h
1941         (bit_YMM_Usable): Rename to...
1942         (bit_AVX_Usable): ... this.
1943         (bit_FMA4_Usable): New macro.
1944         (bit_XMM_state): New macro.
1945         (bit_YMM_state): New macro.
1946         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
1947         [__ASSEMBLER__] (index_AVX_Usable): ... this.
1948         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
1949         (CPUID_OSXSAVE): New macro.
1950         (CPUID_AVX): New macro.
1951         (CPUID_FMA4): New macro.
1952         (index_YMM_Usable): Rename to...
1953         (index_AVX_Usable): ... this.
1954         (HAS_AVX): Use HAS_ARCH_FEATURE.
1955         (HAS_FMA4): Likewise.
1956         (HAS_YMM_USABLE): Remove.
1957         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1958         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
1959         are present.
1960         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
1961         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
1962         * sysdeps/x86_64/multiarch/Makefile: Likewise.
1963         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
1964         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
1966 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
1968         * math/libm-test.c: Support platforms without multiple rounding modes.
1969         * math/bug-nextafter.c: Support platforms without FP exceptions.
1970         * math/bug-nexttoward.c: Likewise.
1971         * math/test-fenv.c: Likewise.
1972         * math/test-misc.c: Likewise.
1973         * stdlib/bug-getcontext.c: Likewise.
1975 2012-05-17  Andreas Jaeger  <aj@suse.de>
1977         * manual/examples/search.c (critter_cmp): Change signature to
1978         avoid warnings.
1979         * manual/string.texi (Collation Functions): Likewise.
1981 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
1983         * bits/types.h: Fold copyright years.
1984         * bits/typesizes.h: Likewise.
1985         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
1986         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
1987         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
1988         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
1989         * time/time.h: Likewise.
1991 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
1993         [BZ #208]
1994         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
1995         in instead of returning them.  Return void.
1996         (__libc_mallinfo): Accumulate over all arenas.
1997         (__malloc_stats): Adjust for change in int_mallinfo interface.
1999 2012-05-16  Roland McGrath  <roland@hack.frob.com>
2001         [BZ #10375]
2002         * configure.in (NM): Add AC_CHECK_TOOL for it.
2003         (libc_extra_cflags): New substituted variable.
2004         Check for -fstack-protector being used implicitly.
2005         * configure: Regenerated.
2006         * config.make.in (config-extra-cflags): New variable,
2007         gets @libc_extra_cflags@.
2008         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
2010         [BZ #10375]
2011         * configure.in: Check for _FORTIFY_SOURCE being predefined.
2012         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
2013         * configure: Regenerated.
2014         * config.make.in (CPPUNDEFS): New substituted variable.
2015         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
2016         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
2017         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
2019 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2021         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
2022         (mq_attr): Use __syscall_slong_t.
2024 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2026         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
2027         Check __x86_64__ instead of __WORDSIZE.
2028         (_STAT_VER_LINUX): Likewise.
2029         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
2030         __syscall_ulong_t and __syscall_slong_t.
2031         (stat64): Likewise.
2033 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2035         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
2037 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2039         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
2041 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2043         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
2044         __syscall_ulong_t.
2046         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
2047         include <bits/wordsize.h>.  Check __x86_64__ instead of
2048         __WORDSIZE.
2049         (greg_t): Use "__extension__ long long int" if __x86_64__ is
2050         defined.
2051         (mcontext_t): Replace "unsigned long" with "unsigned long long".
2053         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
2054         include <bits/wordsize.h>.  Check __x86_64__ instead of
2055         __WORDSIZE.
2056         (user_regs_struct): Use "__extension__ unsigned long long"
2057         instead of "unsigned long" if __x86_64__ is defined.
2058         (user): Likewise.  Pad after pointer field if __ILP32__ is
2059         defined.
2061 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
2063         * configure.in (makeinfo): Require version 4.5 or later.  Allow
2064         versions 5 to 9.
2065         * configure: Regenerated.
2066         * manual/install.texi (texinfo): Increase version requirement to
2067         4.5 or later.
2068         * INSTALL: Regenerated.
2070         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
2072 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2074         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
2076         * sysdeps/x86_64/x32/ffs.c: New file.
2078         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
2079         __syscall_ulong_t.
2080         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
2081         defined.  Use __syscall_ulong_t.
2082         (shminfo): Use __syscall_ulong_t.
2083         (shm_info): Likewise.
2085         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
2086         __syscall_ulong_t.
2088         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
2089         <bits/wordsize.h>.
2090         (msgqnum_t): Use __syscall_ulong_t.
2091         (msglen_t): Likewise.
2092         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
2093         __syscall_ulong_t.
2095         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
2096         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
2098         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
2100         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
2101         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
2103         * sysvipc/sys/msg.h (msgbuf): Replace long int with
2104         __syscall_slong_t.
2106         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
2107         include <bits/wordsize.h>.  Check __x86_64__ instead of
2108         __WORDSIZE.
2110         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
2111         "unsigned long long int" if __x86_64__ is defined.
2112         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
2114         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
2115         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
2116         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
2118         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
2119         <stdint.h>.
2120         (GET_PC): Cast to uintptr_t first.
2121         (GET_FRAME): Likewise.
2122         (GET_STACK): Likewise.
2124         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
2125         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
2126         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
2127         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
2128         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
2129         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
2130         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
2131         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
2132         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
2133         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
2134         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
2135         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
2136         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
2137         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
2138         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
2139         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
2140         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
2141         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
2142         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
2143         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
2144         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
2145         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
2146         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
2147         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
2148         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
2149         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
2150         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
2151         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
2152         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
2154 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
2156         * Makerules (+depfiles): Also collect depfiles from .oS in
2157         $(extra-objs).
2158         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
2159         .oS, $(libnldbl-routines)).
2161         * Makerules (native-compile-mkdep-flags): Define.
2162         * sunrpc/Makefile (extra-objs): Add $(addprefix
2163         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
2164         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
2165         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
2166         calling $(make-target-directory).
2168 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2170         * bits/types.h (__snseconds_t): Removed.
2171         * time/time.h (struct timespec): Replace __snseconds_t with
2172         __syscall_slong_t.
2173         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
2174         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
2175         Likewise.
2176         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
2177         (__SNSECONDS_T_TYPE): Likewise.
2178         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
2179         (__SNSECONDS_T_TYPE): Likewise.
2180         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
2181         (__SNSECONDS_T_TYPE): Likewise.
2183 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2185         * sysdeps/mach/hurd/bits/typesizes.h
2186         (__SYSCALL_SLONG_TYPE): New macro.
2187         (__SYSCALL_ULONG_TYPE): Likewise.
2189 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2191         * bits/types.h (__syscall_slong_t): New type.
2192         (__syscall_ulong_t): Likewise.
2194         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
2195         (__SYSCALL_ULONG_TYPE): Likewise.
2196         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
2197         (__SYSCALL_SLONG_TYPE): Likewise.
2198         (__SYSCALL_ULONG_TYPE): Likewise.
2199         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
2200         (__SYSCALL_SLONG_TYPE): Likewise.
2201         (__SYSCALL_ULONG_TYPE): Likewise.
2202         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
2203         (__SYSCALL_SLONG_TYPE): Likewise.
2204         (__SYSCALL_ULONG_TYPE): Likewise.
2206 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2208         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
2209         Add sigaltstack-offsets.sym.
2210         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
2211         <sigaltstack-offsets.h>.
2212         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
2213         longjmp_msg pointer.
2214         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
2215         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
2216         signal stack.
2217         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
2219 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
2221         * elf/stackguard-macros.h: Remove file.
2222         * sysdeps/generic/stackguard-macros.h: New file.
2223         * sysdeps/i386/stackguard-macros.h: Likewise.
2224         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
2225         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
2226         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
2227         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
2228         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
2229         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
2230         * sysdeps/x86_64/stackguard-macros.h: Likewise.
2231         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
2232         <elf/stackguard-macros.h>.
2234         [BZ #14109]
2235         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
2236         __aligned__ in attribute.
2237         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
2238         (gregset_t): Likewise.
2240 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2242         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
2243         * sysdeps/x86_64/64/Implies-after: Here.  New file.
2244         * sysdeps/x86_64/x32/Implies-after: New file.
2246 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2248         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
2249         and access return value for _dl_profile_fixup.  Use R10_LP to
2250         load frame size.
2252 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2254         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
2256 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2258         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
2259         * sysdeps/x86_64/x32/sysdep.h: New file.
2261 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2263         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
2264         * sysdeps/x86_64/setjmp.S: Likewise.
2266 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2268         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
2269         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
2270         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
2271         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
2272         remove unused global constant.
2274 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
2276         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
2277         include of <not-cancel.h>.
2279 2012-05-15  Roland McGrath  <roland@hack.frob.com>
2281         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
2283 2012-05-15  Jeff Law  <law@redhat.com>
2284             Andreas Jaeger  <aj@suse.de>
2286         [BZ #13594]
2287         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
2288         out from...
2289         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
2290         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
2291         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
2292         code changing __hst_map_handle.map.
2294 2012-05-15  Roland McGrath  <roland@hack.frob.com>
2296         * configure.in (sysnames): Look for Implies-before and Implies-after
2297         files.
2298         * configure: Regenerated.
2300 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2302         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
2303         8-byte data alignment with LP_SIZE alignment.
2305 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2307         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
2308         into R10_LP.
2310 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2312         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
2314 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2316         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
2317         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
2318         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
2319         Likewise.
2320         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
2322 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2324         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
2325         (stackinfo_sub_sp): Likewise.
2327 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2329         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
2330         RAX_LP.
2332 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2334         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
2335         into R*_LP.
2337 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2339         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
2340         sizes into R*_LP.
2342 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2344         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
2346 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2348         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
2349         into R11_LP and load __x86_64_shared_cache_size_half into
2350         R8_LP.
2352 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2354         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
2355         R8_LP.
2357 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2359         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
2360         logb for POWER7.
2361         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
2362         logbf for POWER7.
2363         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
2364         logbl for POWER7.
2365         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
2366         powerpc32/power7/fpu/s_logb.c via #include.
2367         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
2368         powerpc32/power7/fpu/s_logbf.c via #include.
2369         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
2370         powerpc32/power7/fpu/s_logbl.c via #include.
2372 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
2374         * README.libm: Remove file.
2376 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2378         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
2379         count for x32.  Use R*_LP and omit operand-size suffix.
2381 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2383         * shlib-versions: Move x86_64-.*-linux.* entries to ...
2384         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
2385         * sysdeps/x86_64/x32/shlib-versions: New file.
2387 2012-05-14  Roland McGrath  <roland@hack.frob.com>
2389         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
2390         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
2391         Use _dl_fatal_printf instead.
2393 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
2395         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
2396         set if not set by the user.  Do not allow for being unset.
2397         * sysdeps/unix/sysv/linux/configure: Regenerated.
2399 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2401         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
2402         the `q' suffix from lea and replace .quad with ASM_ADDR.
2404 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2406         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
2407         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
2408         instead of $17.
2409         (PTR_DEMANGLE): Likewise.
2411 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2413         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
2414         (LP_OP): Likewise.
2415         (ASM_ADDR): Likewise.
2416         (RAX_LP): Likewise.
2417         (RBP_LP): Likewise.
2418         (RBX_LP): Likewise.
2419         (RCX_LP): Likewise.
2420         (RDI_LP): Likewise.
2421         (RSI_LP): Likewise.
2422         (RSP_LP): Likewise.
2423         (R8_LP): Likewise.
2424         (R9_LP): Likewise.
2425         (R10_LP): Likewise.
2426         (R10_LP): Likewise.
2427         (R11_LP): Likewise.
2428         (R12_LP): Likewise.
2429         (R13_LP): Likewise.
2430         (R14_LP): Likewise.
2431         (R15_LP): Likewise.
2433 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2435         * sysdeps/x86_64/x32/dl-machine.h: New file.
2437 2012-05-14  Andreas Jaeger  <aj@suse.de>
2439         * manual/Makefile (subdir): Remove export of subdir.
2440         (all): Remove target.
2441         (.PHONY): Remove all from list.
2442         (mkinstalldirs): Remove.
2443         (.PHONY): Remove installdirs from list.
2444         ($(inst_infodir)/libc.info): Use make-target-directory.
2445         (installdirs): Remove.
2446         (subdir_%): Remove.
2447         (glibc-targets): Remove.
2448         (lib): Remove.
2449         (stubs): Remove.
2450         ($(objpfx)stubs ../po/manual.pot): Remove.
2451         ($(objpfx)stamp%): Remove.
2452         (make-target-directory): Remove.
2453         (subdir_install): Remove.
2454         (routines): Remove.
2455         (aux): Remove.
2456         (sources): Remove.
2457         (objects): Remove.
2458         (headers): Remove.
2460         [BZ #13750]
2461         * manual/.gitignore: Remove, it's not needed anymore.
2462         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
2463         all files in it.
2464         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
2465         directory.
2466         (texis): Renamed to $(objpfx)texis.
2467         (texis-path): New, contains path to generated files.
2468         (chapters.%): Use texis-path for complete path, add extra argument
2469         libc-texinfo.sh.
2470         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
2471         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
2472         (summary,texi, stamp-summary): Use complete path of
2473         files. Generate files in build dir.
2474         (dir-add.texi): Build in build dir.
2475         (libm-err.texi,stamp-libm-err): Likewise.
2476         (version.texi, stamp-version): Likewise.
2477         (.%c.texi): Likewise.
2478         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
2479         (mostlyclean): Remove target.
2480         (realclean): Remove target.
2481         (generated): Add new variable with contents from mostlyclean and
2482         realclean, remove entries duplicated in common-mostlyclean, add
2483         stamp-libm-err and stamp-version.
2484         (generated-dirs): Add libc directory.
2485         ($(inst_infodir)/libc.info): Install files from build dir.
2487         * manual/install.texi (Configuring and compiling): Adjust since
2488         the info files are not part of the tar ball anymore.
2490 2012-05-14  Andreas Jaeger  <aj@suse.de>
2492         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
2493         variable.
2495 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
2497         [BZ #13717]
2498         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
2499         to 2.2.0 where earlier.
2500         * sysdeps/unix/sysv/linux/configure: Regenerated.
2501         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
2502         Remove conditional code.
2503         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
2504         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
2505         Remove conditional code.
2506         [!__NR_lchown]: Likewise.
2507         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
2508         [__NR_lchown]: Likewise.
2509         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
2510         comment referencing __ASSUME_LCHOWN_SYSCALL.
2511         * sysdeps/unix/sysv/linux/i386/sigaction.c
2512         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2513         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2514         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
2515         Remove conditional code.
2516         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
2517         (__protocol_available): Remove #if 0 code.
2518         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
2519         conditional code.
2520         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
2521         * sysdeps/unix/sysv/linux/kernel-features.h
2522         (__ASSUME_GETCWD_SYSCALL): Don't define.
2523         (__ASSUME_REALTIME_SIGNALS): Likewise.
2524         (__ASSUME_PREAD_SYSCALL): Likewise.
2525         (__ASSUME_PWRITE_SYSCALL): Likewise.
2526         (__ASSUME_POLL_SYSCALL): Likewise.
2527         (__ASSUME_LCHOWN_SYSCALL): Likewise.
2528         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
2529         non-SPARC.
2530         (__ASSUME_SIOCGIFNAME): Don't define.
2531         (__ASSUME_MSG_NOSIGNAL): Likewise.
2532         (__ASSUME_SENDFILE): Define unconditionally.
2533         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
2534         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
2535         conditional code.
2536         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
2537         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
2538         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
2539         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
2540         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
2541         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
2542         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
2543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
2544         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
2545         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2547         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
2548         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
2550         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2551         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2553         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2554         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
2556         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
2557         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
2559         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
2560         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
2562         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2563         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
2565         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2566         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2567         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
2568         Remove conditional code.
2569         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2570         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
2571         Remove conditional code.
2572         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2573         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
2574         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
2575         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
2576         Remove conditional code.
2577         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2578         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
2579         Remove conditional code.
2580         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2581         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
2582         Remove conditional code.
2583         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2584         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
2585         Remove conditional code.
2586         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2587         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
2588         Remove conditional code.
2589         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2590         * sysdeps/unix/sysv/linux/sh/pwrite64.c
2591         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2592         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2593         * sysdeps/unix/sysv/linux/sigaction.c
2594         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2595         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2596         * sysdeps/unix/sysv/linux/sigpending.c
2597         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2598         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2599         * sysdeps/unix/sysv/linux/sigprocmask.c
2600         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2601         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2602         * sysdeps/unix/sysv/linux/sigsuspend.c
2603         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2604         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2605         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
2606         (__libc_missing_rt_sigs): Remove.
2607         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
2608         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
2609         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
2610         Remove conditional code.
2611         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
2612         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
2613         return 1.
2614         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
2615         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
2616         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
2617         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
2619 2012-05-14  Andreas Jaeger  <aj@suse.de>
2621         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
2622         it's not used in glibc.
2623         (__coshm1): Likewise.
2624         (__acosh1p): Likewise.
2625         (__sgn): Likewise.
2627         * manual/string.texi (Copying and Concatenation): Add missing
2628         variable in concat example.
2629         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
2631 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2633         [BZ #14103]
2634         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
2635         __builtin_clzl with __builtin_clzll.
2637 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2639         [BZ #14104]
2640         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
2641         libc_freeres_ptr.
2643 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
2645         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
2646         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
2647         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
2648         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
2650 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
2652         * NEWS: Update ia64 info.
2654 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
2656         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
2657         used as bcopy.
2659 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
2661         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
2662         * sysdeps/unix/syscalls.list (dup3): Likewise.
2663         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
2664         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
2666 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
2668         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
2669         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
2671 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
2673         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
2674         thread pointer.
2675         (TLS_IE): Use mov/add instead of movq/addq to load thread
2676         pointer.
2677         (TLS_GD_PREFIX): New.
2678         (TLS_GD): Use it.
2680 2012-05-11  David S. Miller  <davem@davemloft.net>
2682         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
2683         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
2684         (_FPU_SETCW): Likewise.
2686 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
2688         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
2689         is 32-byte aligned.
2691 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
2693         [BZ #11837]
2694         * iconvdata/gb18030.c: Update tables.
2695         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
2696         characters specially.
2697         (BODY for TO_LOOP): Add encoding of missing ranges.
2699 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
2701         [BZ #13673]
2702         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
2703         * sysdeps/mach/hurd/dup3.c: Likewise.
2704         * sysdeps/mach/hurd/readlinkat.c: Likewise.
2705         * sysdeps/powerpc/memmove.c:: Likewise.
2707 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
2709         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
2710         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
2712 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
2714         * elf/elf.h (R_X86_64_RELATIVE64): New.
2715         (R_X86_64_NUM): Updated.
2716         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
2717         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
2718         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
2719         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
2720         tst-quad1pie tst-quad2pie
2721         (modules-names): Add tst-quadmod1 tst-quadmod2.
2722         ($(objpfx)tst-quad1): New dependency.
2723         ($(objpfx)tst-quad2): Likewise.
2724         ($(objpfx)tst-quad1pie): Likewise.
2725         ($(objpfx)tst-quad2pie): Likewise.
2726         * sysdeps/x86_64/tst-quad1.c: New file.
2727         * sysdeps/x86_64/tst-quad1pie.c: New file.
2728         * sysdeps/x86_64/tst-quad2.c: Likewise.
2729         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
2730         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
2731         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
2732         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
2733         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
2735 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2737         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
2738         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
2739         * streams/stropts.h (t_scalar_t): Define type.
2741         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
2742         (_PATH_PRESERVE): Set to "/var/lib".
2743         (_PATH_RWHODIR): Set to "/var/spool/rwho".
2745         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
2746         instead of int.
2748         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
2749         if __dir_mkfile succeeded.
2751         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
2752         checking for _hurd_dtablesize.  Unlock it right after having
2753         finished _hurd_dtable allocation.
2755 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2757         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
2758         * sysdeps/mach/hurd/configure: Regenerated.
2759         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
2760         special-casing to...
2761         * sysdeps/gnu/configure.in: ... this new file.
2762         * sysdeps/unix/sysv/linux/configure: Regenerated.
2763         * sysdeps/gnu/configure: New generated file.
2765         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
2766         for Linux: use nsec instead of usec, as well as:
2767         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
2768         members of type struct timespec.
2769         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
2770         New macros.
2771         (struct stat64): Likewise.
2772         (_STATBUF_ST_NSEC): New macro.
2773         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
2775         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
2776         __strtoul_internal rather than strtoul.
2778 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
2780         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
2781         and reject them.
2783 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2785         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
2786         which preserves existing values.
2787         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
2789 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
2791         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
2792         TIMEOUT values.  Return EINVAL for NFDS values either negative or
2793         greater than FD_SETSIZE.
2795 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2797         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
2798         allocated, call __vm_protect to finish enabling the existing space, and
2799         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
2800         allocate the remainder.
2802 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
2804         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
2805         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
2807 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2809         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
2810         sysdeps/mach/hurd/readlink.c.
2812         * posix/tst-sysconf.c (posix_options): Only use
2813         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
2814         _POSIX_SYNCHRONIZED_IO when they are defined
2815         * sysdeps/mach/hurd/bits/posix_opt.h:
2816         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
2817         (_XOPEN_REALTIME): Undefine macro.
2818         (_XOPEN_REALTIME_THREADS): Undefine macro.
2819         (_XOPEN_SHM): Undefine macro.
2820         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
2821         macro to -1.
2822         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
2823         macro to -1.
2824         (_POSIX_ASYNC_IO): Undefine macro.
2825         (_POSIX_PRIORITIZED_IO): Undefine macro.
2826         (_POSIX_SPIN_LOCKS): Define macro to -1.
2828         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
2829         SA_NODEFER, SA_RESETHAND.
2830         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
2831         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
2832         F_DUPFD_CLOEXEC.
2834 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2836         * elf/Makefile (pldd-modules): Define unconditionally.
2838 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2840         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
2842 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2844         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
2845         Return ENOENT when name is empty.
2846         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
2848 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2850         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
2852         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
2854 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2856         Fix mlock in all cases except non-readable pages.
2857         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
2858         instead of VM_PROT_ALL as parameter to __vm_wire function.
2860         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
2861         (__mkdir): When path is `/', just fail with EEXIST.
2862         * sysdeps/mach/hurd/mkdirat.c: Likewise.
2864 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2866         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
2867         <sys/uio.h> (for writev).
2868         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
2869         and <sys/param.h> (for MIN).
2871 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
2873         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
2874         REQUESTED_TIME.  Properly set the remaining time and return EINTR
2875         if interrupted.
2877 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2879         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
2880         Depend on against $(link-rpcuserlibs).
2882 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2884         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
2885         (__libc_stack_end): Do not use attribute_relro.
2886         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
2887         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
2888         to libthread-provided value.
2889         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
2890         attribute_relro.
2892 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2894         [BZ #3748]
2895         * bits/libc-lock.h (__libc_once_get): New macro.
2896         * sysdeps/mach/bits/libc-lock.h: Likewise.
2897         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
2898         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
2899         instead of using implementation details.
2901         * libio/fileops.c: Unconditionally include <kernel-features.h>.
2902         * libio/freopen.c: Likewise.
2903         * libio/freopen64.c: Likewise.
2904         * misc/syslog.c: Likewise.
2905         * nscd/connections.c: Likewise.
2906         * nscd/netgroupcache.c: Likewise.
2907         * sysdeps/posix/getcwd.c: Likewise.
2909 2012-05-10  Roland McGrath  <roland@hack.frob.com>
2911         * math/w_ilogbf.c: Add #include <limits.h>.
2913 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2915         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
2916         path instead of returning without unlocking.
2918         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
2919         immediate-write ioctls.
2920         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
2922 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2924         * sysdeps/mach/hurd/i386/init-first.c (init): Use
2925         __builtin_frame_address instead of making assumptions about the
2926         location of the return address relative to DATA.  Force early load of
2927         the return address.
2928         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
2929         __builtin_frame_address.
2931         dup3 for GNU Hurd.
2932         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
2933         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
2934         implement dup3 and do some further code clean-ups.
2935         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
2936         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
2938 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2940         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
2942         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
2943         HURD_CRITICAL_END around holding _hurd_dtable_lock.
2944         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
2945         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
2946         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
2947         d->port.lock.
2949         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
2950         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
2951         when handler == SIG_ERR, not when handler != SIG_ERR.
2953 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2955         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
2956         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
2957         definitions.
2959         accept4 for GNU Hurd.
2960         * include/sys/socket.h (__libc_accept4): New prototype.
2961         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
2962         to implement __libc_accept4.
2963         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
2964         __libc_accept4.
2965         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
2967         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
2968         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
2969         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
2970         signal-defines.sym.
2972 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2974         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
2976 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2978         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
2979         assertion on O_CLOEXEC flag.
2980         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
2981         * hurd/intern-fd.c: Likewise.
2982         * hurd/port2fd.c: Likewise.
2984 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2986         [BZ #3906]
2987         * bits/in.h (IPV6_PKTINFO): Define new macro.
2988         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
2990 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2992         [BZ #13954]
2993         [BZ #13955]
2994         [BZ #13956]
2995         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
2996         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
2997         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
2998         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
2999         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
3000         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
3001         * math/libm-test.inc (logb_test) : Additional logb tests.
3003 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
3004             Andreas Jaeger  <aj@suse.de>
3006         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
3007         * configure: Regenerated.
3008         * config.h.in (LINK_OBSOLETE_RPC): New macro.
3009         * config.make.in (link-obsolete-rpc): New substituted variable.
3010         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
3011         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
3012         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
3013         (shared-only-routines): Don't set it under [link-obsolete-rpc],
3014         so that libc.a contains the symbols.
3015         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
3016         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
3017         * sunrpc/auth_none.c: Likewise.
3018         * sunrpc/auth_unix.c: Likewise.
3019         * sunrpc/authdes_prot.c: Likewise.
3020         * sunrpc/authuxprot.c: Likewise.
3021         * sunrpc/clnt_gen.c: Likewise.
3022         * sunrpc/clnt_perr.c: Likewise.
3023         * sunrpc/clnt_raw.c: Likewise.
3024         * sunrpc/clnt_simp.c: Likewise.
3025         * sunrpc/clnt_tcp.c: Likewise.
3026         * sunrpc/clnt_udp.c: Likewise.
3027         * sunrpc/clnt_unix.c: Likewise.
3028         * sunrpc/des_crypt.c: Likewise.
3029         * sunrpc/des_soft.c: Likewise.
3030         * sunrpc/get_myaddr.c: Likewise.
3031         * sunrpc/key_call.c: Likewise.
3032         * sunrpc/key_prot.c: Likewise.
3033         * sunrpc/netname.c: Likewise.
3034         * sunrpc/pm_getmaps.c: Likewise.
3035         * sunrpc/pm_getport.c: Likewise.
3036         * sunrpc/pmap_clnt.c: Likewise.
3037         * sunrpc/pmap_prot.c: Likewise.
3038         * sunrpc/pmap_prot2.c: Likewise.
3039         * sunrpc/pmap_rmt.c: Likewise.
3040         * sunrpc/publickey.c: Likewise.
3041         * sunrpc/rpc_cmsg.c: Likewise.
3042         * sunrpc/rpc_common.c: Likewise.
3043         * sunrpc/rpc_dtable.c: Likewise.
3044         * sunrpc/rpc_prot.c: Likewise.
3045         * sunrpc/rpc_thread.c: Likewise.
3046         * sunrpc/rtime.c: Likewise.
3047         * sunrpc/svc.c: Likewise.
3048         * sunrpc/svc_auth.c: Likewise.
3049         * sunrpc/svc_raw.c: Likewise.
3050         * sunrpc/svc_run.c: Likewise.
3051         * sunrpc/svc_tcp.c: Likewise.
3052         * sunrpc/svc_udp.c: Likewise.
3053         * sunrpc/svc_unix.c: Likewise.
3054         * sunrpc/svcauth_des.c: Likewise.
3055         * sunrpc/xcrypt.c: Likewise.
3056         * sunrpc/xdr.c: Likewise.
3057         * sunrpc/xdr_array.c: Likewise.
3058         * sunrpc/xdr_float.c: Likewise.
3059         * sunrpc/xdr_intXX_t.c: Likewise.
3060         * sunrpc/xdr_mem.c: Likewise.
3061         * sunrpc/xdr_rec.c: Likewise.
3062         * sunrpc/xdr_ref.c: Likewise.
3063         * sunrpc/xdr_sizeof.c: Likewise.
3064         * sunrpc/xdr_stdio.c: Likewise.
3066 2012-05-10  Roland McGrath  <roland@hack.frob.com>
3068         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
3069         change.  Update copyright years.
3071 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
3073         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
3075 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
3076             Joseph Myers  <joseph@codesourcery.com>
3077             Paul Pluzhnikov  <ppluzhnikov@google.com>
3079         [BZ #14012]
3080         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
3081         requiring rpcgen.
3082         [cross-compiling] (extra-libs): Likewise.
3083         [cross-compiling] (extra-libs-others): Likewise.
3084         [cross-compiling] (librpcsvc-routines): Likewise.
3085         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
3086         [cross-compiling] (omit-deps): Likewise.
3087         (sunrpc-CPPFLAGS): New variable.
3088         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
3089         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
3090         (cross-rpcgen-objs): New variable.
3091         (extra-objs): Append $(cross-rpcgen-objs).
3092         ($(cross-rpcgen-objs)): New rule.
3093         ($(objpfx)cross-rpcgen): Likewise.
3094         (rpcgen-cmd): Define to use $(built-program-file).  Expand
3095         comment.
3096         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
3097         ($(objpfx)x%.stmp): Likewise.
3098         * sunrpc/proto.h [IS_IN_build] (_): Define.
3099         [IS_IN_build] (_libc_intl_domainname): Likewise.
3101 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
3103         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
3104         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
3105         and R_X86_64_TPOFF64.
3107 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
3109         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
3110         sysdeps/unix/sysv/syscalls.list.
3111         (stime): Likewise.
3112         (utime): Likewise.
3113         * sysdeps/unix/sysv/syscalls.list: Remove file.
3115 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
3117         [BZ #3440]
3118         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
3119         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
3120         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
3121         (__LC_IDENTIFICATION): Make these macros useful in #if
3122         expressions, as required by C99.
3124 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
3126         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
3127         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
3128         after this.
3130 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
3132         * stdlib/longlong.h: Updated from GCC.
3134 2012-05-09  Andreas Jaeger  <aj@suse.de>
3136         * nscd/nscd.c (run_modes): Make named enum, reorder so that
3137         default is first entry.
3138         (run_mode): Set type.
3139         (main): Remove informal message about syslog.
3140         (options): Fix typo.
3142         [BZ #14053]
3143         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
3144         to asm.
3145         (lrint): Likewise.
3146         (llrintf): Likewise.
3147         (llrint): Likewise.
3148         (rint): Likewise.
3149         (rintf): Likewise.
3150         (nearbyint): Likewise.
3151         (nearbyintf): Likewise.
3153 2012-05-09  Andreas Jaeger  <aj@suse.de>
3154             Pedro Alves  <palves@redhat.com>
3156         * nscd/nscd.c (run_mode): Use enum.
3157         (main): Cleanup coding style issue.
3159 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
3160             Andreas Jaeger  <aj@suse.de>
3162         * nscd/nscd.c (go_background): Replaced with...
3163         (run_mode): ... this.
3164         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
3165         (options): Add -F --foreground.
3166         (main): Implement it.
3167         (parse_opt): Parse it.
3169 2012-05-09  Andreas Jaeger  <aj@suse.de>
3171         [BZ #14083]
3172         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
3173         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
3174         -Wconversion warning.
3175         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
3176         Likewise.
3178 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
3180         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
3181         == 0.
3182         (LC_ALL): Use macro-int-constant.
3183         (LC_COLLATE): Likewise.
3184         (LC_CTYPE): Likewise.
3185         (LC_MESSAGES): Likewise.
3186         (LC_MONETARY): Likewise.
3187         (LC_NUMERIC): Likewise.
3188         (LC_TIME): Likewise.
3189         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
3190         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
3191         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3192         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
3193         Specify type.
3194         [C99-based standards] (float_t): Expect type.
3195         [C99-based standards] (double_t): Expect type.
3196         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
3197         type.
3198         [C99-based standards] (HUGE_VALL): Likewise.
3199         [C99-based standards] (INFINITY): Likewise.
3200         [C99-based standards] (NAN): Likewise.
3201         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
3202         [C99-based standards] (FP_NAN): Likewise.
3203         [C99-based standards] (FP_NORMAL): Likewise.
3204         [C99-based standards] (FP_SUBNORMAL): Likewise.
3205         [C99-based standards] (FP_ZERO): Likewise.
3206         [C99-based standards] (FP_FAST_FMA): Use
3207         optional-macro-int-constant.  Specify type.  Require == 1.
3208         [C99-based standards] (FP_FAST_FMAF): Likewise.
3209         [C99-based standards] (FP_FAST_FMAL): Likewise.
3210         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
3211         [C99-based standards] (FP_ILOGBNAN): Likewise.
3212         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
3213         Specify type.
3214         [C99-based standards] (MATH_ERREXCEPT): Likewise.
3215         [C99-based standards] (math_errhandling): Specify type.
3216         [ISO99 || ISO11] (signgam): Do not allow.
3217         [non-C99-based standards] (copysignf): Do not allow.
3218         [non-C99-based standards] (exp2f): Likewise.
3219         [non-C99-based standards] (log2f): Likewise.
3220         [non-C99-based standards] (modff): Allow.
3221         [non-C99-based standards] (erff): Do not allow.
3222         [non-C99-based standards] (erfcf): Likewise.
3223         [non-C99-based standards] (gammaf): Likewise.
3224         [non-C99-based standards] (hypotf): Likewise.
3225         [non-C99-based standards] (j0f): Likewise.
3226         [non-C99-based standards] (j1f): Likewise.
3227         [non-C99-based standards] (jnf): Likewise.
3228         [non-C99-based standards] (lgammaf): Likewise.
3229         [non-C99-based standards] (tgammaf): Likewise.
3230         [non-C99-based standards] (y0f): Likewise.
3231         [non-C99-based standards] (y1f): Likewise.
3232         [non-C99-based standards] (ynf): Likewise.
3233         [non-C99-based standards] (isnanf): Likewise.
3234         [non-C99-based standards] (acoshf): Likewise.
3235         [non-C99-based standards] (asinhf): Likewise.
3236         [non-C99-based standards] (atanhf): Likewise.
3237         [non-C99-based standards] (cbrtf): Likewise.
3238         [non-C99-based standards] (expm1f): Likewise.
3239         [non-C99-based standards] (ilogbf): Likewise.
3240         [non-C99-based standards] (log1pf): Likewise.
3241         [non-C99-based standards] (logbf): Likewise.
3242         [non-C99-based standards] (nextafterf): Likewise.
3243         [non-C99-based standards] (remainderf): Likewise.
3244         [non-C99-based standards] (rintf): Likewise.
3245         [non-C99-based standards] (scalbf): Likewise.
3246         [non-C99-based standards] (copysignl): Likewise.
3247         [non-C99-based standards] (exp2l): Likewise.
3248         [non-C99-based standards] (log2l): Likewise.
3249         [non-C99-based standards] (modfl): Allow.
3250         [non-C99-based standards] (erfl): Do not allow.
3251         [non-C99-based standards] (erfcl): Likewise.
3252         [non-C99-based standards] (gammal): Likewise.
3253         [non-C99-based standards] (hypotl): Likewise.
3254         [non-C99-based standards] (j0l): Likewise.
3255         [non-C99-based standards] (j1l): Likewise.
3256         [non-C99-based standards] (jnl): Likewise.
3257         [non-C99-based standards] (lgammal): Likewise.
3258         [non-C99-based standards] (tgammal): Likewise.
3259         [non-C99-based standards] (y0l): Likewise.
3260         [non-C99-based standards] (y1l): Likewise.
3261         [non-C99-based standards] (ynl): Likewise.
3262         [non-C99-based standards] (isnanl): Likewise.
3263         [non-C99-based standards] (acoshl): Likewise.
3264         [non-C99-based standards] (asinhl): Likewise.
3265         [non-C99-based standards] (atanhl): Likewise.
3266         [non-C99-based standards] (cbrtl): Likewise.
3267         [non-C99-based standards] (expm1l): Likewise.
3268         [non-C99-based standards] (ilogbl): Likewise.
3269         [non-C99-based standards] (log1pl): Likewise.
3270         [non-C99-based standards] (logbl): Likewise.
3271         [non-C99-based standards] (nextafterl): Likewise.
3272         [non-C99-based standards] (remainderl): Likewise.
3273         [non-C99-based standards] (rintl): Likewise.
3274         [non-C99-based standards] (scalbl): Likewise.
3275         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3276         [non-C99-based standards] (FP_*): Do not allow.
3277         [C99-based standards] (FP_*): Change to
3278         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
3279         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
3280         allow.
3281         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
3282         (SIG_ERR): Likewise.
3283         [X/Open-based standards] (SIG_HOLD): Likewise.
3284         (SIG_IGN): Likewise.
3285         (SIGABRT): Use macro-int-constant.  Specify type.  Require
3286         positive value.
3287         (SIGFPE): Likewise.
3288         (SIGILL): Likewise.
3289         (SIGINT): Likewise.
3290         (SIGSEGV): Likewise.
3291         (SIGTER): Likewise.
3292         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
3293         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
3294         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
3295         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
3296         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
3297         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
3298         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
3299         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
3300         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
3301         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
3302         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
3303         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
3304         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
3305         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
3306         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
3307         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
3308         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
3309         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
3310         [X/Open-based standards] (SIGTRAP): Likewise.
3311         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
3312         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
3313         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
3314         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
3315         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
3316         allow.
3318 2012-05-08  Ian Wienand  <ianw@vmware.com>
3320         [BZ #14080]
3321         * time/tzset.c (__tzset_parse_tz): Update default rules for
3322         daylight time changes in the Energy Policy Act of 2005.
3324 2012-05-09  Andreas Jaeger  <aj@suse.de>
3326         [BZ #13983]
3327         * elf/ldconfig.c (parse_conf): Change string to make clear that
3328         ldconfig only issued a warning if ld.so.conf does not exist.
3330 2012-05-08  David S. Miller  <davem@davemloft.net>
3332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
3333         movxtod instead of popping the value on the stack.
3335         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3337 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
3339         * config.h.in: Add HAVE_ARM_PCS_VFP.
3341 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
3343         [BZ #13979]
3344         * include/features.h: Warn if user requests __FORTIFY_SOURCE
3345         checking but the checks are disabled for any reason.
3347 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
3349         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
3350         and ELF64_R_TYPE with ELFW(R_TYPE).
3352 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
3354         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
3355         (ulimit): Likewise.
3357         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
3358         (settimeofday): Likewise.
3360 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
3362         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
3363         a struct th_u2 inside the union, and move tu_block/tu_code into
3364         a new th_u3 union of tu_block/tu_code inside of that.  Move
3365         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
3366         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
3367         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
3368         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
3369         (th_stuff): Change to th_u1.tu_stuff.
3370         (th_data): Define.
3371         (th_msg): Change to th_u1.th_u2.tu_data.
3373 2012-05-07  David S. Miller  <davem@davemloft.net>
3375         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3377         [BZ #14074]
3378         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
3379         (SETUP_PIC_REG): Use it.
3380         (SETUP_PIC_REG_LEAF): Use it.
3382 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
3384         [BZ #13885]
3385         [BZ #13923]
3386         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
3387         USE_AS_EXPM1L.
3388         (EXPL_FINITE): Likewise.
3389         (FLDLOG): Likewise.
3390         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
3391         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
3392         e_expl.S.
3393         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
3394         USE_AS_EXPM1L.
3395         (EXPL_FINITE): Likewise.
3396         (FLDLOG): Likewise.
3397         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
3398         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
3399         e_expl.S.
3400         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
3401         test of -max_value argument for long double.
3402         * sysdeps/i386/fpu/libm-test-ulps: Update.
3403         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3405 2012-05-06  David S. Miller  <davem@davemloft.net>
3407         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
3408         quad soft-float symbols whose references which are compiler
3409         generated.
3410         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
3412 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
3414         [BZ #13884]
3415         [BZ #13914]
3416         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
3417         USE_AS_EXP10L.
3418         (EXPL_FINITE): Likewise.
3419         (FLDLOG): Likewise.
3420         (c0): Likewise.
3421         (c1): Likewise.
3422         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
3423         Adjust comments for base varying.
3424         (__expl_finite): Change alias to EXPL_FINITE.
3425         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
3426         e_expl.S.
3427         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
3428         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
3429         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
3430         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
3431         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
3432         USE_AS_EXP10L.
3433         (EXPL_FINITE): Likewise.
3434         (FLDLOG): Likewise.
3435         (c0): Likewise.
3436         (c1): Likewise.
3437         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
3438         Adjust comments for base varying.
3439         (__expl_finite): Change alias to EXPL_FINITE.
3440         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
3441         tests for bugs.
3442         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3444         [BZ #14064]
3445         * math/libm-test.inc (check_float_internal): Correct ulp
3446         calculation for subnormal expected results.
3448 2012-05-06  Andreas Jaeger  <aj@suse.de>
3450         * Makeconfig (+math-flags): New, set to -frounding-math.
3451         (+cflags): Add +math-flags so that all of glibc gets compiled with
3452         it.
3454         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
3456 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
3458         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
3459         Disable one test.
3461         [BZ #13787]
3462         [BZ #13922]
3463         [BZ #14036]
3464         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
3465         (__ieee754_expl): Allow for and saturate large arguments.
3466         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
3467         (u_threshold): Likewise.
3468         (__exp): Call __ieee754_exp before checking for overflow and
3469         underflow.
3470         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
3471         (u_threshold): Likewise.
3472         (__expf): Call __ieee754_expf before checking for overflow and
3473         underflow.
3474         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
3475         (u_threshold): Likewise.
3476         (__expl): Call __ieee754_expl before checking for overflow and
3477         underflow.
3478         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
3479         (__ieee754_expl): Allow for and saturate large arguments.
3480         * math/libm-test.inc (exp_test): Add another test.  Do not allow
3481         missing overflow exception on overflow.
3482         (expm1_test): Do not allow missing overflow exception on overflow.
3484         * sysdeps/i386/fpu/e_expl.c: Move to ...
3485         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
3486         rather than using inline asm.
3487         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
3488         * sysdeps/x86_64/fpu/e_expl.S: Copy from
3489         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
3491         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
3492         (nice): Likewise.
3493         (poll): Likewise.
3494         (signal): Likewise.
3495         (time): Likewise.
3496         (times): Likewise.
3498 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
3500         * sysdeps/unix/syscalls.list (adjtime): Add entry from
3501         sysdeps/unix/common/syscalls.list.
3502         (fchmod): Likewise.
3503         (fchown): Likewise.
3504         (ftruncate): Likewise.
3505         (getrusage): Likewise.
3506         (gettimeofday): Likewise.
3507         (setpgid): Likewise.
3508         (setregid): Likewise.
3509         (setreuid): Likewise.
3510         (sigaction): Likewise.
3511         (truncate): Likewise.
3512         (vhangup): Likewise.
3513         * sysdeps/unix/common/syscalls.list: Remove file.
3514         * sysdeps/unix/bsd/Implies: Don't include unix/common.
3515         * sysdeps/unix/sysv/linux/Implies: Likewise.
3517 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
3519         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
3520         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
3521         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
3522         Moved to ...
3523         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
3524         Here.
3525         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
3526         to ...
3527         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
3528         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
3529         to ...
3530         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
3531         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
3532         to ...
3533         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
3534         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
3535         to ...
3536         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
3537         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
3538         to ...
3539         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
3540         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
3541         to ...
3542         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
3543         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
3544         to ...
3545         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
3546         Here.
3547         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
3548         to ...
3549         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
3550         Here.
3551         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
3552         to ...
3553         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
3554         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
3555         Moved to ...
3556         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
3557         Here.
3558         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
3559         to ...
3560         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
3562 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
3564         * sysdeps/unix/common/bits/dirent.h: Remove file.
3565         * sysdeps/unix/common/bits/fcntl.h: Likewise.
3567         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
3568         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
3569         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
3570         * sysdeps/unix/bsd/isatty.c: Likewise.
3571         * sysdeps/unix/bsd/tcdrain.c: Likewise.
3572         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
3573         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
3575 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3577         [BZ #13563]
3578         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
3579         long double comparison inaccuracies.
3580         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
3581         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3583 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
3585         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
3586         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
3588 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
3590         [BZ #14049]
3591         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
3592         nonzero digits before rounding a hex value.
3593         * stdlib/tst-strtod.c (tests): Add another test.
3595 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3597         * sysdeps/s390/fpu/libm-test-ulps: Update.
3599 2012-05-03  Andreas Jaeger  <aj@suse.de>
3601         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
3602         does not get optimized out.
3603         (malloc_opt_barrier): New.
3605 2012-05-03  Andreas Jaeger  <aj@suse.de>
3606             Roland McGrath  <roland@hack.frob.com>
3608         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
3609         intermediate file deletion.
3610         (generated): Add .symlist files.
3612 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
3614         [BZ #13775]
3615         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
3616         Redirect under this condition.
3617         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
3618         [__USE_GNU] (__dprintf_chk): Not under this condition.
3619         [__USE_GNU] (__vdprintf_chk): Likewise.
3620         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
3621         under this condition.
3622         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
3623         [__USE_XOPEN2K8] (dprintf): Define under this condition.
3624         [__USE_XOPEN2K8] (vdprintf): Likewise.
3625         [__USE_GNU] (__dprintf_chk): Not under this condition.
3626         [__USE_GNU] (__vdprintf_chk): Likewise.
3627         [__USE_GNU] (dprintf): Likewise.
3628         [__USE_GNU] (vdprintf): Likewise.
3630 2012-05-03  Roland McGrath  <roland@hack.frob.com>
3632         * elf/Makefile (common-generated): Set this instead of generated for
3633         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
3634         $(all-built-dso)-derived lists.
3636 2012-05-03  Andreas Jaeger  <aj@suse.de>
3638         * sysdeps/i386/fpu/libm-test-ulps: Update.
3640         * FAQ: Removed.
3641         * FAQ.in: Likewise.
3642         * scripts/gen-FAQ.pl: Likewise.
3643         * manual/install.texi (Installation): Point to online location of
3644         FAQ.
3645         * Makefile (files-for-dist): Remove FAQ.
3646         (FAQ): Remove.
3648 2012-05-02  Allan McRae  <allan@archlinux.org>
3650         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
3651         (LDFLAGS-reldepmod5.so): Likewise.
3652         (LDFLAGS-reldep6mod1.so): Likewise.
3653         (LDFLAGS-reldep6mod4.so): Likewise.
3654         (LDFLAGS-reldep8mod3.so): Likewise.
3655         (LDFLAGS-unload4mod1.so): Likewise.
3656         (LDFLAGS-unload4mod2.so): Likewise.
3657         (LDFLAGS-tst-initorder): Likewise.
3658         (LDFLAGS-tst-initordera2.so): Likewise.
3659         (LDFLAGS-tst-initordera3.so): Likewise.
3660         (LDFLAGS-tst-initordera4.so): Likewise.
3661         (LDFLAGS-tst-initorderb2.so): Likewise.
3662         (LDFLAGS-noload): Likewise.
3663         (LDFLAGS-next): Likewise.
3664         (LDFLAGS-order2mod1.so): Likewise.
3665         (LDFLAGS-order2mod2.so): Likewise.
3666         (LDFLAGS-tst-initorder2): Likewise.
3667         (LDFLAGS-tst-initorder2a.so): Likewise.
3668         (LDFLAGS-tst-initorder2b.so): Likewise.
3669         (LDFLAGS-tst-initorder2c.so): Likewise.
3670         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
3672 2012-05-02  David S. Miller  <davem@davemloft.net>
3674         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3676 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
3678         [BZ #14055]
3679         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
3681 2012-05-02  Andreas Jaeger  <aj@suse.de>
3683         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
3684         since we manipulate rounding mode.
3685         (CPPFLAGS-test-idouble.c): Likewise.
3686         (CPPFLAGS-test-ifloat.c): Likewise.
3687         (CFLAGS-test-ldouble.c): Likewise.
3688         (CFLAGS-test-double.c): Likewise.
3689         (CFLAGS-test-float.c): Likewise.
3690         (CFLAGS-test-misc.c): Likewise.
3691         (CFLAGS-test-test-fenv.c): Likewise.
3693 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3695         [BZ #2550]
3696         [BZ #2570]
3697         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
3698         comparisons to determine direction to adjust input.
3700 2012-05-01  Roland McGrath  <roland@hack.frob.com>
3702         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
3703         output to the target.
3705         * scripts/localplt.awk: New file.
3706         * elf/Makefile ($(objpfx)check-localplt): Target removed.
3707         (check-localplt-CFLAGS): Variable removed.
3708         ($(all-built-dso:=.jmprel)): New static pattern rule.
3709         (generated): Add those targets.
3710         (localplt-built-dso): New variable.
3711         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
3713         * elf/check-localplt.c: File removed.
3715         * scripts/check-execstack.awk: New file.
3716         * elf/Makefile ($(objpfx)check-execstack): Target removed.
3717         (check-execstack-CFLAGS): Variable removed.
3718         ($(objpfx)check-execstack.h): Target removed.
3719         ($(objpfx)execstack-default): New target.
3720         (generated): Add that instead of check-execstack.h.
3721         ($(all-built-dso:=.phdr)): New static pattern rule.
3722         (generated): Add those targets.
3723         * elf/check-execstack.c: File removed.
3725         * scripts/check-textrel.awk: New file.
3726         * elf/Makefile ($(objpfx)check-textrel): Target removed.
3727         (check-textrel-CFLAGS): Variable removed.
3728         (all-built-dso): Use := to define.o
3729         ($(all-built-dso:=.dyn)): New static pattern rule.
3730         (generated): Add those targets.
3731         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
3732         * config.make.in (READELF): New substituted variable.
3733         * elf/check-textrel.c: File removed.
3735 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
3737         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
3738         allow.
3739         * conform/data/ctype.h-data [C99-based standards] (isblank):
3740         Expect function.
3741         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
3742         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
3743         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3744         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
3745         Specify type.  Require positive value.
3746         (EILSEQ): Likewise.
3747         (ERANGE): Likewise.
3748         [ISO || POSIX] (EILSEQ): Do not expect.
3749         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
3750         Specify type.  Require positive value.
3751         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
3752         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
3753         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
3754         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
3755         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
3756         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
3757         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
3758         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
3759         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
3760         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
3761         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
3762         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
3763         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
3764         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
3765         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
3766         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
3767         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
3768         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
3769         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
3770         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
3771         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
3772         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
3773         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
3774         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
3775         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
3776         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
3777         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
3778         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
3779         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
3780         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
3781         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
3782         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
3783         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
3784         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
3785         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
3786         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
3787         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
3788         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
3789         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
3790         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
3791         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
3792         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
3793         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
3794         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
3795         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
3796         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
3797         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
3798         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
3799         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
3800         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
3801         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
3802         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
3803         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
3804         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
3805         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
3806         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
3807         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
3808         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
3809         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
3810         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
3811         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
3812         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
3813         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
3814         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
3815         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
3816         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
3817         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
3818         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
3819         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
3820         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
3821         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
3822         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
3823         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
3824         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
3825         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
3826         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
3827         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
3828         Require >= 2.
3829         (FLT_ROUNDS): Expect as macro, not constant.
3830         (FLT_MANT_DIG): Use macro-int-constant.
3831         (DBL_MANT_DIG): Likewise.
3832         (LDBL_MANT_DIG): Likewise.
3833         (FLT_DIG): Likewise.
3834         (DBL_DIG): Likewise.
3835         (LDBL_DIG): Likewise.
3836         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
3837         (DBL_MIN_EXP): Likewise.
3838         (LDBL_MIN_EXP): Likewise.
3839         (FLT_MAX_EXP): Use macro-int-constant.
3840         (DBL_MAX_EXP): Likewise.
3841         (LDBL_MAX_EXP): Likewise.
3842         (FLT_MAX_10_EXP): Likewise.
3843         (DBL_MAX_10_EXP): Likewise.
3844         (LDBL_MAX_10_EXP): Likewise.
3845         (FLT_MAX): Use macro-constant.
3846         (DBL_MAX): Likewise.
3847         (LDBL_MAX): Likewise.
3848         (FLT_EPSILON): Use macro-constant.  Give upper bound.
3849         (DBL_EPSILON): Likewise.
3850         (LDBL_EPSILON): Likewise.
3851         (FLT_MIN): Likewise.
3852         (DBL_MIN): Likewise.
3853         (LDBL_MIN): Likewise.
3854         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
3855         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
3856         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
3857         [ISO11] (FLT_HAS_SUBNORM): Likewise.
3858         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
3859         [ISO11] (DBL_DECIMAL_DIG): Likewise.
3860         [ISO11] (FLT_DECIMAL_DIG): Likewise.
3861         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
3862         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
3863         [ISO11] (FLT_TRUE_MIN): Likewise.
3864         [ISO11] (LDBL_TRUE_MIN): Likewise.
3865         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3866         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
3867         (SCHAR_MIN): Use macro-int-constant.  Specify type.
3868         (SCHAR_MAX): Likewise.
3869         (UCHAR_MAX): Likewise.
3870         (CHAR_MIN): Likewise.
3871         (CHAR_MAX): Likewise.
3872         (MB_LEN_MAX): Use macro-int-constant.
3873         (SHRT_MIN): Use macro-int-constant.  Specify type.
3874         (SHRT_MAX): Likewise.
3875         (USHRT_MAX): Likewise.
3876         (INT_MAX): Likewise.
3877         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
3878         bound negative.
3879         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
3880         bound with "U".
3881         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
3882         bound with "L".
3883         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
3884         bound negative.  Suffix upper bound with "L".
3885         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
3886         bound with "UL".
3887         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
3888         Specify type.
3889         [C99-based standards] (LLONG_MAX): Likewise.
3890         [C99-based standards] (ULLONG_MAX): Likewise.
3891         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
3892         == 0.
3893         [ISO11] (max_align_t): Require type.
3894         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3896         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
3897         from $CFLAGS, without defining away __attribute__ calls.
3898         (checknamespace): Use $CFLAGS_namespace.
3900         * conform/conformtest.pl (@keywords): Only include C99 keywords
3901         for standards based on C99 or C11.
3903         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
3904         Disable tests.
3905         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
3906         UNIX98]: Likewise.
3908         * conform/conformtest.pl: Handle "macro-int-constant" and test for
3909         usability of symbols in #if.
3911         * conform/conformtest.pl: If macro or constant types start
3912         "promoted:", expect the symbol to be of the following type
3913         promoted by the integer promotions.
3915         * conform/conformtest.pl: Parse all "constant" and "macro" lines
3916         in one place.  Also handle "macro-constant".
3918         * conform/conformtest.pl: Only accept expected macro values with
3919         "==".  Parse all "macro" lines in one place.
3920         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
3922         * conform/conformtest.pl: Handle braced types on "constant" lines
3923         instead of handling "typed-constant".
3924         * conform/data/signal.h-data: Use "constant" instead of
3925         "typed-constant".
3927         * conform/conformtest.pl: Handle "optional-" at start of lines in
3928         one place rather than duplicating several cases.  Handle each
3929         format of "macro" line with initial "optional-".
3931         * conform/conformtest.pl: Only accept expected constant or
3932         optional-constant values with "==".  Parse all "constant" lines in
3933         one place.  Parse all "optional-constant" lines in one place.
3934         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
3935         * conform/data/fmtmsg.h-data: Likewise.
3936         * conform/data/netinet/in.h-data: Likewise.
3937         * conform/data/tar.h-data: Likewise.
3938         * conform/data/limits.h-data: Use "==" form on "constant" and
3939         "optional-constant" lines.
3941         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
3942         Use -std=c99 for XOPEN2K.
3943         (@knownproblems): Remove.
3944         (newtoken): Don't check %isknown.
3946         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
3947         Do not expect macro.
3948         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
3949         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
3950         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
3951         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
3952         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
3953         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
3954         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
3955         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
3956         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
3957         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
3958         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
3959         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
3960         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
3961         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
3962         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
3963         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
3964         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
3965         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
3966         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
3967         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
3968         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
3969         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
3970         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
3971         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
3972         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
3973         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
3974         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
3975         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
3976         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
3977         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
3978         [XPG3] (acosh): Likewise.
3979         [XPG3] (asinh): Likewise.
3980         [XPG3] (atanh): Likewise.
3981         [XPG3] (cbrt): Likewise.
3982         [XPG3] (expm1): Likewise.
3983         [XPG3] (ilogb): Likewise.
3984         [XPG3] (log1p): Likewise.
3985         [XPG3] (logb): Likewise.
3986         [XPG3] (nextafter): Likewise.
3987         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
3988         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
3989         [XPG3] (remainder): Likewise.
3990         [XPG3] (rint): Likewise.
3991         [XPG3 || XPG4 || UNIX98] (round): Likewise.
3992         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
3993         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
3994         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
3995         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
3996         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
3997         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
3998         [UNIX98 || XOPEN2K] (scalb): Expect.
3999         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
4000         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
4001         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
4002         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
4003         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
4004         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
4005         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
4006         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
4007         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
4008         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
4009         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
4010         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
4011         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
4012         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
4013         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
4014         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
4015         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
4016         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
4017         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
4018         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
4019         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
4020         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
4021         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
4022         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
4023         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
4024         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
4025         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
4026         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
4027         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
4028         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
4029         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
4030         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
4031         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
4032         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
4033         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
4034         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
4035         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
4036         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
4037         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
4038         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
4039         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
4040         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
4041         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
4042         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
4043         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
4044         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
4045         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
4046         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
4047         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
4048         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
4049         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
4050         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
4051         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
4052         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
4053         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
4054         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
4055         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
4056         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
4057         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
4058         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
4059         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
4060         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
4061         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
4062         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
4063         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
4064         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
4065         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
4066         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
4067         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
4068         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
4069         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
4070         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
4071         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
4072         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
4073         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
4074         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
4075         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
4076         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
4077         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
4078         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
4079         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
4080         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
4081         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
4082         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
4083         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
4084         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
4085         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
4086         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
4087         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
4088         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
4089         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
4090         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
4091         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
4092         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
4093         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
4094         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
4095         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
4096         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
4097         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
4098         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
4099         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
4100         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
4101         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
4102         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
4103         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
4104         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
4105         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
4106         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
4107         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
4108         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
4109         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
4110         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
4111         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
4112         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
4113         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
4114         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
4115         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
4116         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
4117         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
4118         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
4119         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
4120         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
4121         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
4122         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
4123         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
4124         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
4125         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
4126         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
4127         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
4128         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
4129         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
4130         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
4131         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
4132         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
4133         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
4134         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
4135         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
4137         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
4138         _XOPEN_SOURCE_EXTENDED for XPG4.
4140         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
4142         * Makeconfig (localtime): Remove variable.
4143         (inst_localtime-file): Likewise.
4145 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
4147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
4148         Update.
4149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4150         Update.
4151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
4152         Update.
4153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
4154         Update.
4155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
4156         Update.
4157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
4158         Update.
4159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4160         Update.
4161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
4162         Update.
4163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4164         Update.
4166 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
4168         [BZ #2550]
4169         [BZ #2570]
4170         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
4171         comparisons to determine direction to adjust input.
4172         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
4173         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
4174         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
4175         Likewise.
4176         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
4177         Likewise.
4178         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
4179         Likewise.
4180         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
4181         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
4182         Likewise.
4183         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
4184         Likewise.
4185         * math/libm-test.inc (nexttoward_test): Add more tests.
4187 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
4189         [BZ #14040]
4190         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
4191         in version GLIBC_2.1, not GLIBC_2.0.
4192         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
4193         Likewise.
4195 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
4197         [BZ #13942]
4198         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
4199         (1 - x) * (1 + x).
4200         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
4201         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
4202         * math/libm-test.inc (acos_test): Add more tests.
4203         (asin_test): Likewise.
4204         * sysdeps/i386/fpu/libm-test-ulps: Update.
4205         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4207         [BZ #14034]
4208         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
4209         of square root.
4210         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
4211         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
4212         * math/libm-test.inc (acos_test_tonearest): New function.
4213         (acos_test_towardzero): Likewise.
4214         (acos_test_downward): Likewise.
4215         (acos_test_upward): Likewise.
4216         (asin_test_tonearest): Likewise.
4217         (asin_test_towardzero): Likewise.
4218         (asin_test_downward): Likewise.
4219         (asin_test_upward): Likewise.
4220         (main): Call the new functions.
4221         * sysdeps/i386/fpu/libm-test-ulps: Update.
4222         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
4224         [BZ #13884]
4225         [BZ #13924]
4226         * math/e_exp10.c: Include <float.h>.
4227         (__ieee754_exp10): Handle underflow here rather than multiplying
4228         large negative argument by M_LN10.
4229         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
4230         of __ieee754_expf.
4231         * math/e_exp10l.c: Include <float.h>.
4232         (__ieee754_exp10l): Handle underflow here rather than multiplying
4233         large negative argument by M_LN10l.
4234         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
4235         spurious overflow exception on underflow.
4237 2012-04-29  Marek Polacek  <polacek@redhat.com>
4239         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
4240         (__fortify_function): New macro.
4241         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
4242         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
4243         __extern_always_inline.
4244         * libio/bits/stdio2.h: Likewise.
4245         * libio/bits/stdio.h: Likewise.
4246         * string/string.h: Likewise.
4247         * string/bits/string3.h: Likewise.
4248         * include/stdio.h: Likewise.
4249         * stdlib/bits/stdlib.h: Likewise.
4250         * stdlib/stdlib.h: Likewise.
4251         * rt/bits/mqueue2.h: Likewise.
4252         * rt/mqueue.h: Likewise.
4253         * posix/bits/unistd.h: Likewise.
4254         * posix/unistd.h: Likewise.
4255         * io/bits/poll2.h: Likewise.
4256         * io/bits/fcntl2.h: Likewise.
4257         * io/fcntl.h: Likewise.
4258         * io/sys/poll.h: Likewise.
4259         * misc/bits/syslog.h: Likewise.
4260         * misc/bits/syslog-ldbl.h: Likewise.
4261         * misc/sys/syslog.h: Likewise.
4262         * socket/bits/socket2.h: Likewise.
4263         * socket/sys/socket.h: Likewise.
4264         * debug/tst-chk1.c: Likewise.
4265         * wcsmbs/bits/wchar2.h: Likewise.
4266         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4267         * wcsmbs/wchar.h: Likewise.
4269 2012-04-29  Andreas Jaeger  <aj@suse.de>
4271         * Makerules (tests): Remove enable-check-abi protection.
4272         (check-abi-warn): Remove.
4273         (check-abi-%): Remove check-abi-warn usage.
4275         * configure.in: Remove check-abi configure option.
4276         * configure: Regenerated.
4277         * config.make.in (enable-check-abi): Remove.
4279 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
4281         [BZ #14033]
4282         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
4283         double functions to double *_finite functions.
4285         [BZ #13941]
4286         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
4287         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
4288         LDBL_MIN_EXP.
4289         * stdio-common/Makefile (tests): Add tst-sprintf3.
4290         * stdio-common/tst-sprintf3.c: New file.
4292         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
4293         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
4295 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
4297         * conform/conformtest.pl: Remove duplicate typed-constant
4298         handling.
4300 2012-04-28  David S. Miller  <davem@davemloft.net>
4302         * Makerules (%.abilist): Add vpath on sysdep_dirs.
4303         (check-abi-%): Remove AWK script prerequisite and explicit
4304         abilist directory.
4305         (check-abi): Rewrite to just diff the symlist with the abilist.
4306         (config-tls, config-abi-config): Delete, no longer used.
4307         (update-abi-%): Remove AWK script and explicit abilist directory.
4308         (update-abi): Rewrite to simply compare and conditionally copy the
4309         symlist and the sysdep abilist file.  Remove update-abi-config
4310         checks.
4311         * abilist/ld.abilist: Remove.
4312         * abilist/libBrokenLocale.abilist: Remove.
4313         * abilist/libanl.abilist: Remove.
4314         * abilist/libcrypt.abilist: Remove.
4315         * abilist/libdl.abilist: Remove.
4316         * abilist/librt.abilist: Remove.
4317         * abilist/libthread_db.abilist: Remove.
4318         * abilist/libutil.abilist: Remove.
4319         * scripts/extract-abilist.awk: Remove.
4320         * scripts/merge-abilist.awk: Remove.
4321         * sysdeps/generic/libcidn.abilist: New file.
4322         * sysdeps/generic/libnss_compat.abilist: New file.
4323         * sysdeps/generic/libnss_db.abilist: New file.
4324         * sysdeps/generic/libnss_dns.abilist: New file.
4325         * sysdeps/generic/libnss_files.abilist: New file.
4326         * sysdeps/generic/libnss_hesiod.abilist: New file.
4327         * sysdeps/generic/libnss_nis.abilist: New file.
4328         * sysdeps/generic/libnss_nisplus.abilist: New file.
4329         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
4330         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
4331         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
4332         file.
4333         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
4334         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
4335         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
4336         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
4337         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
4338         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
4339         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
4340         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
4341         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
4342         file.
4343         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
4344         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
4345         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
4346         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
4347         file.
4348         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
4349         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
4350         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
4351         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
4352         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
4353         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
4354         file.
4355         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
4356         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
4357         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
4358         file.
4359         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
4360         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
4361         New file.
4362         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
4363         New file.
4364         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
4365         New file.
4366         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
4367         New file.
4368         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
4369         New file.
4370         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
4371         New file.
4372         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
4373         New file.
4374         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
4375         New file.
4376         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
4377         New file.
4378         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
4379         New file.
4380         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
4381         New file.
4382         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
4383         New file.
4384         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
4385         New file.
4386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
4387         file.
4388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4389         New file.
4390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4391         New file.
4392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
4393         file.
4394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4395         New file.
4396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4397         New file.
4398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
4399         file.
4400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4401         New file.
4402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4403         New file.
4404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4405         New file.
4406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4407         New file.
4408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4409         New file.
4410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4411         New file.
4412         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
4413         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
4414         file.
4415         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
4416         New file.
4417         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
4418         file.
4419         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
4420         file.
4421         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
4422         file.
4423         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
4424         file.
4425         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
4426         file.
4427         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
4428         New file.
4429         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
4430         file.
4431         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
4432         file.
4433         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
4434         New file.
4435         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
4436         file.
4437         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
4438         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
4439         file.
4440         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
4441         New file.
4442         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
4443         file.
4444         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
4445         file.
4446         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
4447         file.
4448         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
4449         file.
4450         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
4451         file.
4452         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
4453         New file.
4454         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
4455         file.
4456         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
4457         file.
4458         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
4459         New file.
4460         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
4461         file.
4462         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
4463         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
4464         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
4465         file.
4466         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
4467         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
4468         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
4469         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
4470         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
4471         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
4472         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
4473         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
4474         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
4475         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
4476         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
4477         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
4478         file.
4479         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
4480         New file.
4481         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
4482         file.
4483         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
4484         file.
4485         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
4486         file.
4487         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
4488         file.
4489         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
4490         file.
4491         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
4492         New file.
4493         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
4494         New file.
4495         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
4496         file.
4497         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
4498         New file.
4499         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
4500         file.
4501         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
4502         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
4503         file.
4504         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
4505         New file.
4506         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
4507         file.
4508         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
4509         file.
4510         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
4511         file.
4512         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
4513         file.
4514         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
4515         file.
4516         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
4517         New file.
4518         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
4519         New file.
4520         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
4521         file.
4522         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
4523         New file.
4524         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
4525         file.
4527 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
4529         * conform/conformtest.pl: Fix typo in handling typed-constant from
4530         allow-header.
4532 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
4534         * README: Cut down references to pre-2.6 Linux kernels and
4535         Linuxthreads.  Update lists of configurations in libc and ports
4536         and sort alphabetically.  Say "or newer" with Linux kernel version
4537         requirements.
4539         * config.h.in [IS_IN_build]: Allow compiling without optimization.
4541 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
4543         [BZ #887]
4544         * math/libm-test.inc (logb_test_downward): New test to expose
4545         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
4546         rounding mode.
4548 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
4550         [BZ #14027]
4551         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
4552         to be done.
4553         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
4554         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
4556 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
4558         * sysdeps/unix/i386/brk.S: Remove file.
4559         * sysdeps/unix/i386/dl-brk.S: Likewise.
4560         * sysdeps/unix/i386/pipe.S: Likewise.
4561         * sysdeps/unix/i386/sigreturn.S: Likewise.
4562         * sysdeps/unix/i386/syscall.S: Likewise.
4563         * sysdeps/unix/i386/vfork.S: Likewise.
4564         * sysdeps/unix/i386/wait.S: Likewise.
4566         * sysdeps/unix/common/tcsendbrk.c: Move to ...
4567         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
4569         * configure.in (arm*-none*): Do not allow without
4570         --enable-hacker-mode.
4571         (netbsd*): Remove case setting base_os.
4572         (386bsd*): Likewise.
4573         (freebsd*): Likewise.
4574         (bsdi*): Likewise.
4575         (osf*): Likewise.
4576         (sunos*): Likewise.
4577         (ultrix*): Likewise.
4578         (newsos*): Likewise.
4579         (dynix*): Likewise.
4580         (*bsd*): Likewise.
4581         (sysv*): Likewise.
4582         (isc*): Likewise.
4583         (esix*): Likewise.
4584         (sco*): Likewise.
4585         (minix*): Likewise.
4586         (irix4*): Likewise.
4587         (irix6*): Likewise.
4588         (solaris[2-9]*): Likewise.
4589         (none): Likewise.
4590         * configure: Regenerated.
4592 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4594         [BZ #11521]
4595         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
4596         overflow or cancellation in calculating denominator.
4597         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
4598         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
4599         down expression to avoid unexpected rounding in newer GCCs.
4600         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
4602 2012-04-26  David S. Miller  <davem@davemloft.net>
4604         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
4605         long-double compat symbols.
4606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
4607         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
4608         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
4609         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
4610         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
4611         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
4612         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
4613         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
4614         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
4615         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4616         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
4617         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
4618         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
4620 2012-04-25  David S. Miller  <davem@davemloft.net>
4622         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
4623         HWCAP_* values only after the memory barriers have been defined.
4624         (atomic_full_barrier): Define.
4625         (atomic_read_barrier): Define.
4626         (atomic_write_barrier): Define.
4628 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4630         * shlib-versions: Add libgcc_s version information.
4631         * sysdeps/generic/libgcc_s.h: Remove.
4632         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
4633         libgcc_s.h.
4634         * sysdeps/gnu/unwind-resume.c: Likewise.
4635         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
4637 2012-04-25  David S. Miller  <davem@davemloft.net>
4639         * sysdeps/unix/sparc/brk.S: Delete.
4640         * sysdeps/unix/sparc/dl-brk.S: Delete.
4641         * sysdeps/unix/sparc/pipe.S: Delete.
4642         * sysdeps/unix/sparc/sysdep.S: Delete.
4643         * sysdeps/unix/sparc/sysdep.h: Delete.
4644         * sysdeps/unix/sparc/vfork.S: Delete.
4645         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
4646         SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
4647         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
4648         ret_ERRVAL, r0, r1, MOVE): Define.
4649         (JUMPTARGET): Remove.
4650         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
4651         sysdeps/unix/sparc/sysdep.h
4652         (ENTRY, END): Remove.
4653         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4655 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
4657         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
4658         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
4659         -DIS_IN_build.
4661         * timezone/README: Update upstream location and email address for
4662         tzcode and tzdata.
4663         * timezone/zdump.c: Update from tzcode 2012b.
4664         * timezone/zic.c: Likewise.
4666         * configure.in (libc_cv_as_needed): Remove test.
4667         * configure: Regenerated.
4668         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
4669         conditional definition.
4670         [$(have-as-needed) != yes] (no-as-needed): Likewise.
4671         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
4672         * config.make.in (have-as-needed): Remove variable.
4674 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
4675             Paul Pluzhnikov  <ppluzhnikov@google.com>
4677         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
4678         strings correctly.
4680 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
4682         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
4683         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
4684         * sysdeps/sh/strlen.S: Likewise.
4686 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
4688         * sysdeps/unix/fork.S: Remove file.
4689         * sysdeps/unix/i386/fork.S: Likewise.
4690         * sysdeps/unix/sparc/fork.S: Likewise.
4692         * sysdeps/unix/system.c: Remove file.
4693         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
4695         * sysdeps/unix/getegid.S: Remove file.
4696         * sysdeps/unix/geteuid.S: Likewise.
4698 2012-04-24  Roland McGrath  <roland@hack.frob.com>
4700         * scripts/check-localplt.awk: New file.
4701         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
4702         of diff.
4703         * scripts/data/localplt-generic.data: Add a comment.
4705         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
4706         NODE when __dir_mkfile failed.
4707         * sysdeps/mach/hurd/symlinkat.c: Likewise.
4708         Reported by Ludovic Courtès <ludo@gnu.org>.
4710 2012-04-24  Andreas Jaeger  <aj@suse.de>
4712         * Makerules (common-clean): Also remove gen-as-const-headers
4713         files.
4715 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
4717         * Makerules (native-compile): Do not change working directory for
4718         build.  Use $(OUTPUT_OPTION) in command.
4719         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
4721 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4723         [BZ #13886]
4724         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
4725         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
4726         * math/libm-test.inc (floor_test): Add more tests.
4727         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
4729 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
4731         * sysdeps/unix/getdents.c: Remove file.
4732         * sysdeps/unix/sysv/getdents.c: Likewise.
4733         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
4735         * sysdeps/unix/syscalls.list (madvise): Add syscall from
4736         sysdeps/unix/mman/syscalls.list.
4737         (mmap): Likewise.
4738         (mprotect): Likewise.
4739         (msync): Likewise.
4740         (munmap): Likewise.
4741         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
4742         * sysdeps/unix/mman/syscalls.list: Remove.
4743         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
4745         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
4746         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
4747         * configure: Regenerated.
4748         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
4749         $(libgcc_s_suffix).
4750         * config.make.in (libgcc_s_suffix): Remove variable.
4752 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
4754         * sysdeps/unix/sysv/gethostname.c: Move to ...
4755         * sysdeps/posix/gethostname.c: ... here.
4757         * sysdeps/unix/execve.S: Remove file.
4759         * sysdeps/unix/_exit.S: Remove file.
4761 2012-04-23  Andreas Jaeger  <aj@suse.de>
4763         [BZ #13739]
4764         * manual/Makefile: Remove make dist support, there's no
4765         need for a stand-alone documentation tar ball.
4766         (TEXI2DVI): Define always, it's not in Makeconfig.
4767         (dist): Removed.
4768         (tar-it): Removed.
4769         (edition): Removed.
4770         (glibc-doc-$(edition).tar): Removed
4771         (%.Z): Removed.
4772         (%.gz): Removed.
4773         (%.uu): Removed.
4774         (ETAGS): Remove, it's in Makeconfig.
4775         (move-if-change): Remove, it's in Makeconfig.
4777 2013-04-23  Paul Eggert  <eggert@cs.ucla.edu>
4779         [BZ #13970]
4780         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
4781         (strtod, strtof, strtold, strtol, strtoul, strtoq)
4782         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
4783         (strtod_l, strtof_l, strtold_l): Remove __wur.
4784         It is not necessarily an error to ignore strtol's return value.
4785         One can reliably look at the stored endptr to decide whether
4786         the number had valid syntax.
4788 2012-04-21  Andreas Jaeger  <aj@suse.de>
4790         [BZ #13739]
4791         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
4793 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
4795         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
4796         * sysdeps/unix/sysv/Versions: Remove file.
4798 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
4800         [BZ #13927]
4801         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
4803 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
4805         [BZ #7064]
4806         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
4807         version from __vm86.
4809 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
4811         * sysdeps/unix/common/lxstat.c: Remove file.
4812         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
4814         * sysdeps/unix/sysv/Makefile: Remove file.
4816         * sysdeps/unix/sysv/direct.h: Remove file.
4818         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
4819         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
4820         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
4821         * sysdeps/unix/sysv/bits/signum.h: Likewise.
4822         * sysdeps/unix/sysv/bits/stat.h: Likewise.
4823         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
4824         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
4826         * sysdeps/unix/sysv/setrlimit.c: Remove file.
4828         * sysdeps/unix/xmknod.c: Remove file.
4829         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
4831         * sysdeps/unix/sysv/settimeofday.c: Remove file.
4833         * sysdeps/unix/sysv/i386/time.S: Remove file.
4835         * sysdeps/unix/fxstat.c: Remove file.
4836         * sysdeps/unix/xstat.c: Likewise.
4837         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
4839         * sysdeps/unix/sysv/sigaction.c: Remove file.
4841         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
4842         (sysdep_headers): Remove variable.
4843         [termio.h not in sysdep_headers] (generated): Likewise.
4844         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
4845         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
4846         * sysdeps/unix/sysv/tcdrain.c: Likewise.
4847         * sysdeps/unix/sysv/tcflow.c: Likewise.
4848         * sysdeps/unix/sysv/tcflush.c: Likewise.
4849         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
4850         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
4851         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
4852         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
4853         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
4855         * sysdeps/unix/siglist.c: Remove file.
4857         * sysdeps/unix/getppid.S: Remove file.
4859         * sysdeps/unix/mkdir.c: Remove file.
4860         * sysdeps/unix/rmdir.c: Likewise.
4862 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
4864         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
4865         ERR_MAX value.
4866         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
4867         errlist-compat value.
4869 2012-04-18  David S. Miller  <davem@davemloft.net>
4871         * sysdeps/generic/memcopy.h (reg_char): Delete.
4872         * debug/strcat_chk.c: Use char, not reg_char.
4873         * debug/strcpy_chk.c: Likewise.
4874         * debug/strncat_chk.c: Likewise.
4875         * debug/strncpy_chk.c: Likewise.
4876         * string/memchr.c: Likewise.
4877         * string/memrchr.c: Likewise.
4878         * string/rawmemchr.c: Likewise.
4879         * string/strcat.c: Likewise.
4880         * string/strchr.c: Likewise.
4881         * string/strchrnul.c: Likewise.
4882         * string/strcmp.c: Likewise.
4883         * string/strcpy.c: Likewise.
4884         * string/strncat.c: Likewise.
4885         * string/strncmp.c: Likewise.
4886         * string/strncpy.c: Likewise.
4888 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
4890         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
4891         __builtin_memcopy is called when src and dest ranges are known to not
4892         overlap.
4894 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
4896         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
4897         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
4898         fwd_align_merge macro call.
4899         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
4900         bwd_align_merge macro call.
4901         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
4903 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
4905         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
4906         bwd_align_merge macros.
4907         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
4908         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
4909         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
4911 2012-04-18  David S. Miller  <davem@davemloft.net>
4913         * sysdeps/sparc/sparc64/memcopy.h: Delete.
4915 2012-04-18  Andreas Jaeger  <aj@suse.de>
4917         [BZ# 6794]
4918         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
4919         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
4920         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
4922         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
4923         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
4924         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
4926         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
4927         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
4928         Adjust for changed ldbl-128 files.
4930         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
4931         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
4932         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
4934 2012-04-17  David S. Miller  <davem@davemloft.net>
4936         * sysdeps/sparc/sparc32/memcopy.h: Delete.
4938 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
4940         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
4941         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
4942         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
4943         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
4944         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
4945         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
4947 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4949         [BZ #6794]
4950         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
4951         * math/libm-test.inc: Add ilogb errno and exception tests.
4952         * math/w_ilogb.c: New file: ilogb wrapper.
4953         * math/w_ilogbf.c: New file: ilogbf wrapper.
4954         * math/w_ilogbl.c: New file: ilogbl wrapper.
4955         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
4956         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
4957         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
4958         exception being thrown with 0.0 as argument.
4959         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
4960         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
4961         exception being thrown with 0.0 as argument.
4962         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
4963         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
4964         exception being thrown with 0.0 as argument.
4965         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
4966         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
4967         exception being thrown with 0.0 as argument.
4968         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
4969         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
4970         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
4971         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
4972         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
4973         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
4974         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
4975         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
4976         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
4978 2012-04-17  Petr Baudis  <pasky@ucw.cz>
4980         * include/sys/uio.h: Change __vector to __iovec to avoid clash
4981         with altivec.
4983 2012-04-16  Marek Polacek  <polacek@redhat.com>
4985         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
4987 2012-04-16  Marek Polacek  <polacek@redhat.com>
4989         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
4990         operands of fdivp instruction.
4992 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
4994         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
4995         * elf/tst-auditmod3b.c: Likewise.
4996         * elf/tst-auditmod4b.c: Likewise.
4997         * elf/tst-auditmod5b.c: Likewise.
4998         * elf/tst-auditmod6b.c: Likewise.
4999         * elf/tst-auditmod6c.c: Likewise.
5000         * elf/tst-auditmod7b.c: Likewise.
5001         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
5002         * sysdeps/x86_64/preconfigure.in: Likewise.
5003         * sysdeps/x86_64/preconfigure: Regenerated.
5005 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
5007         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
5008         __ILP32__.
5010 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
5012         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
5013         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
5015 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
5017         [BZ #13973]
5018         * locale/iso-639.def: Fix gl language name. Spotted by
5019         Yaron Shahrabani.
5021 2012-04-12  Roland McGrath  <roland@hack.frob.com>
5023         [BZ #2074]
5024         * libio/libio.h (__io_write_fn): Update comment.
5026 2012-04-12  Petr Baudis  <pasky@ucw.cz>
5028         [BZ #2074]
5029         * stdio.texi (Hook Functions): The user provided writer function
5030         is not allowed to return -1.
5032 2012-04-11  David S. Miller  <davem@davemloft.net>
5034         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5036 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
5038         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
5039         Add a leading slash to rtkaio.
5041 2012-04-11  Jim Meyering  <meyering@redhat.com>
5043         [BZ #11959]
5044         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
5045         It is not necessarily an error to ignore fwrite's return
5046         value.  One can reliably use ferror to test for errors after
5047         the fact.
5049 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
5051         * bits/types.h (__snseconds_t): New type.
5052         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
5054         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
5055         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
5056         (__SNSECONDS_T_TYPE): Likewise.
5057         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
5058         (__SNSECONDS_T_TYPE): Likewise.
5059         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
5060         (__SNSECONDS_T_TYPE): Likewise.
5062 2012-04-10  Andreas Jaeger  <aj@suse.de>
5064         [BZ #2636]
5065         * manual/time.texi (Processor Time): Return type of times is
5066         elapsed real time since an arbitrary point in the past.
5067         (CPU Time): Move CLK_TCK from here...
5068         (Processor Time): ...to here.  Correct description.
5069         * manual/conf.texi (Constants for Sysconf): Correct description of
5070         _SC_CLK_TCK.
5072 2012-04-10  David S. Miller  <davem@davemloft.net>
5074         [BZ #13967]
5075         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
5076         where the is a gap between DT_REL(A) and DT_JMPREL.
5078 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
5080         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
5081         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
5082         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
5084 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5086         * elf/dl-support.c (_dl_inhibit_cache): New variable.
5087         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
5088         (dl_main): Handle --inhibit-cache.
5089         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
5090         _dl_inhibit_cache.
5091         * elf/dl-load.c (_dl_map_object): Use it.
5092         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
5094 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
5096         [BZ #13872]
5097         * sysdeps/i386/fpu/e_powl.S (p78): New object.
5098         (__ieee754_powl): Saturate large exponents rather than testing for
5099         overflow of y*log2(x).
5100         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
5101         * math/libm-test.inc (pow_test): Do not permit spurious overflow
5102         exceptions.
5104         [BZ #11521]
5105         * math/s_ctan.c: Include <float.h>.
5106         (__ctan): Avoid internal overflow or cancellation in calculating
5107         denominator.
5108         * math/s_ctanf.c: Likewise.
5109         * math/s_ctanl.c: Likewise.
5110         * math/s_ctanh.c: Likewise.
5111         * math/s_ctanhf.c: Likewise.
5112         * math/s_ctanhl.c: Likewise.
5113         * math/libm-test.inc (ctan_test): Add more tests.
5114         (ctanh_test): Likewise.
5115         * sysdeps/i386/fpu/libm-test-ulps: Update.
5116         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5118 2012-04-09  Andreas Jaeger  <aj@suse.de>
5120         [BZ #6894]
5121         * manual/filesys.texi (Directory Entries): Mention that d_namlen
5122         is an optional BSD extension.
5124         [BZ #10254]
5125         * manual/stdio.texi (Opening Streams): Document additional fopen
5126         parameters.
5128 2012-04-09  Roland McGrath  <roland@hack.frob.com>
5130         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
5131         %eax without telling the compiler.
5133 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
5135         [BZ # 13963]
5136         * manual/install.texi: Use sourceware.org.
5138 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
5140         [BZ #13873]
5141         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
5142         (__ieee754_pow): Generate overflow and underflow using huge*huge
5143         and tiny*tiny rather than just returning constant infinity or zero
5144         for large exponents.
5145         * math/libm-test.inc (pow_test): Require overflow exceptions for
5146         applicable cases of large exponents.
5148         [BZ #706]
5149         * sysdeps/i386/fpu/e_pow.S (p10): New object.
5150         (__ieee754_pow): Use iterative multiplication algorithm only for
5151         integer exponents with absolute value below 1024.  Check for odd
5152         integer exponents when using algorithm for real exponents.
5153         * math/libm-test.inc (pow_test): Add more tests.
5154         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5156 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
5158         [BZ #13705]
5159         * math/libm-test.inc (exp_test): Do not allow overflow exception
5160         on underflow test.
5162 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
5164         [BZ #13705]
5165         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
5166         instead of __kernel_standard_f.
5168 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
5170         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
5171         * sysdeps/x86_64/memset_chk.S: Likewise.
5173 2012-04-08  Andreas Jaeger  <aj@suse.de>
5175         [BZ #10153]
5176         * manual/startup.texi (Environment Access): Describe return value
5177         for putenv and setenv.
5179         [BZ #6895]
5180         * manual/filesys.texi (Directory Entries): Add description for
5181         DT_LNK.
5183         [BZ #6890]
5184         * manual/filesys.texi (Directory Entries): Clarify that it's file
5185         system not operating system in the description of DT_UNKNOWN.
5187         [BZ #6578]
5188         * manual/syslog.texi (closelog): Fix reference, it's openlog.
5190 2012-04-08  Stephen Compall  <s11@member.fsf.org>
5192         [BZ #6649]
5193         * manual/llio.texi (Opening and Closing Files): Add cross
5194         reference to explain mode argument.
5196 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
5198         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
5199         * sysdeps/x86_64/memset_chk.S: Likewise.
5201 2012-04-07  David S. Miller  <davem@davemloft.net>
5203         * elf/elf.h (R_SPARC_WDISP10): Define.
5204         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
5205         R_SPARC_SIZE32.
5206         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
5207         R_SPARC_SIZE64 and R_SPARC_H34.
5209 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
5211         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
5212         conditions and remove no longer applicable assertion.
5214 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
5216         * bits/byteswap.h: Include <features.h>.
5217         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
5218         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
5220 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
5222         * bits/byteswap.h (__bswap_16): Removed.
5223         Include <bits/byteswap-16.h> to get __bswap_16.
5224         * sysdeps/i386/bits/byteswap.h: Likewise.
5225         * sysdeps/s390/bits/byteswap.h: Likewise.
5226         * sysdeps/x86_64/bits/byteswap.h: Likewise.
5227         * bits/byteswap-16.h: New file.
5228         * sysdeps/i386/bits/byteswap-16.h: Likewise.
5229         * sysdeps/s390/bits/byteswap-16.h: Likewise.
5230         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
5231         * string/Makefile (headers): Add bits/byteswap-16.h.
5233 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
5235         [BZ #13895]
5236         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
5237         extra indirection.
5238         * nss/Makefile (tests-static, tests): Add tst-nss-static.
5239         * nss/tst-nss-static.c: New.
5241 2012-04-06  Robert Millan  <rmh@gnu.org>
5243         [BZ #6486]
5244         * manual/llio.texi (File Position Primitive): lseek
5245         refers to WHENCE when it really means OFFSET.
5247 2012-04-06  Andreas Jaeger  <aj@suse.de>
5249         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
5250         strncmp declarations.
5252         * abilist/libc.abilist: Add __poll and __ppoll.
5254 2012-04-05  David S. Miller  <davem@davemloft.net>
5256         * scripts/check-local-headers.sh: Accept a host triplet in the
5257         path matched by the exclude regexp.
5259         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
5260         definition.
5261         * sysdeps/powerpc/powerpc32/dl-machine.h
5262         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
5263         * sysdeps/s390/s390-32/dl-machine.h
5264         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
5265         * sysdeps/sparc/sparc32/dl-machine.h
5266         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
5267         * sysdeps/sparc/sparc64/dl-machine.h
5268         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
5270         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
5271         lazy binding.
5272         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
5273         undefined symbol errors.
5275         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
5276         DT_NEEDED entries.
5278 2012-04-05  Michael Matz  <matz@suse.de>
5280         [BZ #13592]
5281         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
5283 2012-04-05  Andreas Jaeger  <aj@suse.de>
5285         [BZ #13908]
5286         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
5287         comment.
5289 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
5291         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
5292         which ROUND is no valid rounding mode.
5294 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
5296         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
5297         read again.
5298         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
5300 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
5302         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
5303         an exception using FPU order intentionally.
5305 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
5307         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
5308         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
5309         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
5310         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
5312 2012-04-05  Simon Josefsson  <simon@josefsson.org>
5314         [BZ #12340]
5315         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
5316         EINVAL when BUFLEN is too smal.
5318 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
5320         [BZ #13553]
5321         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
5322         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
5324 2012-04-03  Andreas Jaeger  <aj@suse.de>
5326         [BZ #13938]
5327         * manual/setjmp.texi (System V contexts): Fix sentence.
5329         [BZ #13926]
5330         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
5331         New macro for this case.
5332         [!__GNUC__] (__bswap_64): New inline function for this case.
5333         * sysdeps/x86_64/bits/byteswap.h: Likewise.
5334         * bits/byteswap.h: Likewise.
5335         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
5336         ull, guard with __GLIBC_HAVE_LONG_LONG.
5338         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
5339         __GLIBC_HAVE_LONG_LONG.
5341         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
5342         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
5344 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
5346         [BZ #13691]
5347         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
5348         inptr and inend, rather than using last_ch.
5350 2012-04-02  David S. Miller  <davem@davemloft.net>
5352         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
5353         * stdio-common/printf-parse.h (read_int): Change return type to
5354         'int', return -1 on INT_MAX overflow.
5355         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
5356         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
5357         overflows INT_MAX.  Check for overflow of in-format-string precision
5358         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
5359         SIZE_MAX not INT_MAX for integer overflow test.
5360         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
5361         skip the construct in the format string but do not record anything.
5362         * stdio-common/bug22.c: Adjust to test both width/prevision
5363         INT_MAX overflow as well as total length INT_MAX overflow.  Check
5364         explicitly for proper errno values.
5366 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
5368         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
5369         CHAR_MAX.
5370         * string/test-strcmp.c [! WIDE]: Likewise.
5371         * time/tst-mktime2.c: Likewise for INT_MAX.
5372         * string/test-string.h: #include <sys/param.h> for MIN.
5374         * csu/init-first.c (__libc_init_first): Call __ctype_init.
5375         * sysdeps/i386/init-first.c (init): Likewise.
5376         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
5377         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
5378         * sysdeps/sh/init-first.c (init): Likewise.
5380 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
5382         * po/ru.po: Update from translation team.
5383         * po/vi.po: Likewise.
5385 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
5387         * resolv/nss_dns/dns-host.c: Merge copyright years.
5389 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
5391         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
5392         Optimize memcpy with prefetch if
5393         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
5394         src, dst pointers have unequal 16 byte alignments.
5396 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5398         [BZ #13928]
5399         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
5400         from a CNAME entry and return the minimum ttl for the query.
5401         (gaih_getanswer_slice): Likewise.
5403 2012-03-30  Jeff Law  <law@redhat.com>
5405         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
5406         due to long keys.
5407         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
5408         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
5410         * resolv/nss_dns/dns-host.c: Update copyright year.
5412 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
5414         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
5415         requests to save a system call.  Fix check that all bytes are sent.
5417         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
5418         comments for sendmmsg.
5420 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
5422         [BZ #13691]
5423         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
5424         with only 1 character between 0x0041 and 0x01b0.
5425         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
5426         * wcsmbs/tst-mbsnrtowcs.c: New file.
5428 2012-03-29  David S. Miller  <davem@davemloft.net>
5430         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
5431         small copies by hand.
5433 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5435         [BZ #13761]
5436         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
5437         _nss_compat_initgroups_dyn): Fall back to malloc/free
5438         for large group memberships.
5440 2012-03-28  David S. Miller  <davem@davemloft.net>
5442         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
5443         that branches into memcpy.
5444         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
5445         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5446         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5447         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5448         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
5449         bits.
5450         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
5451         implementation too.
5452         * sysdeps/sparc/mempcpy.S: New file.
5454         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
5455         the IFUNC routine in the libc case.
5456         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5458         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
5459         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
5460         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
5461         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
5462         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
5463         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
5464         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
5465         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
5467         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
5468         loop to 256 bytes instead of 64 bytes and fix test signedness.
5470         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
5471         * sysdeps/sparc/sparc32/Makefile: rather than here...
5472         * sysdeps/sparc/sparc64/Makefile: and here.
5474 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
5476         * malloc/mallocbug.c: Avoid warnings about unused variables.
5478 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5480         [BZ #13760]
5481         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
5482         in the right place. Discard and retry query if response is
5483         larger than input buffer size.
5485 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
5487         [BZ #369]
5488         [BZ #2678]
5489         [BZ #3866]
5490         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
5491         x for large integer exponent.
5492         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
5493         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
5494         sign of result as needed afterwards.
5495         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
5496         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
5497         result for underflowing pow the same as for overflow.
5498         (__kernel_standard_l): Handle powl overflow and underflow here
5499         rather than calling __kernel_standard.
5500         * math/libm-test.inc (pow_test): Add more tests.
5502         [BZ #3868]
5503         [BZ #13879]
5504         [BZ #13910]
5505         [BZ #13911]
5506         [BZ #13912]
5507         [BZ #13913]
5508         [BZ #13915]
5509         [BZ #13916]
5510         [BZ #13917]
5511         [BZ #13918]
5512         [BZ #13919]
5513         [BZ #13920]
5514         [BZ #13921]
5515         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
5516         * sysdeps/ieee754/k_standard.c: Include <float.h>.
5517         (__kernel_standard_l): New function.
5518         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
5519         __kernel_standard.
5520         * math/w_acosl.c (__acosl): Likewise.
5521         * math/w_asinl.c (__asinl): Likewise.
5522         * math/w_atan2l.c (__atan2l): Likewise.
5523         * math/w_atanhl.c (__atanhl): Likewise.
5524         * math/w_coshl.c (__coshl): Likewise.
5525         * math/w_exp10l.c (__exp10l): Likewise.
5526         * math/w_exp2l.c (__exp2l): Likewise.
5527         * math/w_fmodl.c (__fmodl): Likewise.
5528         * math/w_hypotl.c (__hypotl): Likewise.
5529         * math/w_j0l.c (__j0l, __y0l): Likewise.
5530         * math/w_j1l.c (__j1l, __y1l): Likewise.
5531         * math/w_jnl.c (__jnl, __ynl): Likewise.
5532         * math/w_lgammal.c (__lgammal): Likewise.
5533         * math/w_log10l.c (__log10l): Likewise.
5534         * math/w_log2l.c (__log2l): Likewise.
5535         * math/w_logl.c (__logl): Likewise.
5536         * math/w_powl.c (__powl): Likewise.
5537         * math/w_remainderl.c (__remainderl): Likewise.
5538         * math/w_scalbl.c (sysv_scalbl): Likewise.
5539         * math/w_sinhl.c (__sinhl): Likewise.
5540         * math/w_sqrtl.c (__sqrtl): Likewise.
5541         * math/w_tgammal.c (__tgammal): Likewise.
5542         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
5543         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
5544         * math/libm-test.inc (acos_test): Add more tests.
5545         (acosh_test): Likewise.
5546         (asin_test): Likewise.
5547         (atanh_test): Likewise.
5548         (exp_test): Likewise.
5549         (exp10_test): Likewise.
5550         (exp2_test): Likewise.
5551         (expm1_test): Likewise.
5552         (lgamma_test): Likewise.
5553         (log_test): Likewise.
5554         (log10_test): Likewise.
5555         (log1p_test): Likewise.
5556         (log2_test): Likewise.
5557         (pow_test): Do not allow some spurious overflow exceptions.
5558         (sqrt_test): Add more tests.
5559         (tgamma_test): Likewise.
5560         (y0_test): Likewise.
5561         (y1_test): Likewise.
5562         (yn_test): Likewise.
5564 2012-03-27  Anton Blanchard  <anton@samba.org>
5566         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
5567         MAP_HUGETLB.
5568         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
5569         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
5570         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
5572 2012-03-27  David S. Miller  <davem@davemloft.net>
5574         * conform/Makefile: Run run-conformtest.sh using $(BASH).
5576         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
5577         have-as-vis3 check.
5579 2012-03-27  Andreas Jaeger  <aj@suse.de>
5581         * sysdeps/x86_64/elf/configure.in: Moved to ...
5582         * sysdeps/x86_64/configure.in: ... here.
5583         * sysdeps/x86_64/elf/start.S: Moved to ...
5584         * sysdeps/x86_64/start.S: ... here.
5585         * sysdeps/x86_64/elf/configure: Delete.
5587         * sysdeps/x86_64/configure.in: Merge contents from
5588         sysdeps/i386/configure.in (without i686 check).
5590         * sysdeps/i386/elf/Versions: Merge into ...
5591         * sysdeps/i386/Versions: ... this.
5592         * sysdeps/i386/elf/Versions: Delete file.
5593         * sysdeps/i386/elf/start.S: Moved to ...
5594         * sysdeps/i386/start.S: ...here.
5595         * sysdeps/i386/elf/configure.in: Merge into...
5596         * sysdeps/i386/configure.in: ...here.
5597         * sysdeps/i386/elf/configure.in: Delete file.
5598         * sysdeps/i386/elf/configure: Delete file.
5600         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
5601         * debug/backtracesyms.c: ... here.
5602         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
5603         * debug/backtracesymsfd.c: ... here.
5604         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
5605         * sysdeps/generic/ifunc-sel.h: ... here.
5607         * sysdeps/unix/i386/start.c: Delete file.
5608         * sysdeps/unix/sparc/start.c: Delete file.
5609         * sysdeps/unix/start.c: Delete file.
5611         * sysdeps/sh/elf/configure.in: Moved to ...
5612         * sysdeps/sh/configure.in: ... here.
5613         * sysdeps/sh/elf/start.S: Moved to ...
5614         * sysdeps/sh/start.S: ... here.
5615         * sysdeps/sh/elf/configure: Delete file.
5617         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
5618         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
5619         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
5620         * sysdeps/powerpc/powerpc64/entry.h: ... here.
5621         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
5622         * sysdeps/powerpc/powerpc64/start.S: here.
5623         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
5624         * sysdeps/powerpc/powerpc64/Makefile: ... this.
5625         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
5626         * sysdeps/powerpc/powerpc64/configure.in: ... this.
5627         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
5629         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
5630         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
5631         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
5632         * sysdeps/powerpc/powerpc32/start.S: ... here.
5633         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
5634         * sysdeps/powerpc/powerpc32/configure.in: ... this.
5635         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
5637         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
5638         * sysdeps/powerpc/ifunc-sel.h: ... here.
5639         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
5640         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
5642         * sysdeps/sparc/elf/configure.in: Moved to ...
5643         * sysdeps/sparc/configure.in: ... here.
5644         * sysdeps/sparc/elf/configure: Delete file.
5645         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
5646         * sysdeps/sparc/sparc32/start.S: ... here.
5647         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
5648         * sysdeps/sparc/sparc64/start.S: ... here.
5649         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
5650         * sysdeps/sparc/sparc32/Makefile: ... this.
5651         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
5652         * sysdeps/sparc/sparc64/Makefile: ... this.
5654         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
5655         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
5656         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
5657         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
5658         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
5659         * sysdeps/s390/s390-32/setjmp.S: ... here.
5660         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
5661         * sysdeps/s390/s390-32/configure.in: ... here.
5662         * sysdeps/s390/s390-32/elf/configure: Delete file.
5663         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
5664         * sysdeps/s390/s390-32/start.S: ... here.
5666         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
5667         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
5668         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
5669         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
5670         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
5671         * sysdeps/s390/s390-64/setjmp.S: ... here.
5672         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
5673         * sysdeps/s390/s390-64/configure.in: ... here
5674         * sysdeps/s390/s390-64/elf/configure: Delete file.
5675         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
5676         * sysdeps/s390/s390-64/start.S: ... here.
5677         * sysdeps/s390/s390-64/elf/configure: Delete.
5679         * configure.in: Remove support for elf directories in sysdeps.
5681         * configure: Regenerated.
5682         * sysdeps/i386/configure: Regenerated.
5683         * sysdeps/powerpc/powerpc32/configure: Regenerated.
5684         * sysdeps/powerpc/powerpc64/configure: Regenerated.
5685         * sysdeps/s390/s390-32/configure: Regenerated.
5686         * sysdeps/s390/s390-64/configure: Regenerated.
5687         * sysdeps/sh/configure: Regenerated.
5688         * sysdeps/sparc/configure: Regenerated.
5689         * sysdeps/x86_64/configure: Regenerated.
5691 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
5693         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5695         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
5696         denormal result into account.
5698 2012-03-25  Roland McGrath  <roland@hack.frob.com>
5700         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
5701         Reported by Allan McRae <allan@archlinux.org>.
5703 2012-03-23  Jeff Law  <law@redhat.com>
5705         * nss/getnssent.c (__nss_getent): Fix typo.
5707 2012-03-23  David S. Miller  <davem@davemloft.net>
5709         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5711 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
5713         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
5714         to pad to uint64_t for each field.
5715         (dl_tls_index): Replace unsigned long with uint64_t.
5717 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
5718         Paul Pluzhnikov  <ppluzhnikov@google.com>
5720         [BZ #6528]
5721         * grp/Makefile (otherlibs): Don't set it.
5722         * inet/Makefile (otherlibs): Likewise.
5723         * login/Makefile (otherlibs): Likewise.
5724         * nscd/Makefile (otherlibs): Likewise.
5725         * posix/Makefile (otherlibs): Likewise.
5726         * pwd/Makefile (otherlibs): Likewise.
5727         * rt/Makefile (otherlibs): Likewise.
5728         * sunrpc/Makefile (otherlibs): Likewise.
5729         * nss/Makefile (otherlibs): Likewise.
5730         Add libnss_files to routines and static-only-routines.
5731         ($(objpfx)getent): Remove rule.
5732         * resolv/Makefile: Add libnss_dns and libresolv to routines and
5733         static-only-routines.
5735 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
5737         [BZ #13892]
5738         * math/s_cexp.c: Include <float.h>.
5739         (__cexp): Handle exp result overflowing not necessarily
5740         overflowing both real and imaginary parts of result.
5741         * math/s_cexpf.c: Likewise.
5742         * math/s_cexpl.c: Likewise.
5743         * math/libm-test.inc (cexp_test): Add more tests.
5744         * sysdeps/i386/fpu/libm-test-ulps: Update.
5745         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5747 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
5749         * include/link.h (ELFW): New macro.
5750         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
5751         Replace ELF64_R_TYPE with ELFW(R_TYPE).
5753 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
5755         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
5756         with uint64_t.
5758 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
5760         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
5761         declaration.
5762         (struct La_x32_retval): Likewise.
5764 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
5766         * sysdeps/x86_64/preconfigure.in: New file.
5767         * sysdeps/x86_64/preconfigure: New generated file.
5769 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
5771         [BZ #13824]
5772         * math/e_exp2l.c: Include <float.h>.
5773         (__ieee754_exp2l): Handle overflow and underflow cases
5774         separately.  Only pass fractional part of argument to
5775         __ieee754_expl.
5776         * math/libm-test.inc (exp2_test): Add more tests.
5778         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
5779         negating x to take absolute value.
5780         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
5781         Likewise.
5782         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
5783         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
5784         Likewise.
5785         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
5786         computing low part if x was negated.
5787         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
5789 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
5791         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
5792         la_x32_gnu_pltexit.
5793         (pltexit): Cast int_retval to ptrdiff_t.
5794         * elf/tst-auditmod3b.c: Likewise.
5795         * elf/tst-auditmod4b.c: Likewise.
5796         * elf/tst-auditmod5b.c: Likewise.
5797         * elf/tst-auditmod6b.c: Likewise.
5798         * elf/tst-auditmod6c.c: Likewise.
5799         * elf/tst-auditmod7b.c: Likewise.
5801         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
5802         and x32_gnu_pltexit.
5804         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
5805         __ELF_NATIVE_CLASS.
5806         (La_x32_regs): New macro.
5807         (La_x32_retval): Likewise.
5808         (la_x32_gnu_pltenter): New function prototype.
5809         (la_x32_gnu_pltexit): Likewise.
5811 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
5813         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
5814         exponent.
5816         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5818         * configure.in (libc_cv_cc_nofma): Check for option to disable
5819         generation of FMA instructions.
5820         * configure: Regenerate.
5821         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
5822         * sysdeps/ieee754/dbl-64/Makefile: New file.
5823         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
5824         Remove brandred-fma4.
5825         (CFLAGS-brandred-fma4.c): Remove.
5826         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
5827         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
5828         define.
5829         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
5830         define.
5832 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
5834         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
5835         LLONG_MAX != LONG_MAX.
5836         (_itoa_word): Use _ITOA_WORD_TYPE on value.
5837         (_fitoa_word): Likewise.
5838         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
5839         LLONG_MAX != LONG_MAX.
5840         * stdio-common/_itowa.h: Include <_itoa.h>.
5841         (_itowa_word): Use _ITOA_WORD_TYPE on value.
5842         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
5843         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
5844         only if not defined.
5845         (_ITOA_WORD_TYPE): Likewise.
5846         (_itoa_word): Use _ITOA_WORD_TYPE on value.
5847         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
5849 2012-03-21  David S. Miller  <davem@davemloft.net>
5851         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5853 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
5855         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
5856         of x86_64 when setting libc_cv_slibdir, libdir and
5857         libc_cv_localedir.
5858         * sysdeps/unix/sysv/linux/configure: Regenerated.
5860 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
5862         * manual/lang.texi (Old Varargs): Remove section.
5863         (How Variadic): Update menu.
5864         (va_start): Do not mention varargs.h.
5866 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
5867             Joseph Myers  <joseph@codesourcery.com>
5869         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
5870         link test.
5871         * configure: Regenerated.
5873 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
5875         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
5876         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
5877         conformtest.pl
5879 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
5881         * NOTES: Remove.
5882         * Makefile (files-for-dist): Remove NOTES.
5883         (NOTES): Remove rule.
5884         * README: Don't refer to NOTES.
5885         * manual/creature.texi: Don't include macros.texi.
5886         * manual/intro.texi (creature.texi): Remove comment referring to
5887         NOTES.
5889         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
5890         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
5891         * configure: Regenerated.
5892         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
5893         LIBC_TRY_CC_OPTION.
5894         (libc_cv_as_i686): Likewise.
5895         (libc_cv_cc_avx): Likewise.
5896         (libc_cv_cc_sse2avx): Likewise.
5897         (libc_cv_cc_fma4): Likewise.
5898         (libc_cv_cc_novzeroupper): Likewise.
5899         * sysdeps/i386/configure: Regenerated.
5901         [BZ #13883]
5902         * sysdeps/i386/fpu/s_cexp.S: Remove.
5903         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
5904         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
5905         * math/libm-test.inc (cexp_test): Add more tests.
5906         * sysdeps/i386/fpu/libm-test-ulps: Update.
5907         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5909 2012-03-21  Allan McRae  <allan@archlinux.org>
5911         * timezone/Makefile: Do not install iso3166.tab and zone.tab
5913 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
5915         [BZ #13871]
5916         * math/w_exp2.c: Do not include <float.h>.
5917         (o_threshold, u_threshold): Remove.
5918         (__exp2): Calculate result before checking finiteness and calling
5919         __kernel_standard.
5920         * math/w_exp2f.c: Likewise.
5921         * math/w_exp2l.c: Likewise.
5922         * math/libm-test.inc (exp2_test): Require overflow exception for
5923         1e6 input.
5925         [BZ #3866]
5926         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
5927         range of signed 64-bit integers before using fistpll.  Remove
5928         checks for whether integers fit in mantissa bits.
5929         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
5930         the range of signed 32-bit integers before using fistpl.  Remove
5931         checks for whether integers fit in mantissa bits.
5932         * sysdeps/i386/fpu/e_powl.S (p64): New object.
5933         (__ieee754_powl): Test for y outside the range of signed 64-bit
5934         integers before using fistpll.  Reduce 64-bit values to 63-bit
5935         ones as needed.
5936         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
5937         divide-by-zero is raised for zero to large negative powers.
5938         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
5939         (__ieee754_powl): Test for y outside the range of signed 64-bit
5940         integers before using fistpll.  Reduce 64-bit values to 63-bit
5941         ones as needed.
5942         * math/libm-test.inc (pow_test): Add more tests.
5944 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
5946         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
5947         <stdio-common/_itoa.h>.
5948         * debug/segfault.c: Likewise.
5949         * elf/dl-cache.c: Likewise.
5950         * elf/dl-minimal.c: Likewise.
5951         * elf/dl-misc.c: Likewise.
5952         * elf/dl-sysdep.c: Likewise.
5953         * elf/dl-version.c: Likewise.
5954         * elf/rtld.c: Likewise.
5955         * hurd/hurdsock.c: Likewise.
5956         * hurd/lookup-retry.c: Likewise.
5957         * malloc/malloc.c: Likewise.
5958         * malloc/mtrace.c: Likewise.
5959         * nscd/nscd_getgr_r.c: Likewise.
5960         * nscd/nscd_getpw_r.c: Likewise.
5961         * nscd/nscd_getserv_r.c: Likewise.
5962         * posix/getopt_init.c: Likewise.
5963         * posix/wordexp.c: Likewise.
5964         * stdio-common/_itoa.c: Likewise.
5965         * stdio-common/printf_fphex.c: Likewise.
5966         * stdio-common/vfprintf.c: Likewise.
5967         * string/_strerror.c: Likewise.
5968         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
5969         * sysdeps/i386/i686/hp-timing.h: Likewise.
5970         * sysdeps/mach/_strerror.c: Likewise.
5971         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
5972         * sysdeps/mach/hurd/sethostid.c: Likewise.
5973         * sysdeps/mach/hurd/xmknodat.c: Likewise.
5974         * sysdeps/mach/xpg-strerror.c: Likewise.
5975         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
5976         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5977         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
5978         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
5979         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5980         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
5981         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5982         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5983         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
5984         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
5985         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
5986         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
5987         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
5988         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
5989         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
5990         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
5991         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
5992         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
5993         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
5994         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
5995         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
5997         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
5999         * stdio-common/_itoa.h: Moved to ...
6000         * sysdeps/generic/_itoa.h: Here.
6002         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
6004         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
6005         instead of "_itoa.h" and "_itowa.h".
6006         * stdio-common/vfprintf.: Likewise.
6008 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
6010         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
6011         <bits/wordsize.h>.
6012         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
6013         (__signbit): Likwise.
6014         (llrintf): Likwise.
6015         (llrint): Likwise.
6017 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
6019         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
6020         __WORDSIZE != 64.
6022 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
6024         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
6025         OVERFLOW_EXCEPTION_OK.
6026         * math/libm-test.inc ("Philosophy"): Update comment about
6027         exception testing.
6028         (OVERFLOW_EXCEPTION): Define.
6029         (OVERFLOW_EXCEPTION_OK): Likewise.
6030         (INVALID_EXCEPTION_OK): Renumber.
6031         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
6032         (IGNORE_ZERO_INF_SIGN): Likewise.
6033         (test_exceptions): Handle FE_OVERFLOW.
6034         (exp10_test): Expect overflow exceptions.
6035         (exp2_test): Likewise.
6036         (expm1_test): Likewise.
6037         (nextafter_test): Likewise.
6038         (pow_test): Likewise.
6039         (scalbn_test): Likewise.
6040         (scalbln_test): Likewise.
6042 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6044         * sysdeps/x86_64/bits/atomic.h
6045         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
6046         64bit integer.
6047         (atomic_exchange_acq): Likewise.
6048         (__arch_exchange_and_add_body): Likewise.
6049         (__arch_add_body): Likewise.
6050         (atomic_add_negative): Likewise.
6051         (atomic_add_zero): Likewise.
6053 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6055         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
6056         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
6058 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6060         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
6061         Check __x86_64__ instead of __WORDSIZE.
6063 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6065         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
6067 2012-03-19  David S. Miller  <davem@davemloft.net>
6069         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6071         * sysdeps/sparc/fpu/fenv_private.h: New file.
6072         * sysdeps/sparc/fpu/math_private.h: Use it.
6073         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
6074         Remove.
6075         (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
6076         (libc_feholdexcept_setroundl): Remove.
6077         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
6078         Remove.
6079         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
6080         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
6082 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6084         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
6085         int64_t instead of long int.
6086         (INSERT_WORDS64): Likwise.
6088 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6090         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
6091         _Unwind_GetCFA return to _Unwind_Ptr first.
6093 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
6095         [BZ #13629]
6096         * math/s_clog.c: Include <float.h>.
6097         (__clog): Scale large or subnormal inputs.
6098         * math/s_clogf.c: Likewise.
6099         * math/s_clogl.c: Likewise.
6100         * math/s_clog10.c: Include <float.h>.
6101         (M_LOG10_2): Define.
6102         (__clog10): Scale large or subnormal inputs.
6103         * math/s_clog10f.c: Likewise.
6104         * math/s_clog10l.c: Likewise.
6105         * math/libm-test.inc (clog_test): Add more tests.
6106         (clog10_test): Likewise.
6107         * sysdeps/i386/fpu/libm-test-ulps: Update.
6108         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6110         [BZ #11451]
6111         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
6112         x and y.
6113         * math/libm-test.inc (atan2_test): Add another test.
6115         * Makerules (common-objdir-compile): Remove.
6116         * sysdeps/unix/Makefile (config-generated): Do not add
6117         $(unix-generated) to variable.
6118         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
6119         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
6120         Remove rule.
6121         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
6122         Likewise.
6123         [generic bits/local_lim.h] (before-compile): Do not append to
6124         variable.
6125         [generic bits/local_lim.h] (common-generated): Likewise.
6126         [generic sys/param.h] (before-compile): Do not append to variable.
6127         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
6128         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
6129         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
6130         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
6131         include.
6132         [generic sys/param.h] (sys/param.h-includes): Remove variable.
6133         [generic sys/param.h] (sys/param.h-includes): Remove rule.
6134         [generic sys/param.h] ($(addprefix
6135         $(common-objpfx),$(sys/param.h-includes))): Likewise.
6136         [generic sys/param.h] (common-generated): Do not append to
6137         variable.
6138         [generic sys/param.h] (sysdep_headers): Likewise.
6139         [generic bits/errno.h] (before-compile): Do not append to
6140         variable.
6141         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
6142         rule.
6143         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
6144         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
6145         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
6146         [generic bits/errno.h] (common-generated): Do not append to
6147         variable.
6148         [generic bits/ioctls.h] (before-compile): Do not append to
6149         variable.
6150         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
6151         rule.
6152         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
6153         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
6154         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
6155         rule.
6156         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
6157         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
6158         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
6159         [generic bits/ioctls.h] (common-generated): Do not append to
6160         variable.
6161         [generic sys/syscall.h] (syscall.h): Remove variable.
6162         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
6163         rule.
6164         [generic sys/syscall.h] (before-compile): Do not append to
6165         variable.
6166         [generic sys/syscall.h] (common-generated): Likewise.
6167         * sysdeps/unix/errnos-tmpl.c: Remove file.
6168         * sysdeps/unix/errnos.awk: Likewise.
6169         * sysdeps/unix/ioctls-tmpl.c: Likewise.
6170         * sysdeps/unix/ioctls.awk: Likewise.
6171         * sysdeps/unix/mk-local_lim.c: Likewise.
6172         * sysdeps/unix/snarf-ioctls: Likewise.
6174 2012-03-19  Richard Henderson  <rth@twiddle.net>
6176         * sysdeps/i386/fpu/fenv_private.h: New file.
6177         * sysdeps/i386/fpu/math_private.h: Use it.
6178         (math_opt_barrier, math_force_eval): Remove.
6179         (libc_feholdexcept_setround_53bit): Remove.
6180         (libc_feupdateenv_53bit): Remove.
6181         * sysdeps/x86_64/fpu/math_private.h: Likewise.
6182         (math_opt_barrier, math_force_eval): Remove.
6183         (libc_feholdexcept): Remove.
6184         (libc_feholdexcept_setround): Remove.
6185         (libc_fetestexcept, libc_fesetenv): Remove.
6186         (libc_feupdateenv_test): Remove.
6187         (libc_feupdateenv, libc_feholdsetround): Remove.
6188         (libc_feresetround): Remove.
6190         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
6191         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
6193         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
6194         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
6195         (libc_feupdateenv_testl): New.
6196         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
6197         (libc_feupdateenv_testf): New.
6198         (libc_feupdateenv): Use libc_feupdateenv_test.
6199         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
6200         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
6202         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
6203         (libc_feholdsetroundf, libc_feholdsetroundl): New.
6204         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
6205         (libc_feresetround_noex): New.
6206         (libc_feresetround_noexf): New.
6207         (libc_feresetround_noexl): New.
6208         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
6209         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
6210         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
6211         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
6212         SET_RESTORE_ROUND.
6213         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
6214         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
6215         (__cos): Likewise.
6216         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
6217         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
6218         SET_RESTORE_ROUND_NOEX.
6219         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
6220         SET_RESTORE_ROUND_NOEXF.
6221         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
6222         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
6223         (libc_feholdsetroundf): New.
6224         (libc_feresetround, libc_feresetroundf): New.
6226         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
6227         (libc_feholdexcept_setround_53bit): Convert from macro to function.
6228         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
6230         * sysdeps/generic/math_private.h: Include <fenv.h>.
6231         (default_libc_feholdexcept): New.
6232         (default_libc_feholdexcept_setround): New.
6233         (default_libc_fesetenv, default_libc_feupdateenv): New.
6234         (libc_feholdexcept): Only define if undefined.
6235         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
6236         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
6237         (libc_feholdexcept_setroundl): Likewise.
6238         (libc_feholdexcept_setround_53bit): Likewise.
6239         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
6240         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
6241         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
6242         (libc_feupdateenv_53bit): Likewise.
6243         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
6244         (libc_feholdexcept): Convert from macro to inline function.
6245         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
6246         (libc_fesetenv, libc_feupdateenv): Likewise.
6248         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
6249         not previously defined.
6250         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
6251         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
6252         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
6253         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
6254         * sysdeps/ieee754/flt-32/math_private.h: New file.
6255         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
6256         math_private.h below SET_FLOAT_WORD.
6257         (__isnan, __isinf_ns, __finite): Remove.
6258         (__isnanf, __isinf_nsf, __finitef): Remove.
6260 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
6262         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6264 2012-03-17  David S. Miller  <davem@davemloft.net>
6266         [BZ #6471]
6267         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
6268         for 2.16.
6270 2012-03-16  David S. Miller  <davem@davemloft.net>
6272         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
6273         warnings.
6275         [BZ #6471]
6276         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
6277         properly.
6278         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
6279         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
6280         sysdep_routines when subdir is sysvipc.
6281         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
6282         __getshmlba helper.
6284         * sysdeps/sparc/fpu/libm-test/ulps: Update.
6286 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6288         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
6289         [__LP64__].
6291 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6293         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
6294         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
6295         (__lround): Renamed to ...
6296         (__llround): This.  Replace long int with long long int.
6297         Define lround functions as aliases of llround functions.
6298         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
6300 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6302         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
6303         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
6304         adresses to uintptr_t.  Replace "long int" and "unsigned long
6305         int" with "greg_t" on va_arg.
6307 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6309         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
6310         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
6312         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
6313         Move e_machine check before EI_CLASS check.  Handle x32
6314         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
6315         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
6316         SKIP_EM_IA_64 and include
6317         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
6319         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
6320         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
6321         (add_system_dir): New macro.
6323         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
6324         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
6326 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
6328         [BZ #2551]
6329         [BZ #2552]
6330         [BZ #2553]
6331         [BZ #2554]
6332         [BZ #2562]
6333         [BZ #2563]
6334         [BZ #2565]
6335         [BZ #2566]
6336         [BZ #2576]
6337         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
6338         (y0): Likewise.
6339         * math/w_j0f.c (j0f): Likewise.
6340         (y0f): Likewise.
6341         * math/w_j0l.c (__j0l): Likewise.
6342         (__y0l): Likewise.
6343         * math/w_j1.c (j1): Likewise.
6344         (y1): Likewise.
6345         * math/w_j1f.c (j1f): Likewise.
6346         (y1f): Likewise.
6347         * math/w_j1l.c (__j1l): Likewise.
6348         (__y1l): Likewise.
6349         * math/w_jn.c (jn): Likewise.
6350         (yn): Likewise.
6351         * math/w_jnf.c (jnf): Likewise.
6352         (ynf): Likewise.
6353         * math/w_jnl.c (__jnl): Likewise.
6354         (__ynl): Likewise.
6355         * math/libm-test.inc (j0_test): Add more tests.
6356         (j1_test): Likewise.
6357         (jn_test): Likewise.  Add trailing semicolon to existing test.
6358         (y0_test): Likewise.
6359         (y1_test): Likewise.
6360         * sysdeps/i386/fpu/libm-test-ulps: Update.
6361         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6363         [BZ #13851]
6364         [BZ #13854]
6365         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
6366         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
6367         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
6368         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
6369         (__tanl): Set errno for infinite argument.
6370         * sysdeps/i386/fpu/mptan.c: Remove.
6371         * sysdeps/i386/fpu/s_tan.S: Likewise.
6372         * sysdeps/i386/fpu/s_tanl.S: Likewise.
6373         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
6374         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
6375         * math/libm-test.inc (tan_test): Add more tests and enable more
6376         tests for double and long double.
6377         * sysdeps/i386/fpu/libm-test-ulps: Update.
6378         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6380 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6382         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
6383         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
6385 2012-03-16  Roland McGrath  <roland@hack.frob.com>
6387         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
6388         * configure.in: Use it for both main tree and add-ons.
6389         * configure: Regenerated.
6391 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6393         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
6395 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
6397         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
6398         in comment.
6400         [BZ #13851]
6401         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
6402         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
6403         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
6404         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
6405         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
6406         infinite argument.
6407         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
6408         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
6409         != 0 for prec == 2.
6410         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
6411         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
6412         * sysdeps/i386/fpu/s_cosl.S: Likewise.
6413         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
6414         * sysdeps/i386/fpu/s_sinl.S: Likewise.
6415         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
6416         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
6417         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
6418         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
6419         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
6420         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
6421         * math/libm-test.inc (cos_test): Add more tests and enable more
6422         tests for long double.
6423         (sin_test): Likewise.
6424         (sincos_test): Likewise.
6425         * sysdeps/i386/fpu/libm-test-ulps: Update.
6426         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6428 2012-03-16  David S. Miller  <davem@davemloft.net>
6430         * sysdeps/sparc/fpu/math_private.h: New file.
6432 2012-03-15  David S. Miller  <davem@davemloft.net>
6434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
6435         file.
6436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
6437         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
6438         file.
6439         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
6440         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
6441         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
6442         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
6443         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
6444         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
6445         sysdep routines.
6446         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
6448         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
6449         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
6451         * sysdeps/sparc/sparc-ifunc.h: New file.
6452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
6453         sparc-ifunc.h
6454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
6455         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
6456         Likewise.
6457         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
6458         Likewise.
6459         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
6460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
6461         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
6462         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
6463         Likewise.
6464         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
6465         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
6466         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
6467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
6468         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
6469         Likewise.
6470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
6471         Likewise.
6472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
6473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
6474         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
6475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
6476         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
6477         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
6478         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
6479         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
6480         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
6481         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
6482         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
6483         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
6484         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
6485         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
6486         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
6487         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
6488         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
6489         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
6490         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
6491         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
6492         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
6493         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
6494         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
6495         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
6497 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
6499         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
6500         scaling.
6501         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6503 2012-03-15  Andreas Jaeger  <aj@suse.de>
6505         [BZ #13852]
6506         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
6507         ieee754/flt-32 implementation for sin, cos and sincos.
6508         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
6509         * sysdeps/i386/fpu/s_cosf.S: Likewise.
6510         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
6511         * sysdeps/i386/fpu/s_sinf.S: Likewise.
6512         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
6513         ieee754/flt-32 implementation for tan.
6515         * math/libm-test.inc (cos_test): Enable some large input tests for
6516         float as well
6517         (sin_test): Likewise.
6518         (sincos_test): Likewise.
6519         (tan_test): Add tests for large input.
6521         * sysdeps/i386/fpu/libm-test-ulps: Update.
6523 2012-03-15  Andreas Jaeger  <aj@suse.de>
6525         [BZ #13658]
6526         * math/libm-test.inc (cos_test): Add more test cases.
6527         (sin_test): Likewise.
6528         (sincos_test): Likewise.
6530 2012-03-15  Andreas Jaeger  <aj@suse.de>
6532         [BZ #13837]
6533         * math/libm-test.inc (cos_test): Add a test case for large input
6534         value.
6535         (sin_test): Likewise.
6536         (sincos_test): Likewise.
6538 2012-03-15  Andreas Jaeger  <aj@suse.de>,
6539         Joseph Myers  <joseph@codesourcery.com>
6541         [BZ #13658]
6542         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
6543         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
6544         * sysdeps/i386/fpu/branred.c: Likewise.
6545         * sysdeps/i386/fpu/dosincos.c: Likewise.
6546         * sysdeps/i386/fpu/mpa.c: Likewise.
6547         * sysdeps/i386/fpu/s_cos.S: Likewise.
6548         * sysdeps/i386/fpu/s_sin.S: Likewise.
6549         * sysdeps/i386/fpu/s_sincos.S: Likewise.
6550         * sysdeps/i386/fpu/sincos32.c: Likewise.
6552         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
6553         Define.
6554         (libc_feupdateenv_53bit): Define.
6555         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
6556         Define.
6557         (libc_feupdateenv_53bit): Define.
6559         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
6560         53 bit (without extend i386 double precision).
6562         * math/libm-test.inc (sincos_test): Add tests for large input.
6563         (sin): Likewise.
6564         (cos): Likewise.
6566         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6568 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
6570         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6572 2012-03-15  David S. Miller  <davem@davemloft.net>
6574         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
6575         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
6576         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
6577         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
6578         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
6579         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
6580         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
6581         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
6582         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
6583         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
6584         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
6585         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
6586         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
6587         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
6588         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
6589         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
6590         file.
6591         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
6592         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
6593         file.
6594         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
6595         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
6596         file.
6597         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
6598         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
6599         file.
6600         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
6601         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
6602         fmin/fmax sysdep routines.
6603         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
6605 2012-03-14  David S. Miller  <davem@davemloft.net>
6607         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
6608         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
6609         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
6610         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
6611         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
6612         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
6613         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
6614         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
6615         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
6616         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
6617         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
6618         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
6619         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
6620         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
6621         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
6622         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
6623         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
6624         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
6625         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
6626         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
6627         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
6628         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
6629         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
6630         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
6631         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
6632         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
6633         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
6634         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
6635         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
6636         routines.
6637         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
6638         file.
6639         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
6640         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
6641         file.
6642         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
6643         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
6644         file.
6645         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
6646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
6647         file.
6648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
6649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
6650         file.
6651         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
6652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
6653         file.
6654         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
6655         file.
6656         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
6657         file.
6658         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
6659         file.
6660         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
6661         New file.
6662         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
6663         file.
6664         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
6665         file.
6666         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
6667         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
6668         file.
6669         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
6670         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
6671         file.
6672         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
6673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
6674         file.
6675         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
6676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
6677         VIS3 routines.
6679         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
6680         New file.
6682         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6684         * sysdeps/sparc/configure.in: New file.
6685         * sysdeps/sparc/configure: Generate.
6686         * configure.in (libc_cv_sparc_as_vis3): Substitute.
6687         * configure: Regenerate.
6688         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
6689         * config.make.in (have-as-vis3): New.
6690         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
6691         available use -Av9d instead of -Av9a.
6692         * sysdeps/sparc/sparc64/Makefile: Likewise.
6693         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
6694         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
6695         New file.
6696         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
6697         file.
6698         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
6699         New file.
6700         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
6701         file.
6702         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
6703         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
6704         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
6705         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
6706         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
6708         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
6709         fzeros/fnegs to load 0x80000000 into a float register instead of
6710         using the stack.
6711         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
6713 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
6715         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
6716         bits/syscall.h.
6717         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
6718         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
6719         ($(inst_includedir)/bits/syscall.h): Remove rule.
6720         ($(objpfx)bits/syscall.d): Include instead of
6721         $(objpfx)syscall-list.d.
6722         (generated): Change syscall-list.h and syscall-list.d to
6723         bits/syscall.h and bits/syscall.d.
6725 2012-03-14  Roland McGrath  <roland@hack.frob.com>
6727         [BZ #13846]
6728         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
6730 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
6732         [BZ #13841]
6733         * math/s_csqrt.c: Include <float.h>.
6734         (__csqrt): Scale large or subnormal inputs.
6735         * math/s_csqrtf.c: Likewise.
6736         * math/s_csqrtl.c: Likewise.
6737         * math/libm-test.inc (csqrt_test): Add more tests.
6738         * sysdeps/i386/fpu/libm-test-ulps: Update.
6739         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6741         [BZ #13840]
6742         * math/libm-test.inc (hypot_test): Add more tests.
6744 2012-03-13  David S. Miller  <davem@davemloft.net>
6746         [BZ #13840]
6747         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
6748         double-precision for the calculation instead of scaling.
6750 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
6752         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
6753         manipulate bits before adding and subtracting TWO52[sx].
6754         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
6755         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
6756         Likewise.
6757         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
6759 2012-03-13  David S. Miller  <davem@davemloft.net>
6761         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
6762         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
6763         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
6764         rtld-global-offsets.h
6765         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
6767         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
6768         large parameters.
6770         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
6772         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
6773         'err' in the ifdef scope in which it is actually used.
6775         * nss/nss_db/db-init.c: Include string.h
6777 2012-03-12  David S. Miller  <davem@davemloft.net>
6779         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
6780         masking out of the most significant byte of random value used.
6781         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
6782         Fix coding style in previous change.
6784         * sysdeps/unix/sysv/linux/kernel-features.h
6785         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
6786         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
6787         expression.
6788         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
6789         later.
6791 2012-03-11  David S. Miller  <davem@davemloft.net>
6793         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
6794         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
6795         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
6796         for 'resultvar' otherwise things get truncated on 64-bit.
6798         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
6799         Fix masking out of the most significant byte of random value used.
6801         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6803 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
6805         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6807 2012-03-09  David S. Miller  <davem@davemloft.net>
6809         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
6810         variables with appropriate CPP guards.
6811         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
6812         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
6813         on resulting framesize and the management of the outregs buffer for pltexit.
6814         Preserve floating point return values across _dl_call_pltexit call.
6815         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
6816         framesize and the management of the outregs buffer for pltexit.
6817         Preserve floating point return values across _dl_call_pltexit
6818         call.
6819         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
6820         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
6821         (print_exit): Fix format string for return register value.
6823 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
6825         * sunrpc/Makefile (others): Add rpcgen.
6826         ($(objpfx)rpcgen): Remove special build rule and dependency on
6827         libc.
6828         * sunrpc/rpcgen.c: New file.
6830 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
6832         [BZ #13673]
6833         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
6834         * stdio-common/bug-vfprintf-nargs.c: Likewise.
6835         * sysdeps/i386/crti.S: Likewise.
6836         * sysdeps/i386/crtn.S: Likewise.
6837         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
6838         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
6839         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
6840         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
6841         * sysdeps/sh/crti.S: Likewise.
6842         * sysdeps/sh/crtn.S: Likewise.
6843         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
6845         [BZ #13673]
6846         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
6847         with URL.
6848         * locale/programs/locfile-kw.gperf: Likewise.
6849         * locale/programs/charmap-kw.h: Regenerated.
6850         * locale/programs/locfile-kw.h: Likewise.
6852         [BZ #13673]
6853         * intl/plural.y: Replace FSF snail mail address with URL.
6854         * intl/plural.c: Regenerated.
6856 2012-03-09  Richard Henderson  <rth@twiddle.net>
6858         * include/math_private.h: Remove file.
6859         * math/math_private.h: Move file ...
6860         * sysdeps/generic/math_private.h: ... here.
6862         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
6863         * sysdeps/powerpc/fpu/math_private.h: Likewise.
6864         * sysdeps/x86_64/fpu/math_private.h: Likewise.
6866         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
6867         and <math_private.h>.
6868         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
6869         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6870         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
6871         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
6872         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
6873         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
6874         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
6875         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
6876         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
6877         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
6878         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
6879         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
6880         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
6881         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
6882         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
6883         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
6884         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
6885         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
6886         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
6887         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
6888         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
6889         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
6890         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
6891         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
6892         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
6893         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
6894         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
6895         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
6896         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
6897         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
6898         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
6899         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
6900         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
6901         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
6902         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
6903         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
6904         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
6905         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
6906         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6907         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
6908         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
6909         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
6910         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
6911         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6912         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
6913         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6914         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
6915         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
6916         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
6917         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
6918         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
6919         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
6920         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
6921         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
6922         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
6923         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
6924         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
6925         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
6926         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
6927         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
6928         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
6929         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
6930         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
6931         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
6932         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
6933         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
6934         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
6935         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
6936         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
6937         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
6938         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
6939         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
6940         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
6941         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
6942         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
6943         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
6944         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
6945         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
6946         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
6947         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
6948         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
6949         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
6950         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
6951         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
6952         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
6953         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
6954         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
6955         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
6956         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
6957         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
6958         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
6959         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
6960         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
6961         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
6962         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
6963         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
6964         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
6965         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
6966         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
6967         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
6968         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
6969         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
6970         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
6971         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
6972         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
6973         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
6974         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
6975         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
6976         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
6977         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
6978         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
6979         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
6980         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
6981         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
6982         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
6983         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
6984         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
6985         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
6986         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
6987         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
6988         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
6989         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6990         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
6991         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
6992         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
6993         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
6994         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
6995         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6996         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6997         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
6998         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
6999         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
7000         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
7001         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
7002         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
7003         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
7004         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
7005         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
7006         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
7007         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
7008         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
7009         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
7010         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
7011         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
7012         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
7013         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
7014         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
7015         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
7016         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
7017         * sysdeps/ieee754/k_standard.c: Likewise.
7018         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
7019         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
7020         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
7021         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
7022         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
7023         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
7024         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
7025         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
7026         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
7027         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
7028         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
7029         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
7030         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
7031         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
7032         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
7033         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
7034         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
7035         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
7036         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
7037         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
7038         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
7039         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
7040         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
7041         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
7042         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
7043         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
7044         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
7045         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
7046         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
7047         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
7048         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
7049         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
7050         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
7051         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
7052         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
7053         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
7054         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
7055         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
7056         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
7057         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
7058         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
7059         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
7060         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
7061         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
7062         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
7063         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
7064         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
7065         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
7066         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
7067         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
7068         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
7069         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
7070         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
7071         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
7072         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7073         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
7074         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
7075         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
7076         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
7077         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
7078         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
7079         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
7080         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
7081         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
7082         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
7083         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
7084         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
7085         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
7086         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
7087         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
7088         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
7089         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
7090         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
7091         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
7092         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
7093         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
7094         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
7095         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
7096         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
7097         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
7098         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
7099         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
7100         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
7101         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
7102         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
7103         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
7104         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
7105         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
7106         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
7107         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
7108         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
7109         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
7110         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
7111         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
7112         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
7113         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
7114         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
7115         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
7116         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
7117         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
7118         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
7119         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
7120         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
7121         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
7122         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
7123         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
7124         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
7125         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
7126         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
7127         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
7128         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
7129         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
7130         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
7131         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
7132         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
7133         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
7134         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
7135         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
7136         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
7137         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
7138         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
7139         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
7140         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
7141         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
7142         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
7143         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
7144         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
7145         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
7146         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
7147         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
7148         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
7149         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
7150         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
7151         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
7152         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
7153         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
7154         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
7155         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
7156         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
7157         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
7158         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
7159         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
7160         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
7161         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
7162         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
7163         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
7164         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
7165         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
7166         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
7167         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
7168         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
7169         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
7170         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7171         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
7172         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
7173         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
7174         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
7175         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
7176         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
7177         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
7178         * sysdeps/ieee754/s_lib_version.c: Likewise.
7179         * sysdeps/ieee754/s_matherr.c: Likewise.
7180         * sysdeps/ieee754/s_signgam.c: Likewise.
7181         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
7182         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
7183         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
7184         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
7185         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
7186         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
7187         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
7188         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
7189         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
7190         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
7191         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
7192         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
7193         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
7194         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
7195         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
7196         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
7197         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
7198         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
7199         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
7200         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
7201         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
7203 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
7205         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
7206         * sunrpc/rpc_main.c: Likewise.
7207         * sunrpc/rpc_svcout.c: Likewise.
7209 2012-03-09  David S. Miller  <davem@davemloft.net>
7211         * include/math_private.h: New file.
7213 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
7215         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
7216         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
7217         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
7218         from <bits/socket_type.h>.
7219         (enum __socket_type): Don't define here.
7220         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
7221         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
7222         bits/socket_type.h.
7224         [BZ #13566]
7225         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
7226         checking __USE_GNU.
7228         * Makerules ($(inst_includedir)/%.h): New rule.
7229         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
7230         (install-others): Remove variable setting.
7231         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
7233 2012-03-08  Richard Henderson  <rth@twiddle.net>
7235         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
7236         from macro to inline function; merge with the
7237         !__LIBC_INTERNAL_MATH_INLINES version.
7238         (__ieee754_sqrtf): Likewise.
7240         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
7241         to inline function.
7242         (__rintf, __floor, __floorf): Likewise.
7244         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
7245         macro to inline function.
7246         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
7248         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
7249         not <math/math_private.h>.
7251 2012-03-08  David S. Miller  <davem@davemloft.net>
7253         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
7254         copyright year.
7255         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
7257 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
7259         * resolv/gai_misc.c (handle_requests): Fix struct timespec
7260         normalization.
7261         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
7262         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
7264 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
7266         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
7267         be defined individually, they must be defined as a block.  Define
7268         S for printing a string instead of hidint the different by using a
7269         macro for adding the 'l'.
7270         * stdio-common/tst-fphex-wide.c: Adjust.
7272 2012-03-07  Marek Polacek  <polacek@redhat.com>
7274         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
7276 2012-03-08  Marek Polacek  <polacek@redhat.com>
7278         [BZ #13806]
7279         * stdio-common/Makefile (tests): Add tst-fphex-wide.
7280         * stdio-common/tst-fphex.c: Define a few macros to make the
7281         test reusable.  Use them.
7282         * stdio-common/tst-fphex-wide.c: New file.
7284 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
7286         [BZ #6911]
7287         * manual/macros.texi (gnusystems): New macro.
7288         (nongnusystems): Likewise.
7289         (gnulinuxhurdsystems): Likewise.
7290         (gnuhurdsystems): Likewise..
7291         (gnulinuxsystems): Likewise.
7292         * manual/charset.texi: Use new macros or @theglibc{} to refer to
7293         variants of the GNU system, not "GNU system".
7294         * manual/conf.texi: Likewise.
7295         * manual/errno.texi: Likewise.  Update example of errno macro
7296         expansion.
7297         * manual/filesys.texi: Likewise.
7298         (getumask): Document as specific to GNU/Hurd.
7299         * manual/install.texi: Likewise.  Reword some references to
7300         GNU/Linux.
7301         * manual/intro.texi: Likewise.
7302         * manual/io.texi: Likewise.
7303         (File Name Portability): Detail which constraints are inapplicable
7304         to all GNU systems and which are only inapplicable to GNU/Hurd.
7305         * manual/job.texi: Likewise.
7306         * manual/llio.texi: Likewise.
7307         (O_NOCTTY): Document as present on GNU/Linux.
7308         * manual/maint.texi: Likewise.
7309         * manual/memory.texi: Likewise.
7310         * manual/pattern.texi: Likewise.
7311         * manual/pipe.texi: Likewise.
7312         * manual/process.texi: Likewise.
7313         * manual/resource.texi: Likewise.
7314         (RUSAGE_CHILDREN): Remove statement about specifying a particular
7315         child on GNU/Hurd.
7316         * manual/setjmp.texi: Likewise.
7317         * manual/signal.texi: Likewise.
7318         * manual/startup.texi: Likewise.
7319         * manual/stdio.texi: Likewise.
7320         * manual/terminal.texi: Likewise.
7321         (ONLCR): Document as POSIX.
7322         (OXTABS): Document availability on GNU/Linux as XTABS.
7323         (ONOEOT): Document availability separately from other bits.
7324         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
7325         * manual/time.texi: Likewise.
7326         * manual/users.texi: Likewise.
7327         * INSTALL: Regenerated.
7328         * sysdeps/gnu/errlist.c: Regenerated.
7330         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
7331         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
7332         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
7333         puts.
7334         * configure: Regenerated.
7336 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
7338         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
7339         default includes instead of AC_HEADER_CHECK.
7340         * sysdeps/i386/configure: Regenerated.
7342         [BZ #10716]
7343         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
7344         * math/s_cacoshf.c (__cacoshf): Likewise.
7345         * math/s_cacoshl.c (__cacoshl): Likewise.
7346         * math/s_casinh.c (__casinh): Set signs of result from argument.
7347         * math/s_casinhf.c (__casinhf): Likewise.
7348         * math/s_casinhl.c (__casinhl): Likewise.
7349         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
7350         (casinh_test): Add more tests.
7351         * sysdeps/i386/fpu/libm-test-ulps: Update.
7352         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7354 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
7356         * po/zh_TW.po: Update from translation team.
7358         * login/Makefile (distribute): Remove variable.
7359         * catgets/Makefile: Likewise.
7360         * mach/Makefile: Likewise.
7361         * malloc/Makefile: Likewise.
7362         * misc/Makefile: Likewise.
7363         * iconv/Makefile: Likewise.
7364         * nscd/Makefile: Likewise.
7365         * hurd/Makefile: Likewise.
7366         * manual/Makefile: Likewise.
7367         * locale/Makefile: Likewise.
7368         * intl/Makefile: Likewise.
7369         * conform/Makefile: Likewise.
7370         * nss/Makefile: Likewise.
7371         * time/Makefile: Likewise.
7372         * soft-fp/Makefile: Likewise.
7373         * dirent/Makefile: Likewise.
7374         * gmon/Makefile: Likewise.
7375         * po/Makefile: Likewise.
7376         * rt/Makefile: Likewise.
7377         * socket/Makefile: Likewise.
7378         * math/Makefile: Likewise.
7379         * signal/Makefile: Likewise.
7380         * debug/Makefile: Likewise.
7381         * elf/Makefile: Likewise.
7382         * timezone/Makefile: Likewise.
7383         * stdlib/Makefile: Likewise.
7384         * iconvdata/Makefile: Likewise.
7385         * sunrpc/Makefile: Likewise.
7386         * io/Makefile: Likewise.
7387         * argp/Makefile: Likewise.
7388         * inet/Makefile: Likewise.
7389         * hesiod/Makefile: Likewise.
7390         * grp/Makefile: Likewise.
7391         * csu/Makefile: Likewise.
7392         * wctype/Makefile: Likewise.
7393         * crypt/Makefile: Likewise.
7394         * libio/Makefile: Likewise.
7395         * string/Makefile: Likewise.
7396         * nis/Makefile: Likewise.
7397         * resolv/Makefile: Likewise.
7398         * stdio-common/Makefile: Likewise.
7399         * wcsmbs/Makefile: Likewise.
7400         * dlfcn/Makefile: Likewise.
7401         * posix/Makefile: Likewise.
7403         [BZ #6959]
7404         * timezone/Makefile: Don't install timezone files, just the programs
7405         and scripts.
7407 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
7409         * nss/databases.def: Add missing gshadow entry.
7411         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
7413 2012-03-06  Marek Polacek  <polacek@redhat.com>
7415         [BZ #13726]
7416         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
7417         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
7418         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
7419         * stdio-common/tst-long-dbl-fphex.c: New file.
7421 2012-03-06  David S. Miller  <davem@davemloft.net>
7423         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
7424         (set_obp_int): New function.
7425         (get_obp_int): New function.
7426         (__get_clockfreq_via_dev_openprom): Likewise.
7427         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
7428         Avoid unused variable warnings on 'val' and use builtin_expect.
7429         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
7430         __builtin_expect.
7431         (INLINE_CLONE_SYSCALL): Likewise.
7433 2012-03-05  David S. Miller  <davem@davemloft.net>
7435         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7437 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
7439         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7441         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
7442         only for |x| >= 40.
7443         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
7445 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
7447         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
7448         Replace gettimeofday with __vdso_gettimeofday.
7450         * sysdeps/unix/sysv/linux/x86_64/init-first.c
7451         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
7452         __vdso_clock_gettime and __vdso_getcpu.
7454         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
7455         time with __vdso_time.
7457 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
7459         * manual/lang.texi (size_t): Note types to which size_t may be
7460         equivalent with the GNU C Library, but do not describe when
7461         differences between them are significant.
7463 2012-03-05  Andreas Jaeger  <aj@suse.de>
7465         * sysdeps/i386/fpu/libm-test-ulps: Update.
7467 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
7469         [BZ #3976]
7470         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
7471         (__ieee754_pow): Save and restore rounding mode and use
7472         round-to-nearest for main computations.
7473         * math/libm-test.inc (pow_test_tonearest): New function.
7474         (pow_test_towardzero): Likewise.
7475         (pow_test_downward): Likewise.
7476         (pow_test_upward): Likewise.
7477         (main): Call the new functions.
7478         * sysdeps/i386/fpu/libm-test-ulps: Update.
7479         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7481         [BZ #3976]
7482         * math/libm-test.inc (cosh_test_tonearest): New function.
7483         (cosh_test_towardzero): Likewise.
7484         (cosh_test_downward): Likewise.
7485         (cosh_test_upward): Likewise.
7486         (sinh_test_tonearest): Likewise.
7487         (sinh_test_towardzero): Likewise.
7488         (sinh_test_downward): Likewise.
7489         (sinh_test_upward): Likewise.
7490         (main): Call the new functions.
7491         * sysdeps/i386/fpu/libm-test-ulps: Update.
7492         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7494 2012-03-05  Tom de Vries  <tom@codesourcery.com>
7496         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
7497         default stack guard is set in last bytes.
7498         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
7500 2012-03-05  Kees Cook  <keescook@chromium.org>
7502         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
7504         [BZ #13656]
7505         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
7506         possibly allocate from heap instead of stack.
7507         * stdio-common/bug-vfprintf-nargs.c: New file.
7508         * stdio-common/Makefile (tests): Add nargs overflow test.
7510 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
7512         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7514 2012-03-03  Marek Polacek  <polacek@redhat.com>
7516         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
7517         * math/math_private.h: Likewise.
7518         * stdlib/tst-strtod.c: Likewise.
7519         * sysdeps/i386/i486/bits/atomic.h: Likewise.
7520         * sysdeps/x86_64/bits/atomic.h: Likewise.
7522 2012-03-02  David S. Miller  <davem@davemloft.net>
7524         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
7525         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
7526         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
7527         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
7528         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
7529         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
7530         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
7531         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
7533 2012-03-02  Roland McGrath  <roland@hack.frob.com>
7535         [BZ #13792]
7536         * manual/examples/README: New file, says the example source files
7537         can be used under GPL>=2.
7538         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
7539         line containing just "*/".
7540         * manual/examples/add.c: Add copyright header (GPL>=2).
7541         * manual/examples/argp-ex1.c: Likewise.
7542         * manual/examples/argp-ex2.c: Likewise.
7543         * manual/examples/argp-ex3.c: Likewise.
7544         * manual/examples/argp-ex4.c: Likewise.
7545         * manual/examples/atexit.c: Likewise.
7546         * manual/examples/db.c: Likewise.
7547         * manual/examples/dir.c: Likewise.
7548         * manual/examples/dir2.c: Likewise.
7549         * manual/examples/execinfo.c: Likewise.
7550         * manual/examples/filecli.c: Likewise.
7551         * manual/examples/filesrv.c: Likewise.
7552         * manual/examples/fmtmsgexpl.c: Likewise.
7553         * manual/examples/genpass.c: Likewise.
7554         * manual/examples/inetcli.c: Likewise.
7555         * manual/examples/inetsrv.c: Likewise.
7556         * manual/examples/isockad.c: Likewise.
7557         * manual/examples/longopt.c: Likewise.
7558         * manual/examples/memopen.c: Likewise.
7559         * manual/examples/memstrm.c: Likewise.
7560         * manual/examples/mkfsock.c: Likewise.
7561         * manual/examples/mkisock.c: Likewise.
7562         * manual/examples/mygetpass.c: Likewise.
7563         * manual/examples/pipe.c: Likewise.
7564         * manual/examples/popen.c: Likewise.
7565         * manual/examples/rprintf.c: Likewise.
7566         * manual/examples/search.c: Likewise.
7567         * manual/examples/select.c: Likewise.
7568         * manual/examples/setjmp.c: Likewise.
7569         * manual/examples/sigh1.c: Likewise.
7570         * manual/examples/sigusr.c: Likewise.
7571         * manual/examples/stpcpy.c: Likewise.
7572         * manual/examples/strdupa.c: Likewise.
7573         * manual/examples/strftim.c: Likewise.
7574         * manual/examples/strncat.c: Likewise.
7575         * manual/examples/subopt.c: Likewise.
7576         * manual/examples/swapcontext.c: Likewise.
7577         * manual/examples/termios.c: Likewise.
7578         * manual/examples/testopt.c: Likewise.
7579         * manual/examples/testpass.c: Likewise.
7580         * manual/examples/timeval_subtract.c: Likewise.
7582         [BZ #13792]
7583         * manual/time.texi (Elapsed Time): Move timeval_subtract example
7584         function to ...
7585         * manual/timeval_subtract.c.texi: ... here, new file.
7587 2012-03-02  David S. Miller  <davem@davemloft.net>
7589         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
7591 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
7593         [BZ #3976]
7594         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
7595         (__sin): Save and restore rounding mode and use round-to-nearest
7596         for all computations.
7597         (__cos): Save and restore rounding mode and use round-to-nearest
7598         for all computations.
7599         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
7600         <fenv.h>.
7601         (tan): Save and restore rounding mode and use round-to-nearest for
7602         all computations.
7603         * math/libm-test.inc (cos_test_tonearest): New function.
7604         (cos_test_towardzero): Likewise.
7605         (cos_test_downward): Likewise.
7606         (cos_test_upward): Likewise.
7607         (sin_test_tonearest): Likewise.
7608         (sin_test_towardzero): Likewise.
7609         (sin_test_downward): Likewise.
7610         (sin_test_upward): Likewise.
7611         (tan_test_tonearest): Likewise.
7612         (tan_test_towardzero): Likewise.
7613         (tan_test_downward): Likewise.
7614         (tan_test_upward): Likewise.
7615         (main): Call the new functions.
7616         * sysdeps/i386/fpu/libm-test-ulps: Update.
7617         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7619         [BZ #10135]
7620         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
7621         small n, then large n, before computing and testing k+n.
7622         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
7623         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
7624         Likewise.
7625         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
7626         Likewise.
7627         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
7628         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
7629         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
7630         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
7631         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
7632         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
7633         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
7634         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
7635         * math/libm-test.inc (scalbn_test): Add more tests.
7636         (scalbln_test): Likewise.
7638         * manual/filesys.texi (mode_t): Describe constraints on size and
7639         signedness, not exact equivalence to a particular type.
7640         (ino_t): Likewise.
7641         (ino64_t): Likewise.
7642         (dev_t): Likewise.
7643         (nlink_t): Likewise.
7644         (blkcnt_t): Likewise.
7645         (blkcnt64_t): Likewise.
7646         * manual/llio.texi (off_t): Likewise.
7648         [BZ #3976]
7649         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
7650         (__ieee754_exp): Save and restore rounding mode and use
7651         round-to-nearest for all computations.
7652         * math/libm-test.inc (exp_test_tonearest): New function.
7653         (exp_test_towardzero): Likewise.
7654         (exp_test_downward): Likewise.
7655         (exp_test_upward): Likewise.
7656         (main): Call the new functions.
7657         * sysdeps/i386/fpu/libm-test-ulps: Update.
7658         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7660 2012-03-01  Chris Demetriou  <cgd@google.com>
7662         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
7663         have predictable order.
7665 2012-03-01  David S. Miller  <davem@davemloft.net>
7667         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
7669         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
7670         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
7671         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
7672         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
7674         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
7675         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
7676         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
7677         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
7678         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
7679         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
7680         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
7681         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
7682         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
7684         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7686         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
7687         * sysdeps/sparc/fpu/libm-test-ulps: to here.
7688         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
7690         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
7691         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7692         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
7693         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
7694         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
7695         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
7696         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
7697         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7698         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
7699         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
7700         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
7701         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
7702         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7703         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
7704         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
7705         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7706         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
7707         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
7708         * sysdeps/sparc/elf/configure: Regenerated.
7710 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
7712         * configure.in (AS, LD): Require binutils 2.20 or later.
7713         * configure: Regenerated.
7714         * manual/install.texi (Tools for Compilation): Give binutils 2.20
7715         as required minimum version.
7716         * INSTALL: Regenerated.
7718         [BZ #2541]
7719         [BZ #4108]
7720         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
7721         before squaring exponent.
7722         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
7723         bottom long double and 27 bits of top long double before squaring
7724         exponent.
7725         * math/libm-test.inc (erfc_test): Add more tests.
7726         * sysdeps/i386/fpu/libm-test-ulps: Update.
7727         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
7728         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7730 2012-03-01  Kai Tietz  <ktietz@redhat.com>
7732         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
7733         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
7734         containing bit-fields.
7735         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7736         * soft-fp/single.h (_FP_UNION_S): Likewise.
7737         * soft-fp/double.h (_FP_UNION_D): Likewise.
7739 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
7741         [BZ #13786]
7742         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
7743         not include ../strcmp.S.
7744         [USE_AS_STRNCASECMP_L]: Likewise.
7745         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
7746         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
7747         * sysdeps/i386/i686/multiarch/strncase_l-c.c
7748         (__strncasecmp_l_ia32): Define as alias to
7749         __strncasecmp_l_nonascii.
7751         [BZ #5794]
7752         * math/libm-test.inc (expm1_test): Add test for bug 5794.
7753         * sysdeps/i386/fpu/libm-test-ulps: Update.
7754         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7756         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
7757         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7759 2012-02-29  Jeff Law  <law@redhat.com>
7761         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
7762         out of bounds read.
7764 2012-02-29  Marek Polacek  <polacek@redhat.com>
7766         [BZ #13706]
7767         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
7768         * elf/Makefile: Add rules to run tst-unused-dep.out.
7770 2012-02-28  David S. Miller  <davem@davemloft.net>
7772         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
7773         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
7774         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
7775         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
7776         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
7777         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
7779 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
7781         * math/libm-test.inc (llround_test): Move one test from
7782         lround_test.  Use TEST_f_L in moved test.
7783         (lround_test): Move misplaced test to llround_test.  Add testcase
7784         from bug 2561.
7786 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
7788         * sysdeps/x86_64/fpu/e_expf.S: New file.
7789         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
7791 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
7793         [BZ #13637]
7794         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
7795         of remain_len that may cause incomplete multi-byte character and
7796         false match.
7797         * posix/bug-regex33.c: New file.
7798         * posix/Makefile (tests): Add bug-regex33.
7800 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
7802         * manual/macros.texi: New file.
7803         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
7804         * manual/libc.texinfo: Include macros.texi.
7805         * manual/creatute.texi: Likewise.
7806         * manual/install.texi: Likewise.
7807         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
7808         @glibcadj{} in references to the GNU C Library.
7809         * manual/charset.texi: Likewise.
7810         * manual/conf.texi: Likewise.
7811         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
7812         when not using those macros.
7813         * manual/creature.texi: Likewise.
7814         * manual/crypt.texi: Likewise.
7815         * manual/errno.texi: Likewise.
7816         * manual/filesys.texi: Likewise.
7817         * manual/header.texi: Likewise.
7818         * manual/install.texi: Likewise.
7819         * manual/intro.texi: Likewise.
7820         * manual/io.texi: Likewise.
7821         * manual/job.texi: Likewise.
7822         * manual/lang.texi: Likewise.
7823         * manual/libc.texiinfo: Likewise.
7824         * manual/llio.texi: Likewise.
7825         * manual/locale.texi: Likewise.
7826         * manual/maint.texi: Likewise.
7827         * manual/math.texi: Likewise.
7828         * manual/memory.texi: Likewise.
7829         * manual/message.texi: Likewise.
7830         * manual/nss.texi: Likewise.
7831         * manual/pattern.texi: Likewise.
7832         * manual/process.texi: Likewise.
7833         * manual/resource.texi: Likewise.
7834         * manual/search.texi: Likewise.
7835         * manual/setjmp.texi: Likewise.
7836         * manual/signal.texi: Likewise.
7837         * manual/socket.texi: Likewise.
7838         * manual/startup.texi: Likewise.
7839         * manual/stdio.texi: Likewise.
7840         * manual/string.texi: Likewise.
7841         * manual/sysinfo.texi: Likewise.
7842         * manual/syslog.texi: Likewise.
7843         * manual/terminal.texi: Likewise.
7844         * manual/time.texi: Likewise.
7845         * manual/users.texi: Likewise.
7846         * INSTALL: Regenerated.
7847         * NOTES: Regenerated.
7848         * sysdeps/gnu/errlist.c: Regenerated.
7850 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
7852         * include/dirent.h: Include <dirstream.h> before
7853         <dirent/dirent.h>.
7855 2012-02-28  David S. Miller  <davem@davemloft.net>
7857         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
7858         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
7859         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
7860         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
7862 2012-02-27  David S. Miller  <davem@davemloft.net>
7864         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
7865         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
7866         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
7867         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
7869         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
7870         frame pointer instead of stack pointer relative arg slot.
7871         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
7872         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
7873         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
7875 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
7877         [BZ #3992]
7878         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
7880 2012-02-27  David S. Miller  <davem@davemloft.net>
7882         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
7883         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
7884         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
7885         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
7886         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
7887         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
7888         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
7889         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
7891 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
7893         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
7894         later.  Allow versions 5-9.
7895         * configure: Regenerated.
7896         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
7897         required minimum version and 4.6 as recommended version.  Do not
7898         mention bugs in GCC 2.7 and 2.8.
7899         * INSTALL: Regenerated.
7901 2012-02-27  David S. Miller  <davem@davemloft.net>
7903         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
7904         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
7905         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
7906         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
7907         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
7908         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
7909         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
7910         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
7912         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
7913         manipulate bits before adding and subtracting TWO112[sx].
7914         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
7916 2012-02-27  Roland McGrath  <roland@hack.frob.com>
7918         [BZ #13775]
7919         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
7920         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
7921         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
7922         being in POSIX, because they are in 1003.1-2008.
7924         * rt/tst-aio.c: Include <fcntl.h>.
7925         * rt/tst-aio7.c: Likewise.
7926         * rt/tst-aio64.c: Likewise.
7928         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
7930 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
7932         * manual/install.texi (--with-headers): Describe headers as
7933         interface headers, not private headers.
7934         (Specific advice for GNU/Linux systems): Describe use of headers
7935         from "make headers_install", not private headers from older
7936         kernels.
7937         * INSTALL: Regenerated.
7938         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
7939         Change to 2.6.19.
7940         * sysdeps/unix/sysv/linux/configure: Regenerated.
7942         * manual/llio.texi (fclean): Remove documentation.
7944         * manual/Makefile (libc-texi-generated): New variable.  Include
7945         version.texi.
7946         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
7947         $(libc-texi-generated), not duplicated list of files.
7948         (version.texi, stamp-version): New rules.
7949         (realclean): Remove $(libc-texi-generated), not individual files
7950         from that list.  Do not remove dir-add.texinfo.
7951         * manual/libc.texinfo: Comment out uses of edition numbers and
7952         references to printed manual.  Remove last-updated dates.
7953         (EDITION): Comment out.
7954         (ISBN): Likewise.
7955         (VERSION, UPDATED): Remove.
7956         (version.texi): Include.
7958 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
7960         * sysdeps/posix/spawni.c: Include <signal.h>.
7961         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
7962         * sysdeps/pthread/aio_fsync.c: Likewise.
7964 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
7966         * conform/Makefile (tests): Run only when not cross-compiling and
7967         when fast-check is not defined.
7969         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
7970         * conform/data/limits.h-data: Fixes for POSIX2008.
7971         * conform/run-conformtest.sh: Run all tests.
7972         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
7973         headers.
7974         * include/bits/dlfcn.h: Likewise.
7975         * include/langinfo.h: Likewise.
7976         * include/monetary.h: Likewise.
7977         * include/sys/poll.h: Likewise.
7979         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
7980         for __USE_GNU.
7981         * posix/spawn.h: Define __need_sigset_t.
7982         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
7983         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
7984         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
7985         to get sigevent_t only.
7986         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
7987         only for __USE_GNU.
7988         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
7989         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
7990         process_vm_writev only for __USE_GNU.
7991         * termios/termios.h: Declare tcgetsid also for POSIX2008.
7993         * conform/Makefile: For now ignore errors from run-conformtest.
7994         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
7995         POSIX to avoid namespace pollution.  Don't prepend headers.
7996         * conform/data/aio.h-data: Fixes for POSIX testing.
7997         * conform/data/fcntl.h-data: Likewise.
7998         * conform/data/glob.h-data: Likewise.
7999         * conform/data/grp.h-data: Likewise.
8000         * conform/data/pthread.h-data: Likewise.
8001         * conform/data/pwd.h-data: Likewise.
8002         * conform/data/signal.h-data: Likewise.
8003         * conform/data/spawn.h-data: Likewise.
8004         * conform/data/stdio.h-data: Likewise.
8005         * conform/data/stdlib.h-data: Likewise.
8006         * conform/data/stropts.h-data: Likewise.
8007         * conform/data/sys/mman.h-data: Likewise.
8008         * conform/data/sys/stat.h-data: Likewise.
8009         * conform/data/sys/types.h-data: Likewise.
8010         * conform/data/sys/wait.h-data: Likewise.
8011         * conform/data/time.h-data: Likewise.
8012         * conform/data/unistd.h-data: Likewise.
8013         * conform/data/utime.h-data: Likewise.
8015         * io/sys/stat.h: fchmod was always in POSIX.
8016         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
8017         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
8018         * rt/aio.h: Define __need_timespec before including <time.h>.
8019         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
8020         struct.  Add forward declaration of pthread_attr_t and use it in
8021         sigevent.
8022         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
8023         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
8024         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
8025         always remove CLK_TCK definition.
8027 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
8029         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
8031 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
8033         * conform/run-conformtest.sh: New file.
8034         * conform/Makefile: Run run-conformtest for tests.
8035         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
8036         support.
8038         * conform/data/uchar.h-data: New file.
8039         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
8040         * conform/data/arpa/inet.h-data: Likewise.
8041         * conform/data/assert.h-data: Likewise.
8042         * conform/data/complex.h-data: Likewise.
8043         * conform/data/cpio.h-data: Likewise.
8044         * conform/data/ctype.h-data: Likewise.
8045         * conform/data/dirent.h-data: Likewise.
8046         * conform/data/dlfcn.h-data: Likewise.
8047         * conform/data/errno.h-data: Likewise.
8048         * conform/data/fcntl.h-data: Likewise.
8049         * conform/data/float.h-data: Likewise.
8050         * conform/data/fmtmsg.h-data: Likewise.
8051         * conform/data/fnmatch.h-data: Likewise.
8052         * conform/data/ftw.h-data: Likewise.
8053         * conform/data/glob.h-data: Likewise.
8054         * conform/data/grp.h-data: Likewise.
8055         * conform/data/iconv.h-data: Likewise.
8056         * conform/data/inttypes.h-data: Likewise.
8057         * conform/data/langinfo.h-data: Likewise.
8058         * conform/data/libgen.h-data: Likewise.
8059         * conform/data/limits.h-data: Likewise.
8060         * conform/data/locale.h-data: Likewise.
8061         * conform/data/math.h-data: Likewise.
8062         * conform/data/monetary.h-data: Likewise.
8063         * conform/data/mqueue.h-data: Likewise.
8064         * conform/data/ndbm.h-data: Likewise.
8065         * conform/data/net/if.h-data: Likewise.
8066         * conform/data/netdb.h-data: Likewise.
8067         * conform/data/netinet/in.h-data: Likewise.
8068         * conform/data/nl_types.h-data: Likewise.
8069         * conform/data/poll.h-data: Likewise.
8070         * conform/data/pthread.h-data: Likewise.
8071         * conform/data/pwd.h-data: Likewise.
8072         * conform/data/regex.h-data: Likewise.
8073         * conform/data/sched.h-data: Likewise.
8074         * conform/data/search.h-data: Likewise.
8075         * conform/data/semaphore.h-data: Likewise.
8076         * conform/data/setjmp.h-data: Likewise.
8077         * conform/data/signal.h-data: Likewise.
8078         * conform/data/spawn.h-data: Likewise.
8079         * conform/data/stdarg.h-data: Likewise.
8080         * conform/data/stdio.h-data: Likewise.
8081         * conform/data/stdlib.h-data: Likewise.
8082         * conform/data/string.h-data: Likewise.
8083         * conform/data/strings.h-data: Likewise.
8084         * conform/data/stropts.h-data: Likewise.
8085         * conform/data/sys/ipc.h-data: Likewise.
8086         * conform/data/sys/mman.h-data: Likewise.
8087         * conform/data/sys/msg.h-data: Likewise.
8088         * conform/data/sys/resource.h-data: Likewise.
8089         * conform/data/sys/select.h-data: Likewise.
8090         * conform/data/sys/sem.h-data: Likewise.
8091         * conform/data/sys/shm.h-data: Likewise.
8092         * conform/data/sys/socket.h-data: Likewise.
8093         * conform/data/sys/stat.h-data: Likewise.
8094         * conform/data/sys/statvfs.h-data: Likewise.
8095         * conform/data/sys/time.h-data: Likewise.
8096         * conform/data/sys/timeb.h-data: Likewise.
8097         * conform/data/sys/times.h-data: Likewise.
8098         * conform/data/sys/types.h-data: Likewise.
8099         * conform/data/sys/uio.h-data: Likewise.
8100         * conform/data/sys/un.h-data: Likewise.
8101         * conform/data/sys/utsname.h-data: Likewise.
8102         * conform/data/sys/wait.h-data: Likewise.
8103         * conform/data/syslog.h-data: Likewise.
8104         * conform/data/tar.h-data: Likewise.
8105         * conform/data/termios.h-data: Likewise.
8106         * conform/data/utime.h-data: Likewise.
8107         * conform/data/utmpx.h-data: Likewise.
8108         * conform/data/varargs.h-data: Likewise.
8109         * conform/data/wchar.h-data: Likewise.
8110         * conform/data/wctype.h-data: Likewise.
8111         * conform/data/wordexp.h-data: Likewise.
8113         * include/stropts.h: New file.
8114         * include/uchar.h: New file.
8115         * include/aio.h: Changes to allow conformtest.pl to use the headers.
8116         * include/assert.h: Likewise.
8117         * include/ctype.h: Likewise.
8118         * include/dirent.h: Likewise.
8119         * include/dlfcn.h: Likewise.
8120         * include/fcntl.h: Likewise.
8121         * include/fnmatch.h: Likewise.
8122         * include/glob.h: Likewise.
8123         * include/grp.h: Likewise.
8124         * include/libio.h: Likewise.
8125         * include/locale.h: Likewise.
8126         * include/math.h: Likewise.
8127         * include/net/if.h: Likewise.
8128         * include/netdb.h: Likewise.
8129         * include/netinet/in.h: Likewise.
8130         * include/pthread.h: Likewise.
8131         * include/pwd.h: Likewise.
8132         * include/regex.h: Likewise.
8133         * include/sched.h: Likewise.
8134         * include/search.h: Likewise.
8135         * include/setjmp.h: Likewise.
8136         * include/signal.h: Likewise.
8137         * include/stdio.h: Likewise.
8138         * include/stdlib.h: Likewise.
8139         * include/string.h: Likewise.
8140         * include/sys/cdefs.h: Likewise.
8141         * include/sys/mman.h: Likewise.
8142         * include/sys/msg.h: Likewise.
8143         * include/sys/resource.h: Likewise.
8144         * include/sys/select.h: Likewise.
8145         * include/sys/socket.h: Likewise.
8146         * include/sys/stat.h: Likewise.
8147         * include/sys/statvfs.h: Likewise.
8148         * include/sys/time.h: Likewise.
8149         * include/sys/times.h: Likewise.
8150         * include/sys/uio.h: Likewise.
8151         * include/sys/utsname.h: Likewise.
8152         * include/sys/wait.h: Likewise.
8153         * include/termios.h: Likewise.
8154         * include/time.h: Likewise.
8155         * include/ulimit.h: Likewise.
8156         * include/unistd.h: Likewise.
8157         * include/utime.h: Likewise.
8158         * include/wchar.h: Likewise.
8159         * include/wctype.h: Likewise.
8160         * include/wordexp.h: Likewise.
8162         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
8164         * time/time.h: TIME_UTC must be a macro.
8165         Make timespec_get available for ISO C11 only as well.
8167 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
8169         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
8170         Reported by Peng Haitao <penght@cn.fujitsu.com>.
8172 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
8174         * configure.in: Use -o not -a in test for unsupported multi-arch.
8176 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
8178         * manual/texinfo.tex: Update to version 2012-01-19.16.
8180 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
8182         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
8184 2012-02-24  Roland McGrath  <roland@hack.frob.com>
8186         [BZ #13738]
8187         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
8188         * manual/fdl-1.3.texi: New file.
8189         * manual/fdl-1.1.texi: File removed.
8191         [BZ #13738]
8192         * manual/libc.texinfo (FDL_VERSION): New @set.
8193         Use it for mention of FDL in cover text.
8194         (Documentation License): Use it in @include file name.
8196 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
8197             Roland McGrath  <roland@hack.frob.com>
8199         [BZ #5461]
8200         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
8201         not LONG_LONG_MAX and LONG_LONG_MIN.
8202         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
8203         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
8204         name.
8205         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
8207 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
8209         [BZ #2547]
8210         [BZ #11365]
8211         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
8212         manipulate bits before adding and subtracting TWO23[sx].
8213         * math/libm-test.inc (nearbyint_test): Add more tests.
8215 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
8217         [BZ #2548]
8218         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
8219         bits before adding and subtracting TWO23[sx].
8220         * math/libm-test.inc (rint_test): Add more tests.
8221         (rint_test_tonearest): Likewise.
8222         (rint_test_towardzero): Likewise.
8223         (rint_test_downward): Likewise.
8224         (rint_test_upward: Likewise.
8226 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
8228         [BZ #10110]
8229         * include/stdc-predef.h: New file.  Extracted from features.h.
8230         * include/features.h: Include stdc-predef.h.
8231         * Makefile (headers): Add stdc-predef.h.
8232         * CONFORMANCE (Compiler limitations): Update.
8234 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
8236         * manual/libc.texinfo (VERSION, UPDATED): Revert.
8238 2012-02-21  David S. Miller  <davem@davemloft.net>
8240         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
8241         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
8243 2012-02-20  David S. Miller  <davem@davemloft.net>
8245         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
8246         using a normal save/restore sequence, rather than allocating a
8247         dummy stack frame just to store a frame pointer and restore.
8248         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
8250 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
8252         * manual/install.texi: Fix stray word in line-wrapped comment.
8254 2012-02-20  David S. Miller  <davem@davemloft.net>
8256         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
8257         both binutils and gcc support GOTDATA.
8259         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
8260         "rd %pc" in the PIC register setup sequences.
8262         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
8263         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
8264         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
8265         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
8266         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
8267         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
8268         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
8269         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
8270         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
8271         (SYSCALL_ERROR_HANDLER): Likewise.
8272         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
8273         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
8274         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
8275         (SYSCALL_ERROR_HANDLER): Likewise.
8277         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
8278         (HAVE_GCC_GOTDATA): New.
8279         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
8280         relocation support in both binutils and gcc.
8281         * sysdeps/sparc/elf/configure: Regenerate.
8283         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
8284         * sysdeps/sparc/sparc32/elf/configure: Delete.
8285         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
8286         * sysdeps/sparc/sparc64/elf/configure: Delete.
8287         * sysdeps/sparc/elf/configure.in: New file.
8288         * sysdeps/sparc/elf/configure: Generate.
8290         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
8291         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
8292         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
8293         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
8294         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
8296 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
8298         * manual/install.texi: Do not mention specific glibc version
8299         numbers.
8300         * manual/libc.texinfo (VERSION, UPDATED): Update.
8301         (@copying): Use @copyright{} and range of years.
8303 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
8305         [BZ #13695]
8306         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
8307         [crti.S not in sysdirs] (generated): Do not append.
8308         [crti.S not in sysdirs] (omit-deps): Likewise.
8309         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
8310         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
8311         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
8312         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
8313         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
8314         Likewise.
8315         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
8316         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
8317         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
8318         * csu/defs.awk: Remove file.
8319         * sysdeps/generic/initfini.c: Likewise.
8320         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
8321         variable.
8322         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
8323         Likewise.
8325 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
8327         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
8328         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
8329         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
8330         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
8331         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
8332         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
8333         <bits/epoll.h>.
8334         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
8335         (__EPOLL_PACKED): Define to empty if not defined by
8336         <bits/epoll.h>.
8337         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
8338         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8339         bits/epoll.h.
8341 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
8343         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
8344         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
8345         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
8346         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
8347         <bits/timerfd.h>.
8348         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
8349         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8350         bits/timerfd.h.
8352 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
8354         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
8355         in C locale.
8356         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
8357         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
8358         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
8359         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8361 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
8363         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
8364         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
8366 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
8368         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
8369         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
8370         defined.
8371         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
8372         Likewise.
8373         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
8374         entry for 2.16.
8376 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
8378         * math/w_acos.c: Use non-signaling floating-point comparisons.
8379         * math/w_acosf.c: Likewise.
8380         * math/w_acosh.c: Likewise.
8381         * math/w_acoshf.c: Likewise.
8382         * math/w_acoshl.c: Likewise.
8383         * math/w_acosl.c: Likewise.
8384         * math/w_asin.c: Likewise.
8385         * math/w_asinf.c: Likewise.
8386         * math/w_asinl.c: Likewise.
8387         * math/w_atanh.c: Likewise.
8388         * math/w_atanhf.c: Likewise.
8389         * math/w_atanhl.c: Likewise.
8390         * math/w_exp2.c: Likewise.
8391         * math/w_exp2f.c: Likewise.
8392         * math/w_exp2l.c: Likewise.
8393         * math/w_j0.c: Likewise.
8394         * math/w_j0f.c: Likewise.
8395         * math/w_j0l.c: Likewise.
8396         * math/w_j1.c: Likewise.
8397         * math/w_j1f.c: Likewise.
8398         * math/w_j1l.c: Likewise.
8399         * math/w_jn.c: Likewise.
8400         * math/w_jnf.c: Likewise.
8401         * math/w_log.c: Likewise.
8402         * math/w_log10.c: Likewise.
8403         * math/w_log10f.c: Likewise.
8404         * math/w_log10l.c: Likewise.
8405         * math/w_log2.c: Likewise.
8406         * math/w_log2f.c: Likewise.
8407         * math/w_log2l.c: Likewise.
8408         * math/w_logf.c: Likewise.
8409         * math/w_logl.c: Likewise.
8410         * math/w_sqrt.c: Likewise.
8411         * math/w_sqrtf.c: Likewise.
8412         * math/w_sqrtl.c: Likewise.
8413         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
8414         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
8415         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
8416         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
8417         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
8419 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
8421         [BZ #9739]
8422         * manual/string.texi (strnlen): Use correct parameter name in
8423         equivalent expression.
8425 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
8427         [BZ #11174]
8428         * manual/users.texi (seteuid): Consistently use neweuid for
8429         argument name.
8431 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
8433         [BZ #13704]
8434         * manual/nss.texi (Services in the NSS configuration): Correct
8435         list of services in example configuration file.
8437 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
8439         [BZ #11322]
8440         * manual/arith.texi: Remove statements about negative zero
8441         behaving identically to zero.
8443 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
8445         [BZ #5993]
8446         * manual/install.texi: Do not document upgrading from libc5.
8448 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
8450         [BZ #4596]
8451         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
8453 2012-02-18  David S. Miller  <davem@davemloft.net>
8455         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
8456         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
8457         %o7 across the call.
8458         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
8459         instead.
8460         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
8461         SETUP_PIC_REG_LEAF.
8462         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8463         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
8464         * sysdeps/sparc/crtn.S: Likewise.
8466 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
8468         * aout/Makefile: Remove.
8470 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
8472         [BZ #13058]
8473         * manual/examples/argp-ex1.c (main): Format definition in GNU
8474         style.
8475         * manual/examples/argp-ex2.c (main): Likewise.
8476         * manual/examples/argp-ex3.c (main): Likewise.
8477         * manual/examples/argp-ex4.c (main): Likewise.
8478         * manual/examples/longopt.c (main): Use new-style prototype
8479         definition.
8480         * manual/examples/strncat.c (main): Specify return type and use
8481         (void) for arguments.
8482         * manual/examples/subopt.c (main): Use char **argv argument.
8484 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8486         [BZ #5077]
8487         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
8488         rounding modes.
8490 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
8492         [BZ #6907]
8493         * manual/string.texi (strchr): Change when strchrnul is
8494         recommended.
8496 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
8498         [BZ #174]
8499         * manual/locale.texi (setlocale): Document LOCPATH.
8501 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8503         [BZ #10210]
8504         * manual/process.texi (execle): Move @dots{} before last argument.
8506 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
8508         [BZ #12047]
8509         * manual/charset.texi (Generic Charset Conversion): Fix typo
8510         (LC_TYPE -> LC_CTYPE).
8512 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
8514         [BZ #5805]
8515         * manual/arith.texi (scalbn): Use @var{} on parameter names.
8516         (scalbnf): Likewise.
8517         (scalbnl): Likewise.
8518         (scalbln): Likewise.
8519         (scalblnf): Likewise.
8520         (scalblnl): Likewise.
8521         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
8522         (vwarnx): Likewise.
8523         (verr): Likewise.
8524         (verrx): Likewise.
8525         * manual/filesys.texi (telldir): Use braces around return type.
8526         * manual/llio.texi (mmap): Add space after comma.
8527         (mmap64): Likewise.
8528         * manual/math.texi (jn): Use @var{} on parameter names.
8529         (jnf): Likewise.
8530         (jnl): Likewise.
8531         (yn): Likewise.
8532         (ynf): Likewise.
8533         (ynl): Likewise.
8534         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
8535         line.
8536         * manual/resource.texi (ulimit): Use @dots{} instead of literal
8537         "...".
8538         (sched_get_priority_min): Remove semicolon on @deftypefun line.
8539         (sched_get_priority_max): Likewise.
8540         * manual/signal.texi (sigvec): Add space after comma.
8541         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
8542         names.
8543         (if_indextoname): Likewise.
8544         (if_freenameindex): Likewise.
8545         (sendto): Use ',' instead of '.' in prototype.
8546         * manual/startup.texi (syscall): Use @dots{} instead of literal
8547         "...".
8548         * manual/stdio.texi (__fpending): Separate initial words of
8549         paragraph from @deftypefun line.
8550         * manual/syslog.texi (syslog): Use @dots{} instead of literal
8551         "...".
8552         (vsyslog): Use @var{} on parameter names.
8553         * manual/terminal.texi (stty): Use @var{} on parameter names.
8554         * manual/users.texi (getutmp): Use @var{} on parameter names.
8555         (getutmpx): Likewise.
8557 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8559         [BZ #6884]
8560         * manual/stdio.texi (fopen): Fix typos in description of
8561         ",ccs=STRING".
8563 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
8565         [BZ #4026]
8566         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
8567         get clock_id definition.
8569 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
8571         [BZ #4822]
8572         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
8573         (madvise): Cast every argument to void on its own.
8575 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8577         [BZ #9902]
8578         * manual/startup.texi (Exit Status): Fix typo.
8580 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8582         [BZ #10140]
8583         * manual/examples/argp-ex1.c: Include <stdlib.h>.
8584         * manual/examples/argp-ex2.c: Likewise.
8585         * manual/examples/argp-ex3.c: Likewise.
8587 2012-02-16  Richard Henderson  <rth@redhat.com>
8589         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
8590         * sysdeps/s390/s390-32/initfini.c: Remove.
8591         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
8592         * sysdeps/s390/s390-64/initfini.c: Remove.
8594 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8596         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
8597         compiler output for sysdeps/generic/initfini.c.
8598         * sysdeps/sh/elf/initfini.c: Remove file.
8600 2012-02-16  David S. Miller  <davem@davemloft.net>
8602         [BZ #11494]
8603         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
8605         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
8606         * sysdeps/sparc/crti.S: New file.
8607         * sysdeps/sparc/crtn.S: New file.
8608         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
8609         * sysdeps/sparc/sparc64/Makefile: Likewise.
8611 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
8613         [BZ #3335]
8614         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
8616 2012-02-15  Roland McGrath  <roland@hack.frob.com>
8618         [BZ #4822]
8619         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
8621         * mach/devstream.c (cookie_io_functions_t): Macro removed.
8622         (write, read, close): Likewise.
8623         Patch by Aurelien Jarno <aurelien@aurel32.net>.
8625 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
8627         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
8628         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
8629         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
8630         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
8631         <bits/signalfd.h>.
8632         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
8633         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8634         bits/signalfd.h.
8636 2012-02-14  Marek Polacek  <polacek@redhat.com>
8638         * sysdeps/x86_64/crti.S: New file.
8639         * sysdeps/x86_64/crtn.S: New file.
8640         * sysdeps/x86_64/elf/initfini.c: Remove file.
8642 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
8644         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
8645         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
8646         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
8647         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
8648         <bits/inotify.h>.
8649         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
8650         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8651         bits/inotify.h.
8653 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
8655         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
8656         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
8657         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
8658         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
8659         <bits/eventfd.h>.
8660         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
8661         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8662         bits/eventfd.h.
8664 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
8666         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
8667         __feraiseexcept instead of feraiseexcept.
8669         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
8670         nanosleep invocations.
8671         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
8672         strings, and add error checking for a nanosleep invocations.
8674 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
8676         Replace FSF snail mail address with URLs, as per GNU coding standards.
8677         Most of the snail mail addresses were wrong anyway, and omitting
8678         them makes the source code easier to maintain.  Almost all of the
8679         changes are to license notices and to locale LC_IDENTIFICATION
8680         addresses, except for this one:
8681         * manual/libc.texinfo: In "Published by", give the FSF's URL,
8682         not its snail mail address.
8684 2012-02-09  Richard Henderson  <rth@twiddle.net>
8686         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
8687         of kernel-features.h.
8689         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
8691 2012-02-08  Marek Polacek  <polacek@redhat.com>
8693         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
8694         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
8695         * sysdeps/gnu/_G_config.h: Likewise.
8696         * sysdeps/generic/_G_config.h: Likewise.
8698 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
8700         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
8701         tests.
8702         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8704         * sysdeps/powerpc/powerpc32/crti.S: New file.
8705         * sysdeps/powerpc/powerpc32/crtn.S: New file.
8706         * sysdeps/powerpc/powerpc64/crti.S: New file.
8707         * sysdeps/powerpc/powerpc64/crtn.S: New file.
8709         * Makeconfig (have-initfini): Don't set.
8710         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
8711         * configure.in (nopic_initfini): Don't substitute.
8712         * config.h.in (HAVE_INITFINI): Don't #undef.
8713         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
8714         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
8716 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
8718         Support crti.S and crtn.S provided directly by architectures.
8719         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
8720         [crti.S in sysdirs] (omit-deps): Likewise.
8721         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
8722         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
8723         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
8724         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
8725         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
8726         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
8727         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
8728         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
8729         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
8730         compiler output for sysdeps/generic/initfini.c.
8731         * sysdeps/i386/elf/Makefile: Remove file.
8732         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
8734 2012-02-07  Marek Polacek  <polacek@redhat.com>
8736         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
8737         * sysdeps/gnu/_G_config.h: Likewise.
8738         * sysdeps/mach/hurd/_G_config.h: Likewise.
8740 2012-02-07  Marek Polacek  <polacek@redhat.com>
8742         * math/Makefile (tests): Add tst-CMPLX2.
8743         * math/tst-CMPLX2.c: New file.
8745 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
8747         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
8749         * math/libm-test.inc (jn_test): Add missing L suffix.
8751 2012-02-06  Marek Polacek  <polacek@redhat.com>
8753         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
8754         * sysdeps/i386/fpu/e_powf.S: Likewise.
8755         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
8756         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
8757         * sysdeps/i386/fpu/e_acosh.S: Likewise.
8758         * sysdeps/i386/fpu/e_pow.S: Likewise.
8759         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
8760         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
8761         * sysdeps/i386/fpu/s_expm1.S: Likewise.
8762         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
8763         * sysdeps/i386/fpu/e_log2.S: Likewise.
8764         * sysdeps/i386/fpu/e_log2l.S: Likewise.
8765         * sysdeps/i386/fpu/e_scalb.S: Likewise.
8766         * sysdeps/i386/fpu/e_powl.S: Likewise.
8767         * sysdeps/i386/fpu/s_log1p.S: Likewise.
8768         * sysdeps/i386/fpu/e_log10f.S: Likewise.
8769         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
8770         * sysdeps/i386/fpu/e_logl.S: Likewise.
8771         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
8772         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
8773         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
8774         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
8775         * sysdeps/i386/fpu/e_log2f.S: Likewise.
8776         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
8777         * sysdeps/i386/fpu/e_log.S: Likewise.
8778         * sysdeps/i386/fpu/s_cexp.S: Likewise.
8779         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
8780         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
8781         * sysdeps/i386/fpu/e_logf.S: Likewise.
8782         * sysdeps/i386/fpu/e_log10l.S: Likewise.
8783         * sysdeps/i386/fpu/e_atanh.S: Likewise.
8784         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
8785         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
8786         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
8787         * sysdeps/i386/fpu/e_log10.S: Likewise.
8788         * sysdeps/i386/fpu/s_frexp.S: Likewise.
8789         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
8790         * sysdeps/i386/fpu/s_asinh.S: Likewise.
8791         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
8792         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
8793         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
8794         * sysdeps/i386/asm-syntax.h: Likewise.
8795         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
8796         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
8797         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
8798         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
8799         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
8800         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
8801         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
8802         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
8803         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
8804         * sysdeps/powerpc/sysdep.h: Likewise.
8805         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
8806         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8808 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
8810         [BZ #411]
8811         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
8813 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
8815         * sysdeps/i386/sysdep.h: Include <features.h>.
8816         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
8817         version.
8819 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
8821         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
8822         Define.
8823         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
8824         LOAD_PIC_REG_STR.
8826 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
8828         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
8829         (SETUP_PIC_REG): Use GET_PC_THUNK.
8830         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
8831         macro.
8833 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
8835         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
8836         for non-PIC compilation.
8837         (SETUP_PIC_REG): Add .p2align directive.
8838         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
8839         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
8840         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
8841         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
8842         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
8843         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
8844         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
8845         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
8846         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
8847         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
8848         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
8849         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
8850         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
8851         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
8852         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
8853         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
8854         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
8855         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
8856         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
8857         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
8858         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
8859         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
8860         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
8861         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
8862         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
8863         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
8864         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
8865         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
8866         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
8867         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
8868         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
8869         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
8870         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
8871         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
8872         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
8873         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
8874         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
8875         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
8876         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
8877         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
8878         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
8880 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
8882         * math/tst-CMPLX.c: Include <stdio.h>.
8884 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
8886         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
8887         float.
8888         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
8889         * sysdeps/sparc/bits/mathdef.h: Likewise.
8891 2012-01-31  Marek Polacek  <polacek@redhat.com>
8893         * libio/libio.h: Don't define _PARAMS.
8894         * locale/programs/config.h: Don't define PARAMS.
8895         * stdlib/strtol_l.c: Likewise.
8896         (__strtol_l): Remove PARAMS from the prototype.
8898 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
8900         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
8901         names.  Just use the correct names.  Remove unnecessary wrapper
8902         functions.
8903         * malloc/arena.c: Likewise.
8904         * malloc/hooks.c: Likewise.
8906         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
8907         ARENA_TEST says not to.  Simplify test for creation of a new arena.
8908         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
8910 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
8912         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
8913         into tail calls.
8914         (update_get_addr): New function.
8915         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
8916         GET_ADDR_MODULE parameter.
8918 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
8920         * crypt/cert.c: Remove __STDC__ conditionals.
8921         * crypt/crypt-entry.c: Likewise.
8922         * crypt/crypt_util.c: Likewise.
8923         * libio/filedoalloc.c: Likewise.
8924         * libio/fileops.c: Likewise.
8925         * libio/genops.c: Likewise.
8926         * libio/iofclose.c: Likewise.
8927         * libio/iofdopen.c: Likewise.
8928         * libio/iofopen.c: Likewise.
8929         * libio/iofopen64.c: Likewise.
8930         * libio/iogetdelim.c: Likewise.
8931         * libio/iopopen.c: Likewise.
8932         * libio/obprintf.c: Likewise.
8933         * libio/oldfileops.c: Likewise.
8934         * libio/oldiofclose.c: Likewise.
8935         * libio/oldiofdopen.c: Likewise.
8936         * libio/oldiofopen.c: Likewise.
8937         * libio/oldiopopen.c: Likewise.
8938         * libio/wfiledoalloc.c: Likewise.
8939         * libio/wgenops.c: Likewise.
8940         * locale/programs/xmalloc.c: Likewise.
8941         * misc/syslog.c: Likewise.
8942         * stdio-common/xbug.c: Likewise.
8943         * string/memchr.c: Likewise.
8944         * string/memcmp.c: Likewise.
8945         * string/memrchr.c: Likewise.
8946         * string/rawmemchr.c: Likewise.
8947         * sysdeps/posix/getcwd.c: Likewise.
8948         * time/strftime_l.c: Likewise.
8950 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
8952         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
8953         * config.make.in (config-cflags-sse2avx): Define.
8954         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
8955         Fix typo.
8957 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
8959         * scripts/config.guess: Update from upstream config git repository.
8960         * scripts/config.sub: Likewise.
8962 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
8964         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
8965         (EM_NUM): Update.
8966         (R_TILEPRO_*, R_TILEGX_*): New macros.
8968         * scripts/firstversions.awk: Fix bug in version range handling.
8970         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
8972         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
8974         * include/sys/epoll.h: New file.
8975         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
8976         libc_hidden_def.
8978 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
8980         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
8981         Avoid unnecessary __WORDSIZE == 64 test.
8982         (fmaxf): Use VEX format if possible.
8983         (fmax): Likewise.
8984         (fminf): Likewise.
8985         (fmin): Likewise.
8987         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
8988         * math/math_private.h: Remove libc_fegetround* and
8989         libc_fesetround*.
8990         * sysdeps/i386/configure.in: Check for -msse2avx.
8991         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
8992         also if SSE2AVX is defined.
8993         Remove libc_fegetround* and libc_fesetround*.
8994         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
8995         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
8996         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
8997         of HAS_YMM_USABLE.
8998         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
8999         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
9000         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
9001         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
9002         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
9004         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
9006 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9008         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
9009         size is not set.
9010         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
9012 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
9014         [BZ #13618]
9015         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
9016         relocation.
9017         * Makeconfig (libm): Define.
9018         * elf/Makefile: Add rules to build and run tst-relsort1.
9019         * elf/tst-relsort1.c: New file.
9020         * elf/tst-relsort1mod1.c: New file.
9021         * elf/tst-relsort1mod2.c: New file.
9023 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
9025         * math/s_ldexp.c: Remove __STDC__ conditionals.
9026         * math/s_ldexpf.c: Likewise.
9027         * math/s_ldexpl.c: Likewise.
9028         * math/s_nextafter.c: Likewise.
9029         * math/s_nexttowardf.c: Likewise.
9030         * math/s_significand.c: Likewise.
9031         * math/s_significandf.c: Likewise.
9032         * math/s_significandl.c: Likewise.
9033         * math/w_jnl.c: Likewise.
9034         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
9035         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
9036         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
9037         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
9038         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
9039         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
9040         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
9041         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
9042         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
9043         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
9044         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
9045         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
9046         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
9047         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
9048         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
9049         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
9050         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
9051         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
9052         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
9053         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
9054         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
9055         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
9056         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
9057         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
9058         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
9059         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
9060         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
9061         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
9062         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
9063         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
9064         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
9065         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
9066         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
9067         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
9068         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
9069         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
9070         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
9071         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
9072         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
9073         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
9074         * sysdeps/ieee754/k_standard.c: Likewise.
9075         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
9076         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
9077         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
9078         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
9079         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
9080         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
9081         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
9082         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
9083         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
9084         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
9085         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
9086         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
9087         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
9088         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
9089         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
9090         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
9091         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
9092         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
9093         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
9094         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
9095         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
9096         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
9097         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
9098         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
9099         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
9100         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
9101         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
9102         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
9103         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
9104         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
9105         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
9106         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
9107         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
9108         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
9109         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
9110         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
9111         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
9112         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
9113         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
9114         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
9115         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
9116         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
9117         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
9118         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
9119         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
9120         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
9121         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
9122         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
9123         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
9124         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
9125         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
9126         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
9127         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
9128         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
9129         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
9130         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
9131         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
9132         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
9133         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
9134         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
9135         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
9136         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
9137         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
9138         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
9139         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
9140         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
9141         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
9142         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
9143         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
9144         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
9145         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
9146         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
9147         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
9148         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
9149         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
9150         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
9151         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
9152         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
9153         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
9154         * sysdeps/ieee754/s_matherr.c: Likewise.
9155         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
9156         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
9157         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
9158         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
9160 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
9162         * crypt/md5.h: Remove __STDC__ conditionals.
9163         * libio/libioP.h: Likewise.
9164         * locale/programs/config.h: Likewise.
9165         * sysdeps/generic/sysdep.h: Likewise.
9166         * sysdeps/i386/asm-syntax.h: Likewise.
9167         * sysdeps/s390/asm-syntax.h: Likewise.
9168         * sysdeps/unix/sysdep.h: Likewise.
9169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
9170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
9172 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
9174         * libio/libio.h: Remove __STDC__ conditionals.
9175         * malloc/obstack.h: Likewise.
9176         * math/complex.h: Likewise.
9177         * math/math.h: Likewise.
9178         * sysdeps/generic/_G_config.h: Likewise.
9179         * sysdeps/gnu/_G_config.h: Likewise.
9180         * sysdeps/mach/hurd/_G_config.h: Likewise.
9181         * sysdeps/powerpc/bits/mathdef.h: Likewise.
9182         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
9183         * sysdeps/sparc/bits/mathdef.h: Likewise.
9185 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
9187         [BZ #13583]
9188         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
9189         Clean up HAS_* macros.
9190         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
9191         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
9192         possible.
9193         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
9194         HAS_AVX.
9195         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
9196         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
9197         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
9198         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
9199         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
9201 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
9203         * elf/tst-unique3.cc (gets): Remove declaration.
9204         * elf/tst-unique3lib.cc (gets): Likewise.
9205         * elf/tst-unique3lib2.cc (gets): Likewise.
9206         * elf/tst-unique4.cc (gets): Likewise.
9208 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
9210         * include/stdio.h: Add C++ protection.  Add gets declarations and
9211         definitions.
9212         * debug/tst-chk1.c: Don't declare gets here.
9213         * stdio-common/tst-gets.c: Likewise.
9215 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
9217         * posix/glob: Remove directory.
9219 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
9221         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
9223 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
9225         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
9226         of the non-standard EPFNOSUPPORT.
9228 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9230         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
9231         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
9232         ANYWHERE set to 1 only on KERN_NO_SPACE error.
9234 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
9236         * wcsmbs/uchar.h: Test __STDC_VERSION__.
9238 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
9240         * nscd/aicache.c (addhstaiX): Do not cache negative results of
9241         transient errors.
9242         * nscd/grpcache.c (cache_addgr): Likewise.
9243         * nscd/hstcache.c (cache_addhst): Likewise.
9244         * nscd/initgrcache.c (addinitgroupsX): Likewise.
9245         * nscd/pwdcache.c (cache_addpw): Likewise.
9246         * nscd/servicescache.c (cache_addserv): Likewise.
9248 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
9250         * malloc/malloc.c: Various cleanups.
9251         * malloc/hooks.c: Likewise.
9253         * stdlib/Makefile (tests): Add bug-fmtmsg1.
9254         * stdlib/bug-fmtmsg1.c: New file.
9256         * stdlib/fmtmsg.c (init): Add missing unlock.
9257         Patch by Peng Haitao <penght@cn.fujitsu.com>.
9259 2012-01-12  Marek Polacek  <polacek@redhat.com>
9261         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
9262         and _GNU_SOURCE.
9264 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
9266         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
9267         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
9268         macro to ensure uniqueness of label name.
9269         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
9270         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
9272 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
9274         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
9276         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
9277         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
9278         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
9279         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
9281 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
9283         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
9285         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
9286         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
9287         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
9289         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
9291         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
9292         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
9293         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
9294         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
9296         * math/bits/math-finite.h: Add ldexp support.
9298 2012-01-10  Marek Polacek  <polacek@redhat.com>
9300         * locale/programs/localedef.h (show_archive_content): Add noreturn
9301         attribute.
9303 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
9305         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
9307 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
9309         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
9311         * io/Makefile (headers): Add bits/poll2.h.
9313 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
9315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
9316         typo #include statement.
9318 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
9320         * include/sys/cdefs.h: Define __attribute_alloc_size.
9321         * catgets/gencat.c: Add alloc_size attribute and apply consistently
9322         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
9323         * elf/pldd.c: Likewise.
9324         * iconv/iconv_charmap.c: Likewise.
9325         * iconv/iconvconfig.c: Likewise.
9326         * iconv/strtab.c: Likewise.
9327         * locale/programs/locale.c: Likewise.
9328         * locale/programs/localedef.h: Likewise.
9329         * locale/programs/simple-hash.c: Likewise.
9330         * nscd/nscd.h: Likewise.
9331         * nss/makedb.c: Likewise.
9332         * sysdeps/generic/ldconfig.h: Likewise.
9333         * locale/programs/localedef.c: Remove xmalloc prototype.
9334         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
9336 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
9338         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
9339         appropriate.
9341 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
9343         * math/Makefile (tests): Add tst-CMPLX.
9344         * math/tst-CMPLX.c: New file.
9346         * math/complex.h (CMPLXL): Fix typo.
9348         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
9349         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
9350         GLIBC_2.16.
9351         * debug/tst-chk1.c: Add poll and ppoll tests.
9352         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
9353         * include/sys/poll.h: Add hidden proto for ppoll.
9354         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
9355         * sysdeps/mach/hurd/ppoll.c: Likewise.
9356         * io/ppoll.c: Likewise.
9357         * debug/poll_chk.c: New file.
9358         * debug/ppoll_chk.c: New file.
9359         * include/bits/poll2.h: New file.
9360         * io/bits/poll2.h: New file.
9362         [BZ #1350]
9363         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
9365         * configure.in: static is always set to yes.  Remove.
9366         * config.make.in: Don't set build-static.
9367         * Makeconfig: Remove use of build-static.
9368         * dlfcn/Makefile: Likewise.
9369         * elf/Makefile: Likewise.
9370         * math/Makefile: Likewise.
9371         * misc/Makefile: Likewise.
9372         * nptl/Makefile: Likewise.
9373         * sysdeps/mach/hurd/Makefile: Likewise.
9375         * configure.in: PWD_P is not used anymore.
9376         * config.make.in: Remove PWD_P entry.
9378         * configure.in: Remove last remnants of RANLIB.
9379         No need to check for signed size_t anymore.
9380         Don't set libc_commonpagesize and libc_relro_required here for Alpha
9381         and IA-64.
9382         Remove __builtin_expect test because we require at least gcc 3.4.
9383         * aclocal.m4: Likewise.
9385         * wcsmbs/mbrtoc16.c: Implement using towc function.
9386         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
9387         * wcsmbs/wcsmbsload.c: Likewise.
9388         * iconv/gconv_simple.c: Likewise.
9389         * iconv/gconv_int.h: Likewise.
9390         * iconv/gconv_builtin.h: Likewise.
9391         * iconv/iconv_prog.c: Remove CHAR16 handling.
9393         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
9395         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
9397         * configure.in: Remove --with-elf and --enable-bounded options.
9398         Dont set base_machine for ia64.  More non-ELF conditions removed.
9399         Remove testing and setting of leading underscore information.
9400         * config.make.in (build-bounded): Set to no.
9401         * config.h.in: Remove NO_UNDERSCORES entry.
9402         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
9403         them.
9404         * csu/start.c: Remove !NO_UNDERSCORE code.
9405         * locale/localeinfo.h: Likewise.
9406         * sysdeps/generic/machine-gmon.h: Likewise.
9407         * sysdeps/generic/sysdep.h: Likewise.
9408         * sysdeps/i386/sysdep.h: Likewise.
9409         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
9410         * sysdeps/mach/sysdep.h: Likewise.
9411         * sysdeps/s390/s390-32/sysdep.h: Likewise.
9412         * sysdeps/s390/s390-64/sysdep.h: Likewise.
9413         * sysdeps/sh/sysdep.h: Likewise.
9414         * sysdeps/sparc/sparc32/alloca.S: Likewise.
9415         * sysdeps/unix/i386/sysdep.S: Likewise.
9416         * sysdeps/unix/sparc/start.c: Likewise.
9417         * sysdeps/unix/sparc/sysdep.S: Likewise.
9418         * sysdeps/unix/sparc/sysdep.h: Likewise.
9419         * sysdeps/unix/start.c: Likewise.
9420         * sysdeps/unix/x86_64/sysdep.S: Likewise.
9421         * sysdeps/x86_64/sysdep.h: Likewise.
9423 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
9425         [BZ #13553]
9426         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
9427         for non-gcc.
9428         * argp/argp-fmtstream.h: Use const instead __const.
9429         * argp/argp.h: Likewise.
9430         * assert/assert.h: Likewise.
9431         * bits/fenv.h: Likewise.
9432         * bits/sched.h: Likewise.
9433         * bits/sigset.h: Likewise.
9434         * bits/sigthread.h: Likewise.
9435         * catgets/nl_types.h: Likewise.
9436         * conform/data/pthread.h-data: Likewise.
9437         * crypt/crypt-private.h: Likewise.
9438         * crypt/crypt.h: Likewise.
9439         * crypt/crypt_util.c: Likewise.
9440         * ctype/ctype.h: Likewise.
9441         * debug/execinfo.h: Likewise.
9442         * debug/mbsnrtowcs_chk.c: Likewise.
9443         * debug/mbsrtowcs_chk.c: Likewise.
9444         * debug/wcsnrtombs_chk.c: Likewise.
9445         * debug/wcsrtombs_chk.c: Likewise.
9446         * debug/wcstombs_chk.c: Likewise.
9447         * dirent/dirent.h: Likewise.
9448         * dlfcn/dlfcn.h: Likewise.
9449         * elf/neededtest4.c: Likewise.
9450         * grp/grp.h: Likewise.
9451         * gshadow/gshadow.h: Likewise.
9452         * iconv/gconv.h: Likewise.
9453         * iconv/gconv_int.h: Likewise.
9454         * iconv/gconv_simple.c: Likewise.
9455         * iconv/iconv.h: Likewise.
9456         * iconv/loop.c: Likewise.
9457         * iconv/skeleton.c: Likewise.
9458         * include/aio.h: Likewise.
9459         * include/aliases.h: Likewise.
9460         * include/argz.h: Likewise.
9461         * include/arpa/inet.h: Likewise.
9462         * include/assert.h: Likewise.
9463         * include/dirent.h: Likewise.
9464         * include/dlfcn.h: Likewise.
9465         * include/execinfo.h: Likewise.
9466         * include/fcntl.h: Likewise.
9467         * include/fenv.h: Likewise.
9468         * include/glob.h: Likewise.
9469         * include/grp.h: Likewise.
9470         * include/libintl.h: Likewise.
9471         * include/mntent.h: Likewise.
9472         * include/netdb.h: Likewise.
9473         * include/pwd.h: Likewise.
9474         * include/rpc/netdb.h: Likewise.
9475         * include/sched.h: Likewise.
9476         * include/search.h: Likewise.
9477         * include/shadow.h: Likewise.
9478         * include/signal.h: Likewise.
9479         * include/stdio.h: Likewise.
9480         * include/stdlib.h: Likewise.
9481         * include/string.h: Likewise.
9482         * include/sys/socket.h: Likewise.
9483         * include/sys/stat.h: Likewise.
9484         * include/sys/statfs.h: Likewise.
9485         * include/sys/statvfs.h: Likewise.
9486         * include/sys/syslog.h: Likewise.
9487         * include/sys/time.h: Likewise.
9488         * include/sys/uio.h: Likewise.
9489         * include/time.h: Likewise.
9490         * include/unistd.h: Likewise.
9491         * include/utmp.h: Likewise.
9492         * include/wchar.h: Likewise.
9493         * include/wctype.h: Likewise.
9494         * inet/aliases.h: Likewise.
9495         * inet/arpa/inet.h: Likewise.
9496         * inet/netinet/ether.h: Likewise.
9497         * inet/netinet/in.h: Likewise.
9498         * intl/libintl.h: Likewise.
9499         * io/bits/fcntl2.h: Likewise.
9500         * io/fcntl.h: Likewise.
9501         * io/ftw.h: Likewise.
9502         * io/sys/poll.h: Likewise.
9503         * io/sys/stat.h: Likewise.
9504         * io/sys/statfs.h: Likewise.
9505         * io/sys/statvfs.h: Likewise.
9506         * io/utime.h: Likewise.
9507         * libio/bits/stdio.h: Likewise.
9508         * libio/bits/stdio2.h: Likewise.
9509         * libio/libio.h: Likewise.
9510         * libio/libioP.h: Likewise.
9511         * libio/stdio.h: Likewise.
9512         * locale/lc-ctype.c: Likewise.
9513         * locale/locale.h: Likewise.
9514         * login/utmp.h: Likewise.
9515         * malloc/arena.c: Likewise.
9516         * malloc/malloc.c: Likewise.
9517         * malloc/malloc.h: Likewise.
9518         * malloc/mcheck.c: Likewise.
9519         * malloc/mtrace.c: Likewise.
9520         * math/bits/mathcalls.h: Likewise.
9521         * math/fenv.h: Likewise.
9522         * math/math_private.h: Likewise.
9523         * misc/bits/error.h: Likewise.
9524         * misc/bits/syslog.h: Likewise.
9525         * misc/err.h: Likewise.
9526         * misc/error.h: Likewise.
9527         * misc/fstab.h: Likewise.
9528         * misc/mntent.h: Likewise.
9529         * misc/regexp.h: Likewise.
9530         * misc/search.h: Likewise.
9531         * misc/sgtty.h: Likewise.
9532         * misc/sys/mman.h: Likewise.
9533         * misc/sys/syslog.h: Likewise.
9534         * misc/sys/uio.h: Likewise.
9535         * misc/sys/xattr.h: Likewise.
9536         * misc/ttyent.h: Likewise.
9537         * nis/rpcsvc/ypclnt.h: Likewise.
9538         * nss/nss.h: Likewise.
9539         * posix/bits/unistd.h: Likewise.
9540         * posix/fnmatch.h: Likewise.
9541         * posix/glob.h: Likewise.
9542         * posix/sched.h: Likewise.
9543         * posix/spawn.h: Likewise.
9544         * posix/sys/wait.h: Likewise.
9545         * posix/unistd.h: Likewise.
9546         * posix/wordexp.h: Likewise.
9547         * pwd/pwd.h: Likewise.
9548         * resolv/netdb.h: Likewise.
9549         * resource/sys/resource.h: Likewise.
9550         * rt/aio.h: Likewise.
9551         * rt/bits/mqueue2.h: Likewise.
9552         * rt/mqueue.h: Likewise.
9553         * shadow/shadow.h: Likewise.
9554         * signal/signal.h: Likewise.
9555         * socket/send.c: Likewise.
9556         * socket/sendto.c: Likewise.
9557         * socket/sys/socket.h: Likewise.
9558         * stdio-common/printf.h: Likewise.
9559         * stdlib/bits/stdlib.h: Likewise.
9560         * stdlib/fmtmsg.h: Likewise.
9561         * stdlib/monetary.h: Likewise.
9562         * stdlib/stdlib.h: Likewise.
9563         * stdlib/ucontext.h: Likewise.
9564         * streams/stropts.h: Likewise.
9565         * string/argz.h: Likewise.
9566         * string/bits/string2.h: Likewise.
9567         * string/string.h: Likewise.
9568         * string/strings.h: Likewise.
9569         * sunrpc/rpc/auth.h: Likewise.
9570         * sunrpc/rpc/auth_des.h: Likewise.
9571         * sunrpc/rpc/clnt.h: Likewise.
9572         * sunrpc/rpc/netdb.h: Likewise.
9573         * sunrpc/rpc/pmap_clnt.h: Likewise.
9574         * sunrpc/rpc/xdr.h: Likewise.
9575         * sysdeps/generic/inttypes.h: Likewise.
9576         * sysdeps/generic/net/if.h: Likewise.
9577         * sysdeps/generic/sys/swap.h: Likewise.
9578         * sysdeps/gnu/net/if.h: Likewise.
9579         * sysdeps/gnu/utmpx.h: Likewise.
9580         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
9581         * sysdeps/i386/i486/bits/string.h: Likewise.
9582         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
9583         * sysdeps/s390/bits/string.h: Likewise.
9584         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
9585         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
9586         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
9587         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
9588         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
9589         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
9590         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
9591         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
9592         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
9593         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
9594         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
9595         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
9596         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
9597         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
9598         * sysdeps/unix/sysv/linux/readv.c: Likewise.
9599         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
9600         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
9601         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
9602         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9603         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9604         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
9605         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
9606         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
9607         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
9608         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
9609         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
9610         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
9611         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
9612         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
9613         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
9614         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
9615         * sysvipc/sys/ipc.h: Likewise.
9616         * sysvipc/sys/msg.h: Likewise.
9617         * sysvipc/sys/sem.h: Likewise.
9618         * sysvipc/sys/shm.h: Likewise.
9619         * termios/termios.h: Likewise.
9620         * time/sys/time.h: Likewise.
9621         * time/time.h: Likewise.
9622         * wcsmbs/bits/wchar2.h: Likewise.
9623         * wcsmbs/uchar.h: Likewise.
9624         * wcsmbs/wchar.h: Likewise.
9625         * wctype/wctype.h: Likewise.
9627         [BZ #13551]
9628         * Makeconfig: Remove all but ELF support including AIX support.
9629         * Makerules: Likewise.
9630         * config.h.in: Likewise.
9631         * config.make.in: Likewise.
9632         * configure: Likewise.
9633         * configure.in: Likewise.
9634         * csu/Makefile: Likewise.
9635         * csu/version.c: Likewise.
9636         * debug/Makefile: Likewise.
9637         * dlfcn/Makefile: Likewise.
9638         * elf/Makefile: Likewise.
9639         * extra-lib.mk: Likewise.
9640         * iconv/Makefile: Likewise.
9641         * include/libc-symbols.h: Likewise.
9642         * include/shlib-compat.h: Likewise.
9643         * resolv/Makefile: Likewise.
9644         * resolv/res_libc.c: Likewise.
9645         * rt/Makefile: Likewise.
9646         * sysdeps/i386/asm-syntax.h: Likewise.
9647         * sysdeps/i386/sysdep.h: Likewise.
9648         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
9649         * sysdeps/mach/sysdep.h: Likewise.
9650         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
9651         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
9652         * sysdeps/s390/asm-syntax.h: Likewise.
9653         * sysdeps/s390/s390-32/sysdep.h: Likewise.
9654         * sysdeps/s390/s390-64/sysdep.h: Likewise.
9655         * sysdeps/sh/sysdep.h: Likewise.
9656         * sysdeps/unix/sparc/sysdep.h: Likewise.
9657         * sysdeps/wordsize-32/divdi3.c: Likewise.
9658         * sysdeps/x86_64/sysdep.h: Likewise.
9660         * argp/Versions: Remove _argp_unlock_xxx.
9662         [BZ #13559]
9663         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
9664         * abilist/libBrokenLocale.abilist: Likewise.
9665         * abilist/libanl.abilist: Likewise.
9666         * abilist/libc.abilist: Likewise.
9667         * abilist/libcrypt.abilist: Likewise.
9668         * abilist/libdl.abilist: Likewise.
9669         * abilist/libm.abilist: Likewise.
9670         * abilist/libnsl.abilist: Likewise.
9671         * abilist/libpthread.abilist: Likewise.
9672         * abilist/libresolv.abilist: Likewise.
9673         * abilist/librt.abilist: Likewise.
9674         * abilist/libthread_db.abilist: Likewise.
9675         * abilist/libutil.abilist: Likewise.
9676         * abilist/libnss_db.abilist: New file.
9678         * scripts/abilist.awk: Add support for indirect functions.
9680         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
9682         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
9684         * shlib-versions: Remove entries for ports architectures.
9686         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
9687         files in ports.
9688         * elf/stackguard-macros.h: Remove support for IA-64.
9689         * elf/tst-auditmod1.c: Likewise.
9690         * sysdeps/generic/ldsodefs.h: Likewise.
9692         * sysdeps/unix/sysv/linux/configure.in: Ports should define
9693         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
9694         configure files.
9696         [BZ #13552]
9697         * configure.in: Remove --enable-omitfp support.
9698         * FAQ.in: Adjust.
9699         * config.make.in: Likewise.
9700         * Makeconfig: Likewise.
9701         * manual/install.texi: Likewise.
9703         In case anyone cares, the IA-64 architecture could move to ports.
9704         * sysdeps/ia64/*: Removed.
9705         * sysdeps/unix/sysv/linux/ia64/*: Removed.
9706         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
9708         [BZ #13555]
9709         * configure.in: Remove entries for unsupported architectures.
9711         [BZ #13533]
9712         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
9713         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
9714         routines.
9715         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
9716         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
9717         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
9718         fall back to using wcrtomb.
9719         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
9720         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
9721         renaming.
9722         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
9723         * wcsmbs/tst-c16c32-1.c: New file.
9725         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
9726         local variable.
9728         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
9730         * elf/tst-unique3.cc: Add explicit declaration of gets.
9731         * elf/tst-unique3lib.cc: Likewise.
9732         * elf/tst-unique3lib2.cc: Likewise.
9733         * elf/tst-unique4.cc: Likewise.
9735         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
9737 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
9739         [BZ #13566]
9740         * assert/assert.h (static_assert): Don't define for C++.
9741         * libio/stdio.h (gets): Do declare for C++ <= C++11.
9742         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
9744 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
9746         * iconv/loop.c (single loop): Fix assertion in storing of
9747         remaining bytes.
9749         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
9751 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
9753         * posix/getconf.c: Update copyright year.
9754         * nss/getent.c: Likewise.
9755         * nss/makedb.c: Likewise.
9756         * iconv/iconvconfig.c: Likewise.
9757         * iconv/iconv_prog.c: Likewise.
9758         * elf/ldconfig.c: Likewise.
9759         * elf/pldd.c: Likewise.
9760         * elf/sotruss.ksh: Likewise.
9761         * catgets/gencat.c: Likewise.
9762         * csu/version.c: Likewise.
9763         * elf/ldd.bash.in: Likewise.
9764         * elf/sprof.c (print_version): Likewise.
9765         * locale/programs/locale.c: Likewise.
9766         * locale/programs/localedef.c: Likewise.
9767         * login/programs/pt_chown.c: Likewise.
9768         * nscd/nscd.c (print_version): Likewise.
9769         * debug/xtrace.sh: Likewise.
9770         * malloc/memusage.sh: Likewise.
9771         * malloc/mtrace.pl: Likewise.
9772         * debug/catchsegv.sh: Likewise.
9774 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
9776         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
9777         pure attribute.
9779 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
9781         [BZ #13533]
9782         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
9783         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
9784         transformations.
9785         * iconv/gconv_int.h: Likewise.
9786         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
9787         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
9788         from libc for GLIBC_2.16.
9789         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
9790         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
9791         * wcsmbs/uchar.h: Really define mbstate_t.
9792         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
9793         * wcsmbs/c16rtomb.c: New file.
9794         * wcsmbs/mbrtoc16.c: New file.
9795         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
9796         for C/POSIX locale.
9797         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
9798         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
9800         * wcsmbs/wchar.h: Add missing __restrict.
9802 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
9804         [BZ #13532]
9805         * time/Makefile (routines): Add timespec_get.
9806         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
9807         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
9808         timespec for ISO C11.
9809         * time/timespec_get.c: New file.
9810         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
9811         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
9813         [BZ #13531]
9814         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
9815         * stdlib/stdlib.h: Declare aligned_alloc.
9816         * Versions.def: Add GLIBC_2.16 for libc.
9817         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
9819         [BZ 13527]
9820         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
9821         ISO C11.
9823         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
9824         code.
9826         [BZ #13528]
9827         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
9829         [BZ #13529]
9830         * assert/assert.h (static_assert): Define.
9832         * version.h: Update for 2.16 development version.
9834         [BZ #13526]
9835         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
9836         _ISOC11_SOURCE.
9838         * version.h (RELEASE): Bump for 2.15 release.
9839         * include/features.h (__GLIBC_MINOR__): Bump to 15.
9841         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
9842         Patch by Marek Polacek <mpolacek@redhat.com>.
9844         * bits/byteswap.h: Protect long long constants with __extension__.
9845         * sysdeps/i386/bits/byteswap.h: Likewise.
9846         * sysdeps/ia64/bits/byteswap.h: Likewise.
9847         * sysdeps/s390/bits/byteswap.h: Likewise.
9848         * sysdeps/x86_64/bits/byteswap.h: Likewise.
9850 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
9852         [BZ #13540]
9853         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
9854         destination buffer.
9855         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
9857 2011-12-23  Marek Polacek  <polacek@redhat.com>
9859         * elf/dl-addr.c (determine_info): Add inline keyword.
9860         * elf/tst-auditmod4b.c (check_avx): Likewise.
9861         * elf/tst-auditmod6b.c (check_avx): Likewise.
9862         * elf/tst-auditmod6c.c (check_avx): Likewise.
9863         * elf/tst-auditmod7b.c (check_avx): Likewise.
9865 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
9867         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
9868         !__SSE_MATH__.
9870 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
9872         [BZ #13540]
9873         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
9874         processing for last bytes.
9876 2011-08-06  Bruno Haible  <bruno@clisp.org>
9878         [BZ #13061]
9879         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
9880         U+0385, not to U+1FEE.
9882         [BZ #13062]
9883         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
9884         entry for U+00A5 U+0301.
9886 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
9888         [BZ #13166]
9889         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
9890         buffer for the output is too small.
9892         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
9893         optimization.
9895         [BZ #13185]
9896         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
9897         SSE flags if possible.
9899 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
9901         [BZ #13540]
9902         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
9903         processing for last bytes.
9905 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
9907         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
9908         (syscall-list-default-options, syscall-list-default-condition)
9909         (syscall-list-includes): Define.
9910         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
9911         list of ABIs and options and #if conditions for each ABI.  Do not
9912         handle common syscalls between ABIs specially.
9913         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
9914         Remove.
9915         (syscall-list-variants, syscall-list-32bit-options)
9916         (syscall-list-32bit-condition, syscall-list-64bit-options)
9917         (syscall-list-64bit-condition): Define.
9918         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
9919         (syscall-list-variants, syscall-list-32bit-options)
9920         (syscall-list-32bit-condition, syscall-list-64bit-options)
9921         (syscall-list-64bit-condition): Define.
9922         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
9923         Remove.
9924         (syscall-list-variants, syscall-list-32bit-options)
9925         (syscall-list-32bit-condition, syscall-list-64bit-options)
9926         (syscall-list-64bit-condition): Define.
9927         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
9928         Remove.
9929         (syscall-list-variants, syscall-list-32bit-options)
9930         (syscall-list-32bit-condition, syscall-list-64bit-options)
9931         (syscall-list-64bit-condition): Define.
9933 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
9935         * locale/iso-639.def: Add brx entry.
9937         [BZ #13328]
9938         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
9939         Proposed by Mariusz_Cukr <marcukr@op.pl>.
9941         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
9942         __feraiseexcept_renamed.
9944 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
9946         [BZ #13538]
9947         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
9948         EPOLLET with unsigned values.
9949         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
9950         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
9952         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
9953         to large cancellation.
9954         * math/s_cacoshf.c: Likewise.
9955         * math/s_cacoshl.c: Likewise.
9957 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
9959         [BZ #13305]
9960         [BZ #12786]
9961         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
9962         * math/s_cacoshf.c: Likewise.
9963         * math/s_cacoshl.c: Likewise.
9965 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
9967         [BZ #13439]
9968         * iconv/gconv.h: Define __GCONV_SWAP.
9969         * iconvdata/unicode.c: The swap bit must be stored in __flags.
9970         * iconvdata/utf-16.c: Likewise.
9971         * iconvdata/utf-32.c: Likewise.
9973 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
9975         [BZ #13524]
9976         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
9977         numerator after shifting it by one limb.
9979 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
9981         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
9982         under [__USE_EXTERN_INLINES].
9984 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
9986         [BZ #13446]
9987         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
9989 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9991         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
9992         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
9993         optimized code.
9994         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
9995         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
9996         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
9997         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
9998         for strncasecmp/strncasecmp_l compilation.
9999         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
10000         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
10002 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
10004         [BZ #13484]
10005         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
10006         of __asm__.
10008 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
10010         [BZ #13506]
10011         * time/tzfile.c (__tzfile_read): Check values from file header.
10013 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
10015         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
10016         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
10017         * powerpc/powerpc32/dl-start.S: Likewise.
10018         * powerpc/powerpc32/elf/start.S: Likewise.
10019         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
10020         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
10021         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
10022         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
10023         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
10024         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
10025         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
10026         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
10027         * powerpc/powerpc32/fpu/s_round.S: Likewise.
10028         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
10029         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
10030         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
10031         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
10032         * powerpc/powerpc32/memset.S: Likewise.
10033         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
10034         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
10035         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
10036         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
10037         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
10038         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
10039         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
10040         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
10041         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
10042         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
10043         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
10044         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
10045         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
10047 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10049         * math/libm-test.inc: Added more nearbyint tests.
10050         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
10051         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
10052         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
10053         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
10055 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
10057         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
10058         FD_CLOEXEC.
10060 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10062         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
10063         Add wcscpy-ssse3 wcscpy-c.
10064         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
10065         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
10066         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
10067         * sysdeps/x86_64/wcschr.S: New file.
10068         * sysdeps/x86_64/wcsrchr.S: New file.
10069         * string/test-strcmp.c: Remove checking of wcscmp function for
10070         wrong alignments.
10071         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
10072         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
10073         wcsrchr-sse2 wcsrchr-c.
10074         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
10075         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
10076         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
10077         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
10078         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
10079         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
10080         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
10081         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
10082         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
10083         * wcsmbc/wcschr.c (WCSCHR): New macro.
10085 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10087         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
10088         * wcsmbs/test-wcsrchr.c: New file.
10089         * string/test-strrchr.c: Add wcsrchr support.
10090         (WIDE): New macro.
10091         * wcsmbs/test-wcscpy.c: New file.
10092         * string/test-strcpy.c: Add wcscpy support.
10093         (WIDE): New macro.
10095 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
10097         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
10098         the inner loop.
10100 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
10102         [BZ #13472]
10103         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
10105 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
10107         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
10108         Minor optimizations.
10110         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
10111         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
10112         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
10114 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
10116         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
10117         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
10118         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
10119         for gcc to avoid warnings.
10120         * inet/Makefile (tests): Add tst-checks.
10121         * inet/tst-checks.c: New file.
10123         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
10124         warning.
10126         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
10127         __wmemcmp_sse2.
10129         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
10130         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
10132         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
10134 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
10136         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
10137         problem.
10139         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
10141 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
10143         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
10144         conditional on GCC version.
10145         (__arch_compare_and_exchange_val_8_acq)
10146         (__arch_compare_and_exchange_val_16_acq)
10147         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
10148         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
10149         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
10151 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
10153         * sysdeps/sh/backtrace.c: New file.
10155 2011-12-02  Andreas Schwab  <schwab@redhat.com>
10157         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
10158         parenthesis.
10160 2011-12-01  Andreas Schwab  <schwab@redhat.com>
10162         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
10163         falling back to utime.
10165 2011-11-30  Andreas Schwab  <schwab@redhat.com>
10167         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
10168         expectations for float.
10170 2011-11-29  Andreas Schwab  <schwab@redhat.com>
10172         * locale/weight.h (findidx): Add parameter len.
10173         * locale/weightwc.h (findidx): Likewise.
10174         * posix/fnmatch_loop.c (FCT): Adjust caller.
10175         * posix/regcomp.c (build_equiv_class): Likewise.
10176         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
10177         * posix/regexec.c (check_node_accept_bytes): Likewise.
10178         * string/strcoll_l.c (STRCOLL): Likewise.
10179         * string/strxfrm_l.c (STRXFRM): Likewise.
10181 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
10183         * Makefile.in: Remove CVSOPT handling.
10184         * configure.in: Remove use of AC_REVISION.
10185         * iconvdata/Makefile (distribute): No need to filter out CVS.
10186         * scripts/list-sources.sh: Remove CVS, subversion and monotone
10187         handling.
10189 2011-11-16  Andreas Schwab  <schwab@redhat.com>
10191         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
10192         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
10193         [USE_AS_STRNCASECMP_L]: Likewise.
10194         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
10195         NO_TLS_DIRECT_SEG_REFS.
10196         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
10197         Fix argument offsets for non-PIC.
10198         [USE_AS_STRNCASECMP_L]: Likewise.
10199         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
10200         NO_TLS_DIRECT_SEG_REFS.
10202 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
10204         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
10205         O_CLOEXEC.
10206         * locale/loadlocale.c (_nl_load_locale): Likewise.
10208 2011-11-15  Andreas Schwab  <schwab@redhat.com>
10210         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
10211         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
10212         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
10213         (SYSCALL_GETTIME): Set errno on error.
10215         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
10216         count references to noai6ai_cached.
10218 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
10220         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
10222         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
10223         FD_CLOEXEC for /proc/self/maps.
10225         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
10226         FD_CLOEXEC for /proc/meminfo.
10228         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
10229         gai.conf.
10231         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
10232         FD_CLOEXEC for given file.
10234         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
10236         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
10237         FD_CLOEXEC for /etc/hosts.
10238         (_gethtent): Likewise.
10240         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
10242         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
10243         cancellation and set FD_CLOEXEC for /etc/netgroup.
10245         * nss/nss_files/files-key.c (search): Don't allow cancellation when
10246         reading /etc/publickey.
10248         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
10249         allow cancellation when reading /etc/group.
10251         * nss/nss_files/files-alias.c (internal_setent): Don't allow
10252         cancellation.
10253         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
10255         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
10256         when using data file.
10258         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
10260         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
10261         (write_nis_obj): Use "c" and "e" in fopen.
10263         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
10265         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
10267         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
10269         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
10271         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
10272         locale.alias.
10274         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
10276         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
10278         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
10280         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
10281         file parsing and set FD_CLOEXEC.
10283 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
10285         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
10287 2011-11-14  Andreas Schwab  <schwab@redhat.com>
10289         * malloc/arena.c (arena_get2): Don't call reused_arena when
10290         _int_new_arena failed.
10292 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
10294         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
10295         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
10296         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
10297         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
10298         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
10299         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
10300         to compile strcasecmp and strncasecmp.
10301         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
10302         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
10304         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
10306 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
10308         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
10309         locale-defines.sym to gen-as-const-headers.
10310         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
10311         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
10312         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
10313         to compile strcasecmp and strncasecmp.
10314         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
10315         strcasecmp_l and strncasecmp_l.
10316         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
10317         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
10318         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
10319         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
10320         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
10321         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
10322         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
10323         * sysdeps/i386/i686/multiarch/strncase.S: New file.
10324         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
10325         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
10326         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
10328 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
10330         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
10331         result of SYSDEP_GETTIME_CPU to retval.
10332         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
10333         parameter list to macro.  Remove trailing semicolon.  Adjust users.
10335         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
10336         variable.
10338         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
10339         mantissa words.
10340         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
10342         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
10343         from unused variable.
10345         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
10346         DWARF definitions.
10347         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
10348         for assembling.
10350         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
10351         over namespaces.
10353         * sunrpc/rpc_prot.c (rejected): Fix case value.
10355         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
10356         unsigned long long int to avoid warnings in shift.
10358         * posix/regex_internal.c (re_string_reconstruct): Actually use result
10359         of use of trans.
10360         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
10361         variable tmp.
10363         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
10364         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
10365         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
10367         * nis/nis_table.c (nis_list): Use variable of correct type for
10368         result of __follow_path call.
10370 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10372         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
10373         of math functions ceil, trunc, floor, round, and sqrt, when
10374         avaliable on the platform.
10375         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
10376         name clash.
10377         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
10378         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
10379         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
10381 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
10383         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
10384         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
10386 2011-11-11  Roland McGrath  <roland@hack.frob.com>
10388         * include/unistd.h: Fix __readlink return type.
10389         Reported by Chris Metcalf <cmetcalf@tilera.com>.
10391 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
10393         * stdlib/ucontext.h: Undo last change for makecontext.
10395 2011-11-11  Andreas Schwab  <schwab@redhat.com>
10397         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
10399         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
10400         * setjmp/setjmp.h: Mark functions as non-leaf.
10401         * setjmp/bits/setjmp2.h: Likewise.
10402         * stdlib/ucontext.h: Likewise.
10404 2011-11-10  Andreas Schwab  <schwab@redhat.com>
10406         * malloc/arena.c (_int_new_arena): Don't increment narenas.
10407         (reused_arena): Don't check arena limit.
10408         (arena_get2): Atomically check arena limit.
10410 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
10412         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
10413         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
10415         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
10416         instructions.
10418 2011-11-07  Andreas Schwab  <schwab@redhat.com>
10420         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
10421         handler when locking.
10423         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
10424         Fix size of allocated buffer.
10426 2011-11-04  Andreas Schwab  <schwab@redhat.com>
10428         [BZ #10103]
10429         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
10430         declarations for long double functions.
10431         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
10433         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
10435 2011-11-03  Andreas Schwab  <schwab@redhat.com>
10437         * nscd/nscd.c (main): Don't start AVC thread until credentials are
10438         installed.
10440         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
10441         is disabled.
10443 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10445         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
10447 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
10449         * include/alloca.h (stackinfo_alloca_round): Define.
10450         (extend_alloca): Use it.
10451         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
10452         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
10453         here.
10455         * scripts/check-local-headers.sh: Ignore libaudit.h.
10457         * nscd/Makefile (extra-objs): Make recursively expanded.
10459 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
10461         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
10462         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
10464         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
10465         * posix/tst-rfc3484-2.c: Likewise.
10466         * posix/tst-rfc3484-3.c: Likewise.
10468         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
10469         process_vm_writev.
10470         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
10471         process_vm_writev.
10472         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
10473         process_vm_writev from libc using GLIBC_2.15 version.
10475         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
10477 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
10479         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
10480         stack usage.
10482 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
10484         [BZ #13367]
10485         * nss/getent.c (initgroups_keys): Show error message in case no group
10486         names are given.
10488         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
10489         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
10490         __bump_nl_timestamp.
10491         * nscd/connections (nscd_init): When host database is served open
10492         netlink socket and request notification about configuration changes.
10493         (main_loop_poll): Track netlink file descriptor and bump timestamp
10494         in case data becomes available.
10495         (main_loop_epoll): Likewise.
10496         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
10497         (database_pers_head): Add extra_data fileds.
10498         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
10499         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
10500         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
10501         Adjust caller.
10502         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
10503         in6ai data, call __free_in6ai.
10504         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
10505         Add -DHAVE_NETLINK.
10506         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
10507         interface information.  Reuse previous data if netlink timestamp
10508         is not changed.
10509         (__bump_nl_timestamp): New function.
10510         (__free_in6ai): New function.
10512 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
10514         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
10515         close_not_cancel_no_status here.
10516         (__check_pf): Reorganize code a bit to not call close twice if OOM.
10518 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
10520         [BZ #13276]
10521         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
10522         return value.
10524         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
10525         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
10526         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
10528 2011-07-03  Andreas Jaeger  <aj@suse.de>
10530         [BZ #10709]
10531         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
10532         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
10533         * math/libm-test.inc (sin_test): Add test case.
10535 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
10537         [BZ #13337]
10538         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
10539         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
10541         * elf/chroot_canon.c (chroot_canon): Cleanups.
10543         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
10545         [BZ #13335]
10546         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
10547         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
10549         * string/test-strchr.c: Make usable for strchrnul testing.
10550         * string/test-strchrnul.c: New file.
10551         * string/Makefile (strop-tests): Add strchrnul.
10553         * po/it.po: Update from translation team.
10554         * po/es.po: Likewise.
10556 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
10558         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
10559         the three constants needed as parameters.  Drop the others.
10560         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
10561         __m128i_strloadu_tolower.
10562         Create and initialize variable zero and use it in all the places
10563         where _mm_setzero_si128 was used.
10565         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
10566         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
10567         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
10568         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
10569         anymore.
10570         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
10571         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
10572         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
10573         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
10574         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
10575         __mpranred, __mptan.
10576         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
10577         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
10578         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
10579         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
10580         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
10581         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
10582         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
10583         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
10584         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
10586 2011-10-28  Andreas Schwab  <schwab@redhat.com>
10588         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
10589         redefine if SHARED.
10590         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
10592         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
10593         wide char related routines to wcsmbs subdir.
10595 2011-10-27  Andreas Schwab  <schwab@redhat.com>
10597         [BZ #13344]
10598         * misc/sys/cdefs.h (__THROWNL): Define.
10599         * posix/unistd.h: Use __THREADNL instead of __THREAD
10600         for memory synchronization functions.
10602 2011-10-26  Roland McGrath  <roland@hack.frob.com>
10604         [BZ #13349]
10605         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
10606         doesn't exist.
10607         * manual/stdio.texi (Obstack Streams): Node removed.
10609 2011-10-26  Andreas Schwab  <schwab@redhat.com>
10611         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
10612         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
10613         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
10615         * math/math_private.h (math_force_eval): Allow non-addressable
10616         arguments.
10617         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
10619 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
10621         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
10622         file is not needed.
10624         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
10625         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
10626         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
10627         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
10628         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
10629         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
10630         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
10631         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
10632         Add AVX variants.
10633         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
10634         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
10635         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
10636         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
10637         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
10638         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
10639         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
10640         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
10641         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
10642         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
10643         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
10644         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
10645         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
10646         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
10647         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
10648         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
10649         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
10650         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
10651         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
10653         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
10654         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
10656         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
10657         place.  Use VEX encoding when compiling for AVX.
10659 2011-10-25  Andreas Schwab  <schwab@redhat.com>
10661         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
10662         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
10664         * string/test-strchr.c (do_test): Don't generate NUL bytes.
10666 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
10668         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
10669         useless if() expression.
10670         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
10671         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
10672         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
10673         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
10674         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
10675         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
10676         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
10677         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
10678         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
10679         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
10680         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
10681         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
10682         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
10683         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
10684         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
10685         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
10686         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
10687         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
10688         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
10690         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
10692 2011-10-25  Andreas Schwab  <schwab@redhat.com>
10694         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
10695         condition.
10696         * elf/dl-fini.c (_dl_sort_fini): Likewise.
10698 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
10700         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
10701         .text section.  Avoid duplicate constants.
10702         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
10703         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10704         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
10705         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
10706         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
10707         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10708         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10709         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
10710         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
10711         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
10712         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
10713         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
10714         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
10715         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
10716         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
10717         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
10718         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
10719         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
10720         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
10721         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
10722         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
10723         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
10724         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
10725         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
10726         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
10727         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
10728         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
10729         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
10730         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
10731         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
10732         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
10733         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
10734         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
10735         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
10736         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
10737         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
10738         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
10739         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
10740         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
10741         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
10742         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
10743         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
10744         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
10745         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
10746         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
10748 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
10750         * sysdeps/x86_64/dla.h: Move to ...
10751         * sysdeps/x86_64/fpu/dla.h: ...here.
10752         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
10753         situations.  Use __builtin_fma only for gcc 4.6 and up.
10755         * config.make.in: Add have-mfma4 entry.
10756         * configure.in: Substitute libc_cv_cc_fma4.
10757         * math/Makefile (dbl-only-routines): Add sincostab.
10758         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
10759         Use __sincostab not sincos.
10760         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
10761         name is a macro.
10762         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
10763         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10764         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10765         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
10766         using __copysign.
10767         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
10768         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
10769         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
10770         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
10771         and __inv.
10772         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
10773         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
10774         __copysign.
10775         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
10776         define aliases when function name is a macro.
10777         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
10778         sysdeps/ieee754/dbl-64/sincos.tbl.
10779         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
10780         fma4-enabled routines.
10781         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
10782         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
10783         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
10784         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
10785         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
10786         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
10787         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
10788         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
10789         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
10790         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
10791         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
10792         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
10793         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
10794         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
10795         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
10796         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
10797         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
10798         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
10799         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
10800         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
10801         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
10802         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
10803         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
10804         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
10805         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
10806         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
10807         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
10808         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
10809         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
10810         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
10812         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
10813         rename.
10814         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10815         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10816         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
10817         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10818         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10819         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
10820         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
10821         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
10823 2011-10-24  Andreas Schwab  <schwab@redhat.com>
10825         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
10827 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
10829         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
10831         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
10832         prediction.
10833         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
10835         * string/strnlen.c: Don't define STRNLEN, reverse logic.
10836         Remove unused variable magic_bits.
10837         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
10839         * string/strnlen.c: Define and use STRNLEN macro.
10840         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
10841         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
10842         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
10843         * wcsmbs/wcslen.c: Define and use WCSLEN.
10844         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
10845         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
10846         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
10847         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
10848         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
10849         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
10850         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
10852 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10854         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
10855         strnlen-sse2-no-bsf.
10856         Rename strlen-no-bsf to strlen-sse2-no-bsf.
10857         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
10858         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
10859         Add strnlen support.
10860         (USE_AS_STRNLEN): New macro.
10861         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
10862         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
10863         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
10864         * sysdeps/x86_64/wcslen.S: New file.
10866 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
10868         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
10869         XMM-moves are used for copying on small sizes.
10871 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10873         * wcsmbs/Makefile (strop-tests): Add wcschr.
10874         * wcsmbs/test-wcschr.c: New file.
10875         * string/test-strchr.c: Update.
10876         Add wcschr support.
10877         (WIDE): New macro.
10879 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10881         * wcsmbs/Makefile (strop-tests): Add wcslen.
10882         * wcsmbs/test-wcslen.c: New file.
10883         * string/test-strlen.c: Update.
10884         Add wcslen support.
10885         (WIDE): New macro.
10887 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
10889         * po/it.po: Update from translation team.
10891 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10893         * sysdeps/x86_64/wcscmp.S: Update.
10894         Fix wrong comparison semantics.
10895         wcscmp shall use signed comparison not unsigned.
10896         Don't use substraction to avoid overflow bug.
10897         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
10898         * wcsmbc/wcscmp.c: Likewise.
10899         * string/test-strcmp.c: Likewise.
10900         Add new tests to check cases with negative values.
10902 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
10904         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
10905         * sysdeps/x86_64/dla.h: ...here.  New file.
10906         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
10907         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10908         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
10909         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10910         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10911         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
10912         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
10913         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
10914         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
10916 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
10918         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
10919         __ynl_finite aliases.
10921 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
10923         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10925         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
10926         define DLA_FMA.
10927         [DLA_FMA] (EMULV): Use DLA_FMA.
10928         [DLA_FMA] (MUL12): Use EMULV.
10929         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
10930         that are not needed.
10931         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10932         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
10933         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10934         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10935         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
10936         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
10937         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
10939 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
10941         * math/s_nan.c: Undef __nan.
10942         * math/s_nanf.c: Undef __nanf.
10943         * math/s_nanl.c: Undef __nanl.
10944         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
10945         "math_private.h".
10947 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
10949         * math/s_catan.c: Add branch predictions.
10950         * math/s_catanf.c: Likewise.
10951         * math/s_catanh.c: Likewise.
10952         * math/s_catanhf.c: Likewise.
10953         * math/s_catanhl.c: Likewise.
10954         * math/s_catanl.c: Likewise.
10955         * math/s_cexp.c: Likewise.
10956         * math/s_cexpf.c: Likewise.
10957         * math/s_cexpl.c: Likewise.
10958         * math/s_clog.c: Likewise.
10959         * math/s_clog10.c: Likewise.
10960         * math/s_clog10f.c: Likewise.
10961         * math/s_clog10l.c: Likewise.
10962         * math/s_clogf.c: Likewise.
10963         * math/s_clogl.c: Likewise.
10964         * math/s_csqrt.c: Likewise.
10965         * math/s_csqrtf.c: Likewise.
10966         * math/s_csqrtl.c: Likewise.
10967         * math/s_ctanf.c: Likewise.
10968         * math/s_ctanh.c: Likewise.
10969         * math/s_ctanhf.c: Likewise.
10970         * math/s_ctanhl.c: Likewise.
10971         * math/s_ctanl.c: Likewise.
10973         * math/math_private.h: Define __nan, __nanf, __nanl.
10974         * math/s_cacosh.c: Include <math_private.h>.
10975         * math/s_cacoshl.c: Likewise.
10976         * math/s_casinh.c: Likewise.
10977         * math/s_casinhf.c: Likewise.
10978         * math/s_casinhl.c: Likewise.
10979         * math/s_ccos.c: Rely entire on ccosh.
10980         * math/s_ccosf.c: Rely entire on ccoshf.
10981         * math/s_ccosl.c: Rely entirely on ccoshl.
10982         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
10983         Remove tests for FE_INVALID.
10984         * math/s_ccoshf.c: Likewise.
10985         * math/s_ccoshl.c: Likewise.
10986         * math/s_csin.c: Likewise.
10987         * math/s_csinf.c: Likewise.
10988         * math/s_csinh.c Likewise.
10989         * math/s_csinhf.c: Likewise.
10990         * math/s_csinhl.c: Likewise.
10991         * math/s_csinl.c: Likewise.
10992         * math/s_ctan.c: Likewise.
10993         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
10994         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
10995         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
10997 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
10999         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
11000         compilation problems.
11002         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
11003         __builtin_expect.
11005 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
11007         * sysdeps/i386/configure.in: Test for -mfma4 option.
11008         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
11009         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
11010         COMMON_CPUID_INDEX_80000001.
11011         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
11012         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
11013         use it if FMA3 is not supported.
11014         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
11016         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
11017         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
11019 2011-10-20  Andreas Schwab  <schwab@redhat.com>
11021         [BZ #12892]
11022         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
11023         it would create a cycle with a link time dependency.
11025 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
11027         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
11028         instruction.
11029         * string/Makefile (strop-tests): Add rawmemchr.
11030         * string/test-rawmemchr.c: New file.
11032         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
11033         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
11034         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
11035         when compiling str{,n}casecmp and when AVX is available.  Hook up
11036         new optimized code in initializers.
11038 2011-10-19  Andreas Schwab  <schwab@redhat.com>
11040         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
11041         __feraiseexcept instead of feraiseexcept.
11043 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
11045         * math/math_private.h: Define defaults for libc_fetestexcept and
11046         libc_feupdateenv.
11047         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
11048         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
11049         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
11050         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
11051         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
11052         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
11053         libc_fetestexcept and libc_feupdateenv.
11055         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
11056         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
11057         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
11058         * sysdeps/x86_64/fpu/math_private.h: Define special version of
11059         libc_feholdexcept_setround.
11061         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
11062         Add s_nearbyint-c and s_nearbyintf-c.
11063         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
11064         nearbyintf inlines.
11065         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
11066         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
11067         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
11068         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
11070         * math/math_private.h: Define defaults for libc_fegetround,
11071         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
11072         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
11073         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
11074         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
11075         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
11076         standard functions.
11077         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
11078         Remove comments and hacks for old compiler versions.
11079         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
11080         libc_fegetround, libc_fesetround, libc_feholdexcept, and
11081         libc_feholdexceptl.
11083 2011-10-18  Andreas Schwab  <schwab@redhat.com>
11085         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
11086         (__feraiseexcept_renamed): Add __NTH.
11087         (feraiseexcept): Add __NTH.  Rename local variables to fix
11088         namespace violations.
11090 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
11092         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
11094         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
11096         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
11097         recently added interfaces.
11098         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
11100         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
11101         about macro parameter expansion.
11103         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
11104         __NO_MATH_INLINES is defined.  Cleanups.
11106         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
11107         and __floorf is target has SSE4.1.
11108         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
11109         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
11110         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
11111         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
11113         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
11114         name.
11115         (floorf): Likewise.
11117         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
11119 2011-10-17  Andreas Schwab  <schwab@redhat.com>
11121         * misc/sys/cdefs.h: Fix last change.
11123         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
11124         database lookup.
11126 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
11128         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
11130         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
11131         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
11132         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
11133         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
11134         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
11135         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
11136         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
11137         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
11138         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
11139         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
11140         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
11141         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
11142         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
11143         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
11144         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
11145         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
11146         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
11147         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
11148         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
11149         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
11150         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
11151         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
11153         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
11154         ceil, ceilf, floor, floorf.
11156         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
11157         Perform IRELATIVE relocations last.
11159         * elf/do-rel.h: Add another parameter nrelative, replacing the
11160         local variable with the same name.  Change name of the function
11161         to end in Rel or Rela (uppercase).
11162         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
11163         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
11164         elf_dynamic_do_##reloc function.
11166 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
11168         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
11169         is sufficient, at least on modern CPUs.
11171         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
11173         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
11174         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
11176         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
11177         __expl_finite.
11178         * math/bits/math-finite.h: Add entries for exp.
11179         * math/e_expl.c: Add __*_finite alias.
11180         * sysdeps/i386/fpu/e_exp.S: Likewise.
11181         * sysdeps/i386/fpu/e_expf.S: Likewise.
11182         * sysdeps/i386/fpu/e_expl.c: Likewise.
11183         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
11184         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
11185         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
11186         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
11187         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
11188         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
11189         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
11191         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
11192         is sufficient, at least on modern CPUs.
11194         * ctype/ctype-info.c (__ctype_init): Define.
11195         * include/ctype.h (__ctype_init): Declare.
11196         (__ctype_b_loc): The variable is always initialized.
11197         (__ctype_toupper_loc): Likewise.
11198         (__ctype_tolower_loc): Likewise.
11199         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
11200         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
11202 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
11204         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
11206         * configure.in: Also look in $cxxmachine/include for C++ system
11207         headers.
11209 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11211         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
11212         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
11213         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
11214         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
11215         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
11216         (USE_AS_WMEMCMP): New macro.
11217         Fixing indents.
11218         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
11219         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
11220         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
11221         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
11222         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
11223         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
11224         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
11225         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
11226         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
11227         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
11228         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
11229         (USE_AS_WMEMCMP): New macro.
11230         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
11231         * sysdeps/string/test-memcmp.c: Update.
11232         Fix simple_wmemcmp.
11233         Add new tests.
11234         * wcsmbs/wmemcmp.c: Update.
11235         (WMEMCMP): New macro.
11236         Fix overflow bug.
11238 2011-10-12  Andreas Jaeger  <aj@suse.de>
11240         [BZ #13268]
11241         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
11243 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
11245         * libio/iofwide.c (do_length): Avoid warning.
11247         * ctype/ctype.h (__isctype_f): Add missing __THROW.
11249 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
11251         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
11253         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
11254         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
11255         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
11256         * sysdeps/i386/i686/fpu/e_log.S: New file.
11257         * sysdeps/i386/i686/fpu/e_logf.S: New file.
11258         * sysdeps/i386/i686/fpu/e_logl.S: New file.
11260         * ctype/ctype.h: Add support for inlined isXXX functions when
11261         compiling C++ code.
11263 2011-10-14  Andreas Schwab  <schwab@redhat.com>
11265         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
11267         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
11269 2011-10-13  Roland McGrath  <roland@hack.frob.com>
11271         [BZ #13291]
11272         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
11274 2011-10-13  Andreas Schwab  <schwab@redhat.com>
11276         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
11277         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
11278         feraiseexcept.
11280         * sysdeps/x86_64/memrchr.S: Check for zero size.
11282         * string/stratcliff.c: Add memrchr tests.
11284 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11286         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
11287         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
11288         rawmemchr-sse2 rawmemchr-sse2-bsf.
11289         * sysdeps/i386/i686/multiarch/memchr.S: New file.
11290         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
11291         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
11292         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
11293         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
11294         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
11295         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
11296         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
11297         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
11298         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
11299         * string/memrchr.c (MEMRCHR): New macro.
11301 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
11303         Add integration with gcc's -ffinite-math-only and optimize wrapper
11304         functions in libm.
11305         * Versions.def: Define GLIBC_2.15 version for libm.
11306         * math/Makefile (headers): Add bits/math-finite.h.
11307         * math/bits/math-finite.h: New file.
11308         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
11309         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
11310         * math/e_acoshl.c: Add __*_finite alias.
11311         * math/e_acosl.c: Likewise.
11312         * math/e_asinl.c: Likewise.
11313         * math/e_atan2l.c: Likewise.
11314         * math/e_atanhl.c: Likewise.
11315         * math/e_coshl.c: Likewise.
11316         * math/e_exp10.c: Likewise.
11317         * math/e_exp10f.c: Likewise.
11318         * math/e_exp10l.c: Likewise.
11319         * math/e_exp2l.c: Likewise.
11320         * math/e_fmodl.c: Likewise.
11321         * math/e_gammal_r.c: Likewise.
11322         * math/e_hypotl.c: Likewise.
11323         * math/e_j0l.c: Likewise.
11324         * math/e_j1l.c: Likewise.
11325         * math/e_jnl.c: Likewise.
11326         * math/e_lgammal_r.c: Likewise.
11327         * math/e_log10l.c: Likewise.
11328         * math/e_log2l.c: Likewise.
11329         * math/e_logl.c: Likewise.
11330         * math/e_powl.c: Likewise.
11331         * math/e_sinhl.c: Likewise.
11332         * math/e_sqrtl.c: Likewise.
11333         * math/e_scalb.c: Completely rewritten and optimized.
11334         * math/e_scalbf.c: Likewise.
11335         * math/e_scalbl.c: Likewise.
11336         * math/w_acos.c: Likewise.
11337         * math/w_acosf.c: Likewise.
11338         * math/w_acosl.c: Likewise.
11339         * math/w_acosh.c: Likewise.
11340         * math/w_acoshf.c: Likewise.
11341         * math/w_acoshl.c: Likewise.
11342         * math/w_asin.c: Likewise.
11343         * math/w_asinf.c: Likewise.
11344         * math/w_asinl.c: Likewise.
11345         * math/w_atan2.c: Likewise.
11346         * math/w_atan2f.c: Likewise.
11347         * math/w_atan2l.c: Likewise.
11348         * math/w_atanh.c: Likewise.
11349         * math/w_atanhf.c: Likewise.
11350         * math/w_atanhl.c: Likewise.
11351         * math/w_exp10.c: Likewise.
11352         * math/w_exp10f.c: Likewise.
11353         * math/w_exp10l.c: Likewise.
11354         * math/w_fmod.c: Likewise.
11355         * math/w_fmodf.c: Likewise.
11356         * math/w_fmodl.c: Likewise.
11357         * math/w_j0.c: Likewise.
11358         * math/w_j0f.c: Likewise.
11359         * math/w_j0l.c: Likewise.
11360         * math/w_j1.c: Likewise.
11361         * math/w_j1f.c: Likewise.
11362         * math/w_j1l.c: Likewise.
11363         * math/w_jn.c: Likewise.
11364         * math/w_jnf.c: Likewise.
11365         * math/w_log.c: Likewise.
11366         * math/w_logf.c: Likewise.
11367         * math/w_logl.c: Likewise.
11368         * math/w_log10.c: Likewise.
11369         * math/w_log10f.c: Likewise.
11370         * math/w_log10l.c: Likewise.
11371         * math/w_log2.c: Likewise.
11372         * math/w_log2f.c: Likewise.
11373         * math/w_log2l.c: Likewise.
11374         * math/w_pow.c: Likewise.
11375         * math/w_powf.c: Likewise.
11376         * math/w_powl.c: Likewise.
11377         * math/w_remainder.c: Likewise.
11378         * math/w_remainderf.c: Likewise.
11379         * math/w_remainderl.c: Likewise.
11380         * math/w_scalb.c: Likewise.
11381         * math/w_scalbf.c: Likewise.
11382         * math/w_scalbl.c: Likewise.
11383         * math/w_sqrt.c: Likewise.
11384         * math/w_sqrtf.c: Likewise.
11385         * math/w_sqrtl.c: Likewise.
11386         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
11387         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
11388         used.
11389         * math/math_private.h: Declare __kernel_standard_f.
11390         * math/w_cosh.c: Remove cruft and optimize a bit.
11391         * math/w_coshf.c: Likewise.
11392         * math/w_coshl.c: Likewise.
11393         * math/w_exp2.c: Likewise.
11394         * math/w_exp2f.c: Likewise.
11395         * math/w_exp2l.c: Likewise.
11396         * math/w_hypot.c: Likewise.
11397         * math/w_hypotf.c: Likewise.
11398         * math/w_hypotl.c: Likewise.
11399         * math/w_lgamma.c: Likewise.
11400         * math/w_lgamma_r.c: Likewise.
11401         * math/w_lgammaf.c: Likewise.
11402         * math/w_lgammaf_r.c: Likewise.
11403         * math/w_lgammal.c: Likewise.
11404         * math/w_lgammal_r.c: Likewise.
11405         * math/w_sinh.c: Likewise.
11406         * math/w_sinhf.c: Likewise.
11407         * math/w_sinhl.c: Likewise.
11408         * math/w_tgamma.c: Likewise.
11409         * math/w_tgammaf.c: Likewise.
11410         * math/w_tgammal.c: Likewise.
11411         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
11412         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
11413         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
11414         Minor optimizations.  Pretty printing.  Remove cruft.
11415         * sysdeps/i386/fpu/e_acosf.S: Likewise.
11416         * sysdeps/i386/fpu/e_acosh.S: Likewise.
11417         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
11418         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
11419         * sysdeps/i386/fpu/e_acosl.c: Likewise.
11420         * sysdeps/i386/fpu/e_asin.S: Likewise.
11421         * sysdeps/i386/fpu/e_asinf.S: Likewise.
11422         * sysdeps/i386/fpu/e_atan2.S: Likewise.
11423         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
11424         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
11425         * sysdeps/i386/fpu/e_atanh.S: Likewise.
11426         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
11427         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
11428         * sysdeps/i386/fpu/e_exp10.S: Likewise.
11429         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
11430         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
11431         * sysdeps/i386/fpu/e_exp2.S: Likewise.
11432         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
11433         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
11434         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11435         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
11436         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11437         * sysdeps/i386/fpu/e_hypot.S: Likewise.
11438         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
11439         * sysdeps/i386/fpu/e_log.S: Likewise.
11440         * sysdeps/i386/fpu/e_log10.S: Likewise.
11441         * sysdeps/i386/fpu/e_log10f.S: Likewise.
11442         * sysdeps/i386/fpu/e_log10l.S: Likewise.
11443         * sysdeps/i386/fpu/e_log2.S: Likewise.
11444         * sysdeps/i386/fpu/e_log2f.S: Likewise.
11445         * sysdeps/i386/fpu/e_log2l.S: Likewise.
11446         * sysdeps/i386/fpu/e_logf.S: Likewise.
11447         * sysdeps/i386/fpu/e_logl.S: Likewise.
11448         * sysdeps/i386/fpu/e_pow.S: Likewise.
11449         * sysdeps/i386/fpu/e_powf.S: Likewise.
11450         * sysdeps/i386/fpu/e_powl.S: Likewise.
11451         * sysdeps/i386/fpu/e_remainder.S: Likewise.
11452         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
11453         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
11454         * sysdeps/i386/fpu/e_scalb.S: Likewise.
11455         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
11456         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
11457         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
11458         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
11459         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
11460         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
11461         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
11462         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
11463         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
11464         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
11465         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
11466         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
11467         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
11468         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
11469         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
11470         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
11471         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
11472         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
11473         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
11474         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
11475         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
11476         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
11477         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
11478         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
11479         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
11480         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
11481         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
11482         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
11483         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
11484         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
11485         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
11486         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
11487         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
11488         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
11489         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
11490         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
11491         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
11492         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
11493         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
11494         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
11495         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
11496         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
11497         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
11498         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
11499         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
11500         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
11501         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
11502         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
11503         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
11504         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
11505         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
11506         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
11507         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
11508         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
11509         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
11510         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
11511         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
11512         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11513         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
11514         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
11515         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
11516         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
11517         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
11518         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
11519         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
11520         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
11521         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
11522         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
11523         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
11524         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
11525         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
11526         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
11527         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
11528         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
11529         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
11530         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
11531         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
11532         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
11533         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
11534         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
11535         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
11536         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
11537         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
11538         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
11539         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
11540         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
11541         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
11542         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
11543         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
11544         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
11545         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
11546         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
11547         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
11548         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
11549         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
11550         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
11551         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
11552         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
11553         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
11554         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
11555         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
11556         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
11557         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
11558         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
11559         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
11560         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
11561         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
11562         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
11563         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
11564         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
11565         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
11566         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
11567         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
11568         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
11569         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
11570         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
11571         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
11572         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
11573         (__isnanf): Likewise.
11574         (__isinf_ns): Likewise.
11575         (__isinf_nsf): Likewise.
11576         (__finite): Likewise.
11577         (__finitef): Likewise.
11578         (__ieee754_sqrt): Define as macro.
11579         (__ieee754_sqrtf): Define as macro.
11580         (__ieee754_sqrtl): Define as macro.
11581         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
11582         inlined copy.
11583         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
11584         __FINITE_MATH_ONLY__ consistent.
11585         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
11587 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
11589         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
11590         of rawmemchr.
11592         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
11594 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
11596         * po/ja.po: Update from translation team.
11598 2011-10-08  Roland McGrath  <roland@hack.frob.com>
11600         * locale/programs/locarchive.c (prepare_address_space): New function.
11601         (create_archive, enlarge_archive, open_archive): Use it.
11603         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
11604         inside [SHARED], where it is used.
11606         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
11608         * nss/getent.c (netgroup_keys): Remove unused variable.
11609         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
11611 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
11613         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
11614         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
11615         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
11616         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
11617         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
11618         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
11619         * math/Makefile (libm-calls): Add s_isinf_ns.
11620         * math/divtc3.c: Use __isinf_nsl instead of isinf.
11621         * math/multc3.c: Likewise.
11622         * math/s_casin.c: Likewise.
11623         * math/s_casinf.c: Likewise.
11624         * math/s_casinl.c: Likewise.
11625         * math/s_ccos.c: Likewise.
11626         * math/s_ccosf.c: Likewise.
11627         * math/s_ccosl.c: Likewise.
11628         * math/s_ctan.c: Likewise.
11629         * math/s_ctanf.c: Likewise.
11630         * math/s_ctanh.c: Likewise.
11631         * math/s_ctanhf.c: Likewise.
11632         * math/s_ctanhl.c: Likewise.
11633         * math/s_ctanl.c: Likewise.
11634         * math/w_fmod.c: Likewise.
11635         * math/w_fmodf.c: Likewise.
11636         * math/w_fmodl.c: Likewise.
11637         * math/w_remainder.c: Likewise.
11638         * math/w_remainderf.c: Likewise.
11639         * math/w_remainderl.c: Likewise.
11640         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
11641         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
11642         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
11643         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
11644         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
11645         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
11646         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
11647         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
11649         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
11650         of the number.
11651         * stdio-common/printf_fphex.c: Likewise.
11652         * stdio-common/printf_size.c: Likewise.
11654         * math/e_exp10.c: Include math_private.h using <...> not "...".
11655         * math/e_exp10f.c: Likewise.
11656         * math/e_exp10l.c: Likewise.
11657         * math/e_exp2l.c: Likewise.
11658         * math/e_j0l.c: Likewise.
11659         * math/e_j1l.c: Likewise.
11660         * math/e_jnl.c: Likewise.
11661         * math/e_lgammal_r.c: Likewise.
11662         * math/e_rem_pio2l.c: Likewise.
11663         * math/e_scalb.c: Likewise.
11664         * math/e_scalbf.c: Likewise.
11665         * math/e_scalbl.c: Likewise.
11666         * math/k_cosl.c: Likewise.
11667         * math/k_sinl.c: Likewise.
11668         * math/k_tanl.c: Likewise.
11669         * math/s_cacoshf.c: Likewise.
11670         * math/s_catan.c: Likewise.
11671         * math/s_catanf.c: Likewise.
11672         * math/s_catanh.c: Likewise.
11673         * math/s_catanhf.c: Likewise.
11674         * math/s_catanhl.c: Likewise.
11675         * math/s_catanl.c: Likewise.
11676         * math/s_ccosh.c: Likewise.
11677         * math/s_ccoshf.c: Likewise.
11678         * math/s_ccoshl.c: Likewise.
11679         * math/s_cexp.c: Likewise.
11680         * math/s_cexpf.c: Likewise.
11681         * math/s_cexpl.c: Likewise.
11682         * math/s_clog.c: Likewise.
11683         * math/s_clog10.c: Likewise.
11684         * math/s_clog10f.c: Likewise.
11685         * math/s_clog10l.c: Likewise.
11686         * math/s_clogf.c: Likewise.
11687         * math/s_clogl.c: Likewise.
11688         * math/s_csin.c: Likewise.
11689         * math/s_csinf.c: Likewise.
11690         * math/s_csinh.c: Likewise.
11691         * math/s_csinhf.c: Likewise.
11692         * math/s_csinhl.c: Likewise.
11693         * math/s_csinl.c: Likewise.
11694         * math/s_csqrt.c: Likewise.
11695         * math/s_csqrtf.c: Likewise.
11696         * math/s_csqrtl.c: Likewise.
11697         * math/s_ctan.c: Likewise.
11698         * math/s_ctanf.c: Likewise.
11699         * math/s_ctanh.c: Likewise.
11700         * math/s_ctanhf.c: Likewise.
11701         * math/s_ctanhl.c: Likewise.
11702         * math/s_ctanl.c: Likewise.
11703         * math/s_ldexp.c: Likewise.
11704         * math/s_ldexpf.c: Likewise.
11705         * math/s_ldexpl.c: Likewise.
11706         * math/s_significand.c: Likewise.
11707         * math/s_significandf.c: Likewise.
11708         * math/s_significandl.c: Likewise.
11709         * math/w_acos.c: Likewise.
11710         * math/w_acosf.c: Likewise.
11711         * math/w_acosh.c: Likewise.
11712         * math/w_acoshf.c: Likewise.
11713         * math/w_acoshl.c: Likewise.
11714         * math/w_acosl.c: Likewise.
11715         * math/w_asin.c: Likewise.
11716         * math/w_asinf.c: Likewise.
11717         * math/w_asinl.c: Likewise.
11718         * math/w_atan2.c: Likewise.
11719         * math/w_atan2f.c: Likewise.
11720         * math/w_atan2l.c: Likewise.
11721         * math/w_atanh.c: Likewise.
11722         * math/w_atanhf.c: Likewise.
11723         * math/w_atanhl.c: Likewise.
11724         * math/w_cosh.c: Likewise.
11725         * math/w_coshf.c: Likewise.
11726         * math/w_coshl.c: Likewise.
11727         * math/w_dremf.c: Likewise.
11728         * math/w_exp10.c: Likewise.
11729         * math/w_exp10f.c: Likewise.
11730         * math/w_exp10l.c: Likewise.
11731         * math/w_exp2.c: Likewise.
11732         * math/w_exp2f.c: Likewise.
11733         * math/w_fmod.c: Likewise.
11734         * math/w_fmodf.c: Likewise.
11735         * math/w_fmodl.c: Likewise.
11736         * math/w_hypot.c: Likewise.
11737         * math/w_hypotf.c: Likewise.
11738         * math/w_hypotl.c: Likewise.
11739         * math/w_j0.c: Likewise.
11740         * math/w_j0f.c: Likewise.
11741         * math/w_j0l.c: Likewise.
11742         * math/w_j1.c: Likewise.
11743         * math/w_j1f.c: Likewise.
11744         * math/w_j1l.c: Likewise.
11745         * math/w_jn.c: Likewise.
11746         * math/w_jnf.c: Likewise.
11747         * math/w_jnl.c: Likewise.
11748         * math/w_lgamma.c: Likewise.
11749         * math/w_lgamma_r.c: Likewise.
11750         * math/w_lgammaf.c: Likewise.
11751         * math/w_lgammaf_r.c: Likewise.
11752         * math/w_lgammal.c: Likewise.
11753         * math/w_lgammal_r.c: Likewise.
11754         * math/w_log.c: Likewise.
11755         * math/w_log10.c: Likewise.
11756         * math/w_log10f.c: Likewise.
11757         * math/w_log10l.c: Likewise.
11758         * math/w_log2.c: Likewise.
11759         * math/w_log2f.c: Likewise.
11760         * math/w_log2l.c: Likewise.
11761         * math/w_logf.c: Likewise.
11762         * math/w_logl.c: Likewise.
11763         * math/w_pow.c: Likewise.
11764         * math/w_powf.c: Likewise.
11765         * math/w_powl.c: Likewise.
11766         * math/w_remainder.c: Likewise.
11767         * math/w_remainderf.c: Likewise.
11768         * math/w_remainderl.c: Likewise.
11769         * math/w_scalb.c: Likewise.
11770         * math/w_scalbf.c: Likewise.
11771         * math/w_scalbl.c: Likewise.
11772         * math/w_sinh.c: Likewise.
11773         * math/w_sinhf.c: Likewise.
11774         * math/w_sinhl.c: Likewise.
11775         * math/w_sqrt.c: Likewise.
11776         * math/w_sqrtf.c: Likewise.
11777         * math/w_sqrtl.c: Likewise.
11778         * math/w_tgamma.c: Likewise.
11779         * math/w_tgammaf.c: Likewise.
11780         * math/w_tgammal.c: Likewise.
11782         * po/ja.po: Update from translation team.
11784 2011-09-29  Andreas Jaeger  <aj@suse.de>
11786         [BZ #13179]
11787         * sunrpc/netname.c (netname2host): Fix logic.
11789         [BZ #6779]
11790         [BZ #6783]
11791         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
11792         correctly.
11793         * math/w_remainder.c (__remainder): Likewise.
11794         * math/w_remainderf.c (__remainderf): Likewise.
11795         * math/libm-test.inc (remainder_test): Add test cases.
11797 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11799         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
11800         sdiv_qrnnd.
11802 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
11804         * string/test-memcmp.c: Avoid unncessary #defines.
11805         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
11807 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11809         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
11810         Use new sse2 version for core i3 - i7 as it's faster
11811         than sse42 version.
11812         (bit_Prefer_PMINUB_for_stringop): New.
11813         * sysdeps/x86_64/rawmemchr.S: Update.
11814         Replace with faster SSE2 version.
11815         * sysdeps/x86_64/memrchr.S: New file.
11816         * sysdeps/x86_64/memchr.S: Update.
11817         Replace with faster SSE2 version.
11819 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
11821         * elf/dl-load.c (lose): Add cast to avoid warning.
11823 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
11825         * po/ca.po: Update from translation team.
11827         * inet/getnetgrent_r.c: Hook up nscd.
11828         * nscd/Makefile (routines): Add nscd_netgroup.
11829         (nscd-modules): Add netgroupcache.
11830         (CFLAGS-netgroupcache.c): Define.
11831         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
11832         (cache_search): Add const to second parameter.
11833         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
11834         INNETGR.
11835         (dbs): Add netgrdb entry.
11836         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
11837         (verify_persistent_db): Handle netgrdb.
11838         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
11839         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
11840         GETFDNETGR.
11841         (netgroup_response_header): Define.
11842         (innetgroup_response_header): Define.
11843         (datahead): Add netgroup_response_header and innetgroup_response_header
11844         elements.
11845         * nscd/nscd.conf: Add entries for netgroup cache.
11846         * nscd/nscd.h (dbtype): Add netgrdb.
11847         (_PATH_NSCD_NETGROUP_DB): Define.
11848         (netgroup_iov_disabled): Declare.
11849         (xmalloc, xcalloc, xrealloc): Move declarations here.
11850         (cache_search): Adjust prototype.
11851         Add netgroup-related prototypes.
11852         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
11853         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
11854         (__nscd_innetgr): Declare.
11855         * nscd/selinux.c (perms): Use access_vector_t as element type and
11856         add netgroup-related initializers.
11857         * nscd/netgroupcache.c: New file.
11858         * nscd/nscd_netgroup.c: New file.
11859         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
11860         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
11861         For four parameters use innetgr.
11862         * nss/nss_files/files-init.c: Add definition and callback for netgr.
11863         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
11864         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
11865         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
11867         * nscd/connections.c (register_traced_file): Don't register file
11868         for disabled databases.
11870 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
11872         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
11874         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
11875         from tree and freeing node.
11877 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
11879         * nss/nsswitch.c (__nss_database_lookup): Handle
11880         nss_parse_service_list out of memory case.
11882 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
11884         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
11885         out of memory case.
11887 2011-10-04  Andreas Schwab  <schwab@redhat.com>
11889         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
11890         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
11891         pass it down.
11892         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
11893         elf_machine_rela, elf_machine_lazy_rel.
11894         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
11895         (ELF_DYNAMIC_DO_REL): Likewise.
11896         (ELF_DYNAMIC_DO_RELA): Likewise.
11897         (ELF_DYNAMIC_RELOCATE): Likewise.
11898         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
11899         to ELF_DYNAMIC_DO_REL.
11900         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
11901         (dl_main): In trace mode always set __RTLD_NOIFUNC.
11902         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
11903         elf_machine_rela.
11904         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
11905         skip_ifunc, don't call ifunc function if non-zero.
11906         (elf_machine_rela): Likewise.
11907         (elf_machine_lazy_rel): Likewise.
11908         (elf_machine_lazy_rela): Likewise.
11909         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
11910         (elf_machine_lazy_rel): Likewise.
11911         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
11912         Likewise.
11913         (elf_machine_lazy_rel): Likewise.
11914         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
11915         Likewise.
11916         (elf_machine_lazy_rel): Likewise.
11917         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
11918         (elf_machine_lazy_rel): Likewise.
11919         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
11920         (elf_machine_lazy_rel): Likewise.
11921         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
11922         (elf_machine_lazy_rel): Likewise.
11923         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
11924         (elf_machine_lazy_rel): Likewise.
11925         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
11926         (elf_machine_lazy_rel): Likewise.
11927         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
11928         (elf_machine_lazy_rel): Likewise.
11930 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
11932         * nss/nss_files/files-init.c (_nss_files_init): Use static
11933         initialization for all the *_traced_file variables.
11935 2011-09-28  Andreas Schwab  <schwab@redhat.com>
11937         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
11939 2011-09-27  Roland McGrath  <roland@hack.frob.com>
11941         [BZ #13226]
11942         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
11944 2011-09-27  Andreas Schwab  <schwab@redhat.com>
11946         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
11947         Reread the line before reparsing it.
11949 2011-09-26  Andreas Schwab  <schwab@redhat.com>
11951         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
11953 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
11954             Maxim Kuvyrkov  <maxim@codesourcery.com>
11955             Joseph Myers  <joseph@codesourcery.com>
11957         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
11958         if needed for __stack_chk_guard.
11960 2011-09-19  Roland McGrath  <roland@hack.frob.com>
11962         * sysdeps/posix/spawni.c (script_execute): Always define it.
11963         It will be optimized away if unused.
11964         (maybe_script_execute): New function.
11965         (__spawni): Call it.
11967         * Makerules: Don't include tls.make.
11968         (config-tls): Always set to thread.
11969         * tls.make.c: File removed.
11971 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
11973         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
11974         * config.make.in (CPPFLAGS-config): New substituted variable.
11976 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
11978         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
11980         [BZ #13192]
11981         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
11982         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
11984 2011-09-15  Roland McGrath  <roland@hack.frob.com>
11986         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
11987         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
11988         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
11989         (CALL_FAIL): Likewise.
11990         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
11991         (CALL_FAIL): Macro removed.
11992         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
11994 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
11996         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
11997         for __FINITE_MATH_ONLY__ == 1.
11999 2011-09-15  Andreas Schwab  <schwab@redhat.com>
12001         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
12002         __ieee754_sqrt instead of sqrt.
12003         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
12004         __ieee754_sqrtf instead of sqrtf.
12005         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
12006         __floorf instead of floorf.
12007         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
12008         __floorf, __truncf instead of floorf, truncf.
12010 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
12012         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
12014         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
12015         __extern_always_inline.
12016         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
12017         32-bit.
12019 2011-09-14  Andreas Schwab  <schwab@redhat.com>
12021         * elf/rtld.c (dl_main): Also relocate in dependency order when
12022         doing symbol dependency testing.
12024 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
12026         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
12027         Always define `refsym'.
12029 2011-09-13  Andreas Schwab  <schwab@redhat.com>
12031         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
12032         (__FD_ELT): Renamed from __FDELT.
12033         * misc/bits/select2.h (__FD_ELT): Likewise.
12034         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
12035         __FD_MASK instead of __FDELT, __FDMASK.
12036         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
12037         Likewise.
12038         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
12039         Likewise.
12041         * elf/Makefile (gen-ldd): Fix pattern.
12043         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
12044         (init_tls): Likewise.
12046 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
12048         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
12050 2011-09-12  Andreas Schwab  <schwab@redhat.com>
12052         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
12053         `struct cmsghdr *' instead of `void *'.
12054         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
12055         Likewise.
12057 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
12059         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
12060         if non-absolute.
12061         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
12062         ldd_rewrite_script.
12064 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
12066         * configure.in: Remove --with-tls option.
12067         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
12068         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
12069         out in case it is missing.
12070         * sysdeps/ia64/elf/configure.in: Likewise.
12071         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
12072         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
12073         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
12074         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
12075         * sysdeps/sh/elf/configure.in: Likewise.
12076         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
12077         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
12078         * sysdeps/x86_64/elf/configure.in: Likewise.
12079         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
12080         * sysdeps/mach/hurd/tls.h: Likewise.
12082         [BZ #13067]
12083         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
12085         [BZ #13090]
12086         * configure.in: Fix use of AC_INIT.
12088         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
12090 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
12092         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
12093         __set_errno.
12094         * malloc/hooks.c: Likewise.
12096         [BZ #11929]
12097         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
12098         variables statically.
12099         (narenas): Initialize.
12100         (list_lock): Initialize.
12101         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
12102         initializtion of main_arena and list_lock.  Small cleanups.
12103         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
12104         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
12105         Add initializers to main_arena and mp_.
12106         (malloc_state): Remove pagesize member.  Change all users to use
12107         GLRO(dl_pagesize).
12109         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
12110         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
12111         is always initialized.
12113         * malloc/malloc.c: Removed unused configurations and dead code.
12114         * malloc/arena.c: Likewise.
12115         * malloc/hooks.c: Likewise.
12116         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
12118         * include/tls.h: Removed.  USE___THREAD must always be defined.
12119         * bits/libc-tsd.h: Don't handle !USE___THREAD.
12120         * elf/dl-libc.c: Likewise.
12121         * elf/dl-tsd.c: Likewise.
12122         * include/errno.h: Likewise.
12123         * include/netdb.h: Likewise.
12124         * include/resolv.h: Likewise.
12125         * inet/herrno-loc.c: Likewise.
12126         * inet/herrno.c: Likewise.
12127         * malloc/arena.c: Likewise.
12128         * malloc/hooks.c: Likewise.
12129         * malloc/malloc.c: Likewise.
12130         * resolv/res-state.c: Likewise.
12131         * resolv/res_libc.c: Likewise.
12132         * sysdeps/i386/dl-machine.h: Likewise.
12133         * sysdeps/ia64/dl-machine.h: Likewise.
12134         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
12135         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
12136         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12137         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12138         * sysdeps/sh/dl-machine.h: Likewise.
12139         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12140         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12141         * sysdeps/unix/i386/sysdep.S: Likewise.
12142         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
12143         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
12144         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
12145         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12146         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
12147         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12148         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
12149         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
12150         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
12151         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12152         * sysdeps/unix/x86_64/sysdep.S: Likewise.
12153         * sysdeps/x86_64/dl-machine.h: Likewise.
12154         * tls.make.c: Likewise.
12156         * configure.in: Remove --with-__thread option.  Make tests for
12157         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
12158         tls_model attribute fail if no support is available.  Remove
12159         USE_IN_LIBIO.
12160         * Makeconfig: Adjust for dropped configure option.  All features are
12161         now mandatory.
12162         * Makerules: Likewise.
12163         * Versions.def: Likewise.
12164         * argp/argp-fmtstream.c: Likewise.
12165         * argp/argp-fmtstream.h: Likewise.
12166         * argp/argp-help.c: Likewise.
12167         * assert/assert.c: Likewise.
12168         * config.h.in: Likewise.
12169         * config.make.in: Likewise.
12170         * configure: Likewise.
12171         * configure.in: Likewise.
12172         * csu/Versions: Likewise.
12173         * csu/init.c: Likewise.
12174         * elf/tst-audit2.c: Likewise.
12175         * elf/tst-tls10.c: Likewise.
12176         * elf/tst-tls10.h: Likewise.
12177         * elf/tst-tls11.c: Likewise.
12178         * elf/tst-tls12.c: Likewise.
12179         * elf/tst-tls14.c: Likewise.
12180         * elf/tst-tlsmod11.c: Likewise.
12181         * elf/tst-tlsmod12.c: Likewise.
12182         * elf/tst-tlsmod13.c: Likewise.
12183         * elf/tst-tlsmod13a.c: Likewise.
12184         * elf/tst-tlsmod14a.c: Likewise.
12185         * elf/tst-tlsmod15b.c: Likewise.
12186         * elf/tst-tlsmod16a.c: Likewise.
12187         * elf/tst-tlsmod16b.c: Likewise.
12188         * elf/tst-tlsmod7.c: Likewise.
12189         * elf/tst-tlsmod8.c: Likewise.
12190         * elf/tst-tlsmod9.c: Likewise.
12191         * gmon/gmon.c: Likewise.
12192         * grp/fgetgrent_r.c: Likewise.
12193         * grp/putgrent.c: Likewise.
12194         * hurd/fopenport.c: Likewise.
12195         * include/libc-symbols.h: Likewise.
12196         * include/tls.h: Likewise.
12197         * intl/gettextP.h: Likewise.
12198         * intl/loadinfo.h: Likewise.
12199         * locale/global-locale.c: Likewise.
12200         * locale/localeinfo.h: Likewise.
12201         * mach/devstream.c: Likewise.
12202         * malloc/arena.c: Likewise.
12203         * malloc/set-freeres.c: Likewise.
12204         * misc/err.c: Likewise.
12205         * misc/getttyent.c: Likewise.
12206         * misc/mntent_r.c: Likewise.
12207         * posix/getopt.c: Likewise.
12208         * posix/wordexp.c: Likewise.
12209         * pwd/fgetpwent_r.c: Likewise.
12210         * resolv/Versions: Likewise.
12211         * resolv/res_hconf.c: Likewise.
12212         * shadow/fgetspent_r.c: Likewise.
12213         * shadow/putspent.c: Likewise.
12214         * stdio-common/printf_fphex.c: Likewise.
12215         * stdio-common/tmpfile.c: Likewise.
12216         * stdlib/abort.c: Likewise.
12217         * stdlib/fmtmsg.c: Likewise.
12218         * sunrpc/auth_unix.c: Likewise.
12219         * sunrpc/clnt_perr.c: Likewise.
12220         * sunrpc/clnt_tcp.c: Likewise.
12221         * sunrpc/clnt_udp.c: Likewise.
12222         * sunrpc/clnt_unix.c: Likewise.
12223         * sunrpc/openchild.c: Likewise.
12224         * sunrpc/svc_simple.c: Likewise.
12225         * sunrpc/svc_tcp.c: Likewise.
12226         * sunrpc/svc_udp.c: Likewise.
12227         * sunrpc/svc_unix.c: Likewise.
12228         * sunrpc/xdr.c: Likewise.
12229         * sunrpc/xdr_array.c: Likewise.
12230         * sunrpc/xdr_rec.c: Likewise.
12231         * sunrpc/xdr_ref.c: Likewise.
12232         * sunrpc/xdr_stdio.c: Likewise.
12234 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
12236         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
12238 2011-07-03  Andreas Jaeger  <aj@suse.de>
12240         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
12241         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
12242         regenerate with gen-libm-tests.pl.
12244 2010-05-12  Petr Baudis  <pasky@suse.cz>
12246         [BZ #11589]
12247         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
12248         around j0() zero points by switching to j1().
12249         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
12250         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
12251         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
12252         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
12254 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
12256         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
12257         instead of 0.
12258         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
12259         instead of 0.                              .
12260         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
12261         Patch in part by Pavel Roskin <proski@gnu.org>.
12263         [BZ #13138]
12264         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
12265         realloc.
12266         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
12267         Free memory block if necessary.
12269         [BZ #12847]
12270         * libio/genops.c (INTDEF): For string streams the _lock pointer can
12271         be NULL.  Don't lock in this case.
12273 2011-09-09  Roland McGrath  <roland@hack.frob.com>
12275         * elf/elf.h (ELFOSABI_GNU): New macro.
12276         (ELFOSABI_LINUX): Define to that.
12278 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
12280         * string/strncat.c (strncat): Undef the symbol in case it has been
12281         defined in bits/string.h.
12283 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
12285         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
12287         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
12288         link map.
12290 2011-08-17  Andreas Jaeger  <aj@suse.de>
12292         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
12294 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
12295             Ian Lance Taylor  <iant@google.com>
12297         * math/libm-test.inc (lround_test): New testcase.
12298         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
12300 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
12302         * Makefile: Remove support for automatic cvs check-ins.
12303         * Makerules: Likewise.
12304         * config.make.in: Likewise.
12305         * configure.in: Likewise.
12306         * intl/Makefile: Likewise.
12307         * locale/Makefile: Likewise.
12308         * po/Makefile: Likewise.
12309         * posix/Makefile: Likewise.
12310         * sysdeps/gnu/Makefile: Likewise.
12311         * sysdeps/mach/hurd/Makefile: Likewise.
12312         * sysdeps/sparc/sparc32/Makefile: Likewise.
12314         [BZ #13118]
12315         * posix/Makefile (bug-regex32-ENV): Define.
12316         Patch by John Stanley <jpsinthemix@verizon.net>.
12318         * misc/Makefile (headers): Add bits/select2.h.
12319         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
12320         * misc/bits/select2.h: New file.
12321         * include/bits/select2.h: New file.
12322         * debug/Makefile (routines): Add fdelt_chk.
12323         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
12324         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
12325         FD_ISSET.
12326         * debug/fdelt_chk.c: New file.
12328         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
12329         * wcsmbs/test-wmemcmp.c: Likewise.
12330         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
12331         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
12333 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12335         * string/Makefile (strop-tests): Add memcmp.
12336         * string/test-wmemcmp.c: New file.
12337         * string/test-memcmp.c: Add wmemcmp support.
12339 2011-09-08  Roland McGrath  <roland@hack.frob.com>
12341         [BZ #13153]
12342         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
12343         2011-07-19 change.
12345         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
12346         garbage value in a __mach_port_mod_refs call in the cases of the
12347         task-self and thread-self ports.
12349 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12351         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
12353 2011-09-08  Andreas Schwab  <schwab@redhat.com>
12355         * elf/dl-load.c (lose): Check for non-null L.
12357 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
12359         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
12361         * elf/dl-libc.c (dlerror_run): Pass back error code from
12362         dl_catch_error.
12364         [BZ #13123]
12365         * elf/dl-load.c (lose): Free l_origin if it is valid.
12367         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
12368         names.
12369         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
12370         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
12371         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
12372         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
12373         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
12374         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
12376 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12378         * sysdeps/powerpc/fpu/e_hypot.c: New file.
12379         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
12380         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
12381         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
12382         * sysdeps/powerpc/fpu/k_cosf.c: New file.
12383         * sysdeps/powerpc/fpu/k_sinf.c: New file.
12384         * sysdeps/powerpc/fpu/s_cosf.c: New file.
12385         * sysdeps/powerpc/fpu/s_sinf.c: New file.
12386         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
12387         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
12389 2011-08-15  Alan Modra  <amodra@gmail.com>
12391         [BZ #13092]
12392         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
12393         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
12394         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
12395         ppc_mcount to static-only-routines.
12396         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
12397         __mcount_internal.
12398         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
12399         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
12401 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
12403         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
12404         for finite and infinity parameters.
12406 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
12408         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
12409         and add nop instructions for throughput optimization.
12410         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
12412 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
12414         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
12415         aligned copy for power7 with vector-scalar instructions.
12416         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
12418 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
12420         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
12421         AVX check.
12423 2011-09-07  Andreas Schwab  <schwab@redhat.com>
12425         [BZ #13144]
12426         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
12427         last change.
12429 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
12431         * sysdeps/unix/sysv/linux/x86_64/init-first.c
12432         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
12433         syscall wrapper around clock_gettime in __vdso_clock_gettime.
12434         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
12435         clock_gettime.
12437 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
12439         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
12440         Forgot to demangle the pointer.
12442         * sysdeps/i386/sysdep.h: Define atom_text_section.
12443         * sysdeps/x86_64/sysdep.h: Likewise.
12444         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
12445         section with atom_text_section.
12446         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
12447         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
12448         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
12449         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
12450         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
12452         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
12453         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
12454         already be defined.  Change to take two parameters and don't assign
12455         result to variable.  Adjust all users.
12456         Define INTERNAL_GETTIME if not already defined.
12457         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
12458         call.
12459         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
12460         HAVE_CLOCK_GETTIME_VSYSCALL.
12461         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
12463         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
12464         gettimeofday vsyscall, just use time.
12466 2011-09-06  Andreas Schwab  <schwab@redhat.com>
12468         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
12469         <errno.h>.
12471 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
12473         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
12474         syscall on x86-64.
12475         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
12476         syscall.
12477         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
12478         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
12479         syscall if possible.
12481 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
12483         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
12484         e_ident.  Don't pass to find_mapsXX.
12485         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
12487 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
12489         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
12490         strchr-sse2-no-bsf strrchr-sse2-no-bsf
12491         * sysdeps/x86_64/multiarch/strchr.S: Update.
12492         Check bit_slow_BSF bit.
12493         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
12494         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
12495         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
12497 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
12499         [BZ #13134]
12500         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
12501         before glibc 2.15.
12502         (tryshell): Define.
12503         (__spawni): Change last parameter to be flag.  Test
12504         SPAWN_XFLAGS_USE_PATH flag to use path or not.
12505         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
12506         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
12507         * posix/spawni.c: Likewise.
12508         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
12509         * posix/spawnp.c: Likewise.  Change normal version to use
12510         SPAWN_XFLAGS_USE_PATH.
12511         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
12512         SPAWN_XFLAGS_TRY_SHELL.
12514         [BZ #13150]
12515         * posix/glob.h: Remove gcc 1.x support.
12517         [BZ #13068]
12518         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
12520 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
12522         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
12523         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
12524         strrchr-sse2-bsf
12525         * sysdeps/i386/i686/multiarch/strchr.S: New file.
12526         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
12527         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
12528         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
12529         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
12530         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
12532 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12534         * sysdeps/x86_64/wcscmp.S: New file.
12536         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
12537         wcscmp-c wcscmp-sse2
12538         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
12539         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
12540         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
12541         * wcsmbs/wcscmp.c: Allow renaming.
12543 2011-09-05  David S. Miller  <davem@davemloft.net>
12545         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
12546         stack slot, rather than the struct return pointer slot.
12547         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
12548         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
12549         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
12550         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
12552 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
12554         * po/ja.po: Update from translation team.
12556         [BZ #13144]
12557         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
12558         kernel in 64-bit binaries.
12560 2011-09-01  David S. Miller  <davem@davemloft.net>
12562         * elf/elf.h (HWCAP_SPARC_*): Move to..
12563         * sysdeps/sparc/sysdep.h: this new file and add new values.
12564         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
12565         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
12566         _DL_HWCAP_COUNT to 24.
12567         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
12568         entries.
12569         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
12570         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
12571         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
12572         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
12573         instead of magic constants.
12574         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
12576 2011-08-31  David S. Miller  <davem@davemloft.net>
12578         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
12579         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
12580         Reimplement to do errno handling inline.
12581         (SYSCALL_ERROR_HANDLER): New macro.
12582         (__SYSCALL_STRING): Do not do errno handling in asm.
12583         (__CLONE_SYSCALL_STRING): Delete.
12584         (__INTERNAL_SYSCALL_STRING): Delete.
12585         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
12586         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
12587         (PSEUDO): Reimplement to do errno handling inline.
12588         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
12589         (SYSCALL_ERROR_HANDLER): New macro.
12590         (__SYSCALL_STRING): Do not do errno handling in asm.
12591         (__CLONE_SYSCALL_STRING): Delete.
12592         (__INTERNAL_SYSCALL_STRING): Delete.
12593         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
12594         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
12595         i386.
12596         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
12597         (inline_syscall*): Add 'err' argument.
12598         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
12599         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
12600         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
12601         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
12603         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
12604         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
12606 2011-08-30  Andreas Schwab  <schwab@redhat.com>
12608         * elf/rtld.c (dl_main): Relocate objects in dependency order.
12610 2011-08-29  Jiri Olsa <jolsa@redhat.com>
12612         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
12613         directive.
12615 2011-08-24  David S. Miller  <davem@davemloft.net>
12617         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
12619 2011-08-24  Andreas Schwab  <schwab@redhat.com>
12621         * elf/Makefile: Add rules to build and run unload8 test.
12622         * elf/unload8.c: New file.
12623         * elf/unload8mod1.c: New file.
12624         * elf/unload8mod1x.c: New file.
12625         * elf/unload8mod2.c: New file.
12626         * elf/unload8mod3.c: New file.
12628         * elf/dl-close.c (_dl_close_worker): Reset private search list if
12629         it wasn't used.
12631 2011-08-23  David S. Miller  <davem@davemloft.net>
12633         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
12634         subtract stack bias.
12635         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
12636         %sp not %fp in calculations.
12637         (_JMPBUF_UNWINDS_ADJ): Likewise.
12639         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
12640         (aio_suspend): Call it to force an exception region around the
12641         AIO_MISC_WAIT() invocation.
12643 2011-08-23  Andreas Schwab  <schwab@redhat.com>
12645         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
12646         backslash.
12648 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
12650         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
12651         protection macro.
12652         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
12653         and <dl-machine.h>.
12654         (Elf64_FuncDesc): Remove.
12656 2011-08-22  David S. Miller  <davem@davemloft.net>
12658         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
12659         sigaltstack check, add missing cfi directives.
12660         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
12661         missing cfi directives, and sigaltstack handling.
12663 2011-08-16  Andreas Schwab  <schwab@redhat.com>
12665         [BZ #11724]
12666         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
12667         object is seen twice.
12668         * elf/dl-fini.c (_dl_sort_fini): Likewise.
12670         * elf/Makefile (distribute): Add tst-initorder2.c.
12671         (tests): Add tst-initorder2.
12672         (modules-names): Add tst-initorder2a tst-initorder2b
12673         tst-initorder2c tst-initorder2d.  Add rules to build them.
12674         ($(objpfx)tst-initorder2.out): New rule.
12675         * elf/tst-initorder2.c: New file.
12676         * elf/tst-initorder2.exp: New file.
12678 2011-08-22  Andreas Schwab  <schwab@redhat.com>
12680         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
12682         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
12683         dependencies back to end of function.
12685         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
12686         $(elfobjdir)/ld.so.
12688 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
12690         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
12691         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
12692         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
12693         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
12694         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
12695         of __vdso_gettimeofday.
12696         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
12697         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
12698         attribute_hidden.
12699         (_libc_vdso_platform_setup): Remove initialization of
12700         __vdso_gettimeofday and __vdso_time.
12702 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
12704         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
12705         and fgetc_unlocked.
12706         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
12707         getc_unlocked.
12709         * elf/dl-open.c (add_to_global): Report additions to the global scope
12710         for LD_DEBUG=scopes.
12711         (dl_open_worker): Also print scope of newly loaded dependencies.
12712         (_dl_show_scope): Indicate if there is no scope.
12714         [BZ #13114]
12715         * stdio-common/Makefile (tests): Add bug24.
12716         * stdio-common/bug24.c: New file.
12718 2011-08-19  Andreas Jaeger  <aj@suse.de>
12720         [BZ #13114]
12721         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
12722         non-existant file when using close-on-exec mode.
12724 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
12726         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
12727         the very first instruction.
12729         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
12730         the CFI state in the end.
12731         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
12732         inclusion of dl-trampoline.h.
12733         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
12735 2011-08-19  Andreas Schwab  <schwab@redhat.com>
12737         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
12738         expectations for long double.
12740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
12741         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
12743 2011-08-14  David S. Miller  <davem@davemloft.net>
12745         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
12746         artificual limit depends upon the system page size.
12748 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
12750         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
12751         * resolv/Makefile: Define CFLAGS-libresolv.
12753 2011-08-17  Andreas Schwab  <schwab@redhat.com>
12755         * nss/makedb.c (compute_tables): Make variables used in nested
12756         function static.
12758 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
12760         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
12761         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
12762         if buffer was too small.
12764         * elf/pldd.c (main): Attach to all threads in the process.
12765         Rewrite /proc handling to use *at functions.
12767 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
12769         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
12770         specifies first scope to show.
12771         (dl_open_worker): Update callers.  Move printing scope of new
12772         object to before the relocation.
12773         * elf/rtld.c (dl_main): Update _dl_show_scope call.
12774         * sysdeps/generic/ldsodefs.h: Update declaration.
12776         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
12777         string for the scope number.
12779 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
12781         * nscd/servicescache.c (cache_addserv): Make sure written is always
12782         initialized.
12784 2011-08-14  Roland McGrath  <roland@hack.frob.com>
12786         * sysdeps/i386/i486/bits/atomic.h
12787         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
12788         statement expression, so as to suppress "set but not used" warning.
12789         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
12791         * string/strncat.c (STRNCAT): Use prototype definition.
12793         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
12794         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
12795         -Iprograms here.
12796         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
12797         (localedef-modules): Add localedef.
12798         (locale-modules): Add locale.
12800         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
12801         * elf/rtld.c (dl_main): Invert order of assignment in last change,
12802         to avoid a warning.
12804 2011-08-14  David S. Miller  <davem@davemloft.net>
12806         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
12807         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
12809 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
12811         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
12812         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
12813         * elf/rtld.c (dl_main): Set l_name of vDSO.
12814         Call _dl_show_scope when DL_DEBUG_SCOPES.
12815         (process_dl_debug): Recognize scopes flag and also set it for all.
12816         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
12817         Declare _dl_show_scope.
12819         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
12820         (do_dlopen): Pass caller_dlopen to dl_open.
12821         (__libc_dlopen_mode): Initialize caller_dlopen.
12823         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
12824         of libc.  Make tolower call locale-independent.  Optimize a bit by
12825         using isdigit instead of isalnum.
12826         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
12828 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
12830         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
12831         was a dependency or dynamically loaded.
12833 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
12835         * intl/l10nflist.c: Allow architecture-specific pop function.
12836         * sysdeps/x86_64/l10nflist.c: New file.
12838         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
12839         classification.
12841 2011-08-10  Andreas Schwab  <schwab@redhat.com>
12843         * include/dirent.h: Add libc_hidden_proto for scandirat and
12844         scandirat64.  Don't declare __scandirat64.
12845         * dirent/scandirat.c: Add libc_hidden_def.
12846         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
12847         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
12849 2011-08-10  David S. Miller  <davem@davemloft.net>
12851         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
12852         enum.
12853         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12854         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12855         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12857 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
12859         * Versions.def [libc]: Add GLIBC_2.15.
12860         * dirent/Makefile (routines): Add scandirat and scandirat64.
12861         * dirent/Versions [libc]: Export scandirat and scandirat64 for
12862         GLIBC_2.15.
12863         * dirent/dirent.h: Declare scandirat and scandirat64.
12864         * dirent/scandirat.c: New file.
12865         * dirent/scandirat64.c: New file.
12866         * sysdeps/wordsize-64/scandirat.c: New file.
12867         * sysdeps/wordsize-64/scandirat64.c: New file.
12868         * dirent/opendir.c: Define opendirat.
12869         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
12870         using scandirat.
12871         * dirent/scandir64.c: Adjust for scandir.c change.
12872         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
12873         __scandirat64, and __scandir_cancel_handler.
12874         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
12875         additional parameter and use openat instead of open (outside of ld.so).
12876         Add new __opendir as wrapper around __opendirat.
12877         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
12878         here without requiring old scandirat implementation.
12880 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
12882         * dirent/scandir.c (cancel_handler): Renamed to
12883         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
12884         defined.  Adjust users.
12885         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
12886         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
12888 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
12890         * string/test-string.h (IMPL): Use __STRING to expand name and then
12891         stringify it.
12893         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
12894         of cleanups.
12896 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12898         * string/Makefile: Update.
12899         (strop-tests): Append strncat.
12900         * string/test-wcscmp.c: New file.
12901         New comprehensive test for wcscmp.
12902         * string/test-strcmp.c: Update.
12903         (WIDE): New define.
12905 2011-07-22  Andreas Schwab  <schwab@redhat.com>
12907         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
12908         line.
12910 2011-07-26  Andreas Schwab  <schwab@redhat.com>
12912         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
12913         encoding to ACE if AI_IDN.
12915 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
12917         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
12918         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
12920 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
12922         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
12923         Fix overflow bug in strncat.
12924         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
12926         * string/test-strncat.c: Update.
12927         Add new tests for checking overflow bugs.
12929 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
12931         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
12932         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
12933         * sysdeps/i386/i686/multiarch/strcat.S: New file.
12934         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
12935         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
12936         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
12937         * sysdeps/i386/i686/multiarch/strncat.S: New file.
12938         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
12939         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
12941         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
12942         (USE_AS_STRCAT): Define.
12943         Add strcat and strncat support.
12944         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
12946 2011-07-25  Andreas Schwab  <schwab@redhat.com>
12948         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
12949         __n bigger than INT_MAX+1.
12950         (__strncmp_g): Likewise.
12952 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
12954         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
12955         * libio/stido.h: Likewise.
12957         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
12958         (AF_NFC): Define.
12959         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
12960         (AF_NFC): Define.
12962         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
12963         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12964         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12965         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
12966         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12968         [BZ #13021]
12969         * scripts/test-installation.pl: Don't expect libnss_test1 to be
12970         installed.
12972         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
12973         typo.
12974         (_dl_x86_64_save_sse): Likewise.
12976 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
12978         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
12979         OSXSAVE.
12980         (_dl_x86_64_save_sse): Likewise.
12982         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
12984         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
12986 2011-07-21  Andreas Schwab  <schwab@redhat.com>
12988         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
12989         change.
12990         (_dl_x86_64_save_sse): Use correct AVX check.
12992 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12994         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
12995         bug in strncpy/strncat.
12996         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
12998 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
13000         * string/tester.c (test_strcat): Add tests for different alignments
13001         of source and destination.
13002         (test_strncat): Likewise.
13004 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
13006         [BZ #12852]
13007         * posix/glob.c (glob): Check passed in values before using them in
13008         expressions to avoid some overflows.
13009         (glob_in_dir): Likewise.
13011         [BZ #13007]
13012         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
13013         check for AVX enablement so that we don't crash with old kernels and
13014         new hardware.
13015         * elf/tst-audit4.c: Add same checks here.
13016         * elf/tst-audit6.c: Likewise.
13018         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
13020 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
13022         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
13024 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
13026         * po/cs.po: Update from translation team.
13027         * po/bg.po: Likewise.
13029 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
13031         * misc/sys/cdefs.h: Add support for const attribute.
13032         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
13033         to gnu_dev_{major,minor,makedev} functions.
13035 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
13037         * intl/dcigettext.c (get_output_charset): Add missing bracket.
13039 2011-07-20  Andreas Schwab  <schwab@redhat.com>
13041         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
13042         strlen results.
13044 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13046         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
13047         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
13048         register in order to avoid conflicts with the soft frame pointer
13049         being held in r11 when necessary.
13050         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
13051         (INTERNAL_VSYSCALL_NCS): Likewise.
13053 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
13055         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
13056         * elf/dl-fini.c (_dl_fini): Adjust caller.
13057         * elf/dl-close.c (_dl_close_worker): Likewise.
13058         * sysdeps/generic/ldsodefs.h: Adjust declaration.
13060 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
13062         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
13063         "aux_cache->nlibs < 0".
13065         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
13066         in the reload-count case.
13068 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
13070         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
13071         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
13072         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
13073         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
13074         * sysdeps/x86_64/multiarch/strcat.S: New file.
13075         * sysdeps/x86_64/multiarch/strncat.S: New file.
13076         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
13077         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
13078         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
13079         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
13080         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
13081         (USE_AS_STRCAT): Define.
13082         Add strcat and strncat support.
13083         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
13084         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
13085         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
13086         * string/strncat.c: Update.
13087         (USE_AS_STRNCAT): Define.
13088         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13089         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
13090         and i7.
13091         * sysdeps/x86_64/multiarch/init-arch.h
13092         (bit_Prefer_PMINUB_for_stringop): New.
13093         (index_Prefer_PMINUB_for_stringop): Likewise.
13094         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
13095         bit_Prefer_PMINUB_for_stringop.
13097 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
13099         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
13100         buffer64.
13101         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
13102         of casting of buffer.
13103         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
13104         buffer32 and buffer64.
13105         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
13106         writes instead of casting of buffer.
13107         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
13108         buffer32.
13109         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
13110         casting of buffer.
13112 2011-07-19  Andreas Schwab  <schwab@redhat.com>
13114         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
13116 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
13118         * nscd/nscd.c (termination_handler): Don't do anything for a database
13119         if it has not yet been initialized.
13121 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
13123         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
13125 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
13127         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
13129 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
13131         * po/nl.po: Update from translation team.
13132         * po/sv.po: Likewise.
13134 2011-07-16  Roland McGrath  <roland@hack.frob.com>
13136         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
13137         now disallowed by GCC.
13139         * configure.in (use-default-link): Default to yes if a test -shared
13140         link meets our qualifications.
13141         * configure: Regenerated.
13143         * config.make.in (output-format): New variable.
13144         * configure.in: Check for ld --print-output-format support.
13145         * configure: Regenerated.
13146         * Makerules ($(common-objpfx)format.lds)
13147         [$(output-format) != unknown]: Just use $(output-format),
13148         instead of the linker-script munging.
13150 2011-07-14  Roland McGrath  <roland@hack.frob.com>
13152         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
13153         of $(common-objpfx)shlib.lds.
13154         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
13156         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
13157         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
13159         * configure.in (-z relro check): Adjust test code to add a large
13160         writable data section after it.
13161         * configure: Regenerated.
13163 2011-07-11  Roland McGrath  <roland@hack.frob.com>
13165         * configure.in (-z relro check): Fix test code to make the variable
13166         truly const.
13167         * configure: Regenerated.
13169 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
13171         * nscd/nscd.h (struct traced_file): Define.
13172         (struct database_dyn): Remove inotify_descr, reset_res, and filename
13173         elements.  Add traced_files.
13174         (inotify_fd): Declare.
13175         (register_traced_file): Declare.
13176         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
13177         (inotify_fd): Export.
13178         (resolv_conf_descr): Remove.
13179         (nscd_init): Move inotify descriptor creation to main.
13180         Don't register files for notification here.
13181         (register_traced_file): New function.
13182         (invalidate_cache): Don't use reset_res to determine whether to call
13183         res_init, go through the list of registered files.
13184         (main_loop_poll): The inotify descriptors are now stored in the
13185         structures for the traced files.
13186         (main_loop_epoll): Likewise
13187         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
13188         to __nss_disable_nscd.
13189         * nscd/cache.c (prune_cache): There is no single inotify descriptor
13190         for a database anymore.  Check the records for all the registered
13191         files instead.
13192         * nss/Makefile (libnss_files-routines): Add files-init.
13193         (libnss_db-routines): Add db-init.
13194         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
13195         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
13196         * nss/nss_db/db-init.c: New file.
13197         * nss/nss_files/files-init.c: New file.
13198         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
13199         __nss_lookup_function.
13200         (__nss_lookup_function): Call nss_load_library.
13201         (nss_load_all_libraries): New function.
13202         (__nss_disable_nscd): Take parameter with callback function for files
13203         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
13204         used for the cached services.
13205         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
13206         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
13207         options for features to all the files in nscd.
13209         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
13211 2011-07-10  Roland McGrath  <roland@hack.frob.com>
13213         * csu/elf-init.c (__libc_csu_init): Comment typo.
13215 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
13217         * po/pl.po: Update from translation team.
13218         * po/ja.po: Likewise.
13219         * po/ru.po: Likewise.
13220         * po/ko.po: Likewise.
13221         * po/fr.po: Likewise.
13223 2011-07-09  Roland McGrath  <roland@hack.frob.com>
13225         * configure.in (.ctors/.dtors header and trailer check):
13226         Use an empirical test on a built program.
13227         * configure: Regenerated.
13229         * configure.in (-z relro check): Use an empirical test on a built DSO.
13230         Detect, but do not require, on ia64.
13231         * configure: Regenerated.
13233         * configure.in (READELF): Find it with AC_CHECK_TOOL.
13234         Update tests that use readelf to use $READELF instead.
13235         * configure: Regenerated.
13237 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
13239         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
13240         if the result is not used.
13242 2011-07-05  Andreas Jaeger  <aj@suse.de>
13244         [BZ#9696]
13245         * stdlib/tst-strtod.c: Add testcase.
13247 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
13249         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
13250         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
13251         The latter has a higher limit.  Take additional parameter to pass to
13252         the new function.
13253         (__pathconf): Pass file to __statfs_link_max.
13254         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
13255         __statfs_link_max.
13256         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
13257         __statfs_link_max.
13259         [BZ #12868]
13260         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
13261         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13262         Handle Lustre.
13263         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
13264         (__statfs_filesize_max): Likewise.
13265         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
13267 2011-07-05  Andreas Jaeger  <aj@suse.de>
13269         * resolv/res_comp.c (dn_skipname): Remove unused variable.
13271 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
13273         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
13274         `status' variable.
13275         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
13276         Likewise.
13278 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
13280         * Makefile (strop-tests): Add strncat.
13281         * string/test-strncat.c: New file.
13283 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
13285         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
13287 2011-06-21  Andreas Jaeger  <aj@suse.de>
13289         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
13290         Copy rule from iconvdata/Makefile.
13292 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
13294         [BZ #12922]
13295         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
13296         but no long options are defined, just return 'W'.
13298 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
13300         [BZ #9696]
13301         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
13303 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
13305         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
13306         netgroups to read.
13307         (innetgr): Likewise.
13309 2011-07-05  Roland McGrath  <roland@hack.frob.com>
13311         * config.make.in (install_root): Default to $(DESTDIR).
13313 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
13315         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
13317 2011-07-02  Roland McGrath  <roland@hack.frob.com>
13319         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
13321         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
13322         containing directory rather than embedding absolute directory names.
13324         * scripts/check-local-headers.sh: Rewritten using awk.
13325         Match by word, not by line.  Print error messages for matches.
13326         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
13328         * Makerules [shlib-lds-flags empty]:
13329         ($(common-objpfx)libc_pic.opts): New target.
13330         ($(common-objpfx)libc_pic.os.clean): New target.
13331         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
13333         * config.make.in (OBJCOPY): New variable.
13334         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
13335         * configure: Regenerated.
13337         * config.make.in (use-default-link): New variable.
13338         * configure.in (use_default_link): Grok --with-default-link to set it.
13339         * configure: Regenerated.
13340         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
13341         (shlib-lds, shlib-lds-flags): Define to empty.
13343         * Makerules (shlib-lds): New variable.
13344         (shlib-lds-flags): New variable.
13345         (build-shlib, build-moduile, build-module-asneeded): Use it.
13346         ($(common-objpfx)libc.so): Use $(shlib-lds).
13347         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
13348         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
13350         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
13351         DT_FLAGS/DT_FLAGS_1 with zero flags.
13353         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
13354         linker script munging.
13356 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
13358         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
13359         as 128-bit value.
13360         * crypt/sha512.c (sha512_process_block): Perform total addition using
13361         128-bit if possible.
13362         (__sha512_finish_ctx): Likewise.
13363         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
13364         as 64-bit value.
13365         * crypt/sha256.c (SWAP64): Define.
13366         (sha256_process_block): Perform total addition using 64-bit if
13367         possible.
13368         (__sha256_finish_ctx): Likewise.
13370 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
13372         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
13373         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13374         * nscd/hstcache.c (cache_addhst): Likewise.
13375         * nscd/grpcache.c (cache_addgr): Likewise.
13376         * nscd/aicache.c (addhstaiX): Likewise
13377         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
13379 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
13381         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
13382         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13383         * nscd/hstcache.c (cache_addhst): Likewise.
13384         * nscd/grpcache.c (cache_addgr): Likewise.
13385         * nscd/aicache.c (addhstaiX): Likewise
13387 2011-07-01  Andreas Schwab  <schwab@redhat.com>
13389         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
13390         domain only when needed.
13392 2011-06-30  Andreas Schwab  <schwab@redhat.com>
13394         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
13395         is always restored.
13397 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
13399         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
13400         are re-adding the entry.
13401         * nscd/servicescache.c (cache_addserv): Likewise.
13403 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
13405         * sysdeps/generic/dl-irel.h: fix protection against multiple
13406         inclusions.
13407         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
13409 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
13411         [BZ #12935]
13412         * malloc/memusage.sh: Fix quoting in message.
13413         * debug/xtrace.sh: Likewise.
13415         * configure.in: Remove support for --experimental-malloc option, make
13416         it the default.
13417         * config.make.in: Likewise.
13418         * malloc/Makefile: Likewise.
13420 2011-06-27  Andreas Schwab  <schwab@redhat.com>
13422         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
13423         two-byte characters.
13425 2011-06-27  Roland McGrath  <roland@hack.frob.com>
13427         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
13428         AC_CACHE_CHECK invocation.
13429         * configure: Regenerated.
13431         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
13433 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
13435         [BZ #12350]
13436         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
13437         bit from old_res_options.
13439         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
13441         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
13442         value type for setfct.
13444 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
13446         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
13447         __gettimeofday instead of gettimeofday.
13449 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
13451         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
13453 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
13455         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
13457         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
13458         info.
13460 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
13462         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
13463         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
13464         strcpy-sse2-unaligned strncpy-sse2-unaligned
13465         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
13466         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
13467         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
13468         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
13469         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
13470         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
13471         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
13472         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
13473         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
13474         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
13475         (STRCPY): Support SSE2 and SSSE3 versions.
13477 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
13479         [BZ #12874]
13480         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
13481         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
13482         kernels which artificially limit size of requests.
13484 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
13486         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
13487         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
13488         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
13489         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
13490         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
13491         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
13492         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
13493         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
13494         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
13495         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
13496         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
13497         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
13498         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
13499         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
13500         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
13501         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13502         Enable unaligned load optimization for Intel Core i3, i5 and i7
13503         processors.
13504         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
13505         Define.
13506         (index_Fast_Unaligned_Load): Define.
13507         (HAS_FAST_UNALIGNED_LOAD): Define.
13509 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
13511         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
13513 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
13515         [BZ #12907]
13516         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
13517         until it is clear that the information is realy needed.
13518         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
13520 2011-06-22  Andreas Schwab  <schwab@redhat.com>
13522         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
13524 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
13526         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
13527         /sys/devices/system/cpu/online if it is usable.
13529         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
13530         reading the information from the /proc filesystem to once a second.
13532 2011-06-21  Andreas Jaeger  <aj@suse.de>
13534         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
13535         NULL after inclusion of kernel headers.
13537 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
13539         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
13540         calls to internal_setent.
13542         [BZ #12885]
13543         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
13544         addresses using gethostbyname4_r ignore IPv4 addresses.
13546         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
13547         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
13549         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
13551 2011-06-20  David S. Miller  <davem@davemloft.net>
13553         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
13554         inclusions.
13555         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
13557         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
13558         (elf_irel): Use it.
13559         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
13560         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
13561         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
13562         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
13563         * sysdeps/x86_64/dl-irel.h: Likewise.
13565         * elf/dl-runtime.c: Use elf_ifunc_invoke.
13566         * elf/dl-sym.c: Likewise.
13568 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
13570         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
13571         need to dereference resplen2.
13573 2011-06-14  Andreas Schwab  <schwab@redhat.com>
13575         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
13577 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
13579         * Makeconfig: Define vardbdir and inst_vardbdir.
13580         * nss/Makefile: Add rules to install db-Makefile.
13582         * nss/nss_db/db-XXX.c: Cleanup.
13584         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
13585         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
13586         GLIBC_PRIVATE.
13587         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
13588         * nss/makedb.c: Implement -g option to specify that value strings
13589         are generated and should not be added to table iterated over for
13590         get*ent calls.
13591         * nss/nss_db/db-initgroups.c: New file.
13593         * nss/getent.c: Add support for initgroups lookups through getgrouplist
13594         interface.
13596         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
13597         (internal_getgrouplist): Adjust to name change.
13598         Update use_initgroups_entry if this is not the first call.
13599         * nss/databases.def: Add initgroups entry.
13601         * nss/makedb.c (compute_tables): Check result of multiple hash table
13602         sizes to minimize maximum chain length.
13604 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
13606         * Versions.def: Add entry for libnss_db.
13607         * shlib-versions: Likewise.
13608         * nss/Makefile: Add rules to build libnss_db.
13609         * nss/Versions: Add libnss_db information.  Organize libnss_files
13610         entries better.
13611         * nss/db-Makefile: Add gshadow support.  Change rules for the new
13612         makedb progra.  Some minor improvements to generate smaller files.
13613         * nss/nss_db/nss_db.h: Move NSS database header data structures to
13614         here from...
13615         * nss/makedb.c: ...here.
13616         Improve database format to be smaller and require less memory at
13617         runtime.
13618         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
13619         db anymore.
13620         * nss/nss_db/db-netgrp.c: Likewise.
13621         * nss/nss_db/db-open.c: Likewise.
13622         * nss/nss_files/flies-XXX.x: Adjust comments.
13623         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
13624         * nss/nss_files/files-grp.c: Likewise.
13625         * nss/nss_files/files-hosts.c: Likewise.
13626         * nss/nss_files/files-network.c: Likewise.
13627         * nss/nss_files/files-proto.c: Likewise.
13628         * nss/nss_files/files-pwd.c: Likewise.
13629         * nss/nss_files/files-rpc.c: Likewise.
13630         * nss/nss_files/files-service.c: Likewise.
13631         * nss/nss_files/files-sgrp.c: Likewise.
13632         * nss/nss_files/files-spwd.c: Likewise.
13633         * nss/nss_db/db-alias.c: Removed.
13634         * nss/nss_db/dummy-db.h: Removed.
13636 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
13638         * nss/makedb.c: Rewritten to not use database library.
13639         * nss/Makefile: Update to build new makedb program.
13641 2011-06-14  Andreas Jaeger  <aj@suse.de>
13643         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
13644         memset declaration.
13646 2011-06-10  Andreas Schwab  <schwab@redhat.com>
13648         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
13649         tmpbuf.
13651 2011-06-10  Roland McGrath  <roland@hack.frob.com>
13653         * Makerules (shlib.lds): Fail if the linker script comes out empty.
13654         * elf/Makefile ($(objpfx)ld.so): Likewise.
13656         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
13657         Don't list ld.so twice in dependencies.
13659         * posix/bug-regex31.c: Include <stdlib.h>.
13661         * nscd/hstcache.c (cache_addhst): Remove unused variable.
13663         * nis/nss_compat/compat-spwd.c
13664         (getspent_next_nss_netgr): Remove unused variable.
13665         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
13667         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
13668         nonmembers" output to use the right array.
13670         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
13672         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
13674         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
13675         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
13676         * catgets/gencat.c (read_input_file): Likewise.
13677         * locale/programs/locarchive.c (enlarge_archive): Likewise.
13679         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
13680         variable definition inside #if's controlling its use.
13682         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
13684         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
13686         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
13688         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
13689         unreachable code.
13691         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
13693         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
13694         * configure: Regenerated.
13696         * Makerules: Revert last change.
13697         * elf/Makefile: Likewise.
13699 2011-06-09  Roland McGrath  <roland@hack.frob.com>
13701         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
13702         * elf/Makefile ($(objpfx)librtld.os): Likewise.
13703         (reloc-link): Likewise.
13705 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
13707         * elf/Makefile: Add rules to build pldd.
13708         * elf/pldd.c: New file.
13709         * elf/pldd-xx.c: New file.
13711 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
13713         * version.h: Update for 2.15 development version.
13715 2011-06-07  David S. Miller  <davem@davemloft.net>
13717         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
13718         ifuncs.
13719         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
13720         elf_machine_lazy_rel): Likewise.
13721         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
13722         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
13723         elf_machine_lazy_rel): Likewise.
13724         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
13725         dl_hwcap via passed in argument.
13726         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
13727         Likewise.
13729 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13731         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
13733 2011-06-06  Roland McGrath  <roland@hack.frob.com>
13735         [BZ #12849]
13736         * manual/fdl-1.1.texi: New file, verbatim from:
13737         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
13738         * manual/lgpl-2.1.texi: New file, verbatim from:
13739         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
13740         * manual/Makefile (licenses): New variable, list those new file names.
13741         (texis): Use it.
13742         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
13744         * manual/fdl.texi: File removed.
13745         * manual/lesser.texi: File removed.
13746         * manual/libc.texinfo (Copying, Documentation License):
13747         Use new @include file names, put @appendix directive before @include.
13749 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
13751         [BZ #12841]
13752         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
13753         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
13754         (mq_open): Add __NTH.
13756 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
13758         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13759         Assume Intel Core i3/i5/i7 processor if AVX is available.
13761 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
13763         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
13764         typo.
13766 2011-05-31  Andreas Schwab  <schwab@redhat.com>
13768         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
13769         memory.  Use alloca_account.  Fix memory leak when retrying.
13771 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
13773         * version.h (RELEASE): Bump for 2.14 release.
13774         * include/features.h (__GLIBC_MINOR__): Bump to 14.
13776         * config.make.in (RANLIB): Remove entry.
13778 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
13780         * po/Makefile (po-sed-cmd): Add ksh to extensions.
13781         (libc.pot): Work around missing support for .ksh extension in xgettext.
13783         [BZ #12684]
13784         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
13785         if both request failed.
13786         (send_dg): In case of server errors clear resplen or *resplen2.
13788         [BZ #12454]
13789         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
13790         when there are multiple maps.
13791         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
13792         (_dl_fini): Remove test here.
13794         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
13796 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
13798         [BZ #12350]
13799         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
13800         bit from old_res_options.
13801         (gaih_inet): Likewise.
13803         [BZ #11099]
13804         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
13805         as signed.
13807         * resolv/res_init.c (res_setoptions): Make the code more compact.
13809         [BZ #11558]
13810         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
13811         set RES_USEVC.
13813         [BZ #11634]
13814         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
13816         * malloc/malloc.h: Mark malloc hook variables as deprecated.
13818         [BZ #11781]
13819         * malloc/malloc.h: Declare malloc hook variables as volatile.
13821         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
13822         in last patch.
13824         [BZ #11799]
13825         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
13826         raise in the comment.
13827         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
13828         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
13829         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
13831 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
13833         [BZ #12811]
13834         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
13835         grow the buffers more if it already has to be sufficient.
13836         (build_wcs_upper_buffer): Likewise.
13837         * posix/regexec.c (check_matching): Likewise.
13838         (clean_state_log_if_needed): Likewise.
13839         (extend_buffers): Don't enlarge buffers beyond size of the input
13840         buffer.
13841         Patches mostly by Emil Wojak <emil@wojak.eu>.
13842         * posix/bug-regex32.c: New file.
13843         * posix/Makefile (tests): Add bug-regex32.
13845         * locale/findlocale.c (_nl_find_locale): Return right away if
13846         _nl_explode_name failed.
13847         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
13849         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
13851         * debug/xtrace.sh: Unify messages.
13852         * malloc/memusage.sh: Likewise.
13854         [BZ #12813]
13855         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
13856         time symbol from vDSO.  Substitute with vsyscall if not available.
13857         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
13858         __vdso_time.
13860         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
13861         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
13862         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
13863         Add sendmmsg and internal_sendmmsg.
13864         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
13865         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
13866         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
13868         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
13869         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
13870         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
13872 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
13874         [BZ #12813]
13875         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
13876         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
13877         available.
13878         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
13879         __vdso_getcpu.
13881         [BZ #12814]
13882         * iconvdata/Makefile (tests): Add bug-iconv9.
13883         * iconvdata/bug-iconv9.c: New file.
13885 2011-05-27  Andreas Schwab  <schwab@redhat.com>
13887         [BZ #12814]
13888         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
13890 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
13892         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
13893         (struct user_regs_struct): Change intcs field back to cs.
13895 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
13897         * po/ja.po: Update from translation team.
13899 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
13901         [BZ #12795]
13902         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
13903         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
13905 2011-05-20  Andreas Schwab  <schwab@redhat.com>
13907         * stdlib/longlong.h: Update from GCC.
13909 2011-05-23  Andreas Schwab  <schwab@redhat.com>
13911         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
13912         parameter name.
13913         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
13914         Add parameter name.
13915         (__sysconf): Pass it down.
13917 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
13919         [BZ #12671]
13920         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
13921         some situations.
13922         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
13923         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
13924         add in in __libc_use_alloca calls.  Adjust callers.
13925         (glob): Use malloc in some situations.
13927         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
13928         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
13929         pltexit.
13931 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
13933         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
13934         and CLOCK_BOOTTIME_ALARM.
13936         [BZ #12782]
13937         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
13938         is returned.
13940         * string/_strerror.c (__strerror_r): Print negative errors as signed
13941         numbers.
13943         [BZ #12777]
13944         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
13945         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
13946         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
13948         * configure.in: Fix typo in redirection and correct removal of test
13949         files in two cases.
13951         [BZ #12788]
13952         * locale/setlocale.c (new_composite_name): Fix test to check for
13953         identical name of all categories.
13955         [BZ #12792]
13956         * libio/filedoalloc.c (local_isatty): New function.
13957         (_IO_file_doallocate): Use local_isatty.
13958         * stdio-common/perror.c (perror): In case a new stream is used
13959         forward the stream error.
13960         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
13961         error flag.
13963 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
13965         [BZ #11869]
13966         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
13967         alloca.
13968         * include/alloca.h (extend_alloca_account): Define.
13970         [BZ #11857]
13971         * posix/regex.h: Fix comments with documentation of user-accessible
13972         fields after compilation and describe correct free'ing of pattern
13973         after re_compile_pattern.
13974         Patch by Reuben Thomas <rrt@sc3d.org>.
13976 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
13978         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
13979         and -mno-altivec to prevent the compiler from using Altivec and/or
13980         VSX instructions when the corresponding registers are not available.
13982 2011-05-19  Andreas Schwab  <schwab@redhat.com>
13984         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
13986 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
13988         * libio/freopen.c (freopen): Use __dup2, not dup2.
13989         * libio/freopen64.c (freopen64): Likewise.
13991 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
13993         [BZ #12775]
13994         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
13995         * math/Makefile (tests): Add test-powl.
13996         (CFLAGS-test-powl.c): Define.
13997         * math/test-powl.c: New file.
13999 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
14001         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
14003 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
14005         [BZ #11837]
14006         * iconvdata/gb18030.c: Update to GB18020-2005.
14008 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
14010         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
14011         RE_SYNTAX_POSIX_AWK): Update to match recent development.
14012         Patch by Aharon Robbins <arnold@skeeve.com>.
14014         [BZ #11892]
14015         * stdlib/putenv.c (putenv): Don't always create copy of the variable
14016         on the stack.
14018         [BZ #11895]
14019         * misc/pselect.c (__pselect): Handle timeout value errors hidden
14020         through underflows.
14022         [BZ #12766]
14023         * misc/error.c (error_at_line): Ensure file_name and old_file_name
14024         point to strings before performing equality test for error_one_per_line
14025         mode.
14027         [BZ #11697]
14028         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
14030         [BZ #11820]
14031         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
14032         (struct user_fpregs_struct): Avoid __uint*_t types.
14034         [BZ #6420]
14035         * malloc/mtrace.c (tr_where): Add additional parameter to point to
14036         symbol info.  Use it instead of calling _dl_addr locally.
14037         (lock_and_info): New function.
14038         (tr_freehook): Call lock_and_info and pass symbol info as additional
14039         parameter to tr_where.
14040         (tr_mallochook): Likewise.
14041         (tr_reallochook): Likewise.
14042         (tr_memalignhook): Likewise.
14044         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
14045         used and couldn't be at all thread-safe.
14047 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
14049         * libio/freopen.c (freopen): Don't close old file descriptor
14050         before the new one is opened.  Instead dup the new file descriptor
14051         to the old one after the new stream is created.
14052         * libio/freopen64.c (freopen64): Likewise.
14053         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
14054         * libio/fileops.c (_IO_new_file_close_it): Handle new
14055         _IO_FLAGS2_NOCLOSE flag.
14056         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
14057         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
14058         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
14059         _IO_FLAGS2_NOCLOSE flag.
14060         * include/unistd.h: Add hidden_proto for dup3.
14061         Define __have_dup3.
14062         * io/dup3.c: Define hidden symbol.
14063         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
14065         [BZ #7101]
14066         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
14067         when an incomplete long option is used.
14068         * posix/tst-getopt_long1.c: New file.
14069         * posix/Makefile (tests): Add tst-getopt_long1.
14071         [BZ #10138]
14072         * scripts/config.guess: Update from autoconf-2.68.
14073         * scripts/config.sub: Likewise.
14075         [BZ #10157]
14076         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
14077         tests into ...
14078         (has_cpuclock): ...this.  New function.
14079         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
14080         macro here based on has_cpuclock code.
14082         [BZ #10149]
14083         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
14084         First byte (not low byte) is now always NUL.
14085         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
14087         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
14088         Use non-cancelable interfaces.
14090         [BZ #9809]
14091         * locale/iso-639.def: Add entry for Sorani.
14093         [BZ #11901]
14094         * include/stdlib.h: Move include protection to the right place.
14095         Define abort_msg_s.  Declare __abort_msg with it.
14096         * stdlib/abort.c (__abort_msg): Adjust type.
14097         * assert/assert.c (__assert_fail_base): New function.  Majority
14098         of code from __assert_fail.  Allocate memory for __abort_msg with
14099         mmap.
14100         (__assert_fail): Now call __assert_fail_base.
14101         * assert/assert-perr.c: Remove bulk of implementation.  Use
14102         __assert_fail_base.
14103         * include/assert.hL Declare __assert_fail_base.
14104         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
14105         mmap.
14106         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
14108 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
14110         [BZ #11952]
14111         [BZ #12453]
14112         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
14113         until all modules are registered in the DTV.
14114         * elf/Makefile: Add rules to build and run tst-tls19.
14115         * elf/tst-tls19.c: New file.
14116         * elf/tst-tls19mod1.c: New file.
14117         * elf/tst-tls19mod2.c: New file.
14118         * elf/tst-tls19mod3.c: New file.
14119         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
14121         [BZ #12083]
14122         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
14123         correctly.
14125         [BZ #12601]
14126         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
14127         two-byte sequence errors.
14128         * iconvdata/Makefile (tests): Add bug-iconv8.
14129         * iconvdata/bug-iconv8.c: New file.
14131         [BZ #12626]
14132         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
14133         buf2 definition.
14135         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
14137         [BZ #12432]
14138         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
14139         (dummy_getcfa): New function.
14140         (init): Get _Unwind_GetCFA address, use dummy if not found.
14141         (backtrace_helper): In recursion check, also check whether CFA changes.
14142         (__backtrace): Completely initialize arg.
14144         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
14145         storing incomplete byte sequence in state object.  Avoid testing for
14146         guaranteed too small input if we know there is enough data available.
14148 2011-05-11  Andreas Schwab  <schwab@redhat.com>
14150         * Makeconfig (+link-pie): Indent.
14151         * Rules (binaries-pie): Define if $(have-fpie) and
14152         $(build-shared).
14153         (binaries-shared): Also filter out $(binaries-pie).
14154         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
14155         * nscd/Makefile (others-pie): Add nscd.
14156         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
14157         ($(objpfx)nscd): Remove command override.
14158         * login/Makefile (others-pie): Add pt_chown.
14159         ($(objpfx)pt_chown): Remove command override.
14160         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
14161         remove command overrides.
14163 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
14165         * libio/tst_putwc.c: Fix error messages.
14167         [BZ #12724]
14168         * libio/fileops.c (_IO_new_file_close_it): Always flush when
14169         currently writing and seek to current position when not.
14170         * libio/Makefile (tests): Add bug-fclose1.
14171         * libio/bug-fclose1.c: New file.
14173 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
14175         [BZ #12511]
14176         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
14177         don't set DF_1_NODELETE here.
14178         (do_lookup_x): When entering new entry test for copy relocation
14179         and if necessary set DF_1_NODELETE flag.
14180         * elf/tst-unique4.cc: New file.
14181         * elf/tst-unique4.h: New file.
14182         * elf/tst-unique4lib.cc: New file.
14183         * elf/Makefile: Add rules to build and run tst-unique4.
14184         Patch by Piotr Bury <pbury@goahead.com>.
14186 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
14188         [BZ #12052]
14189         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
14191         [BZ #12625]
14192         * misc/mntent_r.c (addmntent): Flush the stream after the output
14194         [BZ #12393]
14195         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
14196         (is_trusted_path_normalize): Skip initial colon.  Append slash
14197         to empty buffer.  Duplicate is_trusted_path code but allow
14198         constructed patch to be prefix.
14199         (is_dst): Allow $ORIGIN followed by /.
14200         (_dl_dst_substitute): Correct clearing of check_for_trusted.
14201         Correct testing of result of is_trusted_path_normalize
14202         (decompose_rpath): Fix warning.
14204 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
14206         [BZ #11257]
14207         * grp/initgroups.c (internal_getgrouplist): When we found the service
14208         list through the initgroups entry in nsswitch.conf do not always
14209         continue on a successful lookup.  Don't always use the
14210         __nss_group_database value if it is set.
14211         * nss/nsswitch.conf (initgroups): Change action for successful db
14212         lookup to continue for compatibility.
14214 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
14216         [BZ #11532]
14217         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
14218         and CP774 modules.
14219         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
14220         and CP774 modules.
14221         * iconvdata/tst-tables.sh: Likewise.
14222         * iconvdata/cp770.c: New file.
14223         * iconvdata/cp771.c: New file.
14224         * iconvdata/cp772.c: New file.
14225         * iconvdata/cp773.c: New file.
14226         * iconvdata/cp774.c: New file.
14227         * iconvdata/testdata/CP770: New file.
14228         * iconvdata/testdata/CP770..UTF8: New file.
14229         * iconvdata/testdata/CP771: New file.
14230         * iconvdata/testdata/CP771..UTF8: New file.
14231         * iconvdata/testdata/CP772: New file.
14232         * iconvdata/testdata/CP772..UTF8: New file.
14233         * iconvdata/testdata/CP773: New file.
14234         * iconvdata/testdata/CP773..UTF8: New file.
14235         * iconvdata/testdata/CP774: New file.
14236         * iconvdata/testdata/CP774..UTF8: New file.
14238         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
14239         END CHARMAP line.
14240         * iconvdata/gen-8bit-gap.sh: Likewise.
14241         * iconvdata/gen-8bit.sh: Likewise.
14243         * locale/iso-639.def: Add ary entry.
14245         [BZ #11258]
14246         * locale/C-translit.h.in: Add U20A1 transliteration.
14248         [BZ #12178]
14249         * locale/iso-639.def: Add wae entry.
14250         Patch by Kevin Bortis <bortis@translate-wae.ch>.
14252         [BZ #12545]
14253         * locale/programs/localedef.c (construct_output_path): Use ssize_t
14254         for n.
14256         [BZ #12711]
14257         * locale/C-translit.h.in: Add entry for U20B9.
14258         Patch by pravin.d.s@gmail.com.
14260 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
14262         [BZ #12713]
14263         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
14264         ENAMETOOLONG use generic getcwd.
14265         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
14266         in rtld.  Use *stat64.
14267         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
14268         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
14269         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
14270         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
14271         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
14272         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
14273         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
14274         __fstatat64 macros.
14275         * include/dirent.h: Add libc_hidden_proto for rewinddir.
14276         * dirent/rewinddir.c: Add libc_hidden_def.
14277         * sysdeps/mach/hurd/rewinddir.c: Likewise.
14278         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
14280         * include/dirent.h (__alloc_dir): Add flags parameter.
14281         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
14282         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
14283         __alloc_dir.
14284         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
14285         from fdopendir if O_CLOEXEC is already set.
14287 2011-03-15  Alan Modra  <amodra@gmail.com>
14289         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
14290         l_tls_firstbyte_offset non-zero.  Save padding offset in
14291         l_tls_firstbyte_offset for later use.
14292         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
14293         freeing static tls block.
14295 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
14297         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
14298         where #ifdef was intended.  The intent is to prevent ARG_MAX from
14299         being defined by the kernel headers.
14301 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
14303         [BZ #12734]
14304         * resolv/resolv.h: Define RES_NOTLDQUERY.
14305         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
14306         no-tld-query and set RES_NOTLDQUERY.
14307         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
14308         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
14309         modern BIND to search name as TLD unless forbidden.
14311 2011-05-07  Petr Baudis  <pasky@suse.cz>
14312             Ulrich Drepper  <drepper@gmail.com>
14314         [BZ #12393]
14315         * elf/dl-load.c (fillin_rpath): Move trusted path check...
14316         (is_trusted_path): ...to here.
14317         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
14318         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
14319         using is_trusted_path_normalize() in setuid scripts.
14321 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
14323         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
14324         __BEGIN/__END_DECLS.
14326 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
14328         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
14329         NSS_STATUS_NOTFOUND if no record was found.
14331 2011-05-05  Andreas Schwab  <schwab@redhat.com>
14333         * sunrpc/Makefile (headers): Add rpc/netdb.h.
14334         (headers-not-in-tirpc): Remove rpc/netdb.h
14335         * resolv/netdb.h: Revert last change.
14337 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
14339         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
14340         circular dependency between libgcc.a and libc.a.
14342 2011-05-05  Andreas Schwab  <schwab@redhat.com>
14344         * resolv/netdb.h: Don't include <rpc/netdb.h>.
14345         * nis/Makefile: Don't install rpcsvc/*.
14346         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
14347         instead of <rpc/types.h>.
14348         (MAXHOSTNAMELEN): Define.
14350 2011-05-03  Andreas Schwab  <schwab@redhat.com>
14352         * elf/ldconfig.c (add_dir): Don't crash on empty path.
14354 2011-04-28  Maciej Babinski  <mbabinski@google.com>
14356         [BZ #12714]
14357         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
14358         gethostbyname4_r when IPv6 results are possible.
14360 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
14362         [BZ #12723]
14363         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
14364         _PC_PIPE_BUF handling.
14366 2011-04-30  Bruno Haible  <bruno@clisp.org>
14368         [BZ #12717]
14369         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
14370         * resolv/netdb.h (getnameinfo): Change type of flags parameter
14371         to 'int'.
14372         * inet/getnameinfo.c (getnameinfo): Likewise.
14374 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
14376         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
14377         to groups setting in database lookup.
14378         * nss/nsswitch.conf: Add initgroups entry.
14380 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
14382         [BZ #12685]
14383         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
14384         mode string.
14385         Patch by Eric Blake <eblake@redhat.com>.
14387 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
14389         * sunrpc/Makefile (need-export-routines): Add svc_run.
14390         (routines): Remove svc_run.
14391         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
14392         * sunrpc/clnt_perr.c (clnt_perrno): Export.
14393         * sunrpc/svc_run.c (svc_run): Likewise.
14394         * sunrpc/svc_udp.c (svcudp_create): Likewise.
14396 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
14398         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
14399         problem in reallocation in last patch.
14401 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
14403         * sunrpc/Makefile: Move inclusion of Rules.
14405 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
14407         * nss/nss_files/files-initgroups.c: New file.
14408         * nss/Makefile (libnss_files-routines): Add files-initgroups.
14409         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
14410         _nss_files_initgroups_dyn.
14412 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
14414         * elf/elf.h (R_ARM_IRELATIVE): Define.
14416 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
14418         * po/ru.po: Update from translation team.
14420 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
14422         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
14423         dependencies.
14425 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
14427         [BZ #12653]
14428         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
14429         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
14430         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
14431         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
14432         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
14434 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
14436         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
14437         differing bytes.
14438         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
14439         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
14440         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
14442 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
14444         [BZ #12420]
14445         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
14446         storing it.
14447         * stdlib/bug-getcontext.c: New file.
14448         * stdlib/Makefile: Add rules to build and run bug-getcontext.
14450 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14452         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
14453         instructions into .machine "z9-109".
14454         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
14455         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
14457 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14459         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
14460         between environment variables and auxiliary vector.
14462 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
14464         * Makefile: Add rules to build linkobj/libc.so.
14465         * include/libc-symbols.h: Define libc_hidden_nolink.
14466         * include/rpc/auth.h: Mark functions which are to be hidden.
14467         * include/rpc/auth_des.h: Likewise.
14468         * include/rpc/auth_unix.h: Likewise.
14469         * include/rpc/clnt.h: Likewise.
14470         * include/rpc/des_crypt.h: Likewise.
14471         * include/rpc/key_prot.h: Likewise.
14472         * include/rpc/pmap_clnt.h: Likewise.
14473         * include/rpc/pmap_prot.h: Likewise.
14474         * include/rpc/pmap_rmt.h: Likewise.
14475         * include/rpc/rpc_msg.h: Likewise.
14476         * include/rpc/svc.h: Likewise.
14477         * include/rpc/svc_auth.h: Likewise.
14478         * include/rpc/xdr.h: Likewise.
14479         * nis/Makefile: Link all DSOs against linkobj/libc.so.
14480         * nss/Makefile: Likewise.
14481         * sunrpc/Makefile: Don't install headers.  Build library with normal
14482         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
14483         * sunrpc/auth_des.c: Hide exported symbols by default, export some
14484         for the compat linking library.  Remove use of INTDEF/INTUSE.
14485         * sunrpc/auth_none.c: Likewise.
14486         * sunrpc/auth_unix.c: Likewise.
14487         * sunrpc/authdes_prot.c: Likewise.
14488         * sunrpc/authuxprot.c: Likewise.
14489         * sunrpc/clnt_gen.c: Likewise.
14490         * sunrpc/clnt_perr.c: Likewise.
14491         * sunrpc/clnt_raw.c: Likewise.
14492         * sunrpc/clnt_simp.c: Likewise.
14493         * sunrpc/clnt_tcp.c: Likewise.
14494         * sunrpc/clnt_udp.c: Likewise.
14495         * sunrpc/clnt_unix.c: Likewise.
14496         * sunrpc/des_crypt.c: Likewise.
14497         * sunrpc/des_soft.c: Likewise.
14498         * sunrpc/get_myaddr.c: Likewise.
14499         * sunrpc/key_call.c: Likewise.
14500         * sunrpc/key_prot.c: Likewise.
14501         * sunrpc/netname.c: Likewise.
14502         * sunrpc/pm_getmaps.c: Likewise.
14503         * sunrpc/pm_getport.c: Likewise.
14504         * sunrpc/pmap_clnt.c: Likewise.
14505         * sunrpc/pmap_prot.c: Likewise.
14506         * sunrpc/pmap_prot2.c: Likewise.
14507         * sunrpc/pmap_rmt.c: Likewise.
14508         * sunrpc/publickey.c: Likewise.
14509         * sunrpc/rpc_cmsg.c: Likewise.
14510         * sunrpc/rpc_common.c: Likewise.
14511         * sunrpc/rpc_dtable.c: Likewise.
14512         * sunrpc/rpc_prot.c: Likewise.
14513         * sunrpc/rpc_thread.c: Likewise.
14514         * sunrpc/rtime.c: Likewise.
14515         * sunrpc/svc.c: Likewise.
14516         * sunrpc/svc_auth.c: Likewise.
14517         * sunrpc/svc_authux.c: Likewise.
14518         * sunrpc/svc_raw.c: Likewise.
14519         * sunrpc/svc_run.c: Likewise.
14520         * sunrpc/svc_simple.c: Likewise.
14521         * sunrpc/svc_tcp.c: Likewise.
14522         * sunrpc/svc_udp.c: Likewise.
14523         * sunrpc/svc_unix.c: Likewise.
14524         * sunrpc/svcauth_des.c: Likewise.
14525         * sunrpc/xcrypt.c: Likewise.
14526         * sunrpc/xdr.c: Likewise.
14527         * sunrpc/xdr_array.c: Likewise.
14528         * sunrpc/xdr_float.c: Likewise.
14529         * sunrpc/xdr_intXX_t.c: Likewise.
14530         * sunrpc/xdr_mem.c: Likewise.
14531         * sunrpc/xdr_rec.c: Likewise.
14532         * sunrpc/xdr_ref.c: Likewise.
14533         * sunrpc/xdr_sizeof.c: Likewise.
14534         * sunrpc/xdr_stdio.c: Likewise.
14536 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
14538         [BZ #12650]
14539         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
14540         * sysdeps/ia64/dl-tls.h: Likewise.
14541         * sysdeps/powerpc/dl-tls.h: Likewise.
14542         * sysdeps/s390/dl-tls.h: Likewise.
14543         * sysdeps/sh/dl-tls.h: Likewise.
14544         * sysdeps/sparc/dl-tls.h: Likewise.
14545         * sysdeps/x86_64/dl-tls.h: Likewise.
14546         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
14548 2011-03-14  Andreas Schwab  <schwab@redhat.com>
14550         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
14551         rpath element also skip the following colon.
14552         (expand_dynamic_string_token): Add is_path parameter and pass
14553         down to DL_DST_REQUIRED and _dl_dst_substitute.
14554         (decompose_rpath): Call expand_dynamic_string_token with
14555         non-zero is_path.  Ignore empty rpaths.
14556         (_dl_map_object_from_fd): Call expand_dynamic_string_token
14557         with zero is_path.
14559 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
14561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
14562         Make cancelable.
14564 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
14566         [BZ #12655]
14567         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
14568         Patch by Filipe David Manana <fdmanana@apache.org>.
14570 2011-04-07  Andreas Schwab  <schwab@redhat.com>
14572         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
14573         Maintain aligned stack.
14574         (CHECK_RSP): Remove unused macro.
14576 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
14578         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
14579         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
14581 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
14583         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
14585         * include/features.h: Mention __USE_XOPEN2K8 in comment.
14587 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
14589         [BZ #12518]
14590         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
14591         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
14592         * sysdeps/x86_64/memmove.c: New file.
14593         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
14594         (memcpy): Renamed to ...
14595         (__new_memcpy): This.
14596         (memcpy): Provide GLIBC_2_14 memcpy.
14597         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
14598         (memcpy): Provide GLIBC_2_2_5 memcpy.
14600 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
14602         [BZ #12631]
14603         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
14605 2011-03-30  Andreas Schwab  <schwab@redhat.com>
14607         * misc/syncfs.c: New file.
14608         * misc/Makefile (routines): Add syncfs.
14609         * posix/unistd.h: Declare syncfs.
14610         * sysdeps/unix/syscalls.list: Add syncfs.
14612 2011-04-01  Andreas Schwab  <schwab@redhat.com>
14614         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
14615         open_by_handle_at.
14616         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14617         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14618         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14619         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14620         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14621         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
14622         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14624 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
14626         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
14627         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14628         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14629         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14630         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14631         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14632         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14634         * io/Makefile: Compile fallocate.c, fallocate64.c, and
14635         sync_file_range.c with -fexceptions.
14636         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
14637         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
14638         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
14639         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
14640         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
14641         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
14642         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
14643         sync_file_range as cancellation point
14644         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
14645         now a wrapper around __call_sync_file_range with cancellation handling.
14646         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
14647         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
14648         function name to __call_sync_file_range.
14649         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
14650         Add call_sync_file_range.
14652 2011-04-01  Andreas Schwab  <schwab@redhat.com>
14654         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
14655         bits/timex.h.
14657 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
14659         * iconv/iconv.h: Fix typo in comment.
14660         * io/fcntl.h: Likewise.
14661         * libio/stdio.h: Likewise.
14662         * posix/spawn.h: Likewise.
14663         * posix/unistd.h: Likewise.
14664         * stdlib/stdlib.h: Likewise.
14665         * time/time.h: Likewise.
14666         * wcsmbs/wchar.h: Likewise.
14668         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
14669         open_by_handle): Add.
14670         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
14671         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
14672         Augment a few comments.
14673         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14674         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14675         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14676         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14677         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14678         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
14679         open_by_handle.
14681         * io/fcntl.h (AT_EMPTY_PATH): Define.
14683 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
14685         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
14686         * sysdeps/unix/sysv/linux/bits/time.h: New file.
14687         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
14688         to...
14689         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
14690         * Versions.def: Add GLIBC_2.14.
14691         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
14692         Export.
14694 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
14696         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
14697         round counter.
14698         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
14700 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
14702         [BZ #12597]
14703         * string/test-strncmp.c (do_page_test): New function.
14704         (check2): Likewise.
14705         (test_main): Call check2.
14706         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
14708 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
14710         [BZ #12587]
14711         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
14712         Handle cache information in CPU leaf 4.
14713         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
14715 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
14717         [BZ #12583]
14718         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
14719         character representation.
14720         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
14722 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
14724         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
14725         END(__isnan) to END(__isnanf) to match function entry point/label
14726         EALIGN(__isnanf,...).
14728 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
14730         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
14732 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
14734         [BZ #12510]
14735         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
14736         copy from the symbol referenced in the relocation to initialize the
14737         used variable.
14738         Patch by Piotr Bury <pbury@goahead.com>.
14739         * elf/Makefile: Add rules to build and tst-unique3.
14740         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
14741         * elf/tst-unique3.cc: New file.
14742         * elf/tst-unique3.h: New file.
14743         * elf/tst-unique3lib.cc: New file.
14744         * elf/tst-unique3lib2.cc: New file.
14746         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
14748 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
14750         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
14751         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
14752         to _start.
14754 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
14756         * elf/dl-load.c (_dl_map_object): If we are looking for the first
14757         to-be-loaded object along a path to loader is ld.so.
14759 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
14760             Ulrich Drepper  <drepper@gmail.com>
14762         * sysdeps/x86_64/memset.S: After aligning destination, code
14763         branches to different locations depending on the value of
14764         misalignment, when multiarch is enabled. Fix this.
14766 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
14768         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
14769         Set _x86_64_preferred_memory_instruction for AMD processsors.
14770         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14771         Set bit_Prefer_SSE_for_memop for AMD processors.
14773 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
14775         * libio/fmemopen.c (fmemopen): Optimize a bit.
14777 2011-03-03  Andreas Schwab  <schwab@redhat.com>
14779         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
14781 2011-03-03  Roland McGrath  <roland@redhat.com>
14783         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
14785 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
14787         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
14788         __bzero_ultra1 instead of __memset_ultra1.
14790 2011-02-23  Andreas Schwab  <schwab@redhat.com>
14791             Ulrich Drepper  <drepper@gmail.com>
14793         [BZ #12509]
14794         * include/link.h (struct link_map): Add l_orig_initfini.
14795         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
14796         returning unsuccessfully.
14797         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
14798         close of a file loaded at startup, restore the original l_initfini
14799         list.
14800         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
14801         list, store the pointer.
14802         * elf/Makefile ($(objpfx)noload-mem): New rule.
14803         (noload-ENV): Define.
14804         (tests): Add $(objpfx)noload-mem.
14805         * elf/noload.c: Include <memcheck.h>.
14806         (main): Call mtrace.  Close all opened handles.
14808 2011-02-17  Andreas Schwab  <schwab@redhat.com>
14810         [BZ #12454]
14811         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
14812         dependencies are missing.
14814 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14816         Fix __if_freereq crash: Unlike the generic version which uses free,
14817         Hurd needs munmap.
14818         * sysdeps/mach/hurd/ifreq.h: New file.
14820 2011-01-27  Petr Baudis  <pasky@suse.cz>
14821             Ulrich Drepper  <drepper@gmail.com>
14823         [BZ 12445]#
14824         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
14825         to extend_alloca().
14826         * stdio-common/bug23.c: New file.
14827         * stdio-common/Makefile (tests): Add bug23.
14829 2010-09-28  Andreas Schwab  <schwab@redhat.com>
14830             Ulrich Drepper  <drepper@gmail.com>
14832         [BZ #12489]
14833         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
14834         before performing relro protection.  At old place add assertion
14835         to make sure nothing changed.
14837 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
14838             Glauber de Oliveira Costa  <glommer@gmail.com>
14840         * elf/elf.h: Add new ARM TLS relocs.
14842 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
14844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
14845         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
14846         cast from r3.
14847         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
14848         'tests' variable.
14849         * sysdeps/wordsize-64/tst-writev.c: New file.
14851 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
14853         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
14854         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
14855         insns in _dl_start to prevent a TOC reference before relocs are
14856         resolved.
14858 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
14860         [BZ #12469]
14861         * Makeconfig: Remove RANLIB definition.
14862         * Makerules: Don't use RANLIB.
14863         * aclocal.m4: Remove ranlib test.
14864         * configure.in: No need to check for ranlib.
14865         * elf/rtld-Rules: Don't use RANLIB.
14867 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14869         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
14870         protection macro.
14871         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
14872         inclusion protection macro.
14874         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
14875         SIGRTMIN and SIGRTMAX and print information in that case only when
14876         SIGRTMIN is defined.
14878 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
14880         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
14881         arginfo fn returning -1.
14883         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
14884         and thousands string is zero terminated.
14886 2011-02-03  Andreas Schwab  <schwab@redhat.com>
14888         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
14889         sysdeps/unix/sysv/linux/bits/socket.h.
14891 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14893         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
14894         (__CPU_COUNT): Remove old macros.
14895         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
14896         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
14897         (__CPU_ALLOC, __CPU_FREE): Add macros.
14898         (__sched_cpualloc, __sched_cpufree): Add declarations.
14900 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
14902         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
14903         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
14904         * nscd/aicache.c (addhstaiX): Return timeout of added value.
14905         (readdhstai): Return value of addhstaiX call.
14906         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
14907         (addgrbyX): Return value returned by cache_addgr.
14908         (readdgrbyname): Return value returned by addgrbyX.
14909         (readdgrbygid): Likewise.
14910         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
14911         (addpwbyX): Return value returned by cache_addpw.
14912         (readdpwbyname): Return value returned by addhstbyX.
14913         (readdpwbyuid): Likewise.
14914         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
14915         (addservbyX): Return value returned by cache_addserv.
14916         (readdservbyname): Return value returned by addservbyX:
14917         (readdservbyport): Likewise.
14918         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
14919         (addhstbyX): Return value returned by cache_addhst.
14920         (readdhstbyname): Return value returned by addhstbyX.
14921         (readdhstbyaddr): Likewise.
14922         (readdhstbynamev6): Likewise.
14923         (readdhstbyaddrv6): Likewise.
14924         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
14925         (readdinitgroups): Return value returned by addinitgroupsX.
14926         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
14927         (prune_cache): Keep track of timeout value of re-added entries.
14928         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
14929         * nscd/nscd.h: Adjust prototypes of readd* functions.
14931 2011-02-04  Roland McGrath  <roland@redhat.com>
14933         * nis/nis_server.c (nis_servstate): Use the right name for 0.
14934         (nis_stats): Likewise.
14935         * nis/nis_modify.c (nis_modify): Likewise.
14936         * nis/nis_remove.c (nis_remove): Likewise.
14937         * nis/nis_add.c (nis_add): Likewise.
14939         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
14941         * posix/fnmatch_loop.c: Add some consts.
14943         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
14945 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
14947         [BZ #12460]
14948         * config.make.in (config-cflags-novzeroupper): Define.
14949         * configure.in: Substitute libc_cv_cc_novzeroupper.
14950         * elf/Makefile (AVX-CFLAGS): Define.
14951         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
14952         (CFLAGS-tst-auditmod4a.c): Likewise.
14953         (CFLAGS-tst-auditmod4b.c): Likewise.
14954         (CFLAGS-tst-auditmod6b.c): Likewise.
14955         (CFLAGS-tst-auditmod6c.c): Likewise.
14956         (CFLAGS-tst-auditmod7b.c): Likewise.
14957         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
14959 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
14961         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
14962         function to the callback.
14963         Patch partly by Jiri Olsa <jolsa@redhat.com>.
14965 2011-02-02  Andreas Schwab  <schwab@redhat.com>
14967         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
14968         of errno.
14970 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
14972         [BZ #11724]
14973         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
14974         of constructors.
14975         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
14976         of destructors.
14977         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
14979         [BZ #11724]
14980         * elf/Makefile: Add rules to build and run new test.
14981         * elf/tst-initorder.c: New file.
14982         * elf/tst-initorder.exp: New file.
14983         * elf/tst-initordera1.c: New file.
14984         * elf/tst-initordera2.c: New file.
14985         * elf/tst-initordera3.c: New file.
14986         * elf/tst-initordera4.c: New file.
14987         * elf/tst-initorderb1.c: New file.
14988         * elf/tst-initorderb2.c: New file.
14989         * elf/tst-order-a1.c: New file.
14990         * elf/tst-order-a2.c: New file.
14991         * elf/tst-order-a3.c: New file.
14992         * elf/tst-order-a4.c: New file.
14993         * elf/tst-order-b1.c: New file.
14994         * elf/tst-order-b2.c: New file.
14995         * elf/tst-order-main.c: New file.
14996         New test case by George Gensure <werkt0@gmail.com>.
14998 2010-10-01  Andreas Schwab  <schwab@redhat.com>
15000         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
15001         decoding ACE if AI_CANONIDN.
15003 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
15005         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
15007 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
15009         * version.h (RELEASE): Bump for 2.13 release.
15010         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
15012         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
15014         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
15015         MADV_NOHUGEPAGE.
15016         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
15017         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
15018         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
15019         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
15020         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
15021         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
15023         * posix/getconf.c: Update copyright year.
15024         * catgets/gencat.c: Likewise.
15025         * csu/version.c: Likewise.
15026         * debug/catchsegv.sh: Likewise.
15027         * debug/xtrace.sh: Likewise.
15028         * elf/ldconfig.c: Likewise.
15029         * elf/ldd.bash.in: Likewise.
15030         * elf/sprof.c (print_version): Likewise.
15031         * iconv/iconv_prog.c: Likewise.
15032         * iconv/iconvconfig.c: Likewise.
15033         * locale/programs/locale.c: Likewise.
15034         * locale/programs/localedef.c: Likewise.
15035         * malloc/memusage.sh: Likewise.
15036         * malloc/mtrace.pl: Likewise.
15037         * nscd/nscd.c (print_version): Likewise.
15038         * nss/getent.c: Likewise.
15040         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
15041         PF_CAIF, and PF_ALG.
15042         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
15044 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
15046         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
15047         (modules-names): Use them.
15048         (ifunc-test-modules, ifunc-pie-tests): Define.
15049         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
15050         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
15051         (test-extras): Likewise.
15052         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
15053         $(compile-command.c).
15054         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
15055         (all-built-dso): Define.
15056         (check-textrel.out, check-execstack.out): Depend on it.
15058         * configure.in: Don't override --enable-multi-arch.
15060 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
15062         [BZ #6812]
15063         * nscd/hstcache.c (tryagain): Define.
15064         (cache_addhst): Return tryagain not notfound for temporary errors.
15065         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
15066         failed.
15068 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
15070         [BZ #10563]
15071         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
15072         to make the syscall.
15073         * sysdeps/unix/sysv/linux/setgroups.c: New file.
15075         [BZ #12378]
15076         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
15077         and fall back to matching as normal character if the string ends before
15078         the matching ']' is found.  This is what POSIX requires.
15079         * posix/testfnm.c: Adjust test result.
15080         * posix/globtest.sh: Adjust test result.  Add new test.
15081         * posix/tst-fnmatch.input: Likewise.
15082         * posix/tst-fnmatch2.c: Add new test.
15084 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
15086         * elf/Makefile (check-execstack): Revert last change.  Depend on
15087         check-execstack.h.
15088         (check-execstack.h): New target.
15089         (generated): Add check-execstack.h.
15090         * elf/check-execstack.c: Include "check-execstack.h".
15091         (main): Revert last change.
15092         (handle_file): Return zero if GNU_STACK is absent and
15093         DEFAULT_STACK_PERMS doesn't include PF_X.
15095 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
15097         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
15098         in child fails because the descriptor is already closed.
15099         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
15100         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
15101         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
15103         [BZ #12397]
15104         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
15105         syscall.
15107         [BZ #10484]
15108         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
15109         temporary buffer used to handle multi lookups locally.
15110         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
15112 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
15114         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
15115         loader is ld.so.
15117 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
15119         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
15120         alignment for SSE2.
15122 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
15124         [BZ #12394]
15125         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
15126         characters.  When rounding increased number of integer digits recompute
15127         number of groups.
15128         * stdio-common/tst-grouping.c: New file.
15129         * stdio-common/Makefile: Add rules to build and run tst-grouping.
15131 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
15133         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
15134         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
15136         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
15137         void.
15138         * bits/select.h: Likewise.
15140 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
15142         * po/ja.po: Update from translation team.
15144 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
15146         [BZ #11155]
15147         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
15148         implementation just like for lxstat, fxstatat, et al.
15150 2010-12-27  Jim Meyering  <meyering@redhat.com>
15152         [BZ #12348]
15153         * posix/regexec.c (build_trtable): Return failure indication upon
15154         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
15156 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
15158         [BZ #12201]
15159         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
15160         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
15161         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
15162         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
15164         [BZ #12207]
15165         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
15167         [BZ #12204]
15168         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
15169         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
15171 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
15173         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
15174         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
15175         script has SORT_BY_INIT_PRIORITY.
15176         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
15177         NO_CTORS_DTORS_SECTIONS is defined.
15178         * elf/soinit.c: Likewise.
15179         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
15180         NO_CTORS_DTORS_SECTIONS is defined.
15181         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
15182         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
15183         * sysdeps/sh/init-first.c: Likewise.
15184         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
15186 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
15188         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
15189         always use the slow path.
15191 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
15193         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
15194         similar rule which adds the sysdep directories to the header search in
15195         order to pick up the correct platform stackinfo.h.
15196         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
15197         perform test if it is, otherwise return successfully without testing.
15198         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
15199         DEFAULT_STACK_PERMS define in stackinfo.h.
15200         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
15201         defined in stackinfo.h.
15202         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
15203         DEFAULT_STACK_PERMS defined in stackinfo.h.
15204         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
15205         * sysdeps/ia64/stackinfo.h: Likewise.
15206         * sysdeps/s390/stackinfo.h: Likewise.
15207         * sysdeps/sh/stackinfo.h: Likewise.
15208         * sysdeps/sparc/stackinfo.h: Likewise.
15209         * sysdeps/x86_64/stackinfo.h: Likewise.
15210         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
15211         PF_X for powerpc64.  Retain PF_X for powerpc32.
15213 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
15215         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
15216         accurately.
15217         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
15218         GETDENTS_64BIT_ALIGNED.
15220 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
15222         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
15224 2010-12-10  Andreas Schwab  <schwab@redhat.com>
15226         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
15227         _GNU_SOURCE.
15229         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
15230         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
15231         Remove __restrict.
15232         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
15233         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
15235 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
15237         [BZ #11655]
15238         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
15239         are initialized.
15241 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
15243         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
15245 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
15247         * po/it.po: Update from translation team.
15249 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
15251         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
15252         unused codes.
15254 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
15256         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
15258 2010-11-24  Andreas Schwab  <schwab@redhat.com>
15260         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
15261         specially.
15262         (gaih_getanswer_slice): Likewise.
15264 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
15266         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
15268 2010-05-31  Petr Baudis  <pasky@suse.cz>
15270         [BZ #11149]
15271         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
15272         silently even in the chroot mode.
15274 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
15276         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
15277         last patch a bit.  Pretty printing
15279 2010-05-31  Petr Baudis <pasky@suse.cz>
15281         [BZ #10085]
15282         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
15283         initialization of skip_initgroups_dyn.
15285 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
15287         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
15288         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
15290 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
15292         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
15294 2010-11-11  Andreas Schwab  <schwab@redhat.com>
15296         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
15297         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
15298         (tst-fnmatch-ENV): Set MALLOC_TRACE.
15299         ($(objpfx)tst-fnmatch-mem): New rule.
15300         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
15301         * posix/tst-fnmatch.c (main): Call mtrace.
15303 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
15305         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15306         Support Intel processor model 6 and model 0x2c.
15308 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
15310         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
15311           signed comparison.
15313 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
15315         [BZ #12205]
15316         * string/test-strncasecmp.c (check_result): New function.
15317         (do_one_test): Use it.
15318         (check1): New function.
15319         (test_main): Use it.
15320         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
15321         Support strcasecmp and strncasecmp.
15323 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
15325         [BZ #12194]
15326         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
15327         * sysdeps/x86_64/bits/byteswap.h: Likewise.
15329 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
15331         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
15332         IFUNC support.
15333         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
15334         memset-x86-64.
15335         * sysdeps/x86_64/multiarch/bzero.S: New file.
15336         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
15337         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
15338         * sysdeps/x86_64/multiarch/memset.S: New file.
15339         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
15340         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15341         Set bit_Prefer_SSE_for_memop for Intel processors.
15342         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
15343         Define.
15344         (index_Prefer_SSE_for_memop): Define.
15345         (HAS_PREFER_SSE_FOR_MEMOP): Define.
15347 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
15349         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
15350         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
15352 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
15354         [BZ #12191]
15355         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
15356         (__x86_64_raw_data_cache_size_half): Likewise.
15357         (__x86_64_raw_shared_cache_size): Likewise.
15358         (__x86_64_raw_shared_cache_size_half): Likewise.
15360         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
15361         (__x86_64_raw_data_cache_size_half): Likewise.
15362         (__x86_64_raw_shared_cache_size): Likewise.
15363         (__x86_64_raw_shared_cache_size_half): Likewise.
15364         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
15365         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
15366         and __x86_64_raw_shared_cache_size_half.  Round
15367         __x86_64_data_cache_size_half, __x86_64_data_cache_size
15368         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
15369         to multiple of 256 bytes.
15371 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
15373         [BZ #12167]
15374         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
15375         of inacessible symlinks.  Verify result of symlink before returning it.
15376         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15377         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
15379 2010-10-28  Erich Ritz  <erichritz@gmail.com>
15381         * math/math.h (isinf): Fix typo in comment.
15383 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
15385         * po/da.po: Update from translation team.
15387 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
15389         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
15390         is added to the list.
15392 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15393             Ulrich Drepper  <drepper@gmail.com>
15395         * elf/dl-object.c (_dl_new_object): Don't append the new object to
15396         the global list here.  Move code to...
15397         (_dl_add_to_namespace_list): ...here.  New function.
15398         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
15399         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
15400         * elf/dl-load.c (lose): Don't remove the element from the list.
15401         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
15402         (_dl_map_object): Likewise.
15404 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
15406         [BZ #12159]
15407         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
15408         into all bytes of SSE register.
15409         Patch by Richard Li <richardpku@gmail.com>.
15411 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
15413         [BZ #12140]
15414         * malloc/malloc.c (_int_free): Fill correct number of bytes when
15415         perturbing.
15417 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
15419         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
15420         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
15421         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
15422         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
15423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
15424         submachine.
15425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
15427 2010-10-22  Andreas Schwab  <schwab@redhat.com>
15429         * include/dlfcn.h (__RTLD_SECURE): Define.
15430         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
15431         mode & __RTLD_SECURE instead.
15432         (open_path): Rename preloaded parameter to secure.
15433         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
15434         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
15435         * elf/dl-deps.c (openaux): Likewise.
15436         * elf/rtld.c (struct map_args): Remove is_preloaded.
15437         (map_doit): Don't use it.
15438         (dl_main): Likewise.
15439         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
15440         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
15442 2010-09-09  Andreas Schwab  <schwab@redhat.com>
15444         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
15445         (sysd-rules-targets): Remove duplicates.
15446         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
15447         rtld-%.$o dependency.
15449 2010-10-18  Andreas Schwab  <schwab@redhat.com>
15451         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
15452         _dl_map_object do it.
15454 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
15456         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
15457         fast fma builtins, define the macros in the C99 standard.
15458         (FP_FAST_FMAF): Likewise.
15459         (FP_FAST_FMAL): Likewise.
15460         * sysdeps/x86_64/bits/mathdef.h: Likewise.
15462         * bits/mathdef.h: Update copyright year.
15463         * sysdeps/powerpc/bits/mathdef.h: Likewise.
15465 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
15467         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
15468         builtins, define the macros in the C99 standard.
15469         (FP_FAST_FMAF): Likewise.
15470         (FP_FAST_FMAL): Likewise.
15471         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
15472         multiply/add.
15473         (FP_FAST_FMAF): Likewise.
15475 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
15477         [BZ #3268]
15478         * math/libm-test.inc (fma_test): Some new testcases.
15479         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
15480         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
15481         y and infinite z.  Do multiplication by C already in long double.
15482         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
15483         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
15484         y and infinite z.  Do bitwise or of inexact bit into u.d.
15485         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
15486         * sysdeps/i386/fpu/s_fmaf.S: Removed.
15487         * sysdeps/i386/fpu/s_fma.S: Removed.
15488         * sysdeps/i386/fpu/s_fmal.S: Removed.
15490 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
15492         [BZ #3268]
15493         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
15494         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
15495         computation is not scheduled after fetestexcept.  Fix value
15496         of minimum denormal long double.
15498 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
15500         [BZ #3268]
15501         * math/libm-test.inc (fma_test): Add some more tests.
15502         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
15503         correctly.
15505 2010-10-15  Andreas Schwab  <schwab@redhat.com>
15507         * scripts/data/localplt-s390-linux-gnu.data: New file.
15508         * scripts/data/localplt-s390x-linux-gnu.data: New file.
15510 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
15512         [BZ #3268]
15513         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
15514         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
15515         instead of dbl-64.
15516         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
15517         inlines.
15518         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
15519         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
15520         if one of x and y is very large and the other is subnormal.
15521         * sysdeps/s390/fpu/s_fmaf.c: New file.
15522         * sysdeps/s390/fpu/s_fma.c: New file.
15523         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
15524         * sysdeps/powerpc/fpu/s_fma.S: New file.
15525         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
15526         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
15527         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
15529 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
15531         [BZ #3268]
15532         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
15533         fma tests.
15534         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
15535         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
15536         * sysdeps/i386/i686/multiarch/s_fma.c: Include
15537         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
15538         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
15539         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
15540         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
15542 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
15544         [BZ #12078]
15545         * posix/regcomp.c (parse_branch): One more memory leak plugged.
15546         * posix/bug-regex31.input: Add test case.
15548 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
15550         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
15551         * posix/bug-regex31.input: New file.
15553         [BZ #12078]
15554         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
15555         (parse_sub_exp): Fix last change, use postorder.
15557         * posix/bug-regex31.c: New file.
15558         * posix/Makefile: Add rules to build and run bug-regex31.
15560         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
15562         [BZ #12078]
15563         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
15565         [BZ #12108]
15566         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
15567         to have entries in sys_siglist.
15569         [BZ #12093]
15570         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
15571         be NULL.
15573 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
15575         [BZ #3268]
15576         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
15577         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
15578         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
15579         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
15580         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
15581         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
15582         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
15583         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
15584         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
15585         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
15586         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
15587         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
15588         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
15589         * math/ftestexcept.c (fetestexcept): Likewise.
15590         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
15591         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
15592         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
15593         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
15594         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
15595         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
15596         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
15598 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
15600         [BZ #12107]
15601         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
15602         newline.
15604 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
15606         * string/bug-strstr1.c: New file.
15607         * string/Makefile: Add rules to build and run bug-strstr1.
15609 2010-10-05  Eric Blake  <eblake@redhat.com>
15611         [BZ #12092]
15612         * string/str-two-way.h (two_way_long_needle): Always clear memory
15613         when skipping input due to the shift table.
15615 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
15617         [BZ #12005]
15618         * malloc/mcheck.c: Handle large requests.
15620         [BZ #12077]
15621         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
15622         for strncmp and strncasecmp.
15623         * string/stratcliff.c: Add tests for strcmp and strncmp.
15624         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
15626 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
15628         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
15629         __set_fpscr.
15631 2010-09-30  Andreas Jaeger  <aj@suse.de>
15633         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
15634         (CGROUP_SUPER_MAGIC): Define.
15635         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
15636         Handle btrfs and cgroup file systems.
15637         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
15638         Likewise.
15640 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
15642         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
15643         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
15645 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15647         [BZ #12067]
15648         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
15649         trying to locate the ELF header.
15651 2010-09-27  Andreas Schwab  <schwab@redhat.com>
15653         [BZ #11611]
15654         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
15655         Mask out sign-bit copies when constructing f_fsid.
15657 2010-09-24  Petr Baudis <pasky@suse.cz>
15659         * debug/stack_chk_fail_local.c: Add missing licence exception.
15660         * debug/warning-nop.c: Likewise.
15662 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
15664         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
15665         implementing getdents64 using getdents syscall, set d_type if
15666         __ASSUME_GETDENTS32_D_TYPE.
15668 2010-09-16  Andreas Schwab  <schwab@redhat.com>
15670         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
15671         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
15673 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
15675         [BZ #12037]
15676         * posix/unistd.h: Undo change of feature selection for ftruncate from
15677         2010-01-11.
15679 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
15681         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
15682         detection.
15684 2010-09-20  Andreas Schwab  <schwab@redhat.com>
15686         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
15687         fanotify_mark.
15688         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
15690 2010-09-14  Andreas Schwab  <schwab@redhat.com>
15692         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
15693         variables after CHECK_SP call.
15694         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
15696 2010-09-13  Andreas Schwab  <schwab@redhat.com>
15697             Ulrich Drepper  <drepper@redhat.com>
15699         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
15700         re-relocationg ld.so.
15701         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
15702         _dl_init_paths call.
15703         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
15704         here anymore.
15706 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
15708         * resolv/res_init.c (__res_vinit): Count the default server we added.
15710 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
15711             Ulrich Drepper  <drepper@redhat.com>
15713         [BZ #11968]
15714         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
15715         (____longjmp_chk): Use %ebx for saving value across system call.
15716         Add unwind info.
15718 2010-09-06  Andreas Schwab  <schwab@redhat.com>
15720         * manual/Makefile: Don't mix pattern rules with normal rules.
15722 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
15724         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
15725         operation.
15726         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
15727         * libio/iofopncook.c (_IO_cookie_init): Likewise.
15728         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
15729         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
15730         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
15731         Likewise.
15733 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
15735         [BZ #11979]
15736         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
15737         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
15739 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
15741         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
15742         * sysdeps/x86_64/addmul_1.S: Likewise.
15743         * sysdeps/x86_64/lshift.S: Likewise.
15744         * sysdeps/x86_64/mul_1.S: Likewise.
15745         * sysdeps/x86_64/rshift.S: Likewise.
15746         * sysdeps/x86_64/sub_n.S: Likewise.
15747         * sysdeps/x86_64/submul_1.S: Likewise.
15749 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15751         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
15752         Define __sched_param instead of SCHED_* and sched_param when
15753         <bits/sched.h> is included with __need_schedparam defined.
15754         * bits/sched.h [__need_schedparam]
15755         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
15756         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
15757         (__defined_schedparam): Define to 1.
15758         (__sched_param): New structure, identical to sched_param.
15759         (__need_schedparam): Undefine.
15761 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
15763         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
15764         (epoll_create1): Declare.
15766         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
15768 2010-08-31  Andreas Schwab  <schwab@redhat.com>
15770         [BZ #7066]
15771         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
15772         shifting retval into place.
15774 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
15776         * nis/rpcsvc/nis.h: Update copyright notice.
15777         * nis/rpcsvc/nis.x: Likewise.
15778         * nis/rpcsvc/nis_callback.h: Likewise.
15779         * nis/rpcsvc/nis_callback.x: Likewise.
15780         * nis/rpcsvc/nis_object.x: Likewise.
15781         * nis/rpcsvc/nis_tags.h: Likewise.
15782         * nis/rpcsvc/yp.h: Likewise.
15783         * nis/rpcsvc/yp.x: Likewise.
15784         * nis/rpcsvc/ypupd.h: Likewise.
15785         * nis/yp_xdr.c: Likewise.
15786         * nis/ypupdate_xdr.c: Likewise.
15788         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
15789         mainly the body of pmap_getport.  Add parameters to specify timeouts.
15790         (pmap_getport): Use __libc_rpc_getport.
15791         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
15792         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
15793         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
15795 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
15797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
15798         fanotify_mark.
15800 2010-08-27  Roland McGrath  <roland@redhat.com>
15802         * sysdeps/i386/i686/multiarch/Makefile
15803         (CFLAGS-varshift.c): New variable.
15805 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
15807         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
15808         * sysdeps/i386/i686/multiarch/varshift.c: New file.
15810         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
15812         * sysdeps/x86_64/strlen.S: Minimal code improvement.
15814 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
15816         * sysdeps/x86_64/strlen.S: Unroll the loop.
15817         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
15818         strlen-sse2 strlen-sse2-bsf.
15819         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
15820         __strlen_no_bsf if bit_Slow_BSF is set.
15821         (__strlen_sse42): Removed.
15822         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
15823         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
15825 2010-08-25  Roland McGrath  <roland@redhat.com>
15827         * sysdeps/x86_64/multiarch/varshift.S: File removed.
15828         * sysdeps/x86_64/multiarch/varshift.c: New file.
15829         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
15830         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
15831         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
15832         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
15834 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
15836         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
15837         strlen-sse2 strlen-sse2-bsf.
15838         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
15839         __strlen_sse2_bsf if bit_Slow_BSF is unset.
15840         (__strlen_sse2): Removed.
15841         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
15842         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
15843         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
15844         bit_Slow_BSF for Atom.
15845         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
15846         (index_Slow_BSF): Define.
15847         (HAS_SLOW_BSF): Define.
15849 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
15851         [BZ #10851]
15852         * resolv/res_init.c (__res_vinit): When no server address at all
15853         is given default to loopback.
15855 2010-08-24  Roland McGrath  <roland@redhat.com>
15857         * configure.in: Remove config-name.h generation.
15858         * configure: Regenerated.
15859         * config-name.in: File removed.
15860         * scripts/config-uname.sh: New file.
15861         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
15862         ($(objdir)config-name.h): New target.
15864         * sunrpc/rpc_parse.h: Avoid nested comment.
15866 2010-08-24  Richard Henderson  <rth@redhat.com>
15867             Ulrich Drepper  <drepper@redhat.com>
15868             H.J. Lu  <hongjiu.lu@intel.com>
15870         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
15871         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
15872         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
15873         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
15874         _mm_alignr_epi8 with _mm_loadu_si128.
15875         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
15876         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
15877         (__m128i_shift_right): Removed.
15878         * sysdeps/i386/i686/multiarch/varshift.h: New file.
15879         * sysdeps/i386/i686/multiarch/varshift.S: New file.
15880         * sysdeps/x86_64/multiarch/varshift.h: New file.
15881         * sysdeps/x86_64/multiarch/varshift.S: New file.
15883 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
15885         * configure.in: Move assembler checks to before sysdep dir checking.
15887 2010-08-20  Petr Baudis  <pasky@suse.cz>
15889         * LICENSES: Sync the sunrpc license.
15891 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
15893         * sunrpc/auth_des.c: Update copyright notice once again.
15894         * sunrpc/auth_none.c: Likewise.
15895         * sunrpc/auth_unix.c: Likewise.
15896         * sunrpc/authdes_prot.c: Likewise.
15897         * sunrpc/authuxprot.c: Likewise.
15898         * sunrpc/bindrsvprt.c: Likewise.
15899         * sunrpc/clnt_gen.c: Likewise.
15900         * sunrpc/clnt_perr.c: Likewise.
15901         * sunrpc/clnt_raw.c: Likewise.
15902         * sunrpc/clnt_simp.c: Likewise.
15903         * sunrpc/clnt_tcp.c: Likewise.
15904         * sunrpc/clnt_udp.c: Likewise.
15905         * sunrpc/clnt_unix.c: Likewise.
15906         * sunrpc/des_crypt.c: Likewise.
15907         * sunrpc/des_soft.c: Likewise.
15908         * sunrpc/get_myaddr.c: Likewise.
15909         * sunrpc/getrpcport.c: Likewise.
15910         * sunrpc/key_call.c: Likewise.
15911         * sunrpc/key_prot.c: Likewise.
15912         * sunrpc/openchild.c: Likewise.
15913         * sunrpc/pm_getmaps.c: Likewise.
15914         * sunrpc/pm_getport.c: Likewise.
15915         * sunrpc/pmap_clnt.c: Likewise.
15916         * sunrpc/pmap_prot.c: Likewise.
15917         * sunrpc/pmap_prot2.c: Likewise.
15918         * sunrpc/pmap_rmt.c: Likewise.
15919         * sunrpc/rpc/auth.h: Likewise.
15920         * sunrpc/rpc/auth_unix.h: Likewise.
15921         * sunrpc/rpc/clnt.h: Likewise.
15922         * sunrpc/rpc/des_crypt.h: Likewise.
15923         * sunrpc/rpc/key_prot.h: Likewise.
15924         * sunrpc/rpc/netdb.h: Likewise.
15925         * sunrpc/rpc/pmap_clnt.h: Likewise.
15926         * sunrpc/rpc/pmap_prot.h: Likewise.
15927         * sunrpc/rpc/pmap_rmt.h: Likewise.
15928         * sunrpc/rpc/rpc.h: Likewise.
15929         * sunrpc/rpc/rpc_des.h: Likewise.
15930         * sunrpc/rpc/rpc_msg.h: Likewise.
15931         * sunrpc/rpc/svc.h: Likewise.
15932         * sunrpc/rpc/svc_auth.h: Likewise.
15933         * sunrpc/rpc/types.h: Likewise.
15934         * sunrpc/rpc/xdr.h: Likewise.
15935         * sunrpc/rpc_clntout.c: Likewise.
15936         * sunrpc/rpc_cmsg.c: Likewise.
15937         * sunrpc/rpc_common.c: Likewise.
15938         * sunrpc/rpc_cout.c: Likewise.
15939         * sunrpc/rpc_dtable.c: Likewise.
15940         * sunrpc/rpc_hout.c: Likewise.
15941         * sunrpc/rpc_main.c: Likewise.
15942         * sunrpc/rpc_parse.c: Likewise.
15943         * sunrpc/rpc_parse.h: Likewise.
15944         * sunrpc/rpc_prot.c: Likewise.
15945         * sunrpc/rpc_sample.c: Likewise.
15946         * sunrpc/rpc_scan.c: Likewise.
15947         * sunrpc/rpc_scan.h: Likewise.
15948         * sunrpc/rpc_svcout.c: Likewise.
15949         * sunrpc/rpc_tblout.c: Likewise.
15950         * sunrpc/rpc_util.c: Likewise.
15951         * sunrpc/rpc_util.h: Likewise.
15952         * sunrpc/rpcinfo.c: Likewise.
15953         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
15954         * sunrpc/rpcsvc/key_prot.x: Likewise.
15955         * sunrpc/rpcsvc/klm_prot.x: Likewise.
15956         * sunrpc/rpcsvc/mount.x: Likewise.
15957         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
15958         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
15959         * sunrpc/rpcsvc/rex.x: Likewise.
15960         * sunrpc/rpcsvc/rstat.x: Likewise.
15961         * sunrpc/rpcsvc/rusers.x: Likewise.
15962         * sunrpc/rpcsvc/sm_inter.x: Likewise.
15963         * sunrpc/rpcsvc/spray.x: Likewise.
15964         * sunrpc/rpcsvc/yppasswd.x: Likewise.
15965         * sunrpc/rtime.c: Likewise.
15966         * sunrpc/svc.c: Likewise.
15967         * sunrpc/svc_auth.c: Likewise.
15968         * sunrpc/svc_authux.c: Likewise.
15969         * sunrpc/svc_raw.c: Likewise.
15970         * sunrpc/svc_run.c: Likewise.
15971         * sunrpc/svc_simple.c: Likewise.
15972         * sunrpc/svc_tcp.c: Likewise.
15973         * sunrpc/svc_udp.c: Likewise.
15974         * sunrpc/svc_unix.c: Likewise.
15975         * sunrpc/svcauth_des.c: Likewise.
15976         * sunrpc/xcrypt.c: Likewise.
15977         * sunrpc/xdr.c: Likewise.
15978         * sunrpc/xdr_array.c: Likewise.
15979         * sunrpc/xdr_float.c: Likewise.
15980         * sunrpc/xdr_mem.c: Likewise.
15981         * sunrpc/xdr_rec.c: Likewise.
15982         * sunrpc/xdr_ref.c: Likewise.
15983         * sunrpc/xdr_sizeof.c: Likewise.
15984         * sunrpc/xdr_stdio.c: Likewise.
15986         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
15987         handling.
15989 2010-08-19  Andreas Schwab  <schwab@redhat.com>
15991         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
15993 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
15995         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
15996         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
15997         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
15998         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
15999         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
16000         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
16001         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
16002         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
16003         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
16004         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
16005         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
16006         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
16007         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
16008         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
16010 2010-07-26  Anton Blanchard  <anton@samba.org>
16012         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
16013         * malloc/arena.c (heap_trim): Likewise.
16015 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
16017         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
16018         here.  Not...
16019         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
16020         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
16022 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
16024         * sysdeps/i386/elf/Makefile: New file.
16026 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
16028         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
16029         from fanotify_init.
16030         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
16031         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
16033 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
16035         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
16036         of strncasecmp_l.
16037         * sysdeps/multiarch/strcmp.S: Likewise.
16039 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
16041         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
16042         strncase_l-nonascii.
16043         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
16044         Add strncase_l-ssse3.
16045         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
16046         * sysdeps/x86_64/strcmp.S: Likewise.
16047         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
16048         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
16049         * sysdeps/x86_64/strncase.S: New file.
16050         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
16051         * sysdeps/x86_64/strncase_l.S: New file.
16052         * string/Makefile (strop-tests): Add strncasecmp.
16053         * string/test-strncasecmp.c: New file.
16055         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
16056         warning.
16058         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
16059         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
16061 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
16063         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
16065 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
16067         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
16068         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
16069         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
16071 2010-05-01  Alan Modra  <amodra@gmail.com>
16073         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
16074         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
16075         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
16076         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
16077         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
16078         tidying.  Don't tail-call __sigjmp_save for static lib.
16079         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
16080         save location.
16081         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
16082         (CALL_MCOUNT): Add eh info, and nop after bl.
16083         (TAIL_CALL_SYSCALL_ERROR): New macro.
16084         (PSEUDO_RET): Use it.
16085         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
16086         Correct save location of integer regs and cr.
16087         (_dl_profile_resolve): Correct cr save location.  Delete nops
16088         after bl when SHARED.  Reduce cfi size a little by better
16089         placement of cfi directives.
16090         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
16091         make a stack frame.  Instead use parm save area as a temp.
16092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
16093         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
16094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
16095         Don't make a stack frame for parent, use parm save area.
16096         Increase child stack frame to 112 bytes.  Don't save unused reg,
16097         and adjust reg usage.  Set up cfi on error recovery and
16098         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
16099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
16100         (__makecontext): Add dummy nop after jump to exit.
16101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
16102         Use correct parm save area and cr save, reduce stack frame.
16103         Correct cfi for possible PSEUDO_RET frame setup.
16104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
16105         Branch to local label emitted by PSEUDO_RET rather than
16106         __syscall_error.
16108 2010-08-12  Andreas Schwab  <schwab@redhat.com>
16110         [BZ #11904]
16111         * locale/programs/locale.c (print_assignment): New function.
16112         (show_locale_vars): Use it.
16114 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
16116         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
16117         field.
16118         (struct statfs64): Likewise.
16119         (_STATFS_F_FLAGS): Define.
16120         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
16121         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
16122         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
16123         (ST_VALID): Define locally.
16124         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
16125         __statvfs_getflags, use the provided value.
16126         * sysdeps/unix/sysv/linux/kernel-features.h: Define
16127         __ASSUME_STATFS_F_FLAGS.
16129         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
16131         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
16132         Add sys/fanotify.h.
16133         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
16134         fanotify_mask for GLIBC_2.13.
16135         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
16136         fanotify_init and fanotify_mark.
16137         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
16138         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
16140         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
16141         Add prlimit.
16142         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
16143         prlimit64 for GLIBC_2.13.
16144         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
16145         prlimit64.
16146         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
16147         syscall.
16148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
16149         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
16150         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
16151         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
16152         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
16153         add prlimit alias.
16154         * sysdeps/unix/sysv/linux/prlimit.c: New file.
16156         [BZ #11903]
16157         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
16158         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
16160         * nss/Makefile: Add rules to build and run tst-nss-test1.
16161         * shlib-versions: Add entry for libnss_test1.
16162         * nss/nss_test1.c: New file.
16163         * nss/tst-nss-test1.c: New file.
16165         * nss/nsswitch.c (__nss_database_custom): Define new variable.
16166         (__nss_configure_lookup): Set appropriate entry in
16167         __nss_configure_lookup to true.
16168         * nss/nsswitch.h: Define enum with indeces of databases in
16169         databases and __nss_database_custom arrays.  Declare
16170         __nss_database_custom.
16171         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
16172         to avoid using nscd when custom rules are installed.
16173         * nss/getXXbyYY_r.c: Likewise.
16174         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16176         * nss/nss_files/files-parse.c: Whitespace fixes.
16178 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
16180         [BZ #11883]
16181         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
16182         * posix/fnmatch_loop.c: Likewise.
16184 2010-07-17  Andi Kleen  <ak@linux.intel.com>
16186         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
16187         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
16188         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
16189         * Versions.def [GLIBC_2.13]: Add.
16191 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
16193         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
16194         Also fail if tpwd after pwuid call is NULL.
16196 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16198         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
16199         when converting to ms.
16201 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16203         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
16204         EOPNOTSUPP errors with ENOTTY.
16205         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
16206         EOPNOTSUPP errors with ENOTTY.
16208 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
16210         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
16211         Add strcasecmp_l-ssse3.
16212         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
16213         strcasecmp.
16214         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
16215         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
16216         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
16218 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
16220         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
16222         * string/Makefile (strop-tests): Add strcasecmp.
16223         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
16224         strcasecmp_l-nonascii.
16225         (gen-as-const-headers): Add locale-defines.sym.
16226         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
16227         * sysdeps/x86_64/strcasecmp.S: New file.
16228         * sysdeps/x86_64/strcasecmp_l.S: New file.
16229         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
16230         * sysdeps/x86_64/locale-defines.sym: New file.
16231         * string/test-strcasecmp.c: New file.
16233         * string/test-strcasestr.c: Test both ends of the range of characters.
16234         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
16236 2010-07-29  Roland McGrath  <roland@redhat.com>
16238         [BZ #11856]
16239         * manual/locale.texi (Yes-or-No Questions): Fix example code.
16241 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
16243         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
16244         for ld.so.
16246 2010-07-27  Andreas Schwab  <schwab@redhat.com>
16248         * manual/memory.texi (Malloc Tunable Parameters): Document
16249         M_PERTURB.
16251 2010-07-26  Roland McGrath  <roland@redhat.com>
16253         [BZ #11840]
16254         * configure.in (-fgnu89-inline check): Set and substitute
16255         gnu89_inline, not libc_cv_gnu89_inline.
16256         * configure: Regenerated.
16257         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
16259 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
16261         * string/test-strnlen.c: New file.
16262         * string/Makefile (strop-tests): Add strnlen.
16263         * string/tester.c (test_strnlen): Add a few more test cases.
16264         * string/tst-strlen.c: Better error reporting.
16266         * sysdeps/x86_64/strnlen.S: New file.
16268 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
16270         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
16271         lower-latency instructions.
16273 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
16275         * string/test-strcasestr.c: New file.
16276         * string/test-strstr.c: New file.
16277         * string/Makefile (strop-tests): Add strstr and strcasestr.
16278         * string/str-two-way.h: Don't undefine MAX.
16279         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
16281 2010-07-21  Andreas Schwab  <schwab@redhat.com>
16283         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
16284         strcasestr-nonascii.
16285         (CFLAGS-strcasestr-nonascii.c): Define.
16286         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
16287         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
16288         Remove unused attribute.
16290 2010-07-20  Roland McGrath  <roland@redhat.com>
16292         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
16293         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
16294         ld.so.cache was broken.  With it, there is no way to disable dsocaps
16295         like LD_HWCAP_MASK can disable hwcaps.
16297 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
16299         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
16301 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
16303         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
16304         call in strcasestr.
16305         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
16306         __strcasestr_sse42_nonascii.
16307         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
16308         strcasestr-nonascii.c.
16309         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
16311 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
16313         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
16314         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
16315         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
16316         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
16318 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
16320         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
16321         fcntl.
16323 2010-07-06  Andreas Schwab  <schwab@redhat.com>
16325         [BZ #11577]
16326         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
16327         dl_signal_cerror.
16329 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
16331         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
16332         _PC_PIPE_BUF using F_GETPIPE_SZ.
16334 2010-07-05  Roland McGrath  <roland@redhat.com>
16336         * manual/arith.texi (Rounding Functions): Fix rint description
16337         implicit in round description.
16339 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
16341         * elf/Makefile: Fix linking for a few tests to make recent linker
16342         happy.
16344 2010-06-30  Andreas Schwab  <schwab@redhat.com>
16346         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
16347         $(common-objpfx)libc_nonshared.a.
16349 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
16351         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
16352         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
16353         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
16354         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
16355         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
16356         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
16357         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
16358         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
16359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
16360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
16361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
16362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
16363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
16364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
16365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
16366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
16367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
16368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
16369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
16370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
16371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
16372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
16373         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
16374         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
16375         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
16376         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
16377         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
16378         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
16379         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
16380         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
16381         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
16382         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
16383         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
16384         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
16385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
16386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
16387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
16388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
16389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
16390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
16391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
16392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
16393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
16394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
16395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
16396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
16397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
16398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
16400 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
16402         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
16403         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
16404         * string/memmove.c (memmove): Renamed to ...
16405         (MEMMOVE): ...this.  Default to memmove.
16406         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
16407         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
16408         (END_CHK): Define.
16409         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
16410         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
16411         mempcpy-ssse3-back memmove-ssse3-back.
16412         * sysdeps/x86_64/multiarch/bcopy.S: New file .
16413         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
16414         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
16415         * sysdeps/x86_64/multiarch/memcpy.S: New file.
16416         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
16417         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
16418         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
16419         * sysdeps/x86_64/multiarch/memmove.c: New file.
16420         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
16421         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
16422         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
16423         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
16424         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
16425         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
16426         Define.
16427         (index_Fast_Copy_Backward): Define.
16428         (HAS_ARCH_FEATURE): Define.
16429         (HAS_FAST_REP_STRING): Define.
16430         (HAS_FAST_COPY_BACKWARD): Define.
16432 2010-06-21  Andreas Schwab  <schwab@redhat.com>
16434         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
16435         Restore proper fallback handling.
16437 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
16439         [BZ #11701]
16440         * posix/group_member.c (__group_member): Correct checking loop.
16442         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
16443         OOM in getpwuid_r correctly.  Return error number when the caller
16444         should return, otherwise -1.
16445         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
16446         call returning > 0 value.
16447         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
16449 2010-06-07  Andreas Schwab  <schwab@redhat.com>
16451         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
16452         libc_nonshared.a from targets in modules-names.
16454 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
16456         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
16457         requires it.
16459 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
16461         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
16462         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
16463         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
16464         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
16466 2010-06-02  Andreas Schwab  <schwab@redhat.com>
16468         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
16470 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
16472         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
16473         and F_GETPIPE_SZ.
16474         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
16475         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
16476         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
16477         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
16478         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
16479         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
16481 2010-06-14  Roland McGrath  <roland@redhat.com>
16483         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
16485 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
16487         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
16488         __REDIRECT followed by __THROW.
16489         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
16490         * posix/getopt.h (getopt): Likewise.
16492 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
16494         * hurd/lookup-at.c (__file_name_lookup_at): Accept
16495         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
16496         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
16497         in AT_FLAGS.
16498         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
16499         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
16501 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
16503         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
16505 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
16507         [BZ #11640]
16508         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
16509         Properly check family and model.
16511 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
16513         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
16515 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
16517         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
16519 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
16521         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
16522         symbol reference.
16524 2010-05-19  Andreas Schwab  <schwab@redhat.com>
16526         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
16527         symbol reference.
16529 2010-05-21  Andreas Schwab  <schwab@redhat.com>
16531         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
16532         and internal_recvmmsg.
16533         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
16534         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
16535         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
16536         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
16538         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
16539         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
16540         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
16542 2010-05-20  Andreas Schwab  <schwab@redhat.com>
16544         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
16546 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
16548         POWER7 optimizations.
16549         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
16550         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
16552 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
16554         * version.h: Update for 2.13 development version.
16556 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
16558         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
16559         exceptions.  Return 0.
16561 2010-05-07  Roland McGrath  <roland@redhat.com>
16563         * elf/ldconfig.c (main): Add a const.
16565 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
16567         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
16568         (args_options): Add no-idn option.
16569         (ahosts_keys_int): Add idn_flags to ai_flags.
16570         (parse_option): Handle 'i' option to clear idn_flags.
16572         * malloc/malloc.c (_int_free): Possible race in the most recently
16573         added check.  Only act on the data if no current modification
16574         happened.
16576 See ChangeLog.17 for earlier changes.