Avoid -Wconversion warning for htons
[jlayton/glibc.git] / ChangeLog
1 2012-06-21  Andreas Jaeger  <aj@suse.de>
2
3         [BZ #12194]
4         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
5         warning.
6         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
7         * bits/byteswap-16.h (__bswap_16): Likewise.
8         * bits/byteswap.h (__bswap_constant_16): Likewise.
9
10 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
11
12         [BZ #14117]
13         * sysdeps/i386/fpu_control.h: Removed.
14         * sysdeps/x86_64/fpu_control.h: Moved to ...
15         * sysdeps/x86/fpu_control.h: Here.
16
17         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
18         (_FPU_SETCW): Likewise.
19
20 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
21
22         [BZ #14117]
23         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
24         * sysdeps/x86/fpu/bits/mathinline.h: This.
25         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
26
27         [BZ #14050]
28         [BZ #14117]
29         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
30         functions if __x86_64__ is defined.
31
32 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
33
34         * string/endian.h: Add !__ASSEMBLER__ condition for including
35         conversion interfaces.
36
37 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
38
39         [BZ #14241]
40         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
41         of ABS(x) in calculating zero to negative powers other than odd
42         integers.
43         * math/libm-test.inc (pow_test): Add more tests.
44
45 2012-06-15  Andreas Jaeger  <aj@suse.de>
46
47         * manual/contrib.texi (Contributors): Update entry of Liubov
48         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
49         Machado Filho.
50
51 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
52
53         * string/string.h: Add __wur to GNU version of strerror_r.
54
55 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
56
57         [BZ #14229]
58         * string/Makefile (tests): Add tst-strtok_r.
59         * string/tst-strtok_r.c: New file.
60         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
61         RAX_LP/RDX_LP on SAVE_PTR.
62
63 2012-06-14  Roland McGrath  <roland@hack.frob.com>
64
65         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
66
67 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
68
69         * libm_test.inc (csqrt_test): Allow more spurious underflow
70         exceptions.
71         (j0_test): Likewise.
72         (j1_test): Likewise.
73         (y0_test): Likewise.
74         (y1_test): Likewise.
75
76 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
77
78         * po/Makefile (libc.pot): Use UTF-8 charset.
79
80 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
81
82         [BZ #14210]
83         Suppress sign-conversion warning from FD_SET.
84         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
85         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
86         not unsigned long int.
87         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
88
89 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
90
91         [BZ #14050]
92         [BZ #14117]
93         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
94         __extern_always_inline instead of __extern_inline.
95         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
96         (__signbit): Likewise.
97         (__signbitl): Support C++ namespace.
98         (lrintf): New inline function.
99         (lrint): Likewise.
100         (llrintf): Likewise.
101         (llrint): Likewise.
102         (fmaxf): Likewise.
103         (fmax): Likewise.
104         (fminf): Likewise.
105         (fmin): Likewise.
106         (rint): Likewise.
107         (rintf): Likewise.
108         (ceil): Likewise.
109         (ceilf): Likewise.
110         (floor): Likewise.
111         (floorf): Likewise.
112         (nearbyint): Likewise.
113         (nearbyintf): Likewise.
114
115 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
116
117         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
118         non-default versions.
119
120 2012-06-11  Roland McGrath  <roland@hack.frob.com>
121
122         [BZ #14218]
123         * manual/argp.texi (Argp): Reword argp_parse description slightly.
124
125 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
126
127         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
128         (FE_UPWARD, FE_DOWNWARD): Don't define.
129         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
130         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
131
132         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
133         reading it.
134         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
135         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
136
137 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
138
139         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
140         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
141         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
142         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
143
144 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
145
146         [BZ #14117]
147         * sysdeps/i386/fpu/bits/fenv.h: Removed.
148         * sysdeps/i386/fpu/Implies: New file.
149         * sysdeps/x86_64/fpu/Implies: Likewise.
150         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
151         * sysdeps/x86/fpu/bits/fenv.h: This.
152
153         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
154         __SSE_MATH__.
155
156 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
157
158         [BZ #14134]
159         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
160         character 0xffff that matches the last element of the
161         conversion table.
162
163 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
164
165         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
166         fmodl commit.
167
168 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
169
170         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
171         values higher than 25.6283.
172
173 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
174
175         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
176         subnormal exponent extraction and add some __builtin_expect.
177         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
178         Fix for subnormal mantissa calculation.
179
180 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
181
182         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
183         cpu2 is -1 and errno is not ENOSYS.
184
185 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
186
187         [BZ #14117]
188         * sysdeps/i386/i486/bits/string.h: Renamed to ...
189         * sysdeps/x86/bits/string.h: This.
190         * sysdeps/x86_64/bits/string.h: Removed.
191
192         * sysdeps/i386/i486/bits/string.h: Define inline functions only
193         if not compiling for x86-64, but compiling for >= i486.
194
195         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
196         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
197
198         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
199         New macro from Linux kernel 3.4.0.
200         (FP_XSTATE_MAGIC2): Likewise.
201         (FP_XSTATE_MAGIC2_SIZE): Likewise.
202         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
203         (struct _fpx_sw_bytes): New struct.
204         (struct _xsave_hdr): Likewise.
205         (struct _ymmh_state): Likewise.
206         (struct _xstate): Likewise.
207
208         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
209         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
210         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
211         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
212         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
213         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
214
215         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
216         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
217         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
218         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
219         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
220         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
221
222 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
223
224         [BZ #13743]
225         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
226         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
227         (sysdep_headers): Include sys/platform/ppc.h.
228         * sysdeps/powerpc/test-gettimebase.c: Test for
229         __ppc_get_timebase() to catch future ISA opcode/insn changes.
230         * manual/Makefile (appendices): Include platform.texi.
231         * manual/contrib.texi (Contributors): Update @node pointers.
232         * manual/maint.texi (Maintenance): Likewise.
233         (Platform): New node.
234         * manual/platform.texi: New file.  Document the new features.
235
236 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
237             Jakub Jelinek  <jakub@redhat.com>
238
239         [BZ #14188]
240         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
241         where __builtin_expect is unavailable.
242
243 2012-06-03  David S. Miller  <davem@davemloft.net>
244
245         * stdlib/longlong.h: Updated from GCC.
246
247 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
248
249         [BZ #14042]
250         * sysdeps/powerpc/powerpc32/mcount.c: New file.
251         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
252         __mcount_internal.
253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
254         (GLIBC_2.16): Likewise.
255
256 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
257
258         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
259
260 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
261
262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
263         (default-abi): New variable.
264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
265         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
266         variable.
267         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
268         Likewise.
269         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
270         Likewise.
271         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
272         Likewise.
273
274         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
275         definition.  Document in comment.
276
277 2012-06-01  David S. Miller  <davem@davemloft.net>
278
279         * stdlib/longlong.h: Updated from GCC.
280
281 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
282
283         [BZ #14117]
284         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
285         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
286         sys/debugreg.h sys/io.h here.
287         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
288         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
289         sys/io.h.
290         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
291         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
292         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
293         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
294         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
295         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
296
297         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
298         Define only if __x86_64__ is defined.
299
300 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
301
302         [BZ #14048]
303         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
304         Use int64_t for variable i.
305         * math/libm-test.inc (fmod_test): Add more tests.
306
307         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
308         z computation is not scheduled after fetestexcept.
309         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
310         Use math_force_eval instead of asm to ensure calculation scheduled
311         before exception test.
312         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
313         Ensure a1 + u.d computation is not scheduled after fetestexcept.
314
315 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
316
317         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
318         computation is not scheduled after fetestexcept.
319
320 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
321
322         [BZ #14117]
323         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
324         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
325
326 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
327
328         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
329         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
330
331 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
332
333         [BZ #14117]
334         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
335         <bits/wordsize.h>.
336         (__WCHAR_MIN): Support __WORDSIZE == 64.
337         (__WCHAR_MAX): Likewise.
338
339         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
340         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
341
342         [BZ #14183]
343         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
344         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
345
346         [BZ #14117]
347         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
348         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
349
350         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
351         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
352
353         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
354         Defined to 1 if __x86_64__ isn't defined.
355         (_STAT_VER_LINUX_OLD): New.
356         (st_atime): Remove duplicate.
357         (st_mtime): Likewise.
358         (st_ctime): Likewise.
359
360 2012-05-31  David S. Miller  <davem@davemloft.net>
361
362         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
363         entries.
364
365 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
366
367         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
368         gen-libm-test.pl.
369
370         [BZ #14132]
371         * elf/dl-reloc.c: Include <_itoa.h>.
372         (_dl_reloc_bad_type): Remove use of INTUSE.
373         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
374         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
375         * stdio-common/psiginfo.c (psiginfo): Likewise.
376         * stdio-common/psignal.c (psignal): Likewise.
377         * string/strsignal.c (strsignal): Likewise.
378         * include/signal.h (_sys_siglist): Declare hidden proto.
379         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
380         INTVARDEF with libc_hidden_data_def.
381         * stdio-common/itoa-udigits.c: Likewise.
382         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
383         (_itoa_lower_digits_internal): Remove declaration.
384         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
385         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
386         (_sys_sigabbrev_internal): Remove aliases.
387         (_sys_siglist): Define hidden alias.
388
389 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
390
391         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
392         bits/sysctl.h.
393
394 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
395
396         [BZ #14117]
397         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
398         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
399
400         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
401         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
402         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
403         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
404         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
405         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
406
407         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
408         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
409         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
410
411         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
412         with __addr.
413         (insw): Likewise.
414         (insl): Likewise.
415         (outsb): Likewise.
416         (outsw): Likewise.
417         (outsl): Likewise.
418
419         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
420         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
421         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
422
423         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
424         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
425         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
426         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
427         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
428         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
429
430         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
431         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
432
433         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
434         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
435
436         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
437         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
438         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
439
440         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
441         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
442         to ...
443         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
444
445         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
446         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
447         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
448
449         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
450         for x86-64.
451         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
452
453 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
454
455         * math/math.h (M_El): Use two more decimal places.
456         (M_LOG2El): Likewise.
457         (M_LOG10El): Likewise.
458         (M_LN2l): Likewise.
459         (M_LN10l): Likewise.
460         (M_PIl): Likewise.
461         (M_PI_2l): Likewise.
462         (M_PI_4l): Likewise.
463         (M_1_PIl): Likewise.
464         (M_2_PIl): Likewise.
465         (M_2_SQRTPIl): Likewise.
466         (M_SQRT2l): Likewise.
467         (M_SQRT1_2l): Likewise.
468
469 2012-05-31  David S. Miller  <davem@davemloft.net>
470
471         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
472         values between float registers.
473         * sysdeps/sparc/sparc64/memset.S: Likewise.
474         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
475
476 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
477
478         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
479         -D_FORTIFY_SOURCE=1.
480         (CPPFLAGS-tst-longjmp_chk.c): Define.
481         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
482         (CPPFLAGS-tst-longjmp_chk2.c): Define.
483         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
484         CFLAGS-tst-wchar-h.c.
485
486 2012-05-31  Marek Polacek  <polacek@redhat.com>
487
488         [BZ #14132]
489         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
490         __endmntent_internal): Remove declaration.
491         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
492         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
493         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
494
495 2012-05-30  David S. Miller  <davem@davemloft.net>
496
497         * sysdeps/sparc/sparc32/soft-fp/q_util.c
498         (___Q_simulate_exceptions): Use real FP ops rather than writing
499         into the %fsr.
500         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
501         Likewise.
502
503 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
504
505         [BZ #14117]
506         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
507         * sysdeps/x86/bits/xtitypes.h: This.
508
509         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
510         * sysdeps/x86/bits/wordsize.h: This.
511
512         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
513         * sysdeps/x86/bits/huge_vall.h: This.
514
515         * sysdeps/i386/bits/select.h: Removed.
516         * sysdeps/x86_64/bits/select.h: Renamed to ...
517         * sysdeps/x86/bits/select.h: This.
518
519         * sysdeps/i386/bits/setjmp.h: Removed.
520         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
521         * sysdeps/x86/bits/setjmp.h: This.
522
523         * sysdeps/i386/bits/mathdef.h: Removed.
524         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
525         * sysdeps/x86/bits/mathdef.h: This.
526
527 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
528
529         [BZ #14132]
530         * include/sys/socket.h (__connect_internal)
531         (__libc_sa_len_internal): Remove declaration.
532         (__connect, __libc_sa_len): Declare hidden_proto.
533         (SA_LEN): Remove use of INTUSE.
534         * socket/connect.c: Add libc_hidden_def.
535         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
536         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
537         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
538         alias.
539         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
540         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
541         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
542         of adding _internal alias.
543
544 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
545
546         [BZ #14117]
547         * sysdeps/i386/bits/link.h: Removed.
548         * sysdeps/i386/bits/linkmap.h: Likewise.
549         * sysdeps/x86_64/bits/link.h: Renamed to ...
550         * sysdeps/x86/bits/link.h: This.
551         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
552         * sysdeps/x86/bits/linkmap.h: This.
553
554         * sysdeps/i386/bits/endian.h: Removed.
555         * sysdeps/x86_64/bits/endian.h: Renamed to ...
556         * sysdeps/x86/bits/endian.h: This.
557
558         * sysdeps/i386/bits/byteswap.h: Removed.
559         * sysdeps/i386/bits/byteswap-16.h: Likewise.
560         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
561         * sysdeps/x86/bits/byteswap.h: This.
562         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
563         * sysdeps/x86/bits/byteswap-16.h: This.
564         * sysdeps/i386/Implies: Add x86.
565         * sysdeps/x86_64/Implies: Likewise.
566
567 2012-05-30  David S. Miller  <davem@davemloft.net>
568
569         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
570         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
571         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
572         (FP_TRAPPING_EXCEPTIONS): Define.
573         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
574         (FP_TRAPPING_EXCEPTIONS): Define.
575         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
576         subnormals only when inexact has been signalled or underflow
577         exceptions are enabled.
578         (_FP_PACK_CANONICAL): Likewise.
579
580 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
581
582         [BZ #14183]
583         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
584         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
585
586 2012-05-30  Richard Henderson  <rth@twiddle.net>
587
588         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
589         with #ifndef NOT_IN_libc.
590
591         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
592         marked to avoid plt entry.
593
594 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
595
596         [BZ #14112]
597         * Makeconfig (default-abi): New macro.
598         (abi-includes): Likewise.
599         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
600         $(abi-$(default-abi)-lib-soname) for soname if defined.
601         ($(common-objpfx)gnu/lib-names.stmp): Generate from
602         abi-variants.
603         * Makefile (installed-stubs): Likewise.
604         * include/stubs-biarch.h: Removed.
605         * scripts/lib-names.awk: Only handle one library at a time.
606         * scripts/soversions.awk: Remove WORDSIZE support.
607         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
608         entries.
609         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
610         Removed.
611         (syscall-list-default-condition): Likewise.
612         (syscall-list-default-condition): Likewise.
613         (syscall-list-includes): Likewise.
614         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
615         syscall-list-* with abi-*.  Handle undefined abi-variants.
616         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
617         * sysdeps/unix/sysv/linux/i386/Implies: New file.
618         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
619         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
620         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
621         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
622         Removed.
623         (syscall-list-32-options): Likewise.
624         (syscall-list-32-condition): Likewise.
625         (syscall-list-64-options): Likewise.
626         (syscall-list-64-condition): Likewise.
627         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
628         macro.
629         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
630         Renamed to ...
631         (abi-*): This.
632         (abi-64-ld-soname): New macro.
633         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
634         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
635         Renamed to ...
636         (abi-*): This.
637         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
638         * sysdeps/x86_64/x32/shlib-versions: Likewise.
639
640 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
641
642         * sysdeps/unix/sysv/linux/kernel-features.h
643         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
644         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
645         include <kernel-features.h>.
646         [!__NR_ftruncate64]: Remove conditional code.
647         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
648         [__NR_ftruncate64]: Make code unconditional.
649         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
650         * sysdeps/unix/sysv/linux/truncate64.c: Do not
651         include <kernel-features.h>.
652         [!__NR_ftruncate64]: Remove conditional code.
653         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
654         [__NR_ftruncate64]: Make code unconditional.
655         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
656         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
657         include <kernel-features.h>.
658         [!__NR_ftruncate64]: Remove conditional code.
659         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
660         [__NR_ftruncate64]: Make code unconditional.
661         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
662         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
663         include <kernel-features.h>.
664         [!__NR_ftruncate64]: Remove conditional code.
665         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
666         [__NR_ftruncate64]: Make code unconditional.
667         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
668
669         * configure.in (libc_cv_fpie): Weaken to a compile test using
670         LIBC_TRY_CC_OPTION.
671         * configure: Regenerated.
672
673 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
674
675         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
676         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
677         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
678         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
679         Refreshed.
680         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
681         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
682         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
683         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
684         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
685         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
686         Refreshed.
687
688 2012-05-27  David S. Miller  <davem@davemloft.net>
689
690         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
691         (___Q_zero): New.
692         (__Q_simulate_exceptions): Return void.  Change to simulate
693         exceptions by writing into the %fsr.
694         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
695         (__Qp_handle_exceptions): Likewise.
696         (numbers): Delete.
697         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
698         __Qp_handle_exceptions.
699         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
700         __Qp_handle_exceptions.
701         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
702         as unused and give dummy FP_RND_NEAREST initializer.
703         (FP_INHIBIT_RESULTS): Define.
704         (___Q_simulate_exceptions): Update declaration.
705         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
706         formatting.
707         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
708         as unused and give dummy FP_RND_NEAREST initializer.
709         (__Qp_handle_exceptions): Update declaration.
710         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
711         formatting.
712
713 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
714
715         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
716         the temporary FPU control word.
717         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
718         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
719         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
720         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
721         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
722         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
723         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
724         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
725         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
726         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
727         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
728
729 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
730
731         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
732         fields.
733
734 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
735
736         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
737         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
738         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
739         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
740         Likewise.
741         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
742         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
743         Likewise.
744
745 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
746
747         * po/h.po: Update from translation team.
748
749 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
750
751         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
752
753         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
754         handling of denormals.
755         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
756         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
757         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
758         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
759         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
760         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
761         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
762         Likewise.
763
764 2012-05-26  Marek Polacek  <polacek@redhat.com>
765
766         [BZ #14152]
767         * math/libm-test.inc (fma_test): Don't always expect underflow
768         exception.
769
770 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
771
772         [BZ #12416]
773         * elf/tst-execstack.c: Include stackinfo.h.
774         (do_test): Adjust test case to ensure that pthread_getattr_np
775         behaviour remains the same after marking stack executable.
776
777 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
778
779         * sysdeps/unix/sysv/linux/kernel-features.h
780         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
781         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
782         kernel-features.h.
783         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
784         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
785         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
786         kernel-features.h.
787         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
788         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
789
790 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
791
792         * configure.in: Define the default includes to being none.
793         * configure: Regenerated.
794
795 2012-05-25  Roland McGrath  <roland@hack.frob.com>
796
797         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
798         * sysdeps/x86_64/setjmp.S: Likewise.
799         * sysdeps/i386/bsd-setjmp.S: Likewise.
800         * sysdeps/i386/bsd-_setjmp.S: Likewise.
801         * sysdeps/i386/setjmp.S: Likewise.
802         * sysdeps/i386/__longjmp.S: Likewise.
803         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
804         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
805
806         * include/stap-probe.h: New file.
807         * configure.in: Handle --enable-systemtap.
808         * configure: Regenerated.
809         * config.h.in (USE_STAP_PROBE): New #undef.
810         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
811         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
812         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
813
814 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
815
816         [BZ #13717]
817         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
818         to 2.4.0 where earlier.
819         * sysdeps/unix/sysv/linux/configure: Regenerated.
820         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
821         <kernel-features.h>.
822         [__ASSUME_32BITUIDS]: Make code unconditional.
823         [!__ASSUME_32BITUIDS]: Remove conditional code.
824         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
825         <kernel-features.h>.
826         [__ASSUME_32BITUIDS]: Make code unconditional.
827         [!__ASSUME_32BITUIDS]: Remove conditional code.
828         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
829         [__ASSUME_32BITUIDS]: Make code unconditional.
830         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
831         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
832         <kernel-features.h>.
833         [__ASSUME_32BITUIDS]: Make code unconditional.
834         [!__ASSUME_32BITUIDS]: Remove conditional code.
835         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
836         <kernel-features.h>.
837         [__ASSUME_32BITUIDS]: Make code unconditional.
838         [!__ASSUME_32BITUIDS]: Remove conditional code.
839         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
840         <kernel-features.h>.
841         [__ASSUME_32BITUIDS]: Make code unconditional.
842         [!__ASSUME_32BITUIDS]: Remove conditional code.
843         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
844         <kernel-features.h>.
845         [__ASSUME_32BITUIDS]: Make code unconditional.
846         [!__ASSUME_32BITUIDS]: Remove conditional code.
847         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
848         <kernel-features.h>.
849         [__ASSUME_32BITUIDS]: Make code unconditional.
850         [!__ASSUME_32BITUIDS]: Remove conditional code.
851         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
852         <kernel-features.h>.
853         [__ASSUME_32BITUIDS]: Make code unconditional.
854         [!__ASSUME_32BITUIDS]: Remove conditional code.
855         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
856         <kernel-features.h>.
857         [__ASSUME_32BITUIDS]: Make code unconditional.
858         [!__ASSUME_32BITUIDS]: Remove conditional code.
859         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
860         <kernel-features.h>.
861         [__ASSUME_32BITUIDS]: Make code unconditional.
862         [!__ASSUME_32BITUIDS]: Remove conditional code.
863         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
864         <kernel-features.h>.
865         [__ASSUME_32BITUIDS]: Make code unconditional.
866         [!__ASSUME_32BITUIDS]: Remove conditional code.
867         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
868         <kernel-features.h>.
869         [__ASSUME_32BITUIDS]: Make code unconditional.
870         [!__ASSUME_32BITUIDS]: Remove conditional code.
871         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
872         <kernel-features.h>.
873         [__NR_setresgid] (__setresgid): Do not declare.
874         [__ASSUME_32BITUIDS]: Make code unconditional.
875         [!__ASSUME_32BITUIDS]: Remove conditional code.
876         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
877         <kernel-features.h>.
878         [__NR_setresuid] (__setresuid): Do not declare.
879         [__ASSUME_32BITUIDS]: Make code unconditional.
880         [!__ASSUME_32BITUIDS]: Remove conditional code.
881         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
882         <kernel-features.h>.
883         [__ASSUME_32BITUIDS]: Make code unconditional.
884         [!__ASSUME_32BITUIDS]: Remove conditional code.
885         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
886         <kernel-features.h>.
887         [__ASSUME_32BITUIDS]: Make code unconditional.
888         [!__ASSUME_32BITUIDS]: Remove conditional code.
889         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
890         <kernel-features.h>.
891         [__ASSUME_32BITUIDS]: Make code unconditional.
892         [!__ASSUME_32BITUIDS]: Remove conditional code.
893         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
894         <kernel-features.h>.
895         [__ASSUME_32BITUIDS]: Make code unconditional.
896         [!__ASSUME_32BITUIDS]: Remove conditional code.
897         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
898         <kernel-features.h>.
899         [__ASSUME_32BITUIDS]: Make code unconditional.
900         [!__ASSUME_32BITUIDS]: Remove conditional code.
901         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
902         <kernel-features.h>.
903         [__ASSUME_32BITUIDS]: Make code unconditional.
904         [!__ASSUME_32BITUIDS]: Remove conditional code.
905         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
906         <kernel-features.h>.
907         [__ASSUME_32BITUIDS]: Make code unconditional.
908         [!__ASSUME_32BITUIDS]: Remove conditional code.
909         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
910         <kernel-features.h>.
911         [__ASSUME_32BITUIDS]: Make code unconditional.
912         [!__ASSUME_32BITUIDS]: Remove conditional code.
913         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
914         <kernel-features.h>.
915         [__ASSUME_32BITUIDS]: Make code unconditional.
916         [!__ASSUME_32BITUIDS]: Remove conditional code.
917         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
918         <kernel-features.h>.
919         [__ASSUME_32BITUIDS]: Make code unconditional.
920         [!__ASSUME_32BITUIDS]: Remove conditional code.
921         * sysdeps/unix/sysv/linux/kernel-features.h
922         (__ASSUME_SETRESUID_SYSCALL): Remove.
923         (__ASSUME_SETRESGID_SYSCALL): Likewise.
924         (__ASSUME_32BITUIDS): Likewise.
925         (__ASSUME_LDT_WORKS): Likewise.
926         (__ASSUME_O_DIRECTORY): Likewise.
927         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
928         architecture but not kernel version.
929         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
930         (__ASSUME_MMAP2_SYSCALL): Likewise.
931         (__ASSUME_STAT64_SYSCALL): Likewise.
932         (__ASSUME_IPC64): Likewise.
933         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
934         <kernel-features.h>.
935         [__ASSUME_32BITUIDS]: Make code unconditional.
936         [!__ASSUME_32BITUIDS]: Remove conditional code.
937         * sysdeps/unix/sysv/linux/opendir.c: Do not include
938         <kernel-features.h>.
939         [__ASSUME_O_DIRECTORY]: Make code unconditional.
940         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
941         132096]: Remove conditional code.
942         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
943         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
944         <kernel-features.h>.
945         [__ASSUME_32BITUIDS]: Make code unconditional.
946         [!__ASSUME_32BITUIDS]: Remove conditional code.
947         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
948         <kernel-features.h>.
949         [__ASSUME_32BITUIDS]: Make code unconditional.
950         [!__ASSUME_32BITUIDS]: Remove conditional code.
951         * sysdeps/unix/sysv/linux/setegid.c: Do not include
952         <kernel-features.h>.
953         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
954         unconditional.
955         (__setresgid): Do not declare.
956         [__ASSUME_32BITUIDS]: Make code unconditional.
957         [!__ASSUME_32BITUIDS]: Remove conditional code.
958         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
959         <kernel-features.h>.
960         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
961         unconditional.
962         (__setresuid): Do not declare.
963         [__ASSUME_32BITUIDS]: Make code unconditional.
964         [!__ASSUME_32BITUIDS]: Remove conditional code.
965         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
966         <kernel-features.h>.
967         [__ASSUME_32BITUIDS]: Make code unconditional.
968         [!__ASSUME_32BITUIDS]: Remove conditional code.
969         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
970         <kernel-features.h>.
971         [__ASSUME_32BITUIDS]: Make code unconditional.
972         [!__ASSUME_32BITUIDS]: Remove conditional code.
973
974 2012-05-25  Richard Henderson  <rth@twiddle.net>
975
976         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
977         dl_hwcap to ifunc resolver.
978         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
979         elf_ifunc_invoke.
980         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
981         dl_hwcap to ifunc resolver.
982         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
983
984 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
985
986         [BZ #14153]
987         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
988         for |x| <= 2**-26, not 2**-57.
989         * math/libm-test.inc (acos_test): Do not allow spurious underflow
990         exception.
991
992 2012-05-24  Jeff Law  <law@redhat.com>
993
994         * stdio-common/Makefile (tests): Add bug25.
995         * stdio-common/bug25.c: New test.
996
997 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
998
999         [BZ #13576]
1000         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
1001         multiple of MALLOC_ALIGNMENT in size.
1002         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
1003
1004 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
1005
1006         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
1007         Require >= 256.
1008         (FILENAME_MAX): Use macro-int-constant.
1009         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
1010         (_IOFBF): Use macro-int-constant.
1011         (_IOLBF): Likewise.
1012         (_IONBF): Likewise.
1013         (SEEK_CUR): Likewise.
1014         (SEEK_END): Likewise.
1015         (SEEK_SET): Likewise.
1016         (TMP_MAX): Likewise.
1017         (EOF): Use macro-int-constant.  Require < 0.
1018         (NULL): Use macro-constant.  Require == 0.
1019         (stdin): Require type to be FILE *.
1020         (stdout): Likewise.
1021         (stderr): Likewise.
1022         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
1023         macro-int-constant.
1024         (EXIT_SUCCESS): Likewise.
1025         (NULL): Use macro-constant.  Require == 0.
1026         (RAND_MAX): Use macro-int-constant.
1027         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
1028         [C99-based standards] (strtof): Require function.
1029         [C99-based standards] (strtold): Likewise.
1030         [C99-based standards] (strtoll): Likewise.
1031         [C99-based standards] (strtoull): Likewise.
1032         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
1033         [ISO || ISO99 || ISO11] (limits.h): Likewise.
1034         [ISO || ISO99 || ISO11] (math.h): Likewise.
1035         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
1036         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
1037         [ISO || ISO99 || ISO11] (*_t): Do not allow.
1038
1039 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
1040
1041         [BZ #14132]
1042         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
1043         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
1044         * intl/dgettext.c (DCGETTEXT): Likewise.
1045         * intl/gettext.c (DCGETTEXT): Likewise.
1046         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
1047         * posix/regex_internal.h (gettext): Likewise.
1048         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
1049         Remove declaration.
1050         * include/argz.h (__argz_count_internal)
1051         (__argz_stringify_internal): Remove declaration.
1052         (__argz_count, __argz_stringify): Declare hidden proto.
1053         * intl/dcgettext.c: Remove use of INTDEF.
1054         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
1055         * string/argz-stringify.c: Likewise.
1056         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
1057         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
1058         Declare hidden proto.
1059         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
1060         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
1061         Declare hidden proto.
1062         * include/stdio.h (__asprintf_internal): Don't declare.
1063         (__asprintf): Don't define as macro.  Declare hidden proto.
1064         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
1065         (__fsetlocking): Declare hidden proto.
1066         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
1067         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
1068         hidden proto.
1069         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
1070         (_IO_setlinebuf): Remove use of INTUSE.
1071         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
1072         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
1073         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
1074         Remove declaration.
1075         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
1076         (_IO_do_flush): Remove use of INTUSE.
1077         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
1078         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
1079         (_IO_adjust_column, _IO_least_wmarker)
1080         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
1081         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
1082         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
1083         (_IO_default_doallocate, _IO_wdefault_doallocate)
1084         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
1085         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
1086         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
1087         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
1088         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
1089         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
1090         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
1091         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
1092         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
1093         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
1094         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
1095         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
1096         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
1097         proto.
1098         (_IO_flush_all_internal, _IO_adjust_column_internal)
1099         (_IO_default_uflow_internal, _IO_default_finish_internal)
1100         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
1101         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
1102         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
1103         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
1104         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
1105         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
1106         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
1107         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
1108         (_IO_file_close_internal, _IO_file_close_it_internal)
1109         (_IO_file_underflow_internal, _IO_file_overflow_internal)
1110         (_IO_file_init_internal, _IO_file_attach_internal)
1111         (_IO_file_fopen_internal, _IO_file_read_internal)
1112         (_IO_file_sync_internal, _IO_file_seek_internal)
1113         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
1114         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
1115         (_IO_str_underflow_internal, _IO_str_overflow_internal)
1116         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
1117         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
1118         (_IO_list_all_internal, _IO_link_in_internal)
1119         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
1120         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
1121         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
1122         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
1123         (_IO_do_write_internal, _IO_padn_internal)
1124         (_IO_getline_info_internal, _IO_getline_internal)
1125         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
1126         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
1127         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
1128         (_IO_vfscanf_internal, _IO_vfprintf_internal)
1129         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
1130         (_IO_init_internal, _IO_un_link_internal): Don't declare.
1131         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
1132         with libc_hidden_ver, remove use of INTUSE.
1133         * libio/genops.c: Likewise.
1134         * libio/freopen.c: Likewise.
1135         * libio/freopen64.c: Likewise.
1136         * libio/iofclose.c: Likewise.
1137         * libio/iofdopen.c: Likewise.
1138         * libio/iofflush.c: Likewise.
1139         * libio/iofflush_u.c: Likewise.
1140         * libio/iofgets.c: Likewise.
1141         * libio/iofgets_u.c: Likewise.
1142         * libio/iofopen.c: Likewise.
1143         * libio/iofopncook.c: Likewise.
1144         * libio/iofread.c: Likewise.
1145         * libio/iofread_u.c: Likewise.
1146         * libio/ioftell.c: Likewise.
1147         * libio/iofwrite.c: Likewise.
1148         * libio/iogetline.c: Likewise.
1149         * libio/iogets.c: Likewise.
1150         * libio/iogetwline.c: Likewise.
1151         * libio/iopadn.c: Likewise.
1152         * libio/iopopen.c: Likewise.
1153         * libio/ioseekoff.c: Likewise.
1154         * libio/ioseekpos.c: Likewise.
1155         * libio/iosetbuffer.c: Likewise.
1156         * libio/iosetvbuf.c: Likewise.
1157         * libio/ioungetc.c: Likewise.
1158         * libio/ioungetwc.c: Likewise.
1159         * libio/iovdprintf.c: Likewise.
1160         * libio/iovsprintf.c: Likewise.
1161         * libio/iovsscanf.c: Likewise.
1162         * libio/memstream.c: Likewise.
1163         * libio/obprintf.c: Likewise.
1164         * libio/oldfileops.c: Likewise.
1165         * libio/oldiofclose.c: Likewise.
1166         * libio/oldiofdopen.c: Likewise.
1167         * libio/oldiofopen.c: Likewise.
1168         * libio/oldiopopen.c: Likewise.
1169         * libio/oldstdfiles.c: Likewise.
1170         * libio/putc.c: Likewise.
1171         * libio/setbuf.c: Likewise.
1172         * libio/setlinebuf.c: Likewise.
1173         * libio/stdfiles.c: Likewise.
1174         * libio/strops.c: Likewise.
1175         * libio/vasprintf.c: Likewise.
1176         * libio/vscanf.c: Likewise.
1177         * libio/vsnprintf.c: Likewise.
1178         * libio/vswprintf.c: Likewise.
1179         * libio/wfiledoalloc.c: Likewise.
1180         * libio/wfileops.c: Likewise.
1181         * libio/wgenops.c: Likewise.
1182         * libio/wmemstream.c: Likewise.
1183         * libio/wstrops.c: Likewise.
1184         * libio/__fpurge.c: Likewise.
1185         * libio/__fsetlocking.c: Likewise.
1186         * assert/assert.c: Likewise.
1187         * debug/fgets_chk.c: Likewise.
1188         * debug/fgets_u_chk.c: Likewise.
1189         * debug/fread_chk.c: Likewise.
1190         * debug/fread_u_chk.c: Likewise.
1191         * debug/gets_chk.c: Likewise.
1192         * debug/obprintf_chk.c: Likewise.
1193         * debug/vasprintf_chk.c: Likewise.
1194         * debug/vdprintf_chk.c: Likewise.
1195         * debug/vsnprintf_chk.c: Likewise.
1196         * debug/vsprintf_chk.c: Likewise.
1197         * malloc/mtrace.c: Likewise.
1198         * misc/error.c: Likewise.
1199         * misc/syslog.c: Likewise.
1200         * stdio-common/asprintf.c: Likewise.
1201         * stdio-common/fxprintf.c: Likewise.
1202         * stdio-common/getw.c: Likewise.
1203         * stdio-common/isoc99_fscanf.c: Likewise.
1204         * stdio-common/isoc99_scanf.c: Likewise.
1205         * stdio-common/isoc99_vfscanf.c: Likewise.
1206         * stdio-common/isoc99_vscanf.c: Likewise.
1207         * stdio-common/isoc99_vsscanf.c: Likewise.
1208         * stdio-common/printf-prs.c: Likewise.
1209         * stdio-common/printf_fp.c: Likewise.
1210         * stdio-common/printf_fphex.c: Likewise.
1211         * stdio-common/printf_size.c: Likewise.
1212         * stdio-common/putw.c: Likewise.
1213         * stdio-common/scanf.c: Likewise.
1214         * stdio-common/sprintf.c: Likewise.
1215         * stdio-common/tmpfile.c: Likewise.
1216         * stdio-common/vfprintf.c: Likewise.
1217         * stdio-common/vfscanf.c: Likewise.
1218         * stdlib/strfmon_l.c: Likewise.
1219         * sunrpc/openchild.c: Likewise.
1220         * sunrpc/xdr_stdio.c: Likewise.
1221         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
1222         * sysdeps/mach/hurd/tmpfile.c: Likewise.
1223
1224 2012-05-24  Roland McGrath  <roland@hack.frob.com>
1225
1226         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
1227
1228         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
1229         in the third column, to generate for the shared library an IFUNC
1230         that uses _dl_vdso_vsym.
1231         * Makerules (COMPILE.c, compile-stdin.c): New variables.
1232         * Makeconfig (object-suffixes-noshared): New variable.
1233
1234         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
1235         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
1236         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
1237         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
1238
1239         [BZ #14132]
1240         * include/sys/time.h (__gettimeofday): Remove macro.
1241         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
1242         * time/gettimeofday.c (__gettimeofday): Remove #undef.
1243         Remove INTDEF.
1244         (__gettimeofday): Add libc_hidden_def.
1245         (gettimeofday): Add libc_hidden_weak.
1246         * sysdeps/mach/gettimeofday.c: Likewise.
1247         * sysdeps/posix/gettimeofday.c: Likewise.
1248         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
1249         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
1250         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
1251         (__gettimeofday_internal): Remove strong_alias.
1252         (__gettimeofday): Add libc_hidden_def.
1253         (gettimeofday): Add libc_hidden_weak.
1254         * sysdeps/unix/syscalls.list (gettimeofday):
1255         Remove __gettimeofday_internal alias.
1256
1257 2012-05-24  Daniel Jacobowitz  <drow@false.org>
1258             H.J. Lu  <hongjiu.lu@intel.com>
1259
1260         [BZ #12495]
1261         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
1262         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
1263         (largebin_index_32_big): New.
1264         (largebin_index): Use it for 16-byte alignment.
1265         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
1266         correction with front_misalign.
1267
1268 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
1269
1270         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
1271         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
1272         Likewise.
1273         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
1274         Likewise.
1275         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
1276         Likewise.
1277         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
1278         Likewise.
1279         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
1280         Likewise.
1281         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
1282         Likewise.
1283         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
1284         Likewise.
1285         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
1286         Likewise.
1287         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
1288         Likewise.
1289         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
1290         Likewise.
1291         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
1292         Likewise.
1293         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
1294         Likewise.
1295
1296         * scripts/data/c++-types-x32-linux-gnu.data: New file.
1297         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
1298
1299 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
1300
1301         [BZ #10846]
1302         [BZ #14036]
1303         * math/libm-test.inc (exp_test): Add test from bug 14036.
1304         (pow_test): Add test from bug 10846.
1305
1306         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
1307         and other flags.
1308         (special_function): Do not include flags in test name.
1309         (parse_args): Likewise.
1310         * sysdeps/i386/fpu/libm-test-ulps: Update.
1311         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
1312         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
1313         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
1314         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1315
1316         * math/gen-libm-test.pl (%beautify): Add entries for underflow
1317         exceptions.
1318         * math/libm-test.inc ("Philosophy"): Update comment about
1319         exception testing.
1320         (UNDERFLOW_EXCEPTION): New macro.
1321         (UNDERFLOW_EXCEPTION_OK): Likewise.
1322         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
1323         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
1324         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
1325         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
1326         (INVALID_EXCEPTION_OK): Update value.
1327         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
1328         (OVERFLOW_EXCEPTION_OK): Likewise.
1329         (IGNORE_ZERO_INF_SIGN): Likewise.
1330         (test_exceptions): Handle underflow exceptions.
1331         (acos_test): Update for underflow exception expectations.
1332         (cexp_test): Likewise.
1333         (clog_test): Likewise.
1334         (clog10_test): Likewise.
1335         (csqrt_test): Likewise.
1336         (ctan_test): Likewise.
1337         (ctanh_test): Likewise.
1338         (exp_test): Likewise.
1339         (exp10_test): Likewise.
1340         (exp2_test): Likewise.
1341         (expm1_test): Likewise.
1342         (fma_test): Likewise.
1343         (j0_test): Likewise.
1344         (jn_test): Likewise.
1345         (nexttoward_test): Likewise.
1346         (pow_test): Likewise.
1347         (scalbn_test): Likewise.
1348         (scalbln_test): Likewise.
1349         (tan_test): Likewise.
1350         (y1_test): Likewise.
1351         * sysdeps/i386/fpu/libm-test-ulps: Update.
1352         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1353
1354 2012-05-23  David S. Miller  <davem@davemloft.net>
1355
1356         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
1357         (__libc_sigaction): Remove unused local variables.
1358
1359 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
1360
1361         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
1362
1363 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
1364
1365         mktime: avoid signed integer overflow
1366         * time/mktime.c (__mktime_internal): Do not mishandle the case
1367         where diff == INT_MIN.
1368
1369         mktime: simplify computation of average
1370         * time/mktime.c (ranged_convert): Use new time_t_avg function
1371         instead of rolling our own (probably-slower) code.
1372
1373         mktime: do not assume signed right shift propagates sign bit
1374         * time/mktime.c (isdst_differ): New static function.
1375         (__mktime_internal): No need to normalize tm_isdst now.
1376         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
1377         tm_isdst values.
1378
1379         mktime: merge another wrapv change from gnulib
1380         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
1381         from some compilers.
1382
1383         mktime: remove incorrect attempt at unusual arithmetics
1384         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
1385         The code didn't really work on such machines anyway.
1386         (TYPE_MINIMUM): Assume two's complement.
1387         (twos_complement_arithmetic): Verify that long_int and time_t
1388         are two's complement (or unsigned, in the latter case).
1389
1390         mktime: check signed shifts on long_int and time_t, too
1391         * time/mktime.c (SHR): Check that shifts work as desired
1392         on the types long_int and time_t too, as SHR is used on
1393         such types.
1394
1395         mktime: do not assume 'long' is wide enough
1396         * time/mktime.c (verify): Move decl up.
1397         (long_int): New type.
1398         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
1399         to remove assumption in the code that 'long' is wide enough to
1400         store year values.  This assumption is not true on x32 and on
1401         some non-glibc platforms.
1402
1403         mktime: merge wrapv change from gnulib
1404         * time/mktime.c (WRAPV): New macro.
1405         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
1406         (guess_time_tm, __mktime_internal): Do not assume that signed
1407         integer overflow wraps around; modern compilers generate code
1408         where this assumption is no longer valid.
1409
1410 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
1411
1412         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
1413         Replace "jmp L(pseudo_end)" with "ret".
1414         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
1415         Likewise.
1416
1417 2012-05-23  Andreas Jaeger  <aj@suse.de>
1418
1419         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
1420         * sysdeps/unix/sysv/linux/poll.c: Remove file.
1421
1422 2012-05-23  Andreas Jaeger  <aj@suse.de>
1423             Maximilian Attems  <max@stro.at>
1424
1425         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
1426         New macros.
1427
1428 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
1429
1430         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
1431         code so that pseudo_end is just ret and the stack pointer is
1432         correct also for static library in error case.
1433
1434 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
1435
1436         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
1437         move to syscalls.list.
1438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
1439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
1440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
1441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
1442
1443         * manual/install.texi (Running make install): Do not mention Linux
1444         kernel version for which pt_chown is not needed.
1445         (Linux): Do not mention problems with nscd with 2.0 kernels.
1446         * INSTALL: Regenerated.
1447
1448 2012-05-23  Andreas Jaeger  <aj@suse.de>
1449
1450         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
1451         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
1452         macro.
1453         * sysdeps/unix/sysv/linux/s390/bits/mman.h
1454         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1455         * sysdeps/unix/sysv/linux/sh/bits/mman.h
1456         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1457         * sysdeps/unix/sysv/linux/i386/bits/mman.h
1458         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1459         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
1460         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1461         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
1462         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1463         * sysdeps/unix/sysv/linux/bits/in.h
1464         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
1465
1466 2012-05-22  Roland McGrath  <roland@hack.frob.com>
1467
1468         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
1469         (PREPARE_VERSION): Just use assert instead, it will be elided
1470         under [NDEBUG] anyway.
1471
1472 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1473
1474         * sysdeps/unix/sysv/linux/Makefile: Include
1475         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
1476         (sysdep_routines): Remove sysctl.
1477         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
1478         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
1479         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
1480         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
1481         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
1482
1483 2012-05-22  Andreas Jaeger  <aj@suse.de>
1484
1485         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
1486         that pseudo_end is just ret and the stack pointer is correct also
1487         for static library in error case.
1488
1489 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1490
1491         [BZ #14122]
1492         * nss/nsswitch.c (defconfig_entries): New variable.
1493         (__nss_database_lookup): Don't leak defconfig entries.
1494         (nss_parse_service_list): Don't leak on error paths.
1495         (free_database_entries): New function.
1496         (free_defconfig): New function.
1497         (free_mem): Move common code to free_database_entries.
1498
1499 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1500
1501         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
1502         Add arch_prctl.
1503         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
1504
1505         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1506         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
1507         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
1508         New macro.
1509         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
1510         (INTERNAL_SYSCALL_TYPES): Likewise.
1511         (LOAD_ARGS_TYPES_[1-6]): Likewise.
1512         (LOAD_REGS_TYPES_[1-6]): Likewise.
1513         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
1514         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
1515
1516 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1517
1518         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
1519         copysignl for GLIBC_2_0.
1520         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
1521         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
1522         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
1523         logbl for GLIBC_2_0.
1524         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1525         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1526
1527 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1528
1529         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
1530         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
1531
1532         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
1533         Use "neg %eax".
1534
1535         * time/mktime.c: Update copyright years.
1536
1537 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
1538
1539         mktime: merge comment-quoting-style change from gnulib
1540         * time/mktime.c: Quote 'like this' in comments.
1541         The GNU coding standards suggest that we no longer quote `like this',
1542         as "`" and "'" are typically rendered asymmetrically nowadays.
1543         The typical gnulib style is to quote 'like this' when quoting
1544         code, and "like this" when quoting English.
1545
1546         * time/mktime.c (compile-command): Add "-I.".
1547
1548         mktime: merge mktime-internal.h change from gnulib
1549         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
1550
1551         mktime: merge time_r change from gnulib
1552         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
1553
1554         mktime: merge DEBUG change from gnulib
1555         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
1556         case system <time.h> has a #define.
1557
1558         mktime: merge <sys/types.h> change from gnulib
1559         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
1560         since <time.t> is now guaranteed to define time_t.
1561
1562         mktime: merge HAVE_CONFIG_H change from gnulib
1563         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
1564
1565 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1566
1567         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
1568         Use "neg %eax".
1569
1570         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
1571         __rlim_t cast.
1572         (struct rusage): Use anonymous union to pad each field to
1573         __syscall_slong_t.
1574
1575 2012-05-21  David S. Miller  <davem@davemloft.net>
1576
1577         * Makefules (o-iterator): Remove .s cases.
1578         (compile-command.s): Delete.
1579         (COMPILE.s): Delete.
1580         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
1581
1582 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
1583
1584         * configure.in (libc_cv_predef_stack_protector): Only consider
1585         "foobar" and "__stack_chk_fail" lines in libc_undefs.
1586         * configure: Regenerated.
1587
1588 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1589
1590         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
1591         New macro.  Use R*LP on int and pointer.
1592         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
1593         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
1594         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
1595         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
1596
1597         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
1598         [__WORDSIZE_TIME64_COMPAT32] instead of
1599         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
1600         (struct utmp): Likewise.
1601         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
1602         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
1603         Renamed to ...
1604         (__WORDSIZE_TIME64_COMPAT32): This.
1605         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
1606         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
1607         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
1608         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
1609         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
1610         (__WORDSIZE_TIME64_COMPAT32): New macro.
1611
1612 2012-05-21  Andreas Jaeger  <aj@suse.de>
1613
1614         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
1615         only if [SHARED]. Add prototype for __wcschr_ia32.
1616
1617 2012-05-21  Roland McGrath  <roland@hack.frob.com>
1618
1619         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
1620         of %rbp unmolested in the jmp_buf while mangling the low bits.
1621         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
1622         unmolested high bits of %rbp while demangling the low bits.
1623         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
1624
1625 2012-05-21  Andreas Jaeger  <aj@suse.de>
1626
1627         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
1628         * sunrpc/svc_simple.c: Use it for registerrpc.
1629         * sunrpc/xcrypt.c: Use it for passwd2des.
1630
1631         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
1632
1633 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1634
1635         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
1636         Don't define if [__SYSCALL_WORDSIZE != 32].
1637         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
1638         New macro.
1639
1640 2012-05-21  Bruno Haible  <bruno@clisp.org>
1641             Andreas Jaeger  <aj@suse.de>
1642
1643         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
1644         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
1645         inptr and inend for must_buffer_ch.
1646         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
1647         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
1648         * stdio-common/Makefile (tests): Remove bug15.
1649         (bug15-ENV): Remove macro.
1650         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
1651         anymore.
1652
1653 2012-05-19  Andreas Jaeger  <aj@suse.de>
1654             Roland McGrath  <roland@hack.frob.com>
1655
1656         * manual/contrib.texi: Completely rewritten. It contains now an
1657         alphabetical list of contributors and their contributions.
1658
1659 2012-05-21  Richard Henderson  <rth@twiddle.net>
1660
1661         * misc/getauxval.c (__getauxval): Use unsigned long int.
1662         * misc/sys/auxv.h: Include <sys/cdefs.h>.
1663         (getauxval): Use unsigned long int.
1664
1665 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1666
1667         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
1668
1669 2012-05-21  Roland McGrath  <roland@hack.frob.com>
1670
1671         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
1672         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
1673         __alignof__ (long double).
1674
1675 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1676
1677         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1678
1679 2012-05-20  Richard Henderson  <rth@twiddle.net>
1680
1681         * misc/getauxval.c: New file.
1682         * misc/sys/auxv.h: New file.
1683         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
1684         (routines): Add getauxval.
1685         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
1686         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
1687         * elf/dl-sysdep.c (_dl_auxv): Remove.
1688         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
1689         * elf/dl-support.c (_dl_auxv): New variable.
1690         (_dl_aux_init): Initialize it.
1691         * manual/startup.texi (Auxiliary Vector): New node.
1692         * sysdeps/generic/bits/hwcap.h: New file.
1693         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
1694         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
1695         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
1696         * sysdeps/sparc/sysdep.h: ... here.  Include it.
1697         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
1698         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
1699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
1700         Update.
1701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
1702         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
1703         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
1704         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
1705         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
1706         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
1707         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
1708         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
1709
1710 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1711
1712         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1713
1714 2012-05-19  David S. Miller  <davem@davemloft.net>
1715
1716         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1717
1718 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
1719
1720         [BZ #14123]
1721         * math/s_ccosh.c: Include <float.h>
1722         (__ccosh): Avoid internal overflow calculating sinh and cosh
1723         values before multiplying by sin and cos values.
1724         * math/s_ccoshf.c: Likewise.
1725         * math/s_ccoshl.c: Likewise.
1726         * math/s_csin.c: Likewise.
1727         * math/s_csinf.c: Likewise.
1728         * math/s_csinl.c: Likewise.
1729         * math/s_csinh.c: Likewise.
1730         * math/s_csinhf.c: Likewise.
1731         * math/s_csinhl.c: Likewise.
1732         * math/libm-test.inc (ccos_test): Add more tests.
1733         (ccosh_test): Likewise.
1734         (csin_test): Likewise.
1735         (csinh_test): Likewise.
1736         * sysdeps/i386/fpu/libm-test-ulps: Update.
1737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1738
1739 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
1740
1741         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
1742         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
1743
1744         * sysdeps/x86_64/x32/_itoa.h: Add comment.
1745
1746 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
1747
1748         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
1749         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
1750         * sysdeps/powerpc/soft-fp/Versions: Likewise.
1751         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
1752         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
1753         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
1754         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
1755         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
1756         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
1757         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
1758         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
1759         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
1760         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
1761         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
1762         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
1763         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
1764         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
1765         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
1766         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
1767         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
1768         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
1769         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
1770         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
1771         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
1772         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
1773         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
1774         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
1775         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
1776         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
1777         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
1778         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
1779
1780 2012-05-18  Andreas Jaeger  <aj@suse.de>
1781
1782         * csu/.gitignore: Delete.
1783
1784 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
1785
1786         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
1787         (timex): Use __syscall_slong_t.
1788
1789 2012-05-18  Andreas Jaeger  <aj@suse.de>
1790             Carlos O'Donell  <carlos_odonell@mentor.com>
1791
1792         * manual/install.texi (Configuring and compiling): Update
1793         description about files modified in the source directory.
1794         * INSTALL: Regenerated.
1795
1796 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
1797
1798         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
1799         value.  Use "or" to set return value to -1.
1800         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
1801         negate return value.
1802
1803 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
1804
1805         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
1806         CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
1807         failure if the compiler has Graphite support disabled.
1808         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
1809         Likewise.
1810         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
1811         CFLAGS-memmove.c): Likewise.
1812         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
1813         Likewise.
1814
1815 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
1816
1817         * sysdeps/x86_64/x32/_itoa.h: New file.
1818
1819         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
1820         getdents system call only if kernel and user dirents have the
1821         same d_ino and d_off.
1822
1823         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
1824         LLONG_MAX != LONG_MAX.
1825         (_itoa_word): Use _ITOA_WORD_TYPE on value.
1826         (_fitoa_word): Likewise.
1827
1828         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
1829         years.
1830         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
1831         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
1832         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
1833
1834         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
1835         include <bits/wordsize.h>.  Check __x86_64__ instead of
1836         __WORDSIZE.
1837         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
1838         if __x86_64__ is defined.  Use anonymous union on fpstate.
1839
1840         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
1841         anonymous union.
1842
1843 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
1844
1845         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
1846         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
1847         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
1848         Refer to _rtld_local_ro instead of _rtld_global_ro.
1849         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
1850         Likewise.
1851         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
1852         Likewise.
1853         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
1854         Likewise.
1855         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
1856         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
1857         of _rtld_global, and rtld_progname instead of _dl_argv[0].
1858
1859         * sysdeps/powerpc/powerpc32/dl-machine.c
1860         (__elf_machine_runtime_setup) [PROF]: Don't reference
1861         _dl_prof_resolve.
1862
1863 2012-05-18  Andreas Jaeger  <aj@suse.de>
1864
1865         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
1866         function only available for GCCs before 3.4 since GCC 3.4
1867         introduced a builtin.
1868         (lrint): Likewise.
1869         (llrintf): Likewise.
1870         (llrint): Likewise.
1871         (fmaxf): Likewise.
1872         (fmax): Likewise.
1873         (fminf): Likewise.
1874         (fmin): Likewise.
1875         (rint): Likewise.
1876         (rintf): Likewise.
1877         (nearbyint): Likewise.
1878         (nearbyintf): Likewise.
1879         (ceil): Likewise.
1880         (ceilf): Likewise.
1881         (floor): Likewise.
1882         (floorf): Likewise.
1883
1884 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
1885
1886         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
1887         on both fields and cast pointer to __syscall_ulong_t.
1888
1889         * bits/types.h (__fsword_t): New type.
1890         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
1891         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
1892         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
1893         (__FSWORD_T_TYPE): Likewise.
1894         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
1895         (__FSWORD_T_TYPE): Likewise.
1896         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
1897         (__FSWORD_T_TYPE): Likewise.
1898         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
1899         (__FSWORD_T_TYPE): Likewise.
1900         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
1901         __SWORD_TYPE with __fsword_t.
1902         (statfs64): Likewise.
1903
1904 2012-05-17  David S. Miller  <davem@davemloft.net>
1905
1906         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
1907
1908 2012-05-17  Andreas Jaeger  <aj@suse.de>
1909
1910         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
1911         warning.
1912
1913 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
1914
1915         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
1916
1917 2012-05-17  Andreas Jaeger  <aj@suse.de>
1918
1919         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
1920         when it is used.
1921
1922 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
1923
1924         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
1925
1926 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
1927
1928         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
1929         * sysdeps/x86_64/tst-mallocalign1.c: New file.
1930
1931 2012-05-17  Andreas Jaeger  <aj@suse.de>
1932             Carlos O'Donell  <carlos_odonell@mentor.com>
1933
1934         [BZ #14059]
1935         * sysdeps/x86_64/multiarch/init-arch.h
1936         (bit_YMM_Usable): Rename to...
1937         (bit_AVX_Usable): ... this.
1938         (bit_FMA4_Usable): New macro.
1939         (bit_XMM_state): New macro.
1940         (bit_YMM_state): New macro.
1941         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
1942         [__ASSEMBLER__] (index_AVX_Usable): ... this.
1943         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
1944         (CPUID_OSXSAVE): New macro.
1945         (CPUID_AVX): New macro.
1946         (CPUID_FMA4): New macro.
1947         (index_YMM_Usable): Rename to...
1948         (index_AVX_Usable): ... this.
1949         (HAS_AVX): Use HAS_ARCH_FEATURE.
1950         (HAS_FMA4): Likewise.
1951         (HAS_YMM_USABLE): Remove.
1952         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1953         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
1954         are present.
1955         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
1956         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
1957         * sysdeps/x86_64/multiarch/Makefile: Likewise.
1958         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
1959         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
1960
1961 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
1962
1963         * math/libm-test.c: Support platforms without multiple rounding modes.
1964         * math/bug-nextafter.c: Support platforms without FP exceptions.
1965         * math/bug-nexttoward.c: Likewise.
1966         * math/test-fenv.c: Likewise.
1967         * math/test-misc.c: Likewise.
1968         * stdlib/bug-getcontext.c: Likewise.
1969
1970 2012-05-17  Andreas Jaeger  <aj@suse.de>
1971
1972         * manual/examples/search.c (critter_cmp): Change signature to
1973         avoid warnings.
1974         * manual/string.texi (Collation Functions): Likewise.
1975
1976 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
1977
1978         * bits/types.h: Fold copyright years.
1979         * bits/typesizes.h: Likewise.
1980         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
1981         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
1982         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
1983         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
1984         * time/time.h: Likewise.
1985
1986 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
1987
1988         [BZ #208]
1989         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
1990         in instead of returning them.  Return void.
1991         (__libc_mallinfo): Accumulate over all arenas.
1992         (__malloc_stats): Adjust for change in int_mallinfo interface.
1993
1994 2012-05-16  Roland McGrath  <roland@hack.frob.com>
1995
1996         [BZ #10375]
1997         * configure.in (NM): Add AC_CHECK_TOOL for it.
1998         (libc_extra_cflags): New substituted variable.
1999         Check for -fstack-protector being used implicitly.
2000         * configure: Regenerated.
2001         * config.make.in (config-extra-cflags): New variable,
2002         gets @libc_extra_cflags@.
2003         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
2004
2005         [BZ #10375]
2006         * configure.in: Check for _FORTIFY_SOURCE being predefined.
2007         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
2008         * configure: Regenerated.
2009         * config.make.in (CPPUNDEFS): New substituted variable.
2010         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
2011         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
2012         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
2013
2014 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2015
2016         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
2017         (mq_attr): Use __syscall_slong_t.
2018
2019 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2020
2021         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
2022         Check __x86_64__ instead of __WORDSIZE.
2023         (_STAT_VER_LINUX): Likewise.
2024         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
2025         __syscall_ulong_t and __syscall_slong_t.
2026         (stat64): Likewise.
2027
2028 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2029
2030         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
2031
2032 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2033
2034         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
2035
2036 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2037
2038         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
2039         __syscall_ulong_t.
2040
2041         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
2042         include <bits/wordsize.h>.  Check __x86_64__ instead of
2043         __WORDSIZE.
2044         (greg_t): Use "__extension__ long long int" if __x86_64__ is
2045         defined.
2046         (mcontext_t): Replace "unsigned long" with "unsigned long long".
2047
2048         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
2049         include <bits/wordsize.h>.  Check __x86_64__ instead of
2050         __WORDSIZE.
2051         (user_regs_struct): Use "__extension__ unsigned long long"
2052         instead of "unsigned long" if __x86_64__ is defined.
2053         (user): Likewise.  Pad after pointer field if __ILP32__ is
2054         defined.
2055
2056 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
2057
2058         * configure.in (makeinfo): Require version 4.5 or later.  Allow
2059         versions 5 to 9.
2060         * configure: Regenerated.
2061         * manual/install.texi (texinfo): Increase version requirement to
2062         4.5 or later.
2063         * INSTALL: Regenerated.
2064
2065         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
2066
2067 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2068
2069         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
2070
2071         * sysdeps/x86_64/x32/ffs.c: New file.
2072
2073         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
2074         __syscall_ulong_t.
2075         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
2076         defined.  Use __syscall_ulong_t.
2077         (shminfo): Use __syscall_ulong_t.
2078         (shm_info): Likewise.
2079
2080         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
2081         __syscall_ulong_t.
2082
2083         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
2084         <bits/wordsize.h>.
2085         (msgqnum_t): Use __syscall_ulong_t.
2086         (msglen_t): Likewise.
2087         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
2088         __syscall_ulong_t.
2089
2090         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
2091         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
2092
2093         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
2094
2095         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
2096         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
2097
2098         * sysvipc/sys/msg.h (msgbuf): Replace long int with
2099         __syscall_slong_t.
2100
2101         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
2102         include <bits/wordsize.h>.  Check __x86_64__ instead of
2103         __WORDSIZE.
2104
2105         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
2106         "unsigned long long int" if __x86_64__ is defined.
2107         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
2108
2109         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
2110         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
2111         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
2112
2113         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
2114         <stdint.h>.
2115         (GET_PC): Cast to uintptr_t first.
2116         (GET_FRAME): Likewise.
2117         (GET_STACK): Likewise.
2118
2119         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
2120         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
2121         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
2122         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
2123         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
2124         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
2125         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
2126         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
2127         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
2128         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
2129         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
2130         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
2131         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
2132         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
2133         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
2134         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
2135         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
2136         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
2137         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
2138         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
2139         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
2140         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
2141         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
2142         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
2143         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
2144         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
2145         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
2146         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
2147         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
2148
2149 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
2150
2151         * Makerules (+depfiles): Also collect depfiles from .oS in
2152         $(extra-objs).
2153         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
2154         .oS, $(libnldbl-routines)).
2155
2156         * Makerules (native-compile-mkdep-flags): Define.
2157         * sunrpc/Makefile (extra-objs): Add $(addprefix
2158         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
2159         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
2160         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
2161         calling $(make-target-directory).
2162
2163 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2164
2165         * bits/types.h (__snseconds_t): Removed.
2166         * time/time.h (struct timespec): Replace __snseconds_t with
2167         __syscall_slong_t.
2168         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
2169         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
2170         Likewise.
2171         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
2172         (__SNSECONDS_T_TYPE): Likewise.
2173         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
2174         (__SNSECONDS_T_TYPE): Likewise.
2175         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
2176         (__SNSECONDS_T_TYPE): Likewise.
2177
2178 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2179
2180         * sysdeps/mach/hurd/bits/typesizes.h
2181         (__SYSCALL_SLONG_TYPE): New macro.
2182         (__SYSCALL_ULONG_TYPE): Likewise.
2183
2184 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2185
2186         * bits/types.h (__syscall_slong_t): New type.
2187         (__syscall_ulong_t): Likewise.
2188
2189         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
2190         (__SYSCALL_ULONG_TYPE): Likewise.
2191         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
2192         (__SYSCALL_SLONG_TYPE): Likewise.
2193         (__SYSCALL_ULONG_TYPE): Likewise.
2194         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
2195         (__SYSCALL_SLONG_TYPE): Likewise.
2196         (__SYSCALL_ULONG_TYPE): Likewise.
2197         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
2198         (__SYSCALL_SLONG_TYPE): Likewise.
2199         (__SYSCALL_ULONG_TYPE): Likewise.
2200
2201 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2202
2203         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
2204         Add sigaltstack-offsets.sym.
2205         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
2206         <sigaltstack-offsets.h>.
2207         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
2208         longjmp_msg pointer.
2209         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
2210         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
2211         signal stack.
2212         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
2213
2214 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
2215
2216         * elf/stackguard-macros.h: Remove file.
2217         * sysdeps/generic/stackguard-macros.h: New file.
2218         * sysdeps/i386/stackguard-macros.h: Likewise.
2219         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
2220         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
2221         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
2222         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
2223         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
2224         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
2225         * sysdeps/x86_64/stackguard-macros.h: Likewise.
2226         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
2227         <elf/stackguard-macros.h>.
2228
2229         [BZ #14109]
2230         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
2231         __aligned__ in attribute.
2232         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
2233         (gregset_t): Likewise.
2234
2235 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2236
2237         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
2238         * sysdeps/x86_64/64/Implies-after: Here.  New file.
2239         * sysdeps/x86_64/x32/Implies-after: New file.
2240
2241 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2242
2243         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
2244         and access return value for _dl_profile_fixup.  Use R10_LP to
2245         load frame size.
2246
2247 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2248
2249         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
2250
2251 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2252
2253         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
2254         * sysdeps/x86_64/x32/sysdep.h: New file.
2255
2256 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2257
2258         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
2259         * sysdeps/x86_64/setjmp.S: Likewise.
2260
2261 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2262
2263         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
2264         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
2265         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
2266         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
2267         remove unused global constant.
2268
2269 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
2270
2271         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
2272         include of <not-cancel.h>.
2273
2274 2012-05-15  Roland McGrath  <roland@hack.frob.com>
2275
2276         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
2277
2278 2012-05-15  Jeff Law  <law@redhat.com>
2279             Andreas Jaeger  <aj@suse.de>
2280
2281         [BZ #13594]
2282         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
2283         out from...
2284         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
2285         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
2286         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
2287         code changing __hst_map_handle.map.
2288
2289 2012-05-15  Roland McGrath  <roland@hack.frob.com>
2290
2291         * configure.in (sysnames): Look for Implies-before and Implies-after
2292         files.
2293         * configure: Regenerated.
2294
2295 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2296
2297         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
2298         8-byte data alignment with LP_SIZE alignment.
2299
2300 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2301
2302         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
2303         into R10_LP.
2304
2305 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2306
2307         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
2308
2309 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2310
2311         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
2312         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
2313         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
2314         Likewise.
2315         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
2316
2317 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2318
2319         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
2320         (stackinfo_sub_sp): Likewise.
2321
2322 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2323
2324         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
2325         RAX_LP.
2326
2327 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2328
2329         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
2330         into R*_LP.
2331
2332 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2333
2334         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
2335         sizes into R*_LP.
2336
2337 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2338
2339         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
2340
2341 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2342
2343         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
2344         into R11_LP and load __x86_64_shared_cache_size_half into
2345         R8_LP.
2346
2347 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2348
2349         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
2350         R8_LP.
2351
2352 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2353
2354         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
2355         logb for POWER7.
2356         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
2357         logbf for POWER7.
2358         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
2359         logbl for POWER7.
2360         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
2361         powerpc32/power7/fpu/s_logb.c via #include.
2362         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
2363         powerpc32/power7/fpu/s_logbf.c via #include.
2364         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
2365         powerpc32/power7/fpu/s_logbl.c via #include.
2366
2367 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
2368
2369         * README.libm: Remove file.
2370
2371 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2372
2373         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
2374         count for x32.  Use R*_LP and omit operand-size suffix.
2375
2376 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2377
2378         * shlib-versions: Move x86_64-.*-linux.* entries to ...
2379         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
2380         * sysdeps/x86_64/x32/shlib-versions: New file.
2381
2382 2012-05-14  Roland McGrath  <roland@hack.frob.com>
2383
2384         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
2385         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
2386         Use _dl_fatal_printf instead.
2387
2388 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
2389
2390         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
2391         set if not set by the user.  Do not allow for being unset.
2392         * sysdeps/unix/sysv/linux/configure: Regenerated.
2393
2394 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2395
2396         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
2397         the `q' suffix from lea and replace .quad with ASM_ADDR.
2398
2399 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2400
2401         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
2402         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
2403         instead of $17.
2404         (PTR_DEMANGLE): Likewise.
2405
2406 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2407
2408         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
2409         (LP_OP): Likewise.
2410         (ASM_ADDR): Likewise.
2411         (RAX_LP): Likewise.
2412         (RBP_LP): Likewise.
2413         (RBX_LP): Likewise.
2414         (RCX_LP): Likewise.
2415         (RDI_LP): Likewise.
2416         (RSI_LP): Likewise.
2417         (RSP_LP): Likewise.
2418         (R8_LP): Likewise.
2419         (R9_LP): Likewise.
2420         (R10_LP): Likewise.
2421         (R10_LP): Likewise.
2422         (R11_LP): Likewise.
2423         (R12_LP): Likewise.
2424         (R13_LP): Likewise.
2425         (R14_LP): Likewise.
2426         (R15_LP): Likewise.
2427
2428 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2429
2430         * sysdeps/x86_64/x32/dl-machine.h: New file.
2431
2432 2012-05-14  Andreas Jaeger  <aj@suse.de>
2433
2434         * manual/Makefile (subdir): Remove export of subdir.
2435         (all): Remove target.
2436         (.PHONY): Remove all from list.
2437         (mkinstalldirs): Remove.
2438         (.PHONY): Remove installdirs from list.
2439         ($(inst_infodir)/libc.info): Use make-target-directory.
2440         (installdirs): Remove.
2441         (subdir_%): Remove.
2442         (glibc-targets): Remove.
2443         (lib): Remove.
2444         (stubs): Remove.
2445         ($(objpfx)stubs ../po/manual.pot): Remove.
2446         ($(objpfx)stamp%): Remove.
2447         (make-target-directory): Remove.
2448         (subdir_install): Remove.
2449         (routines): Remove.
2450         (aux): Remove.
2451         (sources): Remove.
2452         (objects): Remove.
2453         (headers): Remove.
2454
2455         [BZ #13750]
2456         * manual/.gitignore: Remove, it's not needed anymore.
2457         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
2458         all files in it.
2459         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
2460         directory.
2461         (texis): Renamed to $(objpfx)texis.
2462         (texis-path): New, contains path to generated files.
2463         (chapters.%): Use texis-path for complete path, add extra argument
2464         libc-texinfo.sh.
2465         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
2466         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
2467         (summary,texi, stamp-summary): Use complete path of
2468         files. Generate files in build dir.
2469         (dir-add.texi): Build in build dir.
2470         (libm-err.texi,stamp-libm-err): Likewise.
2471         (version.texi, stamp-version): Likewise.
2472         (.%c.texi): Likewise.
2473         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
2474         (mostlyclean): Remove target.
2475         (realclean): Remove target.
2476         (generated): Add new variable with contents from mostlyclean and
2477         realclean, remove entries duplicated in common-mostlyclean, add
2478         stamp-libm-err and stamp-version.
2479         (generated-dirs): Add libc directory.
2480         ($(inst_infodir)/libc.info): Install files from build dir.
2481
2482         * manual/install.texi (Configuring and compiling): Adjust since
2483         the info files are not part of the tar ball anymore.
2484
2485 2012-05-14  Andreas Jaeger  <aj@suse.de>
2486
2487         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
2488         variable.
2489
2490 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
2491
2492         [BZ #13717]
2493         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
2494         to 2.2.0 where earlier.
2495         * sysdeps/unix/sysv/linux/configure: Regenerated.
2496         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
2497         Remove conditional code.
2498         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
2499         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
2500         Remove conditional code.
2501         [!__NR_lchown]: Likewise.
2502         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
2503         [__NR_lchown]: Likewise.
2504         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
2505         comment referencing __ASSUME_LCHOWN_SYSCALL.
2506         * sysdeps/unix/sysv/linux/i386/sigaction.c
2507         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2508         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2509         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
2510         Remove conditional code.
2511         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
2512         (__protocol_available): Remove #if 0 code.
2513         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
2514         conditional code.
2515         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
2516         * sysdeps/unix/sysv/linux/kernel-features.h
2517         (__ASSUME_GETCWD_SYSCALL): Don't define.
2518         (__ASSUME_REALTIME_SIGNALS): Likewise.
2519         (__ASSUME_PREAD_SYSCALL): Likewise.
2520         (__ASSUME_PWRITE_SYSCALL): Likewise.
2521         (__ASSUME_POLL_SYSCALL): Likewise.
2522         (__ASSUME_LCHOWN_SYSCALL): Likewise.
2523         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
2524         non-SPARC.
2525         (__ASSUME_SIOCGIFNAME): Don't define.
2526         (__ASSUME_MSG_NOSIGNAL): Likewise.
2527         (__ASSUME_SENDFILE): Define unconditionally.
2528         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
2529         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
2530         conditional code.
2531         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
2532         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
2533         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
2534         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
2535         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
2536         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
2537         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
2538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
2539         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
2540         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2542         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
2543         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
2545         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2546         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2548         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2549         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
2551         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
2552         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
2554         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
2555         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
2557         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2558         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
2560         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2561         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2562         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
2563         Remove conditional code.
2564         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2565         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
2566         Remove conditional code.
2567         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2568         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
2569         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
2570         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
2571         Remove conditional code.
2572         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2573         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
2574         Remove conditional code.
2575         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2576         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
2577         Remove conditional code.
2578         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2579         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
2580         Remove conditional code.
2581         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2582         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
2583         Remove conditional code.
2584         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2585         * sysdeps/unix/sysv/linux/sh/pwrite64.c
2586         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2587         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2588         * sysdeps/unix/sysv/linux/sigaction.c
2589         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2590         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2591         * sysdeps/unix/sysv/linux/sigpending.c
2592         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2593         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2594         * sysdeps/unix/sysv/linux/sigprocmask.c
2595         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2596         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2597         * sysdeps/unix/sysv/linux/sigsuspend.c
2598         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2599         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2600         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
2601         (__libc_missing_rt_sigs): Remove.
2602         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
2603         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
2604         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
2605         Remove conditional code.
2606         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
2607         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
2608         return 1.
2609         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
2610         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
2611         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
2612         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
2613
2614 2012-05-14  Andreas Jaeger  <aj@suse.de>
2615
2616         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
2617         it's not used in glibc.
2618         (__coshm1): Likewise.
2619         (__acosh1p): Likewise.
2620         (__sgn): Likewise.
2621
2622         * manual/string.texi (Copying and Concatenation): Add missing
2623         variable in concat example.
2624         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
2625
2626 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2627
2628         [BZ #14103]
2629         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
2630         __builtin_clzl with __builtin_clzll.
2631
2632 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2633
2634         [BZ #14104]
2635         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
2636         libc_freeres_ptr.
2637
2638 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
2639
2640         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
2641         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
2642         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
2643         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
2644
2645 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
2646
2647         * NEWS: Update ia64 info.
2648
2649 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
2650
2651         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
2652         used as bcopy.
2653
2654 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
2655
2656         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
2657         * sysdeps/unix/syscalls.list (dup3): Likewise.
2658         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
2659         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
2660
2661 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
2662
2663         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
2664         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
2665
2666 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
2667
2668         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
2669         thread pointer.
2670         (TLS_IE): Use mov/add instead of movq/addq to load thread
2671         pointer.
2672         (TLS_GD_PREFIX): New.
2673         (TLS_GD): Use it.
2674
2675 2012-05-11  David S. Miller  <davem@davemloft.net>
2676
2677         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
2678         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
2679         (_FPU_SETCW): Likewise.
2680
2681 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
2682
2683         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
2684         is 32-byte aligned.
2685
2686 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
2687
2688         [BZ #11837]
2689         * iconvdata/gb18030.c: Update tables.
2690         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
2691         characters specially.
2692         (BODY for TO_LOOP): Add encoding of missing ranges.
2693
2694 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
2695
2696         [BZ #13673]
2697         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
2698         * sysdeps/mach/hurd/dup3.c: Likewise.
2699         * sysdeps/mach/hurd/readlinkat.c: Likewise.
2700         * sysdeps/powerpc/memmove.c:: Likewise.
2701
2702 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
2703
2704         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
2705         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
2706
2707 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
2708
2709         * elf/elf.h (R_X86_64_RELATIVE64): New.
2710         (R_X86_64_NUM): Updated.
2711         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
2712         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
2713         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
2714         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
2715         tst-quad1pie tst-quad2pie
2716         (modules-names): Add tst-quadmod1 tst-quadmod2.
2717         ($(objpfx)tst-quad1): New dependency.
2718         ($(objpfx)tst-quad2): Likewise.
2719         ($(objpfx)tst-quad1pie): Likewise.
2720         ($(objpfx)tst-quad2pie): Likewise.
2721         * sysdeps/x86_64/tst-quad1.c: New file.
2722         * sysdeps/x86_64/tst-quad1pie.c: New file.
2723         * sysdeps/x86_64/tst-quad2.c: Likewise.
2724         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
2725         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
2726         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
2727         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
2728         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
2729
2730 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2731
2732         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
2733         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
2734         * streams/stropts.h (t_scalar_t): Define type.
2735
2736         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
2737         (_PATH_PRESERVE): Set to "/var/lib".
2738         (_PATH_RWHODIR): Set to "/var/spool/rwho".
2739
2740         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
2741         instead of int.
2742
2743         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
2744         if __dir_mkfile succeeded.
2745
2746         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
2747         checking for _hurd_dtablesize.  Unlock it right after having
2748         finished _hurd_dtable allocation.
2749
2750 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2751
2752         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
2753         * sysdeps/mach/hurd/configure: Regenerated.
2754         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
2755         special-casing to...
2756         * sysdeps/gnu/configure.in: ... this new file.
2757         * sysdeps/unix/sysv/linux/configure: Regenerated.
2758         * sysdeps/gnu/configure: New generated file.
2759
2760         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
2761         for Linux: use nsec instead of usec, as well as:
2762         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
2763         members of type struct timespec.
2764         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
2765         New macros.
2766         (struct stat64): Likewise.
2767         (_STATBUF_ST_NSEC): New macro.
2768         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
2769
2770         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
2771         __strtoul_internal rather than strtoul.
2772
2773 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
2774
2775         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
2776         and reject them.
2777
2778 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2779
2780         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
2781         which preserves existing values.
2782         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
2783
2784 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
2785
2786         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
2787         TIMEOUT values.  Return EINVAL for NFDS values either negative or
2788         greater than FD_SETSIZE.
2789
2790 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2791
2792         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
2793         allocated, call __vm_protect to finish enabling the existing space, and
2794         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
2795         allocate the remainder.
2796
2797 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
2798
2799         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
2800         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
2801
2802 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2803
2804         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
2805         sysdeps/mach/hurd/readlink.c.
2806
2807         * posix/tst-sysconf.c (posix_options): Only use
2808         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
2809         _POSIX_SYNCHRONIZED_IO when they are defined
2810         * sysdeps/mach/hurd/bits/posix_opt.h:
2811         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
2812         (_XOPEN_REALTIME): Undefine macro.
2813         (_XOPEN_REALTIME_THREADS): Undefine macro.
2814         (_XOPEN_SHM): Undefine macro.
2815         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
2816         macro to -1.
2817         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
2818         macro to -1.
2819         (_POSIX_ASYNC_IO): Undefine macro.
2820         (_POSIX_PRIORITIZED_IO): Undefine macro.
2821         (_POSIX_SPIN_LOCKS): Define macro to -1.
2822
2823         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
2824         SA_NODEFER, SA_RESETHAND.
2825         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
2826         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
2827         F_DUPFD_CLOEXEC.
2828
2829 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2830
2831         * elf/Makefile (pldd-modules): Define unconditionally.
2832
2833 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2834
2835         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
2836
2837 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2838
2839         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
2840         Return ENOENT when name is empty.
2841         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
2842
2843 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2844
2845         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
2846
2847         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
2848
2849 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2850
2851         Fix mlock in all cases except non-readable pages.
2852         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
2853         instead of VM_PROT_ALL as parameter to __vm_wire function.
2854
2855         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
2856         (__mkdir): When path is `/', just fail with EEXIST.
2857         * sysdeps/mach/hurd/mkdirat.c: Likewise.
2858
2859 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2860
2861         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
2862         <sys/uio.h> (for writev).
2863         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
2864         and <sys/param.h> (for MIN).
2865
2866 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
2867
2868         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
2869         REQUESTED_TIME.  Properly set the remaining time and return EINTR
2870         if interrupted.
2871
2872 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2873
2874         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
2875         Depend on against $(link-rpcuserlibs).
2876
2877 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2878
2879         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
2880         (__libc_stack_end): Do not use attribute_relro.
2881         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
2882         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
2883         to libthread-provided value.
2884         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
2885         attribute_relro.
2886
2887 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2888
2889         [BZ #3748]
2890         * bits/libc-lock.h (__libc_once_get): New macro.
2891         * sysdeps/mach/bits/libc-lock.h: Likewise.
2892         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
2893         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
2894         instead of using implementation details.
2895
2896         * libio/fileops.c: Unconditionally include <kernel-features.h>.
2897         * libio/freopen.c: Likewise.
2898         * libio/freopen64.c: Likewise.
2899         * misc/syslog.c: Likewise.
2900         * nscd/connections.c: Likewise.
2901         * nscd/netgroupcache.c: Likewise.
2902         * sysdeps/posix/getcwd.c: Likewise.
2903
2904 2012-05-10  Roland McGrath  <roland@hack.frob.com>
2905
2906         * math/w_ilogbf.c: Add #include <limits.h>.
2907
2908 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2909
2910         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
2911         path instead of returning without unlocking.
2912
2913         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
2914         immediate-write ioctls.
2915         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
2916
2917 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2918
2919         * sysdeps/mach/hurd/i386/init-first.c (init): Use
2920         __builtin_frame_address instead of making assumptions about the
2921         location of the return address relative to DATA.  Force early load of
2922         the return address.
2923         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
2924         __builtin_frame_address.
2925
2926         dup3 for GNU Hurd.
2927         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
2928         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
2929         implement dup3 and do some further code clean-ups.
2930         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
2931         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
2932
2933 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2934
2935         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
2936
2937         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
2938         HURD_CRITICAL_END around holding _hurd_dtable_lock.
2939         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
2940         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
2941         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
2942         d->port.lock.
2943
2944         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
2945         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
2946         when handler == SIG_ERR, not when handler != SIG_ERR.
2947
2948 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2949
2950         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
2951         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
2952         definitions.
2953
2954         accept4 for GNU Hurd.
2955         * include/sys/socket.h (__libc_accept4): New prototype.
2956         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
2957         to implement __libc_accept4.
2958         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
2959         __libc_accept4.
2960         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
2961
2962         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
2963         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
2964         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
2965         signal-defines.sym.
2966
2967 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2968
2969         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
2970
2971 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
2972
2973         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
2974         assertion on O_CLOEXEC flag.
2975         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
2976         * hurd/intern-fd.c: Likewise.
2977         * hurd/port2fd.c: Likewise.
2978
2979 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2980
2981         [BZ #3906]
2982         * bits/in.h (IPV6_PKTINFO): Define new macro.
2983         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
2984
2985 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2986
2987         [BZ #13954]
2988         [BZ #13955]
2989         [BZ #13956]
2990         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
2991         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
2992         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
2993         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
2994         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
2995         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
2996         * math/libm-test.inc (logb_test) : Additional logb tests.
2997
2998 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
2999             Andreas Jaeger  <aj@suse.de>
3000
3001         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
3002         * configure: Regenerated.
3003         * config.h.in (LINK_OBSOLETE_RPC): New macro.
3004         * config.make.in (link-obsolete-rpc): New substituted variable.
3005         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
3006         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
3007         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
3008         (shared-only-routines): Don't set it under [link-obsolete-rpc],
3009         so that libc.a contains the symbols.
3010         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
3011         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
3012         * sunrpc/auth_none.c: Likewise.
3013         * sunrpc/auth_unix.c: Likewise.
3014         * sunrpc/authdes_prot.c: Likewise.
3015         * sunrpc/authuxprot.c: Likewise.
3016         * sunrpc/clnt_gen.c: Likewise.
3017         * sunrpc/clnt_perr.c: Likewise.
3018         * sunrpc/clnt_raw.c: Likewise.
3019         * sunrpc/clnt_simp.c: Likewise.
3020         * sunrpc/clnt_tcp.c: Likewise.
3021         * sunrpc/clnt_udp.c: Likewise.
3022         * sunrpc/clnt_unix.c: Likewise.
3023         * sunrpc/des_crypt.c: Likewise.
3024         * sunrpc/des_soft.c: Likewise.
3025         * sunrpc/get_myaddr.c: Likewise.
3026         * sunrpc/key_call.c: Likewise.
3027         * sunrpc/key_prot.c: Likewise.
3028         * sunrpc/netname.c: Likewise.
3029         * sunrpc/pm_getmaps.c: Likewise.
3030         * sunrpc/pm_getport.c: Likewise.
3031         * sunrpc/pmap_clnt.c: Likewise.
3032         * sunrpc/pmap_prot.c: Likewise.
3033         * sunrpc/pmap_prot2.c: Likewise.
3034         * sunrpc/pmap_rmt.c: Likewise.
3035         * sunrpc/publickey.c: Likewise.
3036         * sunrpc/rpc_cmsg.c: Likewise.
3037         * sunrpc/rpc_common.c: Likewise.
3038         * sunrpc/rpc_dtable.c: Likewise.
3039         * sunrpc/rpc_prot.c: Likewise.
3040         * sunrpc/rpc_thread.c: Likewise.
3041         * sunrpc/rtime.c: Likewise.
3042         * sunrpc/svc.c: Likewise.
3043         * sunrpc/svc_auth.c: Likewise.
3044         * sunrpc/svc_raw.c: Likewise.
3045         * sunrpc/svc_run.c: Likewise.
3046         * sunrpc/svc_tcp.c: Likewise.
3047         * sunrpc/svc_udp.c: Likewise.
3048         * sunrpc/svc_unix.c: Likewise.
3049         * sunrpc/svcauth_des.c: Likewise.
3050         * sunrpc/xcrypt.c: Likewise.
3051         * sunrpc/xdr.c: Likewise.
3052         * sunrpc/xdr_array.c: Likewise.
3053         * sunrpc/xdr_float.c: Likewise.
3054         * sunrpc/xdr_intXX_t.c: Likewise.
3055         * sunrpc/xdr_mem.c: Likewise.
3056         * sunrpc/xdr_rec.c: Likewise.
3057         * sunrpc/xdr_ref.c: Likewise.
3058         * sunrpc/xdr_sizeof.c: Likewise.
3059         * sunrpc/xdr_stdio.c: Likewise.
3060
3061 2012-05-10  Roland McGrath  <roland@hack.frob.com>
3062
3063         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
3064         change.  Update copyright years.
3065
3066 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
3067
3068         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
3069
3070 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
3071             Joseph Myers  <joseph@codesourcery.com>
3072             Paul Pluzhnikov  <ppluzhnikov@google.com>
3073
3074         [BZ #14012]
3075         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
3076         requiring rpcgen.
3077         [cross-compiling] (extra-libs): Likewise.
3078         [cross-compiling] (extra-libs-others): Likewise.
3079         [cross-compiling] (librpcsvc-routines): Likewise.
3080         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
3081         [cross-compiling] (omit-deps): Likewise.
3082         (sunrpc-CPPFLAGS): New variable.
3083         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
3084         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
3085         (cross-rpcgen-objs): New variable.
3086         (extra-objs): Append $(cross-rpcgen-objs).
3087         ($(cross-rpcgen-objs)): New rule.
3088         ($(objpfx)cross-rpcgen): Likewise.
3089         (rpcgen-cmd): Define to use $(built-program-file).  Expand
3090         comment.
3091         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
3092         ($(objpfx)x%.stmp): Likewise.
3093         * sunrpc/proto.h [IS_IN_build] (_): Define.
3094         [IS_IN_build] (_libc_intl_domainname): Likewise.
3095
3096 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
3097
3098         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
3099         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
3100         and R_X86_64_TPOFF64.
3101
3102 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
3103
3104         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
3105         sysdeps/unix/sysv/syscalls.list.
3106         (stime): Likewise.
3107         (utime): Likewise.
3108         * sysdeps/unix/sysv/syscalls.list: Remove file.
3109
3110 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
3111
3112         [BZ #3440]
3113         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
3114         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
3115         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
3116         (__LC_IDENTIFICATION): Make these macros useful in #if
3117         expressions, as required by C99.
3118
3119 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
3120
3121         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
3122         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
3123         after this.
3124
3125 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
3126
3127         * stdlib/longlong.h: Updated from GCC.
3128
3129 2012-05-09  Andreas Jaeger  <aj@suse.de>
3130
3131         * nscd/nscd.c (run_modes): Make named enum, reorder so that
3132         default is first entry.
3133         (run_mode): Set type.
3134         (main): Remove informal message about syslog.
3135         (options): Fix typo.
3136
3137         [BZ #14053]
3138         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
3139         to asm.
3140         (lrint): Likewise.
3141         (llrintf): Likewise.
3142         (llrint): Likewise.
3143         (rint): Likewise.
3144         (rintf): Likewise.
3145         (nearbyint): Likewise.
3146         (nearbyintf): Likewise.
3147
3148 2012-05-09  Andreas Jaeger  <aj@suse.de>
3149             Pedro Alves  <palves@redhat.com>
3150
3151         * nscd/nscd.c (run_mode): Use enum.
3152         (main): Cleanup coding style issue.
3153
3154 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
3155             Andreas Jaeger  <aj@suse.de>
3156
3157         * nscd/nscd.c (go_background): Replaced with...
3158         (run_mode): ... this.
3159         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
3160         (options): Add -F --foreground.
3161         (main): Implement it.
3162         (parse_opt): Parse it.
3163
3164 2012-05-09  Andreas Jaeger  <aj@suse.de>
3165
3166         [BZ #14083]
3167         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
3168         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
3169         -Wconversion warning.
3170         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
3171         Likewise.
3172
3173 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
3174
3175         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
3176         == 0.
3177         (LC_ALL): Use macro-int-constant.
3178         (LC_COLLATE): Likewise.
3179         (LC_CTYPE): Likewise.
3180         (LC_MESSAGES): Likewise.
3181         (LC_MONETARY): Likewise.
3182         (LC_NUMERIC): Likewise.
3183         (LC_TIME): Likewise.
3184         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
3185         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
3186         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3187         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
3188         Specify type.
3189         [C99-based standards] (float_t): Expect type.
3190         [C99-based standards] (double_t): Expect type.
3191         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
3192         type.
3193         [C99-based standards] (HUGE_VALL): Likewise.
3194         [C99-based standards] (INFINITY): Likewise.
3195         [C99-based standards] (NAN): Likewise.
3196         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
3197         [C99-based standards] (FP_NAN): Likewise.
3198         [C99-based standards] (FP_NORMAL): Likewise.
3199         [C99-based standards] (FP_SUBNORMAL): Likewise.
3200         [C99-based standards] (FP_ZERO): Likewise.
3201         [C99-based standards] (FP_FAST_FMA): Use
3202         optional-macro-int-constant.  Specify type.  Require == 1.
3203         [C99-based standards] (FP_FAST_FMAF): Likewise.
3204         [C99-based standards] (FP_FAST_FMAL): Likewise.
3205         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
3206         [C99-based standards] (FP_ILOGBNAN): Likewise.
3207         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
3208         Specify type.
3209         [C99-based standards] (MATH_ERREXCEPT): Likewise.
3210         [C99-based standards] (math_errhandling): Specify type.
3211         [ISO99 || ISO11] (signgam): Do not allow.
3212         [non-C99-based standards] (copysignf): Do not allow.
3213         [non-C99-based standards] (exp2f): Likewise.
3214         [non-C99-based standards] (log2f): Likewise.
3215         [non-C99-based standards] (modff): Allow.
3216         [non-C99-based standards] (erff): Do not allow.
3217         [non-C99-based standards] (erfcf): Likewise.
3218         [non-C99-based standards] (gammaf): Likewise.
3219         [non-C99-based standards] (hypotf): Likewise.
3220         [non-C99-based standards] (j0f): Likewise.
3221         [non-C99-based standards] (j1f): Likewise.
3222         [non-C99-based standards] (jnf): Likewise.
3223         [non-C99-based standards] (lgammaf): Likewise.
3224         [non-C99-based standards] (tgammaf): Likewise.
3225         [non-C99-based standards] (y0f): Likewise.
3226         [non-C99-based standards] (y1f): Likewise.
3227         [non-C99-based standards] (ynf): Likewise.
3228         [non-C99-based standards] (isnanf): Likewise.
3229         [non-C99-based standards] (acoshf): Likewise.
3230         [non-C99-based standards] (asinhf): Likewise.
3231         [non-C99-based standards] (atanhf): Likewise.
3232         [non-C99-based standards] (cbrtf): Likewise.
3233         [non-C99-based standards] (expm1f): Likewise.
3234         [non-C99-based standards] (ilogbf): Likewise.
3235         [non-C99-based standards] (log1pf): Likewise.
3236         [non-C99-based standards] (logbf): Likewise.
3237         [non-C99-based standards] (nextafterf): Likewise.
3238         [non-C99-based standards] (remainderf): Likewise.
3239         [non-C99-based standards] (rintf): Likewise.
3240         [non-C99-based standards] (scalbf): Likewise.
3241         [non-C99-based standards] (copysignl): Likewise.
3242         [non-C99-based standards] (exp2l): Likewise.
3243         [non-C99-based standards] (log2l): Likewise.
3244         [non-C99-based standards] (modfl): Allow.
3245         [non-C99-based standards] (erfl): Do not allow.
3246         [non-C99-based standards] (erfcl): Likewise.
3247         [non-C99-based standards] (gammal): Likewise.
3248         [non-C99-based standards] (hypotl): Likewise.
3249         [non-C99-based standards] (j0l): Likewise.
3250         [non-C99-based standards] (j1l): Likewise.
3251         [non-C99-based standards] (jnl): Likewise.
3252         [non-C99-based standards] (lgammal): Likewise.
3253         [non-C99-based standards] (tgammal): Likewise.
3254         [non-C99-based standards] (y0l): Likewise.
3255         [non-C99-based standards] (y1l): Likewise.
3256         [non-C99-based standards] (ynl): Likewise.
3257         [non-C99-based standards] (isnanl): Likewise.
3258         [non-C99-based standards] (acoshl): Likewise.
3259         [non-C99-based standards] (asinhl): Likewise.
3260         [non-C99-based standards] (atanhl): Likewise.
3261         [non-C99-based standards] (cbrtl): Likewise.
3262         [non-C99-based standards] (expm1l): Likewise.
3263         [non-C99-based standards] (ilogbl): Likewise.
3264         [non-C99-based standards] (log1pl): Likewise.
3265         [non-C99-based standards] (logbl): Likewise.
3266         [non-C99-based standards] (nextafterl): Likewise.
3267         [non-C99-based standards] (remainderl): Likewise.
3268         [non-C99-based standards] (rintl): Likewise.
3269         [non-C99-based standards] (scalbl): Likewise.
3270         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3271         [non-C99-based standards] (FP_*): Do not allow.
3272         [C99-based standards] (FP_*): Change to
3273         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
3274         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
3275         allow.
3276         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
3277         (SIG_ERR): Likewise.
3278         [X/Open-based standards] (SIG_HOLD): Likewise.
3279         (SIG_IGN): Likewise.
3280         (SIGABRT): Use macro-int-constant.  Specify type.  Require
3281         positive value.
3282         (SIGFPE): Likewise.
3283         (SIGILL): Likewise.
3284         (SIGINT): Likewise.
3285         (SIGSEGV): Likewise.
3286         (SIGTER): Likewise.
3287         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
3288         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
3289         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
3290         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
3291         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
3292         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
3293         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
3294         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
3295         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
3296         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
3297         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
3298         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
3299         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
3300         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
3301         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
3302         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
3303         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
3304         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
3305         [X/Open-based standards] (SIGTRAP): Likewise.
3306         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
3307         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
3308         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
3309         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
3310         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
3311         allow.
3312
3313 2012-05-08  Ian Wienand  <ianw@vmware.com>
3314
3315         [BZ #14080]
3316         * time/tzset.c (__tzset_parse_tz): Update default rules for
3317         daylight time changes in the Energy Policy Act of 2005.
3318
3319 2012-05-09  Andreas Jaeger  <aj@suse.de>
3320
3321         [BZ #13983]
3322         * elf/ldconfig.c (parse_conf): Change string to make clear that
3323         ldconfig only issued a warning if ld.so.conf does not exist.
3324
3325 2012-05-08  David S. Miller  <davem@davemloft.net>
3326
3327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
3328         movxtod instead of popping the value on the stack.
3329
3330         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3331
3332 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
3333
3334         * config.h.in: Add HAVE_ARM_PCS_VFP.
3335
3336 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
3337
3338         [BZ #13979]
3339         * include/features.h: Warn if user requests __FORTIFY_SOURCE
3340         checking but the checks are disabled for any reason.
3341
3342 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
3343
3344         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
3345         and ELF64_R_TYPE with ELFW(R_TYPE).
3346
3347 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
3348
3349         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
3350         (ulimit): Likewise.
3351
3352         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
3353         (settimeofday): Likewise.
3354
3355 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
3356
3357         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
3358         a struct th_u2 inside the union, and move tu_block/tu_code into
3359         a new th_u3 union of tu_block/tu_code inside of that.  Move
3360         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
3361         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
3362         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
3363         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
3364         (th_stuff): Change to th_u1.tu_stuff.
3365         (th_data): Define.
3366         (th_msg): Change to th_u1.th_u2.tu_data.
3367
3368 2012-05-07  David S. Miller  <davem@davemloft.net>
3369
3370         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3371
3372         [BZ #14074]
3373         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
3374         (SETUP_PIC_REG): Use it.
3375         (SETUP_PIC_REG_LEAF): Use it.
3376
3377 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
3378
3379         [BZ #13885]
3380         [BZ #13923]
3381         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
3382         USE_AS_EXPM1L.
3383         (EXPL_FINITE): Likewise.
3384         (FLDLOG): Likewise.
3385         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
3386         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
3387         e_expl.S.
3388         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
3389         USE_AS_EXPM1L.
3390         (EXPL_FINITE): Likewise.
3391         (FLDLOG): Likewise.
3392         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
3393         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
3394         e_expl.S.
3395         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
3396         test of -max_value argument for long double.
3397         * sysdeps/i386/fpu/libm-test-ulps: Update.
3398         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3399
3400 2012-05-06  David S. Miller  <davem@davemloft.net>
3401
3402         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
3403         quad soft-float symbols whose references which are compiler
3404         generated.
3405         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
3406
3407 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
3408
3409         [BZ #13884]
3410         [BZ #13914]
3411         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
3412         USE_AS_EXP10L.
3413         (EXPL_FINITE): Likewise.
3414         (FLDLOG): Likewise.
3415         (c0): Likewise.
3416         (c1): Likewise.
3417         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
3418         Adjust comments for base varying.
3419         (__expl_finite): Change alias to EXPL_FINITE.
3420         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
3421         e_expl.S.
3422         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
3423         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
3424         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
3425         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
3426         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
3427         USE_AS_EXP10L.
3428         (EXPL_FINITE): Likewise.
3429         (FLDLOG): Likewise.
3430         (c0): Likewise.
3431         (c1): Likewise.
3432         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
3433         Adjust comments for base varying.
3434         (__expl_finite): Change alias to EXPL_FINITE.
3435         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
3436         tests for bugs.
3437         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3438
3439         [BZ #14064]
3440         * math/libm-test.inc (check_float_internal): Correct ulp
3441         calculation for subnormal expected results.
3442
3443 2012-05-06  Andreas Jaeger  <aj@suse.de>
3444
3445         * Makeconfig (+math-flags): New, set to -frounding-math.
3446         (+cflags): Add +math-flags so that all of glibc gets compiled with
3447         it.
3448
3449         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
3450
3451 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
3452
3453         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
3454         Disable one test.
3455
3456         [BZ #13787]
3457         [BZ #13922]
3458         [BZ #14036]
3459         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
3460         (__ieee754_expl): Allow for and saturate large arguments.
3461         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
3462         (u_threshold): Likewise.
3463         (__exp): Call __ieee754_exp before checking for overflow and
3464         underflow.
3465         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
3466         (u_threshold): Likewise.
3467         (__expf): Call __ieee754_expf before checking for overflow and
3468         underflow.
3469         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
3470         (u_threshold): Likewise.
3471         (__expl): Call __ieee754_expl before checking for overflow and
3472         underflow.
3473         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
3474         (__ieee754_expl): Allow for and saturate large arguments.
3475         * math/libm-test.inc (exp_test): Add another test.  Do not allow
3476         missing overflow exception on overflow.
3477         (expm1_test): Do not allow missing overflow exception on overflow.
3478
3479         * sysdeps/i386/fpu/e_expl.c: Move to ...
3480         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
3481         rather than using inline asm.
3482         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
3483         * sysdeps/x86_64/fpu/e_expl.S: Copy from
3484         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
3485
3486         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
3487         (nice): Likewise.
3488         (poll): Likewise.
3489         (signal): Likewise.
3490         (time): Likewise.
3491         (times): Likewise.
3492
3493 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
3494
3495         * sysdeps/unix/syscalls.list (adjtime): Add entry from
3496         sysdeps/unix/common/syscalls.list.
3497         (fchmod): Likewise.
3498         (fchown): Likewise.
3499         (ftruncate): Likewise.
3500         (getrusage): Likewise.
3501         (gettimeofday): Likewise.
3502         (setpgid): Likewise.
3503         (setregid): Likewise.
3504         (setreuid): Likewise.
3505         (sigaction): Likewise.
3506         (truncate): Likewise.
3507         (vhangup): Likewise.
3508         * sysdeps/unix/common/syscalls.list: Remove file.
3509         * sysdeps/unix/bsd/Implies: Don't include unix/common.
3510         * sysdeps/unix/sysv/linux/Implies: Likewise.
3511
3512 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
3513
3514         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
3515         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
3516         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
3517         Moved to ...
3518         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
3519         Here.
3520         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
3521         to ...
3522         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
3523         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
3524         to ...
3525         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
3526         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
3527         to ...
3528         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
3529         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
3530         to ...
3531         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
3532         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
3533         to ...
3534         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
3535         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
3536         to ...
3537         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
3538         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
3539         to ...
3540         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
3541         Here.
3542         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
3543         to ...
3544         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
3545         Here.
3546         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
3547         to ...
3548         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
3549         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
3550         Moved to ...
3551         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
3552         Here.
3553         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
3554         to ...
3555         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
3556
3557 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
3558
3559         * sysdeps/unix/common/bits/dirent.h: Remove file.
3560         * sysdeps/unix/common/bits/fcntl.h: Likewise.
3561
3562         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
3563         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
3564         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
3565         * sysdeps/unix/bsd/isatty.c: Likewise.
3566         * sysdeps/unix/bsd/tcdrain.c: Likewise.
3567         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
3568         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
3569
3570 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3571
3572         [BZ #13563]
3573         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
3574         long double comparison inaccuracies.
3575         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
3576         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3577
3578 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
3579
3580         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
3581         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
3582
3583 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
3584
3585         [BZ #14049]
3586         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
3587         nonzero digits before rounding a hex value.
3588         * stdlib/tst-strtod.c (tests): Add another test.
3589
3590 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3591
3592         * sysdeps/s390/fpu/libm-test-ulps: Update.
3593
3594 2012-05-03  Andreas Jaeger  <aj@suse.de>
3595
3596         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
3597         does not get optimized out.
3598         (malloc_opt_barrier): New.
3599
3600 2012-05-03  Andreas Jaeger  <aj@suse.de>
3601             Roland McGrath  <roland@hack.frob.com>
3602
3603         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
3604         intermediate file deletion.
3605         (generated): Add .symlist files.
3606
3607 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
3608
3609         [BZ #13775]
3610         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
3611         Redirect under this condition.
3612         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
3613         [__USE_GNU] (__dprintf_chk): Not under this condition.
3614         [__USE_GNU] (__vdprintf_chk): Likewise.
3615         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
3616         under this condition.
3617         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
3618         [__USE_XOPEN2K8] (dprintf): Define under this condition.
3619         [__USE_XOPEN2K8] (vdprintf): Likewise.
3620         [__USE_GNU] (__dprintf_chk): Not under this condition.
3621         [__USE_GNU] (__vdprintf_chk): Likewise.
3622         [__USE_GNU] (dprintf): Likewise.
3623         [__USE_GNU] (vdprintf): Likewise.
3624
3625 2012-05-03  Roland McGrath  <roland@hack.frob.com>
3626
3627         * elf/Makefile (common-generated): Set this instead of generated for
3628         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
3629         $(all-built-dso)-derived lists.
3630
3631 2012-05-03  Andreas Jaeger  <aj@suse.de>
3632
3633         * sysdeps/i386/fpu/libm-test-ulps: Update.
3634
3635         * FAQ: Removed.
3636         * FAQ.in: Likewise.
3637         * scripts/gen-FAQ.pl: Likewise.
3638         * manual/install.texi (Installation): Point to online location of
3639         FAQ.
3640         * Makefile (files-for-dist): Remove FAQ.
3641         (FAQ): Remove.
3642
3643 2012-05-02  Allan McRae  <allan@archlinux.org>
3644
3645         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
3646         (LDFLAGS-reldepmod5.so): Likewise.
3647         (LDFLAGS-reldep6mod1.so): Likewise.
3648         (LDFLAGS-reldep6mod4.so): Likewise.
3649         (LDFLAGS-reldep8mod3.so): Likewise.
3650         (LDFLAGS-unload4mod1.so): Likewise.
3651         (LDFLAGS-unload4mod2.so): Likewise.
3652         (LDFLAGS-tst-initorder): Likewise.
3653         (LDFLAGS-tst-initordera2.so): Likewise.
3654         (LDFLAGS-tst-initordera3.so): Likewise.
3655         (LDFLAGS-tst-initordera4.so): Likewise.
3656         (LDFLAGS-tst-initorderb2.so): Likewise.
3657         (LDFLAGS-noload): Likewise.
3658         (LDFLAGS-next): Likewise.
3659         (LDFLAGS-order2mod1.so): Likewise.
3660         (LDFLAGS-order2mod2.so): Likewise.
3661         (LDFLAGS-tst-initorder2): Likewise.
3662         (LDFLAGS-tst-initorder2a.so): Likewise.
3663         (LDFLAGS-tst-initorder2b.so): Likewise.
3664         (LDFLAGS-tst-initorder2c.so): Likewise.
3665         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
3666
3667 2012-05-02  David S. Miller  <davem@davemloft.net>
3668
3669         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3670
3671 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
3672
3673         [BZ #14055]
3674         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
3675
3676 2012-05-02  Andreas Jaeger  <aj@suse.de>
3677
3678         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
3679         since we manipulate rounding mode.
3680         (CPPFLAGS-test-idouble.c): Likewise.
3681         (CPPFLAGS-test-ifloat.c): Likewise.
3682         (CFLAGS-test-ldouble.c): Likewise.
3683         (CFLAGS-test-double.c): Likewise.
3684         (CFLAGS-test-float.c): Likewise.
3685         (CFLAGS-test-misc.c): Likewise.
3686         (CFLAGS-test-test-fenv.c): Likewise.
3687
3688 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3689
3690         [BZ #2550]
3691         [BZ #2570]
3692         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
3693         comparisons to determine direction to adjust input.
3694
3695 2012-05-01  Roland McGrath  <roland@hack.frob.com>
3696
3697         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
3698         output to the target.
3699
3700         * scripts/localplt.awk: New file.
3701         * elf/Makefile ($(objpfx)check-localplt): Target removed.
3702         (check-localplt-CFLAGS): Variable removed.
3703         ($(all-built-dso:=.jmprel)): New static pattern rule.
3704         (generated): Add those targets.
3705         (localplt-built-dso): New variable.
3706         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
3707
3708         * elf/check-localplt.c: File removed.
3709
3710         * scripts/check-execstack.awk: New file.
3711         * elf/Makefile ($(objpfx)check-execstack): Target removed.
3712         (check-execstack-CFLAGS): Variable removed.
3713         ($(objpfx)check-execstack.h): Target removed.
3714         ($(objpfx)execstack-default): New target.
3715         (generated): Add that instead of check-execstack.h.
3716         ($(all-built-dso:=.phdr)): New static pattern rule.
3717         (generated): Add those targets.
3718         * elf/check-execstack.c: File removed.
3719
3720         * scripts/check-textrel.awk: New file.
3721         * elf/Makefile ($(objpfx)check-textrel): Target removed.
3722         (check-textrel-CFLAGS): Variable removed.
3723         (all-built-dso): Use := to define.o
3724         ($(all-built-dso:=.dyn)): New static pattern rule.
3725         (generated): Add those targets.
3726         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
3727         * config.make.in (READELF): New substituted variable.
3728         * elf/check-textrel.c: File removed.
3729
3730 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
3731
3732         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
3733         allow.
3734         * conform/data/ctype.h-data [C99-based standards] (isblank):
3735         Expect function.
3736         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
3737         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
3738         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3739         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
3740         Specify type.  Require positive value.
3741         (EILSEQ): Likewise.
3742         (ERANGE): Likewise.
3743         [ISO || POSIX] (EILSEQ): Do not expect.
3744         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
3745         Specify type.  Require positive value.
3746         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
3747         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
3748         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
3749         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
3750         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
3751         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
3752         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
3753         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
3754         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
3755         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
3756         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
3757         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
3758         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
3759         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
3760         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
3761         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
3762         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
3763         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
3764         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
3765         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
3766         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
3767         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
3768         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
3769         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
3770         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
3771         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
3772         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
3773         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
3774         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
3775         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
3776         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
3777         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
3778         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
3779         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
3780         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
3781         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
3782         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
3783         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
3784         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
3785         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
3786         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
3787         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
3788         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
3789         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
3790         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
3791         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
3792         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
3793         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
3794         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
3795         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
3796         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
3797         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
3798         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
3799         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
3800         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
3801         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
3802         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
3803         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
3804         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
3805         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
3806         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
3807         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
3808         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
3809         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
3810         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
3811         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
3812         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
3813         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
3814         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
3815         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
3816         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
3817         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
3818         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
3819         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
3820         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
3821         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
3822         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
3823         Require >= 2.
3824         (FLT_ROUNDS): Expect as macro, not constant.
3825         (FLT_MANT_DIG): Use macro-int-constant.
3826         (DBL_MANT_DIG): Likewise.
3827         (LDBL_MANT_DIG): Likewise.
3828         (FLT_DIG): Likewise.
3829         (DBL_DIG): Likewise.
3830         (LDBL_DIG): Likewise.
3831         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
3832         (DBL_MIN_EXP): Likewise.
3833         (LDBL_MIN_EXP): Likewise.
3834         (FLT_MAX_EXP): Use macro-int-constant.
3835         (DBL_MAX_EXP): Likewise.
3836         (LDBL_MAX_EXP): Likewise.
3837         (FLT_MAX_10_EXP): Likewise.
3838         (DBL_MAX_10_EXP): Likewise.
3839         (LDBL_MAX_10_EXP): Likewise.
3840         (FLT_MAX): Use macro-constant.
3841         (DBL_MAX): Likewise.
3842         (LDBL_MAX): Likewise.
3843         (FLT_EPSILON): Use macro-constant.  Give upper bound.
3844         (DBL_EPSILON): Likewise.
3845         (LDBL_EPSILON): Likewise.
3846         (FLT_MIN): Likewise.
3847         (DBL_MIN): Likewise.
3848         (LDBL_MIN): Likewise.
3849         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
3850         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
3851         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
3852         [ISO11] (FLT_HAS_SUBNORM): Likewise.
3853         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
3854         [ISO11] (DBL_DECIMAL_DIG): Likewise.
3855         [ISO11] (FLT_DECIMAL_DIG): Likewise.
3856         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
3857         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
3858         [ISO11] (FLT_TRUE_MIN): Likewise.
3859         [ISO11] (LDBL_TRUE_MIN): Likewise.
3860         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3861         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
3862         (SCHAR_MIN): Use macro-int-constant.  Specify type.
3863         (SCHAR_MAX): Likewise.
3864         (UCHAR_MAX): Likewise.
3865         (CHAR_MIN): Likewise.
3866         (CHAR_MAX): Likewise.
3867         (MB_LEN_MAX): Use macro-int-constant.
3868         (SHRT_MIN): Use macro-int-constant.  Specify type.
3869         (SHRT_MAX): Likewise.
3870         (USHRT_MAX): Likewise.
3871         (INT_MAX): Likewise.
3872         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
3873         bound negative.
3874         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
3875         bound with "U".
3876         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
3877         bound with "L".
3878         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
3879         bound negative.  Suffix upper bound with "L".
3880         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
3881         bound with "UL".
3882         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
3883         Specify type.
3884         [C99-based standards] (LLONG_MAX): Likewise.
3885         [C99-based standards] (ULLONG_MAX): Likewise.
3886         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
3887         == 0.
3888         [ISO11] (max_align_t): Require type.
3889         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3890
3891         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
3892         from $CFLAGS, without defining away __attribute__ calls.
3893         (checknamespace): Use $CFLAGS_namespace.
3894
3895         * conform/conformtest.pl (@keywords): Only include C99 keywords
3896         for standards based on C99 or C11.
3897
3898         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
3899         Disable tests.
3900         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
3901         UNIX98]: Likewise.
3902
3903         * conform/conformtest.pl: Handle "macro-int-constant" and test for
3904         usability of symbols in #if.
3905
3906         * conform/conformtest.pl: If macro or constant types start
3907         "promoted:", expect the symbol to be of the following type
3908         promoted by the integer promotions.
3909
3910         * conform/conformtest.pl: Parse all "constant" and "macro" lines
3911         in one place.  Also handle "macro-constant".
3912
3913         * conform/conformtest.pl: Only accept expected macro values with
3914         "==".  Parse all "macro" lines in one place.
3915         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
3916
3917         * conform/conformtest.pl: Handle braced types on "constant" lines
3918         instead of handling "typed-constant".
3919         * conform/data/signal.h-data: Use "constant" instead of
3920         "typed-constant".
3921
3922         * conform/conformtest.pl: Handle "optional-" at start of lines in
3923         one place rather than duplicating several cases.  Handle each
3924         format of "macro" line with initial "optional-".
3925
3926         * conform/conformtest.pl: Only accept expected constant or
3927         optional-constant values with "==".  Parse all "constant" lines in
3928         one place.  Parse all "optional-constant" lines in one place.
3929         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
3930         * conform/data/fmtmsg.h-data: Likewise.
3931         * conform/data/netinet/in.h-data: Likewise.
3932         * conform/data/tar.h-data: Likewise.
3933         * conform/data/limits.h-data: Use "==" form on "constant" and
3934         "optional-constant" lines.
3935
3936         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
3937         Use -std=c99 for XOPEN2K.
3938         (@knownproblems): Remove.
3939         (newtoken): Don't check %isknown.
3940
3941         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
3942         Do not expect macro.
3943         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
3944         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
3945         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
3946         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
3947         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
3948         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
3949         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
3950         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
3951         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
3952         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
3953         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
3954         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
3955         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
3956         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
3957         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
3958         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
3959         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
3960         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
3961         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
3962         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
3963         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
3964         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
3965         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
3966         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
3967         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
3968         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
3969         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
3970         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
3971         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
3972         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
3973         [XPG3] (acosh): Likewise.
3974         [XPG3] (asinh): Likewise.
3975         [XPG3] (atanh): Likewise.
3976         [XPG3] (cbrt): Likewise.
3977         [XPG3] (expm1): Likewise.
3978         [XPG3] (ilogb): Likewise.
3979         [XPG3] (log1p): Likewise.
3980         [XPG3] (logb): Likewise.
3981         [XPG3] (nextafter): Likewise.
3982         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
3983         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
3984         [XPG3] (remainder): Likewise.
3985         [XPG3] (rint): Likewise.
3986         [XPG3 || XPG4 || UNIX98] (round): Likewise.
3987         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
3988         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
3989         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
3990         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
3991         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
3992         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
3993         [UNIX98 || XOPEN2K] (scalb): Expect.
3994         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
3995         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
3996         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
3997         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
3998         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
3999         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
4000         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
4001         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
4002         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
4003         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
4004         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
4005         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
4006         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
4007         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
4008         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
4009         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
4010         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
4011         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
4012         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
4013         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
4014         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
4015         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
4016         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
4017         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
4018         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
4019         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
4020         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
4021         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
4022         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
4023         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
4024         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
4025         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
4026         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
4027         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
4028         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
4029         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
4030         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
4031         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
4032         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
4033         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
4034         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
4035         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
4036         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
4037         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
4038         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
4039         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
4040         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
4041         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
4042         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
4043         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
4044         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
4045         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
4046         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
4047         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
4048         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
4049         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
4050         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
4051         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
4052         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
4053         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
4054         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
4055         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
4056         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
4057         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
4058         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
4059         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
4060         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
4061         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
4062         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
4063         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
4064         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
4065         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
4066         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
4067         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
4068         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
4069         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
4070         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
4071         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
4072         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
4073         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
4074         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
4075         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
4076         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
4077         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
4078         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
4079         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
4080         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
4081         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
4082         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
4083         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
4084         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
4085         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
4086         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
4087         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
4088         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
4089         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
4090         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
4091         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
4092         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
4093         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
4094         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
4095         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
4096         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
4097         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
4098         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
4099         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
4100         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
4101         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
4102         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
4103         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
4104         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
4105         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
4106         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
4107         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
4108         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
4109         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
4110         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
4111         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
4112         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
4113         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
4114         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
4115         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
4116         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
4117         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
4118         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
4119         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
4120         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
4121         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
4122         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
4123         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
4124         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
4125         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
4126         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
4127         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
4128         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
4129         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
4130         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
4131
4132         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
4133         _XOPEN_SOURCE_EXTENDED for XPG4.
4134
4135         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
4136
4137         * Makeconfig (localtime): Remove variable.
4138         (inst_localtime-file): Likewise.
4139
4140 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
4141
4142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
4143         Update.
4144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4145         Update.
4146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
4147         Update.
4148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
4149         Update.
4150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
4151         Update.
4152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
4153         Update.
4154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4155         Update.
4156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
4157         Update.
4158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4159         Update.
4160
4161 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
4162
4163         [BZ #2550]
4164         [BZ #2570]
4165         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
4166         comparisons to determine direction to adjust input.
4167         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
4168         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
4169         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
4170         Likewise.
4171         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
4172         Likewise.
4173         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
4174         Likewise.
4175         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
4176         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
4177         Likewise.
4178         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
4179         Likewise.
4180         * math/libm-test.inc (nexttoward_test): Add more tests.
4181
4182 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
4183
4184         [BZ #14040]
4185         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
4186         in version GLIBC_2.1, not GLIBC_2.0.
4187         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
4188         Likewise.
4189
4190 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
4191
4192         [BZ #13942]
4193         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
4194         (1 - x) * (1 + x).
4195         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
4196         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
4197         * math/libm-test.inc (acos_test): Add more tests.
4198         (asin_test): Likewise.
4199         * sysdeps/i386/fpu/libm-test-ulps: Update.
4200         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4201
4202         [BZ #14034]
4203         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
4204         of square root.
4205         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
4206         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
4207         * math/libm-test.inc (acos_test_tonearest): New function.
4208         (acos_test_towardzero): Likewise.
4209         (acos_test_downward): Likewise.
4210         (acos_test_upward): Likewise.
4211         (asin_test_tonearest): Likewise.
4212         (asin_test_towardzero): Likewise.
4213         (asin_test_downward): Likewise.
4214         (asin_test_upward): Likewise.
4215         (main): Call the new functions.
4216         * sysdeps/i386/fpu/libm-test-ulps: Update.
4217         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
4218
4219         [BZ #13884]
4220         [BZ #13924]
4221         * math/e_exp10.c: Include <float.h>.
4222         (__ieee754_exp10): Handle underflow here rather than multiplying
4223         large negative argument by M_LN10.
4224         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
4225         of __ieee754_expf.
4226         * math/e_exp10l.c: Include <float.h>.
4227         (__ieee754_exp10l): Handle underflow here rather than multiplying
4228         large negative argument by M_LN10l.
4229         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
4230         spurious overflow exception on underflow.
4231
4232 2012-04-29  Marek Polacek  <polacek@redhat.com>
4233
4234         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
4235         (__fortify_function): New macro.
4236         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
4237         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
4238         __extern_always_inline.
4239         * libio/bits/stdio2.h: Likewise.
4240         * libio/bits/stdio.h: Likewise.
4241         * string/string.h: Likewise.
4242         * string/bits/string3.h: Likewise.
4243         * include/stdio.h: Likewise.
4244         * stdlib/bits/stdlib.h: Likewise.
4245         * stdlib/stdlib.h: Likewise.
4246         * rt/bits/mqueue2.h: Likewise.
4247         * rt/mqueue.h: Likewise.
4248         * posix/bits/unistd.h: Likewise.
4249         * posix/unistd.h: Likewise.
4250         * io/bits/poll2.h: Likewise.
4251         * io/bits/fcntl2.h: Likewise.
4252         * io/fcntl.h: Likewise.
4253         * io/sys/poll.h: Likewise.
4254         * misc/bits/syslog.h: Likewise.
4255         * misc/bits/syslog-ldbl.h: Likewise.
4256         * misc/sys/syslog.h: Likewise.
4257         * socket/bits/socket2.h: Likewise.
4258         * socket/sys/socket.h: Likewise.
4259         * debug/tst-chk1.c: Likewise.
4260         * wcsmbs/bits/wchar2.h: Likewise.
4261         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4262         * wcsmbs/wchar.h: Likewise.
4263
4264 2012-04-29  Andreas Jaeger  <aj@suse.de>
4265
4266         * Makerules (tests): Remove enable-check-abi protection.
4267         (check-abi-warn): Remove.
4268         (check-abi-%): Remove check-abi-warn usage.
4269
4270         * configure.in: Remove check-abi configure option.
4271         * configure: Regenerated.
4272         * config.make.in (enable-check-abi): Remove.
4273
4274 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
4275
4276         [BZ #14033]
4277         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
4278         double functions to double *_finite functions.
4279
4280         [BZ #13941]
4281         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
4282         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
4283         LDBL_MIN_EXP.
4284         * stdio-common/Makefile (tests): Add tst-sprintf3.
4285         * stdio-common/tst-sprintf3.c: New file.
4286
4287         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
4288         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
4289
4290 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
4291
4292         * conform/conformtest.pl: Remove duplicate typed-constant
4293         handling.
4294
4295 2012-04-28  David S. Miller  <davem@davemloft.net>
4296
4297         * Makerules (%.abilist): Add vpath on sysdep_dirs.
4298         (check-abi-%): Remove AWK script prerequisite and explicit
4299         abilist directory.
4300         (check-abi): Rewrite to just diff the symlist with the abilist.
4301         (config-tls, config-abi-config): Delete, no longer used.
4302         (update-abi-%): Remove AWK script and explicit abilist directory.
4303         (update-abi): Rewrite to simply compare and conditionally copy the
4304         symlist and the sysdep abilist file.  Remove update-abi-config
4305         checks.
4306         * abilist/ld.abilist: Remove.
4307         * abilist/libBrokenLocale.abilist: Remove.
4308         * abilist/libanl.abilist: Remove.
4309         * abilist/libcrypt.abilist: Remove.
4310         * abilist/libdl.abilist: Remove.
4311         * abilist/librt.abilist: Remove.
4312         * abilist/libthread_db.abilist: Remove.
4313         * abilist/libutil.abilist: Remove.
4314         * scripts/extract-abilist.awk: Remove.
4315         * scripts/merge-abilist.awk: Remove.
4316         * sysdeps/generic/libcidn.abilist: New file.
4317         * sysdeps/generic/libnss_compat.abilist: New file.
4318         * sysdeps/generic/libnss_db.abilist: New file.
4319         * sysdeps/generic/libnss_dns.abilist: New file.
4320         * sysdeps/generic/libnss_files.abilist: New file.
4321         * sysdeps/generic/libnss_hesiod.abilist: New file.
4322         * sysdeps/generic/libnss_nis.abilist: New file.
4323         * sysdeps/generic/libnss_nisplus.abilist: New file.
4324         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
4325         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
4326         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
4327         file.
4328         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
4329         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
4330         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
4331         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
4332         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
4333         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
4334         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
4335         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
4336         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
4337         file.
4338         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
4339         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
4340         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
4341         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
4342         file.
4343         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
4344         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
4345         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
4346         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
4347         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
4348         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
4349         file.
4350         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
4351         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
4352         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
4353         file.
4354         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
4355         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
4356         New file.
4357         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
4358         New file.
4359         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
4360         New file.
4361         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
4362         New file.
4363         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
4364         New file.
4365         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
4366         New file.
4367         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
4368         New file.
4369         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
4370         New file.
4371         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
4372         New file.
4373         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
4374         New file.
4375         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
4376         New file.
4377         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
4378         New file.
4379         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
4380         New file.
4381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
4382         file.
4383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4384         New file.
4385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4386         New file.
4387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
4388         file.
4389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4390         New file.
4391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4392         New file.
4393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
4394         file.
4395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4396         New file.
4397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4398         New file.
4399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4400         New file.
4401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4402         New file.
4403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4404         New file.
4405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4406         New file.
4407         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
4408         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
4409         file.
4410         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
4411         New file.
4412         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
4413         file.
4414         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
4415         file.
4416         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
4417         file.
4418         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
4419         file.
4420         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
4421         file.
4422         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
4423         New file.
4424         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
4425         file.
4426         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
4427         file.
4428         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
4429         New file.
4430         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
4431         file.
4432         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
4433         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
4434         file.
4435         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
4436         New file.
4437         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
4438         file.
4439         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
4440         file.
4441         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
4442         file.
4443         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
4444         file.
4445         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
4446         file.
4447         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
4448         New file.
4449         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
4450         file.
4451         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
4452         file.
4453         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
4454         New file.
4455         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
4456         file.
4457         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
4458         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
4459         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
4460         file.
4461         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
4462         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
4463         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
4464         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
4465         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
4466         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
4467         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
4468         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
4469         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
4470         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
4471         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
4472         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
4473         file.
4474         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
4475         New file.
4476         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
4477         file.
4478         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
4479         file.
4480         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
4481         file.
4482         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
4483         file.
4484         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
4485         file.
4486         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
4487         New file.
4488         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
4489         New file.
4490         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
4491         file.
4492         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
4493         New file.
4494         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
4495         file.
4496         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
4497         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
4498         file.
4499         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
4500         New file.
4501         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
4502         file.
4503         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
4504         file.
4505         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
4506         file.
4507         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
4508         file.
4509         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
4510         file.
4511         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
4512         New file.
4513         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
4514         New file.
4515         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
4516         file.
4517         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
4518         New file.
4519         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
4520         file.
4521
4522 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
4523
4524         * conform/conformtest.pl: Fix typo in handling typed-constant from
4525         allow-header.
4526
4527 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
4528
4529         * README: Cut down references to pre-2.6 Linux kernels and
4530         Linuxthreads.  Update lists of configurations in libc and ports
4531         and sort alphabetically.  Say "or newer" with Linux kernel version
4532         requirements.
4533
4534         * config.h.in [IS_IN_build]: Allow compiling without optimization.
4535
4536 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
4537
4538         [BZ #887]
4539         * math/libm-test.inc (logb_test_downward): New test to expose
4540         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
4541         rounding mode.
4542
4543 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
4544
4545         [BZ #14027]
4546         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
4547         to be done.
4548         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
4549         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
4550
4551 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
4552
4553         * sysdeps/unix/i386/brk.S: Remove file.
4554         * sysdeps/unix/i386/dl-brk.S: Likewise.
4555         * sysdeps/unix/i386/pipe.S: Likewise.
4556         * sysdeps/unix/i386/sigreturn.S: Likewise.
4557         * sysdeps/unix/i386/syscall.S: Likewise.
4558         * sysdeps/unix/i386/vfork.S: Likewise.
4559         * sysdeps/unix/i386/wait.S: Likewise.
4560
4561         * sysdeps/unix/common/tcsendbrk.c: Move to ...
4562         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
4563
4564         * configure.in (arm*-none*): Do not allow without
4565         --enable-hacker-mode.
4566         (netbsd*): Remove case setting base_os.
4567         (386bsd*): Likewise.
4568         (freebsd*): Likewise.
4569         (bsdi*): Likewise.
4570         (osf*): Likewise.
4571         (sunos*): Likewise.
4572         (ultrix*): Likewise.
4573         (newsos*): Likewise.
4574         (dynix*): Likewise.
4575         (*bsd*): Likewise.
4576         (sysv*): Likewise.
4577         (isc*): Likewise.
4578         (esix*): Likewise.
4579         (sco*): Likewise.
4580         (minix*): Likewise.
4581         (irix4*): Likewise.
4582         (irix6*): Likewise.
4583         (solaris[2-9]*): Likewise.
4584         (none): Likewise.
4585         * configure: Regenerated.
4586
4587 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4588
4589         [BZ #11521]
4590         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
4591         overflow or cancellation in calculating denominator.
4592         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
4593         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
4594         down expression to avoid unexpected rounding in newer GCCs.
4595         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
4596
4597 2012-04-26  David S. Miller  <davem@davemloft.net>
4598
4599         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
4600         long-double compat symbols.
4601         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
4602         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
4603         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
4604         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
4605         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
4606         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
4607         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
4608         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
4609         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
4610         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4611         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
4612         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
4613         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
4614
4615 2012-04-25  David S. Miller  <davem@davemloft.net>
4616
4617         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
4618         HWCAP_* values only after the memory barriers have been defined.
4619         (atomic_full_barrier): Define.
4620         (atomic_read_barrier): Define.
4621         (atomic_write_barrier): Define.
4622
4623 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4624
4625         * shlib-versions: Add libgcc_s version information.
4626         * sysdeps/generic/libgcc_s.h: Remove.
4627         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
4628         libgcc_s.h.
4629         * sysdeps/gnu/unwind-resume.c: Likewise.
4630         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
4631
4632 2012-04-25  David S. Miller  <davem@davemloft.net>
4633
4634         * sysdeps/unix/sparc/brk.S: Delete.
4635         * sysdeps/unix/sparc/dl-brk.S: Delete.
4636         * sysdeps/unix/sparc/pipe.S: Delete.
4637         * sysdeps/unix/sparc/sysdep.S: Delete.
4638         * sysdeps/unix/sparc/sysdep.h: Delete.
4639         * sysdeps/unix/sparc/vfork.S: Delete.
4640         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
4641         SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
4642         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
4643         ret_ERRVAL, r0, r1, MOVE): Define.
4644         (JUMPTARGET): Remove.
4645         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
4646         sysdeps/unix/sparc/sysdep.h
4647         (ENTRY, END): Remove.
4648         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4649
4650 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
4651
4652         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
4653         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
4654         -DIS_IN_build.
4655
4656         * timezone/README: Update upstream location and email address for
4657         tzcode and tzdata.
4658         * timezone/zdump.c: Update from tzcode 2012b.
4659         * timezone/zic.c: Likewise.
4660
4661         * configure.in (libc_cv_as_needed): Remove test.
4662         * configure: Regenerated.
4663         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
4664         conditional definition.
4665         [$(have-as-needed) != yes] (no-as-needed): Likewise.
4666         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
4667         * config.make.in (have-as-needed): Remove variable.
4668
4669 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
4670             Paul Pluzhnikov  <ppluzhnikov@google.com>
4671
4672         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
4673         strings correctly.
4674
4675 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
4676
4677         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
4678         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
4679         * sysdeps/sh/strlen.S: Likewise.
4680
4681 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
4682
4683         * sysdeps/unix/fork.S: Remove file.
4684         * sysdeps/unix/i386/fork.S: Likewise.
4685         * sysdeps/unix/sparc/fork.S: Likewise.
4686
4687         * sysdeps/unix/system.c: Remove file.
4688         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
4689
4690         * sysdeps/unix/getegid.S: Remove file.
4691         * sysdeps/unix/geteuid.S: Likewise.
4692
4693 2012-04-24  Roland McGrath  <roland@hack.frob.com>
4694
4695         * scripts/check-localplt.awk: New file.
4696         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
4697         of diff.
4698         * scripts/data/localplt-generic.data: Add a comment.
4699
4700         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
4701         NODE when __dir_mkfile failed.
4702         * sysdeps/mach/hurd/symlinkat.c: Likewise.
4703         Reported by Ludovic Courtès <ludo@gnu.org>.
4704
4705 2012-04-24  Andreas Jaeger  <aj@suse.de>
4706
4707         * Makerules (common-clean): Also remove gen-as-const-headers
4708         files.
4709
4710 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
4711
4712         * Makerules (native-compile): Do not change working directory for
4713         build.  Use $(OUTPUT_OPTION) in command.
4714         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
4715
4716 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4717
4718         [BZ #13886]
4719         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
4720         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
4721         * math/libm-test.inc (floor_test): Add more tests.
4722         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
4723
4724 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
4725
4726         * sysdeps/unix/getdents.c: Remove file.
4727         * sysdeps/unix/sysv/getdents.c: Likewise.
4728         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
4729
4730         * sysdeps/unix/syscalls.list (madvise): Add syscall from
4731         sysdeps/unix/mman/syscalls.list.
4732         (mmap): Likewise.
4733         (mprotect): Likewise.
4734         (msync): Likewise.
4735         (munmap): Likewise.
4736         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
4737         * sysdeps/unix/mman/syscalls.list: Remove.
4738         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
4739
4740         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
4741         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
4742         * configure: Regenerated.
4743         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
4744         $(libgcc_s_suffix).
4745         * config.make.in (libgcc_s_suffix): Remove variable.
4746
4747 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
4748
4749         * sysdeps/unix/sysv/gethostname.c: Move to ...
4750         * sysdeps/posix/gethostname.c: ... here.
4751
4752         * sysdeps/unix/execve.S: Remove file.
4753
4754         * sysdeps/unix/_exit.S: Remove file.
4755
4756 2012-04-23  Andreas Jaeger  <aj@suse.de>
4757
4758         [BZ #13739]
4759         * manual/Makefile: Remove make dist support, there's no
4760         need for a stand-alone documentation tar ball.
4761         (TEXI2DVI): Define always, it's not in Makeconfig.
4762         (dist): Removed.
4763         (tar-it): Removed.
4764         (edition): Removed.
4765         (glibc-doc-$(edition).tar): Removed
4766         (%.Z): Removed.
4767         (%.gz): Removed.
4768         (%.uu): Removed.
4769         (ETAGS): Remove, it's in Makeconfig.
4770         (move-if-change): Remove, it's in Makeconfig.
4771
4772 2013-04-23  Paul Eggert  <eggert@cs.ucla.edu>
4773
4774         [BZ #13970]
4775         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
4776         (strtod, strtof, strtold, strtol, strtoul, strtoq)
4777         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
4778         (strtod_l, strtof_l, strtold_l): Remove __wur.
4779         It is not necessarily an error to ignore strtol's return value.
4780         One can reliably look at the stored endptr to decide whether
4781         the number had valid syntax.
4782
4783 2012-04-21  Andreas Jaeger  <aj@suse.de>
4784
4785         [BZ #13739]
4786         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
4787
4788 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
4789
4790         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
4791         * sysdeps/unix/sysv/Versions: Remove file.
4792
4793 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
4794
4795         [BZ #13927]
4796         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
4797
4798 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
4799
4800         [BZ #7064]
4801         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
4802         version from __vm86.
4803
4804 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
4805
4806         * sysdeps/unix/common/lxstat.c: Remove file.
4807         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
4808
4809         * sysdeps/unix/sysv/Makefile: Remove file.
4810
4811         * sysdeps/unix/sysv/direct.h: Remove file.
4812
4813         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
4814         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
4815         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
4816         * sysdeps/unix/sysv/bits/signum.h: Likewise.
4817         * sysdeps/unix/sysv/bits/stat.h: Likewise.
4818         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
4819         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
4820
4821         * sysdeps/unix/sysv/setrlimit.c: Remove file.
4822
4823         * sysdeps/unix/xmknod.c: Remove file.
4824         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
4825
4826         * sysdeps/unix/sysv/settimeofday.c: Remove file.
4827
4828         * sysdeps/unix/sysv/i386/time.S: Remove file.
4829
4830         * sysdeps/unix/fxstat.c: Remove file.
4831         * sysdeps/unix/xstat.c: Likewise.
4832         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
4833
4834         * sysdeps/unix/sysv/sigaction.c: Remove file.
4835
4836         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
4837         (sysdep_headers): Remove variable.
4838         [termio.h not in sysdep_headers] (generated): Likewise.
4839         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
4840         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
4841         * sysdeps/unix/sysv/tcdrain.c: Likewise.
4842         * sysdeps/unix/sysv/tcflow.c: Likewise.
4843         * sysdeps/unix/sysv/tcflush.c: Likewise.
4844         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
4845         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
4846         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
4847         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
4848         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
4849
4850         * sysdeps/unix/siglist.c: Remove file.
4851
4852         * sysdeps/unix/getppid.S: Remove file.
4853
4854         * sysdeps/unix/mkdir.c: Remove file.
4855         * sysdeps/unix/rmdir.c: Likewise.
4856
4857 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
4858
4859         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
4860         ERR_MAX value.
4861         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
4862         errlist-compat value.
4863
4864 2012-04-18  David S. Miller  <davem@davemloft.net>
4865
4866         * sysdeps/generic/memcopy.h (reg_char): Delete.
4867         * debug/strcat_chk.c: Use char, not reg_char.
4868         * debug/strcpy_chk.c: Likewise.
4869         * debug/strncat_chk.c: Likewise.
4870         * debug/strncpy_chk.c: Likewise.
4871         * string/memchr.c: Likewise.
4872         * string/memrchr.c: Likewise.
4873         * string/rawmemchr.c: Likewise.
4874         * string/strcat.c: Likewise.
4875         * string/strchr.c: Likewise.
4876         * string/strchrnul.c: Likewise.
4877         * string/strcmp.c: Likewise.
4878         * string/strcpy.c: Likewise.
4879         * string/strncat.c: Likewise.
4880         * string/strncmp.c: Likewise.
4881         * string/strncpy.c: Likewise.
4882
4883 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
4884
4885         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
4886         __builtin_memcopy is called when src and dest ranges are known to not
4887         overlap.
4888
4889 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
4890
4891         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
4892         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
4893         fwd_align_merge macro call.
4894         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
4895         bwd_align_merge macro call.
4896         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
4897
4898 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
4899
4900         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
4901         bwd_align_merge macros.
4902         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
4903         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
4904         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
4905
4906 2012-04-18  David S. Miller  <davem@davemloft.net>
4907
4908         * sysdeps/sparc/sparc64/memcopy.h: Delete.
4909
4910 2012-04-18  Andreas Jaeger  <aj@suse.de>
4911
4912         [BZ# 6794]
4913         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
4914         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
4915         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
4916
4917         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
4918         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
4919         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
4920
4921         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
4922         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
4923         Adjust for changed ldbl-128 files.
4924
4925         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
4926         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
4927         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
4928
4929 2012-04-17  David S. Miller  <davem@davemloft.net>
4930
4931         * sysdeps/sparc/sparc32/memcopy.h: Delete.
4932
4933 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
4934
4935         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
4936         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
4937         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
4938         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
4939         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
4940         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
4941
4942 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4943
4944         [BZ #6794]
4945         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
4946         * math/libm-test.inc: Add ilogb errno and exception tests.
4947         * math/w_ilogb.c: New file: ilogb wrapper.
4948         * math/w_ilogbf.c: New file: ilogbf wrapper.
4949         * math/w_ilogbl.c: New file: ilogbl wrapper.
4950         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
4951         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
4952         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
4953         exception being thrown with 0.0 as argument.
4954         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
4955         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
4956         exception being thrown with 0.0 as argument.
4957         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
4958         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
4959         exception being thrown with 0.0 as argument.
4960         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
4961         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
4962         exception being thrown with 0.0 as argument.
4963         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
4964         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
4965         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
4966         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
4967         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
4968         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
4969         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
4970         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
4971         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
4972
4973 2012-04-17  Petr Baudis  <pasky@ucw.cz>
4974
4975         * include/sys/uio.h: Change __vector to __iovec to avoid clash
4976         with altivec.
4977
4978 2012-04-16  Marek Polacek  <polacek@redhat.com>
4979
4980         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
4981
4982 2012-04-16  Marek Polacek  <polacek@redhat.com>
4983
4984         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
4985         operands of fdivp instruction.
4986
4987 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
4988
4989         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
4990         * elf/tst-auditmod3b.c: Likewise.
4991         * elf/tst-auditmod4b.c: Likewise.
4992         * elf/tst-auditmod5b.c: Likewise.
4993         * elf/tst-auditmod6b.c: Likewise.
4994         * elf/tst-auditmod6c.c: Likewise.
4995         * elf/tst-auditmod7b.c: Likewise.
4996         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
4997         * sysdeps/x86_64/preconfigure.in: Likewise.
4998         * sysdeps/x86_64/preconfigure: Regenerated.
4999
5000 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
5001
5002         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
5003         __ILP32__.
5004
5005 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
5006
5007         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
5008         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
5009
5010 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
5011
5012         [BZ #13973]
5013         * locale/iso-639.def: Fix gl language name. Spotted by
5014         Yaron Shahrabani.
5015
5016 2012-04-12  Roland McGrath  <roland@hack.frob.com>
5017
5018         [BZ #2074]
5019         * libio/libio.h (__io_write_fn): Update comment.
5020
5021 2012-04-12  Petr Baudis  <pasky@ucw.cz>
5022
5023         [BZ #2074]
5024         * stdio.texi (Hook Functions): The user provided writer function
5025         is not allowed to return -1.
5026
5027 2012-04-11  David S. Miller  <davem@davemloft.net>
5028
5029         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5030
5031 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
5032
5033         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
5034         Add a leading slash to rtkaio.
5035
5036 2012-04-11  Jim Meyering  <meyering@redhat.com>
5037
5038         [BZ #11959]
5039         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
5040         It is not necessarily an error to ignore fwrite's return
5041         value.  One can reliably use ferror to test for errors after
5042         the fact.
5043
5044 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
5045
5046         * bits/types.h (__snseconds_t): New type.
5047         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
5048
5049         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
5050         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
5051         (__SNSECONDS_T_TYPE): Likewise.
5052         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
5053         (__SNSECONDS_T_TYPE): Likewise.
5054         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
5055         (__SNSECONDS_T_TYPE): Likewise.
5056
5057 2012-04-10  Andreas Jaeger  <aj@suse.de>
5058
5059         [BZ #2636]
5060         * manual/time.texi (Processor Time): Return type of times is
5061         elapsed real time since an arbitrary point in the past.
5062         (CPU Time): Move CLK_TCK from here...
5063         (Processor Time): ...to here.  Correct description.
5064         * manual/conf.texi (Constants for Sysconf): Correct description of
5065         _SC_CLK_TCK.
5066
5067 2012-04-10  David S. Miller  <davem@davemloft.net>
5068
5069         [BZ #13967]
5070         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
5071         where the is a gap between DT_REL(A) and DT_JMPREL.
5072
5073 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
5074
5075         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
5076         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
5077         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
5078
5079 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5080
5081         * elf/dl-support.c (_dl_inhibit_cache): New variable.
5082         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
5083         (dl_main): Handle --inhibit-cache.
5084         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
5085         _dl_inhibit_cache.
5086         * elf/dl-load.c (_dl_map_object): Use it.
5087         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
5088
5089 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
5090
5091         [BZ #13872]
5092         * sysdeps/i386/fpu/e_powl.S (p78): New object.
5093         (__ieee754_powl): Saturate large exponents rather than testing for
5094         overflow of y*log2(x).
5095         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
5096         * math/libm-test.inc (pow_test): Do not permit spurious overflow
5097         exceptions.
5098
5099         [BZ #11521]
5100         * math/s_ctan.c: Include <float.h>.
5101         (__ctan): Avoid internal overflow or cancellation in calculating
5102         denominator.
5103         * math/s_ctanf.c: Likewise.
5104         * math/s_ctanl.c: Likewise.
5105         * math/s_ctanh.c: Likewise.
5106         * math/s_ctanhf.c: Likewise.
5107         * math/s_ctanhl.c: Likewise.
5108         * math/libm-test.inc (ctan_test): Add more tests.
5109         (ctanh_test): Likewise.
5110         * sysdeps/i386/fpu/libm-test-ulps: Update.
5111         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5112
5113 2012-04-09  Andreas Jaeger  <aj@suse.de>
5114
5115         [BZ #6894]
5116         * manual/filesys.texi (Directory Entries): Mention that d_namlen
5117         is an optional BSD extension.
5118
5119         [BZ #10254]
5120         * manual/stdio.texi (Opening Streams): Document additional fopen
5121         parameters.
5122
5123 2012-04-09  Roland McGrath  <roland@hack.frob.com>
5124
5125         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
5126         %eax without telling the compiler.
5127
5128 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
5129
5130         [BZ # 13963]
5131         * manual/install.texi: Use sourceware.org.
5132
5133 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
5134
5135         [BZ #13873]
5136         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
5137         (__ieee754_pow): Generate overflow and underflow using huge*huge
5138         and tiny*tiny rather than just returning constant infinity or zero
5139         for large exponents.
5140         * math/libm-test.inc (pow_test): Require overflow exceptions for
5141         applicable cases of large exponents.
5142
5143         [BZ #706]
5144         * sysdeps/i386/fpu/e_pow.S (p10): New object.
5145         (__ieee754_pow): Use iterative multiplication algorithm only for
5146         integer exponents with absolute value below 1024.  Check for odd
5147         integer exponents when using algorithm for real exponents.
5148         * math/libm-test.inc (pow_test): Add more tests.
5149         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5150
5151 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
5152
5153         [BZ #13705]
5154         * math/libm-test.inc (exp_test): Do not allow overflow exception
5155         on underflow test.
5156
5157 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
5158
5159         [BZ #13705]
5160         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
5161         instead of __kernel_standard_f.
5162
5163 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
5164
5165         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
5166         * sysdeps/x86_64/memset_chk.S: Likewise.
5167
5168 2012-04-08  Andreas Jaeger  <aj@suse.de>
5169
5170         [BZ #10153]
5171         * manual/startup.texi (Environment Access): Describe return value
5172         for putenv and setenv.
5173
5174         [BZ #6895]
5175         * manual/filesys.texi (Directory Entries): Add description for
5176         DT_LNK.
5177
5178         [BZ #6890]
5179         * manual/filesys.texi (Directory Entries): Clarify that it's file
5180         system not operating system in the description of DT_UNKNOWN.
5181
5182         [BZ #6578]
5183         * manual/syslog.texi (closelog): Fix reference, it's openlog.
5184
5185 2012-04-08  Stephen Compall  <s11@member.fsf.org>
5186
5187         [BZ #6649]
5188         * manual/llio.texi (Opening and Closing Files): Add cross
5189         reference to explain mode argument.
5190
5191 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
5192
5193         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
5194         * sysdeps/x86_64/memset_chk.S: Likewise.
5195
5196 2012-04-07  David S. Miller  <davem@davemloft.net>
5197
5198         * elf/elf.h (R_SPARC_WDISP10): Define.
5199         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
5200         R_SPARC_SIZE32.
5201         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
5202         R_SPARC_SIZE64 and R_SPARC_H34.
5203
5204 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
5205
5206         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
5207         conditions and remove no longer applicable assertion.
5208
5209 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
5210
5211         * bits/byteswap.h: Include <features.h>.
5212         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
5213         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
5214
5215 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
5216
5217         * bits/byteswap.h (__bswap_16): Removed.
5218         Include <bits/byteswap-16.h> to get __bswap_16.
5219         * sysdeps/i386/bits/byteswap.h: Likewise.
5220         * sysdeps/s390/bits/byteswap.h: Likewise.
5221         * sysdeps/x86_64/bits/byteswap.h: Likewise.
5222         * bits/byteswap-16.h: New file.
5223         * sysdeps/i386/bits/byteswap-16.h: Likewise.
5224         * sysdeps/s390/bits/byteswap-16.h: Likewise.
5225         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
5226         * string/Makefile (headers): Add bits/byteswap-16.h.
5227
5228 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
5229
5230         [BZ #13895]
5231         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
5232         extra indirection.
5233         * nss/Makefile (tests-static, tests): Add tst-nss-static.
5234         * nss/tst-nss-static.c: New.
5235
5236 2012-04-06  Robert Millan  <rmh@gnu.org>
5237
5238         [BZ #6486]
5239         * manual/llio.texi (File Position Primitive): lseek
5240         refers to WHENCE when it really means OFFSET.
5241
5242 2012-04-06  Andreas Jaeger  <aj@suse.de>
5243
5244         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
5245         strncmp declarations.
5246
5247         * abilist/libc.abilist: Add __poll and __ppoll.
5248
5249 2012-04-05  David S. Miller  <davem@davemloft.net>
5250
5251         * scripts/check-local-headers.sh: Accept a host triplet in the
5252         path matched by the exclude regexp.
5253
5254         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
5255         definition.
5256         * sysdeps/powerpc/powerpc32/dl-machine.h
5257         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
5258         * sysdeps/s390/s390-32/dl-machine.h
5259         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
5260         * sysdeps/sparc/sparc32/dl-machine.h
5261         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
5262         * sysdeps/sparc/sparc64/dl-machine.h
5263         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
5264
5265         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
5266         lazy binding.
5267         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
5268         undefined symbol errors.
5269
5270         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
5271         DT_NEEDED entries.
5272
5273 2012-04-05  Michael Matz  <matz@suse.de>
5274
5275         [BZ #13592]
5276         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
5277
5278 2012-04-05  Andreas Jaeger  <aj@suse.de>
5279
5280         [BZ #13908]
5281         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
5282         comment.
5283
5284 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
5285
5286         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
5287         which ROUND is no valid rounding mode.
5288
5289 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
5290
5291         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
5292         read again.
5293         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
5294
5295 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
5296
5297         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
5298         an exception using FPU order intentionally.
5299
5300 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
5301
5302         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
5303         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
5304         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
5305         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
5306
5307 2012-04-05  Simon Josefsson  <simon@josefsson.org>
5308
5309         [BZ #12340]
5310         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
5311         EINVAL when BUFLEN is too smal.
5312
5313 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
5314
5315         [BZ #13553]
5316         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
5317         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
5318
5319 2012-04-03  Andreas Jaeger  <aj@suse.de>
5320
5321         [BZ #13938]
5322         * manual/setjmp.texi (System V contexts): Fix sentence.
5323
5324         [BZ #13926]
5325         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
5326         New macro for this case.
5327         [!__GNUC__] (__bswap_64): New inline function for this case.
5328         * sysdeps/x86_64/bits/byteswap.h: Likewise.
5329         * bits/byteswap.h: Likewise.
5330         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
5331         ull, guard with __GLIBC_HAVE_LONG_LONG.
5332
5333         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
5334         __GLIBC_HAVE_LONG_LONG.
5335
5336         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
5337         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
5338
5339 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
5340
5341         [BZ #13691]
5342         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
5343         inptr and inend, rather than using last_ch.
5344
5345 2012-04-02  David S. Miller  <davem@davemloft.net>
5346
5347         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
5348         * stdio-common/printf-parse.h (read_int): Change return type to
5349         'int', return -1 on INT_MAX overflow.
5350         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
5351         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
5352         overflows INT_MAX.  Check for overflow of in-format-string precision
5353         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
5354         SIZE_MAX not INT_MAX for integer overflow test.
5355         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
5356         skip the construct in the format string but do not record anything.
5357         * stdio-common/bug22.c: Adjust to test both width/prevision
5358         INT_MAX overflow as well as total length INT_MAX overflow.  Check
5359         explicitly for proper errno values.
5360
5361 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
5362
5363         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
5364         CHAR_MAX.
5365         * string/test-strcmp.c [! WIDE]: Likewise.
5366         * time/tst-mktime2.c: Likewise for INT_MAX.
5367         * string/test-string.h: #include <sys/param.h> for MIN.
5368
5369         * csu/init-first.c (__libc_init_first): Call __ctype_init.
5370         * sysdeps/i386/init-first.c (init): Likewise.
5371         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
5372         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
5373         * sysdeps/sh/init-first.c (init): Likewise.
5374
5375 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
5376
5377         * po/ru.po: Update from translation team.
5378         * po/vi.po: Likewise.
5379
5380 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
5381
5382         * resolv/nss_dns/dns-host.c: Merge copyright years.
5383
5384 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
5385
5386         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
5387         Optimize memcpy with prefetch if
5388         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
5389         src, dst pointers have unequal 16 byte alignments.
5390
5391 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5392
5393         [BZ #13928]
5394         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
5395         from a CNAME entry and return the minimum ttl for the query.
5396         (gaih_getanswer_slice): Likewise.
5397
5398 2012-03-30  Jeff Law  <law@redhat.com>
5399
5400         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
5401         due to long keys.
5402         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
5403         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
5404
5405         * resolv/nss_dns/dns-host.c: Update copyright year.
5406
5407 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
5408
5409         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
5410         requests to save a system call.  Fix check that all bytes are sent.
5411
5412         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
5413         comments for sendmmsg.
5414
5415 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
5416
5417         [BZ #13691]
5418         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
5419         with only 1 character between 0x0041 and 0x01b0.
5420         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
5421         * wcsmbs/tst-mbsnrtowcs.c: New file.
5422
5423 2012-03-29  David S. Miller  <davem@davemloft.net>
5424
5425         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
5426         small copies by hand.
5427
5428 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5429
5430         [BZ #13761]
5431         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
5432         _nss_compat_initgroups_dyn): Fall back to malloc/free
5433         for large group memberships.
5434
5435 2012-03-28  David S. Miller  <davem@davemloft.net>
5436
5437         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
5438         that branches into memcpy.
5439         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
5440         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5441         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5442         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5443         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
5444         bits.
5445         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
5446         implementation too.
5447         * sysdeps/sparc/mempcpy.S: New file.
5448
5449         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
5450         the IFUNC routine in the libc case.
5451         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5452
5453         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
5454         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
5455         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
5456         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
5457         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
5458         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
5459         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
5460         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
5461
5462         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
5463         loop to 256 bytes instead of 64 bytes and fix test signedness.
5464
5465         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
5466         * sysdeps/sparc/sparc32/Makefile: rather than here...
5467         * sysdeps/sparc/sparc64/Makefile: and here.
5468
5469 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
5470
5471         * malloc/mallocbug.c: Avoid warnings about unused variables.
5472
5473 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5474
5475         [BZ #13760]
5476         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
5477         in the right place. Discard and retry query if response is
5478         larger than input buffer size.
5479
5480 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
5481
5482         [BZ #369]
5483         [BZ #2678]
5484         [BZ #3866]
5485         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
5486         x for large integer exponent.
5487         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
5488         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
5489         sign of result as needed afterwards.
5490         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
5491         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
5492         result for underflowing pow the same as for overflow.
5493         (__kernel_standard_l): Handle powl overflow and underflow here
5494         rather than calling __kernel_standard.
5495         * math/libm-test.inc (pow_test): Add more tests.
5496
5497         [BZ #3868]
5498         [BZ #13879]
5499         [BZ #13910]
5500         [BZ #13911]
5501         [BZ #13912]
5502         [BZ #13913]
5503         [BZ #13915]
5504         [BZ #13916]
5505         [BZ #13917]
5506         [BZ #13918]
5507         [BZ #13919]
5508         [BZ #13920]
5509         [BZ #13921]
5510         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
5511         * sysdeps/ieee754/k_standard.c: Include <float.h>.
5512         (__kernel_standard_l): New function.
5513         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
5514         __kernel_standard.
5515         * math/w_acosl.c (__acosl): Likewise.
5516         * math/w_asinl.c (__asinl): Likewise.
5517         * math/w_atan2l.c (__atan2l): Likewise.
5518         * math/w_atanhl.c (__atanhl): Likewise.
5519         * math/w_coshl.c (__coshl): Likewise.
5520         * math/w_exp10l.c (__exp10l): Likewise.
5521         * math/w_exp2l.c (__exp2l): Likewise.
5522         * math/w_fmodl.c (__fmodl): Likewise.
5523         * math/w_hypotl.c (__hypotl): Likewise.
5524         * math/w_j0l.c (__j0l, __y0l): Likewise.
5525         * math/w_j1l.c (__j1l, __y1l): Likewise.
5526         * math/w_jnl.c (__jnl, __ynl): Likewise.
5527         * math/w_lgammal.c (__lgammal): Likewise.
5528         * math/w_log10l.c (__log10l): Likewise.
5529         * math/w_log2l.c (__log2l): Likewise.
5530         * math/w_logl.c (__logl): Likewise.
5531         * math/w_powl.c (__powl): Likewise.
5532         * math/w_remainderl.c (__remainderl): Likewise.
5533         * math/w_scalbl.c (sysv_scalbl): Likewise.
5534         * math/w_sinhl.c (__sinhl): Likewise.
5535         * math/w_sqrtl.c (__sqrtl): Likewise.
5536         * math/w_tgammal.c (__tgammal): Likewise.
5537         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
5538         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
5539         * math/libm-test.inc (acos_test): Add more tests.
5540         (acosh_test): Likewise.
5541         (asin_test): Likewise.
5542         (atanh_test): Likewise.
5543         (exp_test): Likewise.
5544         (exp10_test): Likewise.
5545         (exp2_test): Likewise.
5546         (expm1_test): Likewise.
5547         (lgamma_test): Likewise.
5548         (log_test): Likewise.
5549         (log10_test): Likewise.
5550         (log1p_test): Likewise.
5551         (log2_test): Likewise.
5552         (pow_test): Do not allow some spurious overflow exceptions.
5553         (sqrt_test): Add more tests.
5554         (tgamma_test): Likewise.
5555         (y0_test): Likewise.
5556         (y1_test): Likewise.
5557         (yn_test): Likewise.
5558
5559 2012-03-27  Anton Blanchard  <anton@samba.org>
5560
5561         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
5562         MAP_HUGETLB.
5563         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
5564         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
5565         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
5566
5567 2012-03-27  David S. Miller  <davem@davemloft.net>
5568
5569         * conform/Makefile: Run run-conformtest.sh using $(BASH).
5570
5571         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
5572         have-as-vis3 check.
5573
5574 2012-03-27  Andreas Jaeger  <aj@suse.de>
5575
5576         * sysdeps/x86_64/elf/configure.in: Moved to ...
5577         * sysdeps/x86_64/configure.in: ... here.
5578         * sysdeps/x86_64/elf/start.S: Moved to ...
5579         * sysdeps/x86_64/start.S: ... here.
5580         * sysdeps/x86_64/elf/configure: Delete.
5581
5582         * sysdeps/x86_64/configure.in: Merge contents from
5583         sysdeps/i386/configure.in (without i686 check).
5584
5585         * sysdeps/i386/elf/Versions: Merge into ...
5586         * sysdeps/i386/Versions: ... this.
5587         * sysdeps/i386/elf/Versions: Delete file.
5588         * sysdeps/i386/elf/start.S: Moved to ...
5589         * sysdeps/i386/start.S: ...here.
5590         * sysdeps/i386/elf/configure.in: Merge into...
5591         * sysdeps/i386/configure.in: ...here.
5592         * sysdeps/i386/elf/configure.in: Delete file.
5593         * sysdeps/i386/elf/configure: Delete file.
5594
5595         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
5596         * debug/backtracesyms.c: ... here.
5597         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
5598         * debug/backtracesymsfd.c: ... here.
5599         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
5600         * sysdeps/generic/ifunc-sel.h: ... here.
5601
5602         * sysdeps/unix/i386/start.c: Delete file.
5603         * sysdeps/unix/sparc/start.c: Delete file.
5604         * sysdeps/unix/start.c: Delete file.
5605
5606         * sysdeps/sh/elf/configure.in: Moved to ...
5607         * sysdeps/sh/configure.in: ... here.
5608         * sysdeps/sh/elf/start.S: Moved to ...
5609         * sysdeps/sh/start.S: ... here.
5610         * sysdeps/sh/elf/configure: Delete file.
5611
5612         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
5613         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
5614         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
5615         * sysdeps/powerpc/powerpc64/entry.h: ... here.
5616         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
5617         * sysdeps/powerpc/powerpc64/start.S: here.
5618         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
5619         * sysdeps/powerpc/powerpc64/Makefile: ... this.
5620         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
5621         * sysdeps/powerpc/powerpc64/configure.in: ... this.
5622         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
5623
5624         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
5625         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
5626         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
5627         * sysdeps/powerpc/powerpc32/start.S: ... here.
5628         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
5629         * sysdeps/powerpc/powerpc32/configure.in: ... this.
5630         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
5631
5632         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
5633         * sysdeps/powerpc/ifunc-sel.h: ... here.
5634         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
5635         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
5636
5637         * sysdeps/sparc/elf/configure.in: Moved to ...
5638         * sysdeps/sparc/configure.in: ... here.
5639         * sysdeps/sparc/elf/configure: Delete file.
5640         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
5641         * sysdeps/sparc/sparc32/start.S: ... here.
5642         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
5643         * sysdeps/sparc/sparc64/start.S: ... here.
5644         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
5645         * sysdeps/sparc/sparc32/Makefile: ... this.
5646         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
5647         * sysdeps/sparc/sparc64/Makefile: ... this.
5648
5649         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
5650         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
5651         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
5652         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
5653         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
5654         * sysdeps/s390/s390-32/setjmp.S: ... here.
5655         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
5656         * sysdeps/s390/s390-32/configure.in: ... here.
5657         * sysdeps/s390/s390-32/elf/configure: Delete file.
5658         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
5659         * sysdeps/s390/s390-32/start.S: ... here.
5660
5661         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
5662         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
5663         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
5664         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
5665         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
5666         * sysdeps/s390/s390-64/setjmp.S: ... here.
5667         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
5668         * sysdeps/s390/s390-64/configure.in: ... here
5669         * sysdeps/s390/s390-64/elf/configure: Delete file.
5670         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
5671         * sysdeps/s390/s390-64/start.S: ... here.
5672         * sysdeps/s390/s390-64/elf/configure: Delete.
5673
5674         * configure.in: Remove support for elf directories in sysdeps.
5675
5676         * configure: Regenerated.
5677         * sysdeps/i386/configure: Regenerated.
5678         * sysdeps/powerpc/powerpc32/configure: Regenerated.
5679         * sysdeps/powerpc/powerpc64/configure: Regenerated.
5680         * sysdeps/s390/s390-32/configure: Regenerated.
5681         * sysdeps/s390/s390-64/configure: Regenerated.
5682         * sysdeps/sh/configure: Regenerated.
5683         * sysdeps/sparc/configure: Regenerated.
5684         * sysdeps/x86_64/configure: Regenerated.
5685
5686 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
5687
5688         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5689
5690         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
5691         denormal result into account.
5692
5693 2012-03-25  Roland McGrath  <roland@hack.frob.com>
5694
5695         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
5696         Reported by Allan McRae <allan@archlinux.org>.
5697
5698 2012-03-23  Jeff Law  <law@redhat.com>
5699
5700         * nss/getnssent.c (__nss_getent): Fix typo.
5701
5702 2012-03-23  David S. Miller  <davem@davemloft.net>
5703
5704         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5705
5706 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
5707
5708         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
5709         to pad to uint64_t for each field.
5710         (dl_tls_index): Replace unsigned long with uint64_t.
5711
5712 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
5713         Paul Pluzhnikov  <ppluzhnikov@google.com>
5714
5715         [BZ #6528]
5716         * grp/Makefile (otherlibs): Don't set it.
5717         * inet/Makefile (otherlibs): Likewise.
5718         * login/Makefile (otherlibs): Likewise.
5719         * nscd/Makefile (otherlibs): Likewise.
5720         * posix/Makefile (otherlibs): Likewise.
5721         * pwd/Makefile (otherlibs): Likewise.
5722         * rt/Makefile (otherlibs): Likewise.
5723         * sunrpc/Makefile (otherlibs): Likewise.
5724         * nss/Makefile (otherlibs): Likewise.
5725         Add libnss_files to routines and static-only-routines.
5726         ($(objpfx)getent): Remove rule.
5727         * resolv/Makefile: Add libnss_dns and libresolv to routines and
5728         static-only-routines.
5729
5730 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
5731
5732         [BZ #13892]
5733         * math/s_cexp.c: Include <float.h>.
5734         (__cexp): Handle exp result overflowing not necessarily
5735         overflowing both real and imaginary parts of result.
5736         * math/s_cexpf.c: Likewise.
5737         * math/s_cexpl.c: Likewise.
5738         * math/libm-test.inc (cexp_test): Add more tests.
5739         * sysdeps/i386/fpu/libm-test-ulps: Update.
5740         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5741
5742 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
5743
5744         * include/link.h (ELFW): New macro.
5745         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
5746         Replace ELF64_R_TYPE with ELFW(R_TYPE).
5747
5748 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
5749
5750         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
5751         with uint64_t.
5752
5753 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
5754
5755         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
5756         declaration.
5757         (struct La_x32_retval): Likewise.
5758
5759 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
5760
5761         * sysdeps/x86_64/preconfigure.in: New file.
5762         * sysdeps/x86_64/preconfigure: New generated file.
5763
5764 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
5765
5766         [BZ #13824]
5767         * math/e_exp2l.c: Include <float.h>.
5768         (__ieee754_exp2l): Handle overflow and underflow cases
5769         separately.  Only pass fractional part of argument to
5770         __ieee754_expl.
5771         * math/libm-test.inc (exp2_test): Add more tests.
5772
5773         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
5774         negating x to take absolute value.
5775         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
5776         Likewise.
5777         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
5778         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
5779         Likewise.
5780         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
5781         computing low part if x was negated.
5782         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
5783
5784 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
5785
5786         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
5787         la_x32_gnu_pltexit.
5788         (pltexit): Cast int_retval to ptrdiff_t.
5789         * elf/tst-auditmod3b.c: Likewise.
5790         * elf/tst-auditmod4b.c: Likewise.
5791         * elf/tst-auditmod5b.c: Likewise.
5792         * elf/tst-auditmod6b.c: Likewise.
5793         * elf/tst-auditmod6c.c: Likewise.
5794         * elf/tst-auditmod7b.c: Likewise.
5795
5796         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
5797         and x32_gnu_pltexit.
5798
5799         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
5800         __ELF_NATIVE_CLASS.
5801         (La_x32_regs): New macro.
5802         (La_x32_retval): Likewise.
5803         (la_x32_gnu_pltenter): New function prototype.
5804         (la_x32_gnu_pltexit): Likewise.
5805
5806 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
5807
5808         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
5809         exponent.
5810
5811         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5812
5813         * configure.in (libc_cv_cc_nofma): Check for option to disable
5814         generation of FMA instructions.
5815         * configure: Regenerate.
5816         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
5817         * sysdeps/ieee754/dbl-64/Makefile: New file.
5818         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
5819         Remove brandred-fma4.
5820         (CFLAGS-brandred-fma4.c): Remove.
5821         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
5822         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
5823         define.
5824         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
5825         define.
5826
5827 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
5828
5829         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
5830         LLONG_MAX != LONG_MAX.
5831         (_itoa_word): Use _ITOA_WORD_TYPE on value.
5832         (_fitoa_word): Likewise.
5833         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
5834         LLONG_MAX != LONG_MAX.
5835         * stdio-common/_itowa.h: Include <_itoa.h>.
5836         (_itowa_word): Use _ITOA_WORD_TYPE on value.
5837         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
5838         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
5839         only if not defined.
5840         (_ITOA_WORD_TYPE): Likewise.
5841         (_itoa_word): Use _ITOA_WORD_TYPE on value.
5842         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
5843
5844 2012-03-21  David S. Miller  <davem@davemloft.net>
5845
5846         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5847
5848 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
5849
5850         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
5851         of x86_64 when setting libc_cv_slibdir, libdir and
5852         libc_cv_localedir.
5853         * sysdeps/unix/sysv/linux/configure: Regenerated.
5854
5855 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
5856
5857         * manual/lang.texi (Old Varargs): Remove section.
5858         (How Variadic): Update menu.
5859         (va_start): Do not mention varargs.h.
5860
5861 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
5862             Joseph Myers  <joseph@codesourcery.com>
5863
5864         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
5865         link test.
5866         * configure: Regenerated.
5867
5868 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
5869
5870         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
5871         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
5872         conformtest.pl
5873
5874 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
5875
5876         * NOTES: Remove.
5877         * Makefile (files-for-dist): Remove NOTES.
5878         (NOTES): Remove rule.
5879         * README: Don't refer to NOTES.
5880         * manual/creature.texi: Don't include macros.texi.
5881         * manual/intro.texi (creature.texi): Remove comment referring to
5882         NOTES.
5883
5884         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
5885         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
5886         * configure: Regenerated.
5887         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
5888         LIBC_TRY_CC_OPTION.
5889         (libc_cv_as_i686): Likewise.
5890         (libc_cv_cc_avx): Likewise.
5891         (libc_cv_cc_sse2avx): Likewise.
5892         (libc_cv_cc_fma4): Likewise.
5893         (libc_cv_cc_novzeroupper): Likewise.
5894         * sysdeps/i386/configure: Regenerated.
5895
5896         [BZ #13883]
5897         * sysdeps/i386/fpu/s_cexp.S: Remove.
5898         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
5899         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
5900         * math/libm-test.inc (cexp_test): Add more tests.
5901         * sysdeps/i386/fpu/libm-test-ulps: Update.
5902         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5903
5904 2012-03-21  Allan McRae  <allan@archlinux.org>
5905
5906         * timezone/Makefile: Do not install iso3166.tab and zone.tab
5907
5908 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
5909
5910         [BZ #13871]
5911         * math/w_exp2.c: Do not include <float.h>.
5912         (o_threshold, u_threshold): Remove.
5913         (__exp2): Calculate result before checking finiteness and calling
5914         __kernel_standard.
5915         * math/w_exp2f.c: Likewise.
5916         * math/w_exp2l.c: Likewise.
5917         * math/libm-test.inc (exp2_test): Require overflow exception for
5918         1e6 input.
5919
5920         [BZ #3866]
5921         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
5922         range of signed 64-bit integers before using fistpll.  Remove
5923         checks for whether integers fit in mantissa bits.
5924         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
5925         the range of signed 32-bit integers before using fistpl.  Remove
5926         checks for whether integers fit in mantissa bits.
5927         * sysdeps/i386/fpu/e_powl.S (p64): New object.
5928         (__ieee754_powl): Test for y outside the range of signed 64-bit
5929         integers before using fistpll.  Reduce 64-bit values to 63-bit
5930         ones as needed.
5931         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
5932         divide-by-zero is raised for zero to large negative powers.
5933         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
5934         (__ieee754_powl): Test for y outside the range of signed 64-bit
5935         integers before using fistpll.  Reduce 64-bit values to 63-bit
5936         ones as needed.
5937         * math/libm-test.inc (pow_test): Add more tests.
5938
5939 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
5940
5941         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
5942         <stdio-common/_itoa.h>.
5943         * debug/segfault.c: Likewise.
5944         * elf/dl-cache.c: Likewise.
5945         * elf/dl-minimal.c: Likewise.
5946         * elf/dl-misc.c: Likewise.
5947         * elf/dl-sysdep.c: Likewise.
5948         * elf/dl-version.c: Likewise.
5949         * elf/rtld.c: Likewise.
5950         * hurd/hurdsock.c: Likewise.
5951         * hurd/lookup-retry.c: Likewise.
5952         * malloc/malloc.c: Likewise.
5953         * malloc/mtrace.c: Likewise.
5954         * nscd/nscd_getgr_r.c: Likewise.
5955         * nscd/nscd_getpw_r.c: Likewise.
5956         * nscd/nscd_getserv_r.c: Likewise.
5957         * posix/getopt_init.c: Likewise.
5958         * posix/wordexp.c: Likewise.
5959         * stdio-common/_itoa.c: Likewise.
5960         * stdio-common/printf_fphex.c: Likewise.
5961         * stdio-common/vfprintf.c: Likewise.
5962         * string/_strerror.c: Likewise.
5963         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
5964         * sysdeps/i386/i686/hp-timing.h: Likewise.
5965         * sysdeps/mach/_strerror.c: Likewise.
5966         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
5967         * sysdeps/mach/hurd/sethostid.c: Likewise.
5968         * sysdeps/mach/hurd/xmknodat.c: Likewise.
5969         * sysdeps/mach/xpg-strerror.c: Likewise.
5970         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
5971         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5972         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
5973         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
5974         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5975         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
5976         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5977         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5978         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
5979         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
5980         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
5981         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
5982         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
5983         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
5984         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
5985         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
5986         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
5987         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
5988         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
5989         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
5990         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
5991
5992         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
5993
5994         * stdio-common/_itoa.h: Moved to ...
5995         * sysdeps/generic/_itoa.h: Here.
5996
5997         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
5998
5999         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
6000         instead of "_itoa.h" and "_itowa.h".
6001         * stdio-common/vfprintf.: Likewise.
6002
6003 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
6004
6005         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
6006         <bits/wordsize.h>.
6007         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
6008         (__signbit): Likwise.
6009         (llrintf): Likwise.
6010         (llrint): Likwise.
6011
6012 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
6013
6014         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
6015         __WORDSIZE != 64.
6016
6017 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
6018
6019         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
6020         OVERFLOW_EXCEPTION_OK.
6021         * math/libm-test.inc ("Philosophy"): Update comment about
6022         exception testing.
6023         (OVERFLOW_EXCEPTION): Define.
6024         (OVERFLOW_EXCEPTION_OK): Likewise.
6025         (INVALID_EXCEPTION_OK): Renumber.
6026         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
6027         (IGNORE_ZERO_INF_SIGN): Likewise.
6028         (test_exceptions): Handle FE_OVERFLOW.
6029         (exp10_test): Expect overflow exceptions.
6030         (exp2_test): Likewise.
6031         (expm1_test): Likewise.
6032         (nextafter_test): Likewise.
6033         (pow_test): Likewise.
6034         (scalbn_test): Likewise.
6035         (scalbln_test): Likewise.
6036
6037 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6038
6039         * sysdeps/x86_64/bits/atomic.h
6040         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
6041         64bit integer.
6042         (atomic_exchange_acq): Likewise.
6043         (__arch_exchange_and_add_body): Likewise.
6044         (__arch_add_body): Likewise.
6045         (atomic_add_negative): Likewise.
6046         (atomic_add_zero): Likewise.
6047
6048 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6049
6050         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
6051         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
6052
6053 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6054
6055         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
6056         Check __x86_64__ instead of __WORDSIZE.
6057
6058 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6059
6060         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
6061
6062 2012-03-19  David S. Miller  <davem@davemloft.net>
6063
6064         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6065
6066         * sysdeps/sparc/fpu/fenv_private.h: New file.
6067         * sysdeps/sparc/fpu/math_private.h: Use it.
6068         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
6069         Remove.
6070         (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
6071         (libc_feholdexcept_setroundl): Remove.
6072         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
6073         Remove.
6074         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
6075         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
6076
6077 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6078
6079         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
6080         int64_t instead of long int.
6081         (INSERT_WORDS64): Likwise.
6082
6083 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6084
6085         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
6086         _Unwind_GetCFA return to _Unwind_Ptr first.
6087
6088 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
6089
6090         [BZ #13629]
6091         * math/s_clog.c: Include <float.h>.
6092         (__clog): Scale large or subnormal inputs.
6093         * math/s_clogf.c: Likewise.
6094         * math/s_clogl.c: Likewise.
6095         * math/s_clog10.c: Include <float.h>.
6096         (M_LOG10_2): Define.
6097         (__clog10): Scale large or subnormal inputs.
6098         * math/s_clog10f.c: Likewise.
6099         * math/s_clog10l.c: Likewise.
6100         * math/libm-test.inc (clog_test): Add more tests.
6101         (clog10_test): Likewise.
6102         * sysdeps/i386/fpu/libm-test-ulps: Update.
6103         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6104
6105         [BZ #11451]
6106         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
6107         x and y.
6108         * math/libm-test.inc (atan2_test): Add another test.
6109
6110         * Makerules (common-objdir-compile): Remove.
6111         * sysdeps/unix/Makefile (config-generated): Do not add
6112         $(unix-generated) to variable.
6113         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
6114         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
6115         Remove rule.
6116         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
6117         Likewise.
6118         [generic bits/local_lim.h] (before-compile): Do not append to
6119         variable.
6120         [generic bits/local_lim.h] (common-generated): Likewise.
6121         [generic sys/param.h] (before-compile): Do not append to variable.
6122         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
6123         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
6124         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
6125         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
6126         include.
6127         [generic sys/param.h] (sys/param.h-includes): Remove variable.
6128         [generic sys/param.h] (sys/param.h-includes): Remove rule.
6129         [generic sys/param.h] ($(addprefix
6130         $(common-objpfx),$(sys/param.h-includes))): Likewise.
6131         [generic sys/param.h] (common-generated): Do not append to
6132         variable.
6133         [generic sys/param.h] (sysdep_headers): Likewise.
6134         [generic bits/errno.h] (before-compile): Do not append to
6135         variable.
6136         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
6137         rule.
6138         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
6139         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
6140         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
6141         [generic bits/errno.h] (common-generated): Do not append to
6142         variable.
6143         [generic bits/ioctls.h] (before-compile): Do not append to
6144         variable.
6145         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
6146         rule.
6147         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
6148         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
6149         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
6150         rule.
6151         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
6152         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
6153         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
6154         [generic bits/ioctls.h] (common-generated): Do not append to
6155         variable.
6156         [generic sys/syscall.h] (syscall.h): Remove variable.
6157         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
6158         rule.
6159         [generic sys/syscall.h] (before-compile): Do not append to
6160         variable.
6161         [generic sys/syscall.h] (common-generated): Likewise.
6162         * sysdeps/unix/errnos-tmpl.c: Remove file.
6163         * sysdeps/unix/errnos.awk: Likewise.
6164         * sysdeps/unix/ioctls-tmpl.c: Likewise.
6165         * sysdeps/unix/ioctls.awk: Likewise.
6166         * sysdeps/unix/mk-local_lim.c: Likewise.
6167         * sysdeps/unix/snarf-ioctls: Likewise.
6168
6169 2012-03-19  Richard Henderson  <rth@twiddle.net>
6170
6171         * sysdeps/i386/fpu/fenv_private.h: New file.
6172         * sysdeps/i386/fpu/math_private.h: Use it.
6173         (math_opt_barrier, math_force_eval): Remove.
6174         (libc_feholdexcept_setround_53bit): Remove.
6175         (libc_feupdateenv_53bit): Remove.
6176         * sysdeps/x86_64/fpu/math_private.h: Likewise.
6177         (math_opt_barrier, math_force_eval): Remove.
6178         (libc_feholdexcept): Remove.
6179         (libc_feholdexcept_setround): Remove.
6180         (libc_fetestexcept, libc_fesetenv): Remove.
6181         (libc_feupdateenv_test): Remove.
6182         (libc_feupdateenv, libc_feholdsetround): Remove.
6183         (libc_feresetround): Remove.
6184
6185         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
6186         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
6187
6188         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
6189         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
6190         (libc_feupdateenv_testl): New.
6191         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
6192         (libc_feupdateenv_testf): New.
6193         (libc_feupdateenv): Use libc_feupdateenv_test.
6194         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
6195         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
6196
6197         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
6198         (libc_feholdsetroundf, libc_feholdsetroundl): New.
6199         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
6200         (libc_feresetround_noex): New.
6201         (libc_feresetround_noexf): New.
6202         (libc_feresetround_noexl): New.
6203         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
6204         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
6205         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
6206         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
6207         SET_RESTORE_ROUND.
6208         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
6209         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
6210         (__cos): Likewise.
6211         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
6212         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
6213         SET_RESTORE_ROUND_NOEX.
6214         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
6215         SET_RESTORE_ROUND_NOEXF.
6216         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
6217         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
6218         (libc_feholdsetroundf): New.
6219         (libc_feresetround, libc_feresetroundf): New.
6220
6221         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
6222         (libc_feholdexcept_setround_53bit): Convert from macro to function.
6223         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
6224
6225         * sysdeps/generic/math_private.h: Include <fenv.h>.
6226         (default_libc_feholdexcept): New.
6227         (default_libc_feholdexcept_setround): New.
6228         (default_libc_fesetenv, default_libc_feupdateenv): New.
6229         (libc_feholdexcept): Only define if undefined.
6230         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
6231         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
6232         (libc_feholdexcept_setroundl): Likewise.
6233         (libc_feholdexcept_setround_53bit): Likewise.
6234         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
6235         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
6236         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
6237         (libc_feupdateenv_53bit): Likewise.
6238         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
6239         (libc_feholdexcept): Convert from macro to inline function.
6240         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
6241         (libc_fesetenv, libc_feupdateenv): Likewise.
6242
6243         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
6244         not previously defined.
6245         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
6246         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
6247         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
6248         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
6249         * sysdeps/ieee754/flt-32/math_private.h: New file.
6250         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
6251         math_private.h below SET_FLOAT_WORD.
6252         (__isnan, __isinf_ns, __finite): Remove.
6253         (__isnanf, __isinf_nsf, __finitef): Remove.
6254
6255 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
6256
6257         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6258
6259 2012-03-17  David S. Miller  <davem@davemloft.net>
6260
6261         [BZ #6471]
6262         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
6263         for 2.16.
6264
6265 2012-03-16  David S. Miller  <davem@davemloft.net>
6266
6267         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
6268         warnings.
6269
6270         [BZ #6471]
6271         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
6272         properly.
6273         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
6274         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
6275         sysdep_routines when subdir is sysvipc.
6276         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
6277         __getshmlba helper.
6278
6279         * sysdeps/sparc/fpu/libm-test/ulps: Update.
6280
6281 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6282
6283         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
6284         [__LP64__].
6285
6286 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6287
6288         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
6289         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
6290         (__lround): Renamed to ...
6291         (__llround): This.  Replace long int with long long int.
6292         Define lround functions as aliases of llround functions.
6293         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
6294
6295 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6296
6297         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
6298         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
6299         adresses to uintptr_t.  Replace "long int" and "unsigned long
6300         int" with "greg_t" on va_arg.
6301
6302 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6303
6304         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
6305         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
6306
6307         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
6308         Move e_machine check before EI_CLASS check.  Handle x32
6309         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
6310         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
6311         SKIP_EM_IA_64 and include
6312         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
6313
6314         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
6315         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
6316         (add_system_dir): New macro.
6317
6318         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
6319         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
6320
6321 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
6322
6323         [BZ #2551]
6324         [BZ #2552]
6325         [BZ #2553]
6326         [BZ #2554]
6327         [BZ #2562]
6328         [BZ #2563]
6329         [BZ #2565]
6330         [BZ #2566]
6331         [BZ #2576]
6332         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
6333         (y0): Likewise.
6334         * math/w_j0f.c (j0f): Likewise.
6335         (y0f): Likewise.
6336         * math/w_j0l.c (__j0l): Likewise.
6337         (__y0l): Likewise.
6338         * math/w_j1.c (j1): Likewise.
6339         (y1): Likewise.
6340         * math/w_j1f.c (j1f): Likewise.
6341         (y1f): Likewise.
6342         * math/w_j1l.c (__j1l): Likewise.
6343         (__y1l): Likewise.
6344         * math/w_jn.c (jn): Likewise.
6345         (yn): Likewise.
6346         * math/w_jnf.c (jnf): Likewise.
6347         (ynf): Likewise.
6348         * math/w_jnl.c (__jnl): Likewise.
6349         (__ynl): Likewise.
6350         * math/libm-test.inc (j0_test): Add more tests.
6351         (j1_test): Likewise.
6352         (jn_test): Likewise.  Add trailing semicolon to existing test.
6353         (y0_test): Likewise.
6354         (y1_test): Likewise.
6355         * sysdeps/i386/fpu/libm-test-ulps: Update.
6356         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6357
6358         [BZ #13851]
6359         [BZ #13854]
6360         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
6361         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
6362         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
6363         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
6364         (__tanl): Set errno for infinite argument.
6365         * sysdeps/i386/fpu/mptan.c: Remove.
6366         * sysdeps/i386/fpu/s_tan.S: Likewise.
6367         * sysdeps/i386/fpu/s_tanl.S: Likewise.
6368         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
6369         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
6370         * math/libm-test.inc (tan_test): Add more tests and enable more
6371         tests for double and long double.
6372         * sysdeps/i386/fpu/libm-test-ulps: Update.
6373         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6374
6375 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6376
6377         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
6378         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
6379
6380 2012-03-16  Roland McGrath  <roland@hack.frob.com>
6381
6382         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
6383         * configure.in: Use it for both main tree and add-ons.
6384         * configure: Regenerated.
6385
6386 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6387
6388         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
6389
6390 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
6391
6392         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
6393         in comment.
6394
6395         [BZ #13851]
6396         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
6397         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
6398         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
6399         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
6400         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
6401         infinite argument.
6402         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
6403         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
6404         != 0 for prec == 2.
6405         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
6406         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
6407         * sysdeps/i386/fpu/s_cosl.S: Likewise.
6408         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
6409         * sysdeps/i386/fpu/s_sinl.S: Likewise.
6410         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
6411         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
6412         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
6413         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
6414         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
6415         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
6416         * math/libm-test.inc (cos_test): Add more tests and enable more
6417         tests for long double.
6418         (sin_test): Likewise.
6419         (sincos_test): Likewise.
6420         * sysdeps/i386/fpu/libm-test-ulps: Update.
6421         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6422
6423 2012-03-16  David S. Miller  <davem@davemloft.net>
6424
6425         * sysdeps/sparc/fpu/math_private.h: New file.
6426
6427 2012-03-15  David S. Miller  <davem@davemloft.net>
6428
6429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
6430         file.
6431         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
6432         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
6433         file.
6434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
6435         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
6436         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
6437         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
6438         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
6439         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
6440         sysdep routines.
6441         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
6442
6443         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
6444         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
6445
6446         * sysdeps/sparc/sparc-ifunc.h: New file.
6447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
6448         sparc-ifunc.h
6449         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
6450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
6451         Likewise.
6452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
6453         Likewise.
6454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
6455         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
6456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
6457         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
6458         Likewise.
6459         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
6460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
6461         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
6462         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
6463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
6464         Likewise.
6465         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
6466         Likewise.
6467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
6468         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
6469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
6470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
6471         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
6472         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
6473         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
6474         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
6475         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
6476         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
6477         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
6478         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
6479         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
6480         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
6481         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
6482         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
6483         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
6484         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
6485         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
6486         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
6487         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
6488         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
6489         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
6490         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
6491
6492 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
6493
6494         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
6495         scaling.
6496         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6497
6498 2012-03-15  Andreas Jaeger  <aj@suse.de>
6499
6500         [BZ #13852]
6501         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
6502         ieee754/flt-32 implementation for sin, cos and sincos.
6503         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
6504         * sysdeps/i386/fpu/s_cosf.S: Likewise.
6505         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
6506         * sysdeps/i386/fpu/s_sinf.S: Likewise.
6507         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
6508         ieee754/flt-32 implementation for tan.
6509
6510         * math/libm-test.inc (cos_test): Enable some large input tests for
6511         float as well
6512         (sin_test): Likewise.
6513         (sincos_test): Likewise.
6514         (tan_test): Add tests for large input.
6515
6516         * sysdeps/i386/fpu/libm-test-ulps: Update.
6517
6518 2012-03-15  Andreas Jaeger  <aj@suse.de>
6519
6520         [BZ #13658]
6521         * math/libm-test.inc (cos_test): Add more test cases.
6522         (sin_test): Likewise.
6523         (sincos_test): Likewise.
6524
6525 2012-03-15  Andreas Jaeger  <aj@suse.de>
6526
6527         [BZ #13837]
6528         * math/libm-test.inc (cos_test): Add a test case for large input
6529         value.
6530         (sin_test): Likewise.
6531         (sincos_test): Likewise.
6532
6533 2012-03-15  Andreas Jaeger  <aj@suse.de>,
6534         Joseph Myers  <joseph@codesourcery.com>
6535
6536         [BZ #13658]
6537         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
6538         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
6539         * sysdeps/i386/fpu/branred.c: Likewise.
6540         * sysdeps/i386/fpu/dosincos.c: Likewise.
6541         * sysdeps/i386/fpu/mpa.c: Likewise.
6542         * sysdeps/i386/fpu/s_cos.S: Likewise.
6543         * sysdeps/i386/fpu/s_sin.S: Likewise.
6544         * sysdeps/i386/fpu/s_sincos.S: Likewise.
6545         * sysdeps/i386/fpu/sincos32.c: Likewise.
6546
6547         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
6548         Define.
6549         (libc_feupdateenv_53bit): Define.
6550         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
6551         Define.
6552         (libc_feupdateenv_53bit): Define.
6553
6554         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
6555         53 bit (without extend i386 double precision).
6556
6557         * math/libm-test.inc (sincos_test): Add tests for large input.
6558         (sin): Likewise.
6559         (cos): Likewise.
6560
6561         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6562
6563 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
6564
6565         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6566
6567 2012-03-15  David S. Miller  <davem@davemloft.net>
6568
6569         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
6570         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
6571         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
6572         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
6573         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
6574         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
6575         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
6576         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
6577         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
6578         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
6579         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
6580         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
6581         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
6582         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
6583         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
6584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
6585         file.
6586         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
6587         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
6588         file.
6589         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
6590         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
6591         file.
6592         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
6593         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
6594         file.
6595         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
6596         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
6597         fmin/fmax sysdep routines.
6598         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
6599
6600 2012-03-14  David S. Miller  <davem@davemloft.net>
6601
6602         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
6603         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
6604         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
6605         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
6606         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
6607         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
6608         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
6609         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
6610         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
6611         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
6612         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
6613         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
6614         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
6615         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
6616         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
6617         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
6618         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
6619         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
6620         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
6621         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
6622         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
6623         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
6624         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
6625         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
6626         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
6627         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
6628         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
6629         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
6630         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
6631         routines.
6632         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
6633         file.
6634         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
6635         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
6636         file.
6637         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
6638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
6639         file.
6640         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
6641         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
6642         file.
6643         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
6644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
6645         file.
6646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
6647         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
6648         file.
6649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
6650         file.
6651         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
6652         file.
6653         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
6654         file.
6655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
6656         New file.
6657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
6658         file.
6659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
6660         file.
6661         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
6662         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
6663         file.
6664         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
6665         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
6666         file.
6667         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
6668         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
6669         file.
6670         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
6671         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
6672         VIS3 routines.
6673
6674         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
6675         New file.
6676
6677         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6678
6679         * sysdeps/sparc/configure.in: New file.
6680         * sysdeps/sparc/configure: Generate.
6681         * configure.in (libc_cv_sparc_as_vis3): Substitute.
6682         * configure: Regenerate.
6683         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
6684         * config.make.in (have-as-vis3): New.
6685         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
6686         available use -Av9d instead of -Av9a.
6687         * sysdeps/sparc/sparc64/Makefile: Likewise.
6688         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
6689         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
6690         New file.
6691         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
6692         file.
6693         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
6694         New file.
6695         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
6696         file.
6697         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
6698         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
6699         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
6700         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
6701         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
6702
6703         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
6704         fzeros/fnegs to load 0x80000000 into a float register instead of
6705         using the stack.
6706         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
6707
6708 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
6709
6710         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
6711         bits/syscall.h.
6712         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
6713         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
6714         ($(inst_includedir)/bits/syscall.h): Remove rule.
6715         ($(objpfx)bits/syscall.d): Include instead of
6716         $(objpfx)syscall-list.d.
6717         (generated): Change syscall-list.h and syscall-list.d to
6718         bits/syscall.h and bits/syscall.d.
6719
6720 2012-03-14  Roland McGrath  <roland@hack.frob.com>
6721
6722         [BZ #13846]
6723         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
6724
6725 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
6726
6727         [BZ #13841]
6728         * math/s_csqrt.c: Include <float.h>.
6729         (__csqrt): Scale large or subnormal inputs.
6730         * math/s_csqrtf.c: Likewise.
6731         * math/s_csqrtl.c: Likewise.
6732         * math/libm-test.inc (csqrt_test): Add more tests.
6733         * sysdeps/i386/fpu/libm-test-ulps: Update.
6734         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6735
6736         [BZ #13840]
6737         * math/libm-test.inc (hypot_test): Add more tests.
6738
6739 2012-03-13  David S. Miller  <davem@davemloft.net>
6740
6741         [BZ #13840]
6742         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
6743         double-precision for the calculation instead of scaling.
6744
6745 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
6746
6747         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
6748         manipulate bits before adding and subtracting TWO52[sx].
6749         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
6750         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
6751         Likewise.
6752         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
6753
6754 2012-03-13  David S. Miller  <davem@davemloft.net>
6755
6756         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
6757         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
6758         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
6759         rtld-global-offsets.h
6760         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
6761
6762         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
6763         large parameters.
6764
6765         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
6766
6767         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
6768         'err' in the ifdef scope in which it is actually used.
6769
6770         * nss/nss_db/db-init.c: Include string.h
6771
6772 2012-03-12  David S. Miller  <davem@davemloft.net>
6773
6774         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
6775         masking out of the most significant byte of random value used.
6776         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
6777         Fix coding style in previous change.
6778
6779         * sysdeps/unix/sysv/linux/kernel-features.h
6780         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
6781         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
6782         expression.
6783         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
6784         later.
6785
6786 2012-03-11  David S. Miller  <davem@davemloft.net>
6787
6788         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
6789         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
6790         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
6791         for 'resultvar' otherwise things get truncated on 64-bit.
6792
6793         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
6794         Fix masking out of the most significant byte of random value used.
6795
6796         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6797
6798 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
6799
6800         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6801
6802 2012-03-09  David S. Miller  <davem@davemloft.net>
6803
6804         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
6805         variables with appropriate CPP guards.
6806         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
6807         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
6808         on resulting framesize and the management of the outregs buffer for pltexit.
6809         Preserve floating point return values across _dl_call_pltexit call.
6810         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
6811         framesize and the management of the outregs buffer for pltexit.
6812         Preserve floating point return values across _dl_call_pltexit
6813         call.
6814         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
6815         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
6816         (print_exit): Fix format string for return register value.
6817
6818 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
6819
6820         * sunrpc/Makefile (others): Add rpcgen.
6821         ($(objpfx)rpcgen): Remove special build rule and dependency on
6822         libc.
6823         * sunrpc/rpcgen.c: New file.
6824
6825 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
6826
6827         [BZ #13673]
6828         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
6829         * stdio-common/bug-vfprintf-nargs.c: Likewise.
6830         * sysdeps/i386/crti.S: Likewise.
6831         * sysdeps/i386/crtn.S: Likewise.
6832         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
6833         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
6834         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
6835         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
6836         * sysdeps/sh/crti.S: Likewise.
6837         * sysdeps/sh/crtn.S: Likewise.
6838         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
6839
6840         [BZ #13673]
6841         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
6842         with URL.
6843         * locale/programs/locfile-kw.gperf: Likewise.
6844         * locale/programs/charmap-kw.h: Regenerated.
6845         * locale/programs/locfile-kw.h: Likewise.
6846
6847         [BZ #13673]
6848         * intl/plural.y: Replace FSF snail mail address with URL.
6849         * intl/plural.c: Regenerated.
6850
6851 2012-03-09  Richard Henderson  <rth@twiddle.net>
6852
6853         * include/math_private.h: Remove file.
6854         * math/math_private.h: Move file ...
6855         * sysdeps/generic/math_private.h: ... here.
6856
6857         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
6858         * sysdeps/powerpc/fpu/math_private.h: Likewise.
6859         * sysdeps/x86_64/fpu/math_private.h: Likewise.
6860
6861         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
6862         and <math_private.h>.
6863         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
6864         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6865         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
6866         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
6867         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
6868         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
6869         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
6870         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
6871         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
6872         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
6873         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
6874         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
6875         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
6876         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
6877         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
6878         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
6879         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
6880         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
6881         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
6882         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
6883         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
6884         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
6885         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
6886         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
6887         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
6888         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
6889         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
6890         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
6891         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
6892         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
6893         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
6894         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
6895         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
6896         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
6897         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
6898         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
6899         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
6900         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
6901         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6902         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
6903         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
6904         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
6905         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
6906         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6907         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
6908         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6909         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
6910         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
6911         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
6912         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
6913         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
6914         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
6915         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
6916         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
6917         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
6918         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
6919         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
6920         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
6921         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
6922         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
6923         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
6924         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
6925         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
6926         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
6927         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
6928         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
6929         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
6930         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
6931         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
6932         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
6933         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
6934         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
6935         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
6936         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
6937         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
6938         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
6939         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
6940         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
6941         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
6942         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
6943         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
6944         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
6945         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
6946         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
6947         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
6948         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
6949         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
6950         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
6951         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
6952         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
6953         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
6954         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
6955         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
6956         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
6957         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
6958         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
6959         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
6960         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
6961         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
6962         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
6963         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
6964         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
6965         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
6966         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
6967         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
6968         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
6969         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
6970         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
6971         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
6972         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
6973         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
6974         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
6975         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
6976         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
6977         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
6978         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
6979         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
6980         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
6981         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
6982         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
6983         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
6984         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6985         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
6986         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
6987         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
6988         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
6989         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
6990         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6991         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6992         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
6993         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
6994         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
6995         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
6996         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
6997         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
6998         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
6999         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
7000         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
7001         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
7002         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
7003         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
7004         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
7005         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
7006         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
7007         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
7008         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
7009         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
7010         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
7011         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
7012         * sysdeps/ieee754/k_standard.c: Likewise.
7013         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
7014         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
7015         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
7016         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
7017         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
7018         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
7019         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
7020         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
7021         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
7022         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
7023         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
7024         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
7025         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
7026         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
7027         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
7028         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
7029         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
7030         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
7031         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
7032         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
7033         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
7034         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
7035         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
7036         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
7037         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
7038         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
7039         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
7040         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
7041         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
7042         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
7043         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
7044         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
7045         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
7046         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
7047         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
7048         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
7049         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
7050         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
7051         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
7052         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
7053         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
7054         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
7055         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
7056         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
7057         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
7058         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
7059         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
7060         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
7061         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
7062         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
7063         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
7064         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
7065         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
7066         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
7067         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7068         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
7069         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
7070         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
7071         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
7072         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
7073         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
7074         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
7075         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
7076         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
7077         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
7078         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
7079         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
7080         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
7081         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
7082         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
7083         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
7084         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
7085         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
7086         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
7087         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
7088         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
7089         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
7090         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
7091         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
7092         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
7093         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
7094         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
7095         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
7096         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
7097         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
7098         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
7099         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
7100         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
7101         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
7102         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
7103         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
7104         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
7105         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
7106         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
7107         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
7108         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
7109         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
7110         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
7111         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
7112         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
7113         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
7114         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
7115         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
7116         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
7117         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
7118         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
7119         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
7120         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
7121         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
7122         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
7123         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
7124         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
7125         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
7126         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
7127         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
7128         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
7129         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
7130         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
7131         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
7132         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
7133         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
7134         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
7135         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
7136         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
7137         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
7138         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
7139         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
7140         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
7141         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
7142         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
7143         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
7144         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
7145         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
7146         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
7147         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
7148         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
7149         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
7150         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
7151         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
7152         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
7153         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
7154         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
7155         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
7156         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
7157         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
7158         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
7159         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
7160         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
7161         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
7162         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
7163         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
7164         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
7165         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7166         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
7167         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
7168         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
7169         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
7170         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
7171         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
7172         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
7173         * sysdeps/ieee754/s_lib_version.c: Likewise.
7174         * sysdeps/ieee754/s_matherr.c: Likewise.
7175         * sysdeps/ieee754/s_signgam.c: Likewise.
7176         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
7177         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
7178         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
7179         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
7180         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
7181         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
7182         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
7183         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
7184         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
7185         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
7186         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
7187         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
7188         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
7189         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
7190         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
7191         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
7192         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
7193         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
7194         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
7195         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
7196         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
7197
7198 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
7199
7200         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
7201         * sunrpc/rpc_main.c: Likewise.
7202         * sunrpc/rpc_svcout.c: Likewise.
7203
7204 2012-03-09  David S. Miller  <davem@davemloft.net>
7205
7206         * include/math_private.h: New file.
7207
7208 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
7209
7210         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
7211         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
7212         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
7213         from <bits/socket_type.h>.
7214         (enum __socket_type): Don't define here.
7215         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
7216         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
7217         bits/socket_type.h.
7218
7219         [BZ #13566]
7220         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
7221         checking __USE_GNU.
7222
7223         * Makerules ($(inst_includedir)/%.h): New rule.
7224         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
7225         (install-others): Remove variable setting.
7226         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
7227
7228 2012-03-08  Richard Henderson  <rth@twiddle.net>
7229
7230         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
7231         from macro to inline function; merge with the
7232         !__LIBC_INTERNAL_MATH_INLINES version.
7233         (__ieee754_sqrtf): Likewise.
7234
7235         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
7236         to inline function.
7237         (__rintf, __floor, __floorf): Likewise.
7238
7239         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
7240         macro to inline function.
7241         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
7242
7243         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
7244         not <math/math_private.h>.
7245
7246 2012-03-08  David S. Miller  <davem@davemloft.net>
7247
7248         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
7249         copyright year.
7250         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
7251
7252 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
7253
7254         * resolv/gai_misc.c (handle_requests): Fix struct timespec
7255         normalization.
7256         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
7257         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
7258
7259 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
7260
7261         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
7262         be defined individually, they must be defined as a block.  Define
7263         S for printing a string instead of hidint the different by using a
7264         macro for adding the 'l'.
7265         * stdio-common/tst-fphex-wide.c: Adjust.
7266
7267 2012-03-07  Marek Polacek  <polacek@redhat.com>
7268
7269         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
7270
7271 2012-03-08  Marek Polacek  <polacek@redhat.com>
7272
7273         [BZ #13806]
7274         * stdio-common/Makefile (tests): Add tst-fphex-wide.
7275         * stdio-common/tst-fphex.c: Define a few macros to make the
7276         test reusable.  Use them.
7277         * stdio-common/tst-fphex-wide.c: New file.
7278
7279 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
7280
7281         [BZ #6911]
7282         * manual/macros.texi (gnusystems): New macro.
7283         (nongnusystems): Likewise.
7284         (gnulinuxhurdsystems): Likewise.
7285         (gnuhurdsystems): Likewise..
7286         (gnulinuxsystems): Likewise.
7287         * manual/charset.texi: Use new macros or @theglibc{} to refer to
7288         variants of the GNU system, not "GNU system".
7289         * manual/conf.texi: Likewise.
7290         * manual/errno.texi: Likewise.  Update example of errno macro
7291         expansion.
7292         * manual/filesys.texi: Likewise.
7293         (getumask): Document as specific to GNU/Hurd.
7294         * manual/install.texi: Likewise.  Reword some references to
7295         GNU/Linux.
7296         * manual/intro.texi: Likewise.
7297         * manual/io.texi: Likewise.
7298         (File Name Portability): Detail which constraints are inapplicable
7299         to all GNU systems and which are only inapplicable to GNU/Hurd.
7300         * manual/job.texi: Likewise.
7301         * manual/llio.texi: Likewise.
7302         (O_NOCTTY): Document as present on GNU/Linux.
7303         * manual/maint.texi: Likewise.
7304         * manual/memory.texi: Likewise.
7305         * manual/pattern.texi: Likewise.
7306         * manual/pipe.texi: Likewise.
7307         * manual/process.texi: Likewise.
7308         * manual/resource.texi: Likewise.
7309         (RUSAGE_CHILDREN): Remove statement about specifying a particular
7310         child on GNU/Hurd.
7311         * manual/setjmp.texi: Likewise.
7312         * manual/signal.texi: Likewise.
7313         * manual/startup.texi: Likewise.
7314         * manual/stdio.texi: Likewise.
7315         * manual/terminal.texi: Likewise.
7316         (ONLCR): Document as POSIX.
7317         (OXTABS): Document availability on GNU/Linux as XTABS.
7318         (ONOEOT): Document availability separately from other bits.
7319         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
7320         * manual/time.texi: Likewise.
7321         * manual/users.texi: Likewise.
7322         * INSTALL: Regenerated.
7323         * sysdeps/gnu/errlist.c: Regenerated.
7324
7325         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
7326         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
7327         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
7328         puts.
7329         * configure: Regenerated.
7330
7331 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
7332
7333         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
7334         default includes instead of AC_HEADER_CHECK.
7335         * sysdeps/i386/configure: Regenerated.
7336
7337         [BZ #10716]
7338         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
7339         * math/s_cacoshf.c (__cacoshf): Likewise.
7340         * math/s_cacoshl.c (__cacoshl): Likewise.
7341         * math/s_casinh.c (__casinh): Set signs of result from argument.
7342         * math/s_casinhf.c (__casinhf): Likewise.
7343         * math/s_casinhl.c (__casinhl): Likewise.
7344         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
7345         (casinh_test): Add more tests.
7346         * sysdeps/i386/fpu/libm-test-ulps: Update.
7347         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7348
7349 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
7350
7351         * po/zh_TW.po: Update from translation team.
7352
7353         * login/Makefile (distribute): Remove variable.
7354         * catgets/Makefile: Likewise.
7355         * mach/Makefile: Likewise.
7356         * malloc/Makefile: Likewise.
7357         * misc/Makefile: Likewise.
7358         * iconv/Makefile: Likewise.
7359         * nscd/Makefile: Likewise.
7360         * hurd/Makefile: Likewise.
7361         * manual/Makefile: Likewise.
7362         * locale/Makefile: Likewise.
7363         * intl/Makefile: Likewise.
7364         * conform/Makefile: Likewise.
7365         * nss/Makefile: Likewise.
7366         * time/Makefile: Likewise.
7367         * soft-fp/Makefile: Likewise.
7368         * dirent/Makefile: Likewise.
7369         * gmon/Makefile: Likewise.
7370         * po/Makefile: Likewise.
7371         * rt/Makefile: Likewise.
7372         * socket/Makefile: Likewise.
7373         * math/Makefile: Likewise.
7374         * signal/Makefile: Likewise.
7375         * debug/Makefile: Likewise.
7376         * elf/Makefile: Likewise.
7377         * timezone/Makefile: Likewise.
7378         * stdlib/Makefile: Likewise.
7379         * iconvdata/Makefile: Likewise.
7380         * sunrpc/Makefile: Likewise.
7381         * io/Makefile: Likewise.
7382         * argp/Makefile: Likewise.
7383         * inet/Makefile: Likewise.
7384         * hesiod/Makefile: Likewise.
7385         * grp/Makefile: Likewise.
7386         * csu/Makefile: Likewise.
7387         * wctype/Makefile: Likewise.
7388         * crypt/Makefile: Likewise.
7389         * libio/Makefile: Likewise.
7390         * string/Makefile: Likewise.
7391         * nis/Makefile: Likewise.
7392         * resolv/Makefile: Likewise.
7393         * stdio-common/Makefile: Likewise.
7394         * wcsmbs/Makefile: Likewise.
7395         * dlfcn/Makefile: Likewise.
7396         * posix/Makefile: Likewise.
7397
7398         [BZ #6959]
7399         * timezone/Makefile: Don't install timezone files, just the programs
7400         and scripts.
7401
7402 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
7403
7404         * nss/databases.def: Add missing gshadow entry.
7405
7406         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
7407
7408 2012-03-06  Marek Polacek  <polacek@redhat.com>
7409
7410         [BZ #13726]
7411         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
7412         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
7413         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
7414         * stdio-common/tst-long-dbl-fphex.c: New file.
7415
7416 2012-03-06  David S. Miller  <davem@davemloft.net>
7417
7418         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
7419         (set_obp_int): New function.
7420         (get_obp_int): New function.
7421         (__get_clockfreq_via_dev_openprom): Likewise.
7422         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
7423         Avoid unused variable warnings on 'val' and use builtin_expect.
7424         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
7425         __builtin_expect.
7426         (INLINE_CLONE_SYSCALL): Likewise.
7427
7428 2012-03-05  David S. Miller  <davem@davemloft.net>
7429
7430         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7431
7432 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
7433
7434         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7435
7436         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
7437         only for |x| >= 40.
7438         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
7439
7440 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
7441
7442         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
7443         Replace gettimeofday with __vdso_gettimeofday.
7444
7445         * sysdeps/unix/sysv/linux/x86_64/init-first.c
7446         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
7447         __vdso_clock_gettime and __vdso_getcpu.
7448
7449         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
7450         time with __vdso_time.
7451
7452 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
7453
7454         * manual/lang.texi (size_t): Note types to which size_t may be
7455         equivalent with the GNU C Library, but do not describe when
7456         differences between them are significant.
7457
7458 2012-03-05  Andreas Jaeger  <aj@suse.de>
7459
7460         * sysdeps/i386/fpu/libm-test-ulps: Update.
7461
7462 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
7463
7464         [BZ #3976]
7465         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
7466         (__ieee754_pow): Save and restore rounding mode and use
7467         round-to-nearest for main computations.
7468         * math/libm-test.inc (pow_test_tonearest): New function.
7469         (pow_test_towardzero): Likewise.
7470         (pow_test_downward): Likewise.
7471         (pow_test_upward): Likewise.
7472         (main): Call the new functions.
7473         * sysdeps/i386/fpu/libm-test-ulps: Update.
7474         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7475
7476         [BZ #3976]
7477         * math/libm-test.inc (cosh_test_tonearest): New function.
7478         (cosh_test_towardzero): Likewise.
7479         (cosh_test_downward): Likewise.
7480         (cosh_test_upward): Likewise.
7481         (sinh_test_tonearest): Likewise.
7482         (sinh_test_towardzero): Likewise.
7483         (sinh_test_downward): Likewise.
7484         (sinh_test_upward): Likewise.
7485         (main): Call the new functions.
7486         * sysdeps/i386/fpu/libm-test-ulps: Update.
7487         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7488
7489 2012-03-05  Tom de Vries  <tom@codesourcery.com>
7490
7491         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
7492         default stack guard is set in last bytes.
7493         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
7494
7495 2012-03-05  Kees Cook  <keescook@chromium.org>
7496
7497         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
7498
7499         [BZ #13656]
7500         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
7501         possibly allocate from heap instead of stack.
7502         * stdio-common/bug-vfprintf-nargs.c: New file.
7503         * stdio-common/Makefile (tests): Add nargs overflow test.
7504
7505 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
7506
7507         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7508
7509 2012-03-03  Marek Polacek  <polacek@redhat.com>
7510
7511         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
7512         * math/math_private.h: Likewise.
7513         * stdlib/tst-strtod.c: Likewise.
7514         * sysdeps/i386/i486/bits/atomic.h: Likewise.
7515         * sysdeps/x86_64/bits/atomic.h: Likewise.
7516
7517 2012-03-02  David S. Miller  <davem@davemloft.net>
7518
7519         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
7520         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
7521         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
7522         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
7523         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
7524         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
7525         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
7526         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
7527
7528 2012-03-02  Roland McGrath  <roland@hack.frob.com>
7529
7530         [BZ #13792]
7531         * manual/examples/README: New file, says the example source files
7532         can be used under GPL>=2.
7533         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
7534         line containing just "*/".
7535         * manual/examples/add.c: Add copyright header (GPL>=2).
7536         * manual/examples/argp-ex1.c: Likewise.
7537         * manual/examples/argp-ex2.c: Likewise.
7538         * manual/examples/argp-ex3.c: Likewise.
7539         * manual/examples/argp-ex4.c: Likewise.
7540         * manual/examples/atexit.c: Likewise.
7541         * manual/examples/db.c: Likewise.
7542         * manual/examples/dir.c: Likewise.
7543         * manual/examples/dir2.c: Likewise.
7544         * manual/examples/execinfo.c: Likewise.
7545         * manual/examples/filecli.c: Likewise.
7546         * manual/examples/filesrv.c: Likewise.
7547         * manual/examples/fmtmsgexpl.c: Likewise.
7548         * manual/examples/genpass.c: Likewise.
7549         * manual/examples/inetcli.c: Likewise.
7550         * manual/examples/inetsrv.c: Likewise.
7551         * manual/examples/isockad.c: Likewise.
7552         * manual/examples/longopt.c: Likewise.
7553         * manual/examples/memopen.c: Likewise.
7554         * manual/examples/memstrm.c: Likewise.
7555         * manual/examples/mkfsock.c: Likewise.
7556         * manual/examples/mkisock.c: Likewise.
7557         * manual/examples/mygetpass.c: Likewise.
7558         * manual/examples/pipe.c: Likewise.
7559         * manual/examples/popen.c: Likewise.
7560         * manual/examples/rprintf.c: Likewise.
7561         * manual/examples/search.c: Likewise.
7562         * manual/examples/select.c: Likewise.
7563         * manual/examples/setjmp.c: Likewise.
7564         * manual/examples/sigh1.c: Likewise.
7565         * manual/examples/sigusr.c: Likewise.
7566         * manual/examples/stpcpy.c: Likewise.
7567         * manual/examples/strdupa.c: Likewise.
7568         * manual/examples/strftim.c: Likewise.
7569         * manual/examples/strncat.c: Likewise.
7570         * manual/examples/subopt.c: Likewise.
7571         * manual/examples/swapcontext.c: Likewise.
7572         * manual/examples/termios.c: Likewise.
7573         * manual/examples/testopt.c: Likewise.
7574         * manual/examples/testpass.c: Likewise.
7575         * manual/examples/timeval_subtract.c: Likewise.
7576
7577         [BZ #13792]
7578         * manual/time.texi (Elapsed Time): Move timeval_subtract example
7579         function to ...
7580         * manual/timeval_subtract.c.texi: ... here, new file.
7581
7582 2012-03-02  David S. Miller  <davem@davemloft.net>
7583
7584         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
7585
7586 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
7587
7588         [BZ #3976]
7589         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
7590         (__sin): Save and restore rounding mode and use round-to-nearest
7591         for all computations.
7592         (__cos): Save and restore rounding mode and use round-to-nearest
7593         for all computations.
7594         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
7595         <fenv.h>.
7596         (tan): Save and restore rounding mode and use round-to-nearest for
7597         all computations.
7598         * math/libm-test.inc (cos_test_tonearest): New function.
7599         (cos_test_towardzero): Likewise.
7600         (cos_test_downward): Likewise.
7601         (cos_test_upward): Likewise.
7602         (sin_test_tonearest): Likewise.
7603         (sin_test_towardzero): Likewise.
7604         (sin_test_downward): Likewise.
7605         (sin_test_upward): Likewise.
7606         (tan_test_tonearest): Likewise.
7607         (tan_test_towardzero): Likewise.
7608         (tan_test_downward): Likewise.
7609         (tan_test_upward): Likewise.
7610         (main): Call the new functions.
7611         * sysdeps/i386/fpu/libm-test-ulps: Update.
7612         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7613
7614         [BZ #10135]
7615         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
7616         small n, then large n, before computing and testing k+n.
7617         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
7618         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
7619         Likewise.
7620         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
7621         Likewise.
7622         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
7623         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
7624         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
7625         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
7626         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
7627         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
7628         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
7629         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
7630         * math/libm-test.inc (scalbn_test): Add more tests.
7631         (scalbln_test): Likewise.
7632
7633         * manual/filesys.texi (mode_t): Describe constraints on size and
7634         signedness, not exact equivalence to a particular type.
7635         (ino_t): Likewise.
7636         (ino64_t): Likewise.
7637         (dev_t): Likewise.
7638         (nlink_t): Likewise.
7639         (blkcnt_t): Likewise.
7640         (blkcnt64_t): Likewise.
7641         * manual/llio.texi (off_t): Likewise.
7642
7643         [BZ #3976]
7644         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
7645         (__ieee754_exp): Save and restore rounding mode and use
7646         round-to-nearest for all computations.
7647         * math/libm-test.inc (exp_test_tonearest): New function.
7648         (exp_test_towardzero): Likewise.
7649         (exp_test_downward): Likewise.
7650         (exp_test_upward): Likewise.
7651         (main): Call the new functions.
7652         * sysdeps/i386/fpu/libm-test-ulps: Update.
7653         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7654
7655 2012-03-01  Chris Demetriou  <cgd@google.com>
7656
7657         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
7658         have predictable order.
7659
7660 2012-03-01  David S. Miller  <davem@davemloft.net>
7661
7662         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
7663
7664         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
7665         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
7666         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
7667         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
7668
7669         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
7670         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
7671         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
7672         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
7673         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
7674         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
7675         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
7676         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
7677         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
7678
7679         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7680
7681         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
7682         * sysdeps/sparc/fpu/libm-test-ulps: to here.
7683         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
7684
7685         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
7686         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7687         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
7688         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
7689         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
7690         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
7691         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
7692         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7693         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
7694         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
7695         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
7696         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
7697         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7698         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
7699         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
7700         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7701         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
7702         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
7703         * sysdeps/sparc/elf/configure: Regenerated.
7704
7705 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
7706
7707         * configure.in (AS, LD): Require binutils 2.20 or later.
7708         * configure: Regenerated.
7709         * manual/install.texi (Tools for Compilation): Give binutils 2.20
7710         as required minimum version.
7711         * INSTALL: Regenerated.
7712
7713         [BZ #2541]
7714         [BZ #4108]
7715         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
7716         before squaring exponent.
7717         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
7718         bottom long double and 27 bits of top long double before squaring
7719         exponent.
7720         * math/libm-test.inc (erfc_test): Add more tests.
7721         * sysdeps/i386/fpu/libm-test-ulps: Update.
7722         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
7723         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7724
7725 2012-03-01  Kai Tietz  <ktietz@redhat.com>
7726
7727         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
7728         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
7729         containing bit-fields.
7730         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7731         * soft-fp/single.h (_FP_UNION_S): Likewise.
7732         * soft-fp/double.h (_FP_UNION_D): Likewise.
7733
7734 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
7735
7736         [BZ #13786]
7737         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
7738         not include ../strcmp.S.
7739         [USE_AS_STRNCASECMP_L]: Likewise.
7740         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
7741         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
7742         * sysdeps/i386/i686/multiarch/strncase_l-c.c
7743         (__strncasecmp_l_ia32): Define as alias to
7744         __strncasecmp_l_nonascii.
7745
7746         [BZ #5794]
7747         * math/libm-test.inc (expm1_test): Add test for bug 5794.
7748         * sysdeps/i386/fpu/libm-test-ulps: Update.
7749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7750
7751         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
7752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7753
7754 2012-02-29  Jeff Law  <law@redhat.com>
7755
7756         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
7757         out of bounds read.
7758
7759 2012-02-29  Marek Polacek  <polacek@redhat.com>
7760
7761         [BZ #13706]
7762         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
7763         * elf/Makefile: Add rules to run tst-unused-dep.out.
7764
7765 2012-02-28  David S. Miller  <davem@davemloft.net>
7766
7767         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
7768         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
7769         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
7770         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
7771         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
7772         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
7773
7774 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
7775
7776         * math/libm-test.inc (llround_test): Move one test from
7777         lround_test.  Use TEST_f_L in moved test.
7778         (lround_test): Move misplaced test to llround_test.  Add testcase
7779         from bug 2561.
7780
7781 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
7782
7783         * sysdeps/x86_64/fpu/e_expf.S: New file.
7784         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
7785
7786 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
7787
7788         [BZ #13637]
7789         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
7790         of remain_len that may cause incomplete multi-byte character and
7791         false match.
7792         * posix/bug-regex33.c: New file.
7793         * posix/Makefile (tests): Add bug-regex33.
7794
7795 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
7796
7797         * manual/macros.texi: New file.
7798         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
7799         * manual/libc.texinfo: Include macros.texi.
7800         * manual/creatute.texi: Likewise.
7801         * manual/install.texi: Likewise.
7802         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
7803         @glibcadj{} in references to the GNU C Library.
7804         * manual/charset.texi: Likewise.
7805         * manual/conf.texi: Likewise.
7806         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
7807         when not using those macros.
7808         * manual/creature.texi: Likewise.
7809         * manual/crypt.texi: Likewise.
7810         * manual/errno.texi: Likewise.
7811         * manual/filesys.texi: Likewise.
7812         * manual/header.texi: Likewise.
7813         * manual/install.texi: Likewise.
7814         * manual/intro.texi: Likewise.
7815         * manual/io.texi: Likewise.
7816         * manual/job.texi: Likewise.
7817         * manual/lang.texi: Likewise.
7818         * manual/libc.texiinfo: Likewise.
7819         * manual/llio.texi: Likewise.
7820         * manual/locale.texi: Likewise.
7821         * manual/maint.texi: Likewise.
7822         * manual/math.texi: Likewise.
7823         * manual/memory.texi: Likewise.
7824         * manual/message.texi: Likewise.
7825         * manual/nss.texi: Likewise.
7826         * manual/pattern.texi: Likewise.
7827         * manual/process.texi: Likewise.
7828         * manual/resource.texi: Likewise.
7829         * manual/search.texi: Likewise.
7830         * manual/setjmp.texi: Likewise.
7831         * manual/signal.texi: Likewise.
7832         * manual/socket.texi: Likewise.
7833         * manual/startup.texi: Likewise.
7834         * manual/stdio.texi: Likewise.
7835         * manual/string.texi: Likewise.
7836         * manual/sysinfo.texi: Likewise.
7837         * manual/syslog.texi: Likewise.
7838         * manual/terminal.texi: Likewise.
7839         * manual/time.texi: Likewise.
7840         * manual/users.texi: Likewise.
7841         * INSTALL: Regenerated.
7842         * NOTES: Regenerated.
7843         * sysdeps/gnu/errlist.c: Regenerated.
7844
7845 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
7846
7847         * include/dirent.h: Include <dirstream.h> before
7848         <dirent/dirent.h>.
7849
7850 2012-02-28  David S. Miller  <davem@davemloft.net>
7851
7852         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
7853         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
7854         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
7855         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
7856
7857 2012-02-27  David S. Miller  <davem@davemloft.net>
7858
7859         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
7860         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
7861         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
7862         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
7863
7864         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
7865         frame pointer instead of stack pointer relative arg slot.
7866         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
7867         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
7868         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
7869
7870 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
7871
7872         [BZ #3992]
7873         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
7874
7875 2012-02-27  David S. Miller  <davem@davemloft.net>
7876
7877         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
7878         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
7879         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
7880         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
7881         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
7882         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
7883         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
7884         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
7885
7886 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
7887
7888         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
7889         later.  Allow versions 5-9.
7890         * configure: Regenerated.
7891         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
7892         required minimum version and 4.6 as recommended version.  Do not
7893         mention bugs in GCC 2.7 and 2.8.
7894         * INSTALL: Regenerated.
7895
7896 2012-02-27  David S. Miller  <davem@davemloft.net>
7897
7898         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
7899         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
7900         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
7901         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
7902         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
7903         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
7904         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
7905         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
7906
7907         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
7908         manipulate bits before adding and subtracting TWO112[sx].
7909         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
7910
7911 2012-02-27  Roland McGrath  <roland@hack.frob.com>
7912
7913         [BZ #13775]
7914         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
7915         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
7916         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
7917         being in POSIX, because they are in 1003.1-2008.
7918
7919         * rt/tst-aio.c: Include <fcntl.h>.
7920         * rt/tst-aio7.c: Likewise.
7921         * rt/tst-aio64.c: Likewise.
7922
7923         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
7924
7925 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
7926
7927         * manual/install.texi (--with-headers): Describe headers as
7928         interface headers, not private headers.
7929         (Specific advice for GNU/Linux systems): Describe use of headers
7930         from "make headers_install", not private headers from older
7931         kernels.
7932         * INSTALL: Regenerated.
7933         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
7934         Change to 2.6.19.
7935         * sysdeps/unix/sysv/linux/configure: Regenerated.
7936
7937         * manual/llio.texi (fclean): Remove documentation.
7938
7939         * manual/Makefile (libc-texi-generated): New variable.  Include
7940         version.texi.
7941         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
7942         $(libc-texi-generated), not duplicated list of files.
7943         (version.texi, stamp-version): New rules.
7944         (realclean): Remove $(libc-texi-generated), not individual files
7945         from that list.  Do not remove dir-add.texinfo.
7946         * manual/libc.texinfo: Comment out uses of edition numbers and
7947         references to printed manual.  Remove last-updated dates.
7948         (EDITION): Comment out.
7949         (ISBN): Likewise.
7950         (VERSION, UPDATED): Remove.
7951         (version.texi): Include.
7952
7953 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
7954
7955         * sysdeps/posix/spawni.c: Include <signal.h>.
7956         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
7957         * sysdeps/pthread/aio_fsync.c: Likewise.
7958
7959 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
7960
7961         * conform/Makefile (tests): Run only when not cross-compiling and
7962         when fast-check is not defined.
7963
7964         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
7965         * conform/data/limits.h-data: Fixes for POSIX2008.
7966         * conform/run-conformtest.sh: Run all tests.
7967         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
7968         headers.
7969         * include/bits/dlfcn.h: Likewise.
7970         * include/langinfo.h: Likewise.
7971         * include/monetary.h: Likewise.
7972         * include/sys/poll.h: Likewise.
7973
7974         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
7975         for __USE_GNU.
7976         * posix/spawn.h: Define __need_sigset_t.
7977         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
7978         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
7979         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
7980         to get sigevent_t only.
7981         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
7982         only for __USE_GNU.
7983         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
7984         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
7985         process_vm_writev only for __USE_GNU.
7986         * termios/termios.h: Declare tcgetsid also for POSIX2008.
7987
7988         * conform/Makefile: For now ignore errors from run-conformtest.
7989         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
7990         POSIX to avoid namespace pollution.  Don't prepend headers.
7991         * conform/data/aio.h-data: Fixes for POSIX testing.
7992         * conform/data/fcntl.h-data: Likewise.
7993         * conform/data/glob.h-data: Likewise.
7994         * conform/data/grp.h-data: Likewise.
7995         * conform/data/pthread.h-data: Likewise.
7996         * conform/data/pwd.h-data: Likewise.
7997         * conform/data/signal.h-data: Likewise.
7998         * conform/data/spawn.h-data: Likewise.
7999         * conform/data/stdio.h-data: Likewise.
8000         * conform/data/stdlib.h-data: Likewise.
8001         * conform/data/stropts.h-data: Likewise.
8002         * conform/data/sys/mman.h-data: Likewise.
8003         * conform/data/sys/stat.h-data: Likewise.
8004         * conform/data/sys/types.h-data: Likewise.
8005         * conform/data/sys/wait.h-data: Likewise.
8006         * conform/data/time.h-data: Likewise.
8007         * conform/data/unistd.h-data: Likewise.
8008         * conform/data/utime.h-data: Likewise.
8009
8010         * io/sys/stat.h: fchmod was always in POSIX.
8011         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
8012         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
8013         * rt/aio.h: Define __need_timespec before including <time.h>.
8014         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
8015         struct.  Add forward declaration of pthread_attr_t and use it in
8016         sigevent.
8017         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
8018         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
8019         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
8020         always remove CLK_TCK definition.
8021
8022 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
8023
8024         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
8025
8026 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
8027
8028         * conform/run-conformtest.sh: New file.
8029         * conform/Makefile: Run run-conformtest for tests.
8030         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
8031         support.
8032
8033         * conform/data/uchar.h-data: New file.
8034         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
8035         * conform/data/arpa/inet.h-data: Likewise.
8036         * conform/data/assert.h-data: Likewise.
8037         * conform/data/complex.h-data: Likewise.
8038         * conform/data/cpio.h-data: Likewise.
8039         * conform/data/ctype.h-data: Likewise.
8040         * conform/data/dirent.h-data: Likewise.
8041         * conform/data/dlfcn.h-data: Likewise.
8042         * conform/data/errno.h-data: Likewise.
8043         * conform/data/fcntl.h-data: Likewise.
8044         * conform/data/float.h-data: Likewise.
8045         * conform/data/fmtmsg.h-data: Likewise.
8046         * conform/data/fnmatch.h-data: Likewise.
8047         * conform/data/ftw.h-data: Likewise.
8048         * conform/data/glob.h-data: Likewise.
8049         * conform/data/grp.h-data: Likewise.
8050         * conform/data/iconv.h-data: Likewise.
8051         * conform/data/inttypes.h-data: Likewise.
8052         * conform/data/langinfo.h-data: Likewise.
8053         * conform/data/libgen.h-data: Likewise.
8054         * conform/data/limits.h-data: Likewise.
8055         * conform/data/locale.h-data: Likewise.
8056         * conform/data/math.h-data: Likewise.
8057         * conform/data/monetary.h-data: Likewise.
8058         * conform/data/mqueue.h-data: Likewise.
8059         * conform/data/ndbm.h-data: Likewise.
8060         * conform/data/net/if.h-data: Likewise.
8061         * conform/data/netdb.h-data: Likewise.
8062         * conform/data/netinet/in.h-data: Likewise.
8063         * conform/data/nl_types.h-data: Likewise.
8064         * conform/data/poll.h-data: Likewise.
8065         * conform/data/pthread.h-data: Likewise.
8066         * conform/data/pwd.h-data: Likewise.
8067         * conform/data/regex.h-data: Likewise.
8068         * conform/data/sched.h-data: Likewise.
8069         * conform/data/search.h-data: Likewise.
8070         * conform/data/semaphore.h-data: Likewise.
8071         * conform/data/setjmp.h-data: Likewise.
8072         * conform/data/signal.h-data: Likewise.
8073         * conform/data/spawn.h-data: Likewise.
8074         * conform/data/stdarg.h-data: Likewise.
8075         * conform/data/stdio.h-data: Likewise.
8076         * conform/data/stdlib.h-data: Likewise.
8077         * conform/data/string.h-data: Likewise.
8078         * conform/data/strings.h-data: Likewise.
8079         * conform/data/stropts.h-data: Likewise.
8080         * conform/data/sys/ipc.h-data: Likewise.
8081         * conform/data/sys/mman.h-data: Likewise.
8082         * conform/data/sys/msg.h-data: Likewise.
8083         * conform/data/sys/resource.h-data: Likewise.
8084         * conform/data/sys/select.h-data: Likewise.
8085         * conform/data/sys/sem.h-data: Likewise.
8086         * conform/data/sys/shm.h-data: Likewise.
8087         * conform/data/sys/socket.h-data: Likewise.
8088         * conform/data/sys/stat.h-data: Likewise.
8089         * conform/data/sys/statvfs.h-data: Likewise.
8090         * conform/data/sys/time.h-data: Likewise.
8091         * conform/data/sys/timeb.h-data: Likewise.
8092         * conform/data/sys/times.h-data: Likewise.
8093         * conform/data/sys/types.h-data: Likewise.
8094         * conform/data/sys/uio.h-data: Likewise.
8095         * conform/data/sys/un.h-data: Likewise.
8096         * conform/data/sys/utsname.h-data: Likewise.
8097         * conform/data/sys/wait.h-data: Likewise.
8098         * conform/data/syslog.h-data: Likewise.
8099         * conform/data/tar.h-data: Likewise.
8100         * conform/data/termios.h-data: Likewise.
8101         * conform/data/utime.h-data: Likewise.
8102         * conform/data/utmpx.h-data: Likewise.
8103         * conform/data/varargs.h-data: Likewise.
8104         * conform/data/wchar.h-data: Likewise.
8105         * conform/data/wctype.h-data: Likewise.
8106         * conform/data/wordexp.h-data: Likewise.
8107
8108         * include/stropts.h: New file.
8109         * include/uchar.h: New file.
8110         * include/aio.h: Changes to allow conformtest.pl to use the headers.
8111         * include/assert.h: Likewise.
8112         * include/ctype.h: Likewise.
8113         * include/dirent.h: Likewise.
8114         * include/dlfcn.h: Likewise.
8115         * include/fcntl.h: Likewise.
8116         * include/fnmatch.h: Likewise.
8117         * include/glob.h: Likewise.
8118         * include/grp.h: Likewise.
8119         * include/libio.h: Likewise.
8120         * include/locale.h: Likewise.
8121         * include/math.h: Likewise.
8122         * include/net/if.h: Likewise.
8123         * include/netdb.h: Likewise.
8124         * include/netinet/in.h: Likewise.
8125         * include/pthread.h: Likewise.
8126         * include/pwd.h: Likewise.
8127         * include/regex.h: Likewise.
8128         * include/sched.h: Likewise.
8129         * include/search.h: Likewise.
8130         * include/setjmp.h: Likewise.
8131         * include/signal.h: Likewise.
8132         * include/stdio.h: Likewise.
8133         * include/stdlib.h: Likewise.
8134         * include/string.h: Likewise.
8135         * include/sys/cdefs.h: Likewise.
8136         * include/sys/mman.h: Likewise.
8137         * include/sys/msg.h: Likewise.
8138         * include/sys/resource.h: Likewise.
8139         * include/sys/select.h: Likewise.
8140         * include/sys/socket.h: Likewise.
8141         * include/sys/stat.h: Likewise.
8142         * include/sys/statvfs.h: Likewise.
8143         * include/sys/time.h: Likewise.
8144         * include/sys/times.h: Likewise.
8145         * include/sys/uio.h: Likewise.
8146         * include/sys/utsname.h: Likewise.
8147         * include/sys/wait.h: Likewise.
8148         * include/termios.h: Likewise.
8149         * include/time.h: Likewise.
8150         * include/ulimit.h: Likewise.
8151         * include/unistd.h: Likewise.
8152         * include/utime.h: Likewise.
8153         * include/wchar.h: Likewise.
8154         * include/wctype.h: Likewise.
8155         * include/wordexp.h: Likewise.
8156
8157         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
8158
8159         * time/time.h: TIME_UTC must be a macro.
8160         Make timespec_get available for ISO C11 only as well.
8161
8162 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
8163
8164         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
8165         Reported by Peng Haitao <penght@cn.fujitsu.com>.
8166
8167 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
8168
8169         * configure.in: Use -o not -a in test for unsupported multi-arch.
8170
8171 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
8172
8173         * manual/texinfo.tex: Update to version 2012-01-19.16.
8174
8175 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
8176
8177         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
8178
8179 2012-02-24  Roland McGrath  <roland@hack.frob.com>
8180
8181         [BZ #13738]
8182         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
8183         * manual/fdl-1.3.texi: New file.
8184         * manual/fdl-1.1.texi: File removed.
8185
8186         [BZ #13738]
8187         * manual/libc.texinfo (FDL_VERSION): New @set.
8188         Use it for mention of FDL in cover text.
8189         (Documentation License): Use it in @include file name.
8190
8191 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
8192             Roland McGrath  <roland@hack.frob.com>
8193
8194         [BZ #5461]
8195         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
8196         not LONG_LONG_MAX and LONG_LONG_MIN.
8197         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
8198         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
8199         name.
8200         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
8201
8202 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
8203
8204         [BZ #2547]
8205         [BZ #11365]
8206         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
8207         manipulate bits before adding and subtracting TWO23[sx].
8208         * math/libm-test.inc (nearbyint_test): Add more tests.
8209
8210 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
8211
8212         [BZ #2548]
8213         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
8214         bits before adding and subtracting TWO23[sx].
8215         * math/libm-test.inc (rint_test): Add more tests.
8216         (rint_test_tonearest): Likewise.
8217         (rint_test_towardzero): Likewise.
8218         (rint_test_downward): Likewise.
8219         (rint_test_upward: Likewise.
8220
8221 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
8222
8223         [BZ #10110]
8224         * include/stdc-predef.h: New file.  Extracted from features.h.
8225         * include/features.h: Include stdc-predef.h.
8226         * Makefile (headers): Add stdc-predef.h.
8227         * CONFORMANCE (Compiler limitations): Update.
8228
8229 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
8230
8231         * manual/libc.texinfo (VERSION, UPDATED): Revert.
8232
8233 2012-02-21  David S. Miller  <davem@davemloft.net>
8234
8235         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
8236         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
8237
8238 2012-02-20  David S. Miller  <davem@davemloft.net>
8239
8240         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
8241         using a normal save/restore sequence, rather than allocating a
8242         dummy stack frame just to store a frame pointer and restore.
8243         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
8244
8245 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
8246
8247         * manual/install.texi: Fix stray word in line-wrapped comment.
8248
8249 2012-02-20  David S. Miller  <davem@davemloft.net>
8250
8251         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
8252         both binutils and gcc support GOTDATA.
8253
8254         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
8255         "rd %pc" in the PIC register setup sequences.
8256
8257         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
8258         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
8259         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
8260         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
8261         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
8262         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
8263         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
8264         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
8265         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
8266         (SYSCALL_ERROR_HANDLER): Likewise.
8267         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
8268         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
8269         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
8270         (SYSCALL_ERROR_HANDLER): Likewise.
8271
8272         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
8273         (HAVE_GCC_GOTDATA): New.
8274         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
8275         relocation support in both binutils and gcc.
8276         * sysdeps/sparc/elf/configure: Regenerate.
8277
8278         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
8279         * sysdeps/sparc/sparc32/elf/configure: Delete.
8280         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
8281         * sysdeps/sparc/sparc64/elf/configure: Delete.
8282         * sysdeps/sparc/elf/configure.in: New file.
8283         * sysdeps/sparc/elf/configure: Generate.
8284
8285         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
8286         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
8287         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
8288         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
8289         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
8290
8291 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
8292
8293         * manual/install.texi: Do not mention specific glibc version
8294         numbers.
8295         * manual/libc.texinfo (VERSION, UPDATED): Update.
8296         (@copying): Use @copyright{} and range of years.
8297
8298 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
8299
8300         [BZ #13695]
8301         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
8302         [crti.S not in sysdirs] (generated): Do not append.
8303         [crti.S not in sysdirs] (omit-deps): Likewise.
8304         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
8305         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
8306         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
8307         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
8308         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
8309         Likewise.
8310         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
8311         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
8312         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
8313         * csu/defs.awk: Remove file.
8314         * sysdeps/generic/initfini.c: Likewise.
8315         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
8316         variable.
8317         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
8318         Likewise.
8319
8320 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
8321
8322         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
8323         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
8324         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
8325         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
8326         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
8327         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
8328         <bits/epoll.h>.
8329         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
8330         (__EPOLL_PACKED): Define to empty if not defined by
8331         <bits/epoll.h>.
8332         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
8333         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8334         bits/epoll.h.
8335
8336 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
8337
8338         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
8339         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
8340         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
8341         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
8342         <bits/timerfd.h>.
8343         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
8344         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8345         bits/timerfd.h.
8346
8347 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
8348
8349         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
8350         in C locale.
8351         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
8352         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
8353         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
8354         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8355
8356 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
8357
8358         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
8359         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
8360
8361 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
8362
8363         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
8364         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
8365         defined.
8366         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
8367         Likewise.
8368         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
8369         entry for 2.16.
8370
8371 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
8372
8373         * math/w_acos.c: Use non-signaling floating-point comparisons.
8374         * math/w_acosf.c: Likewise.
8375         * math/w_acosh.c: Likewise.
8376         * math/w_acoshf.c: Likewise.
8377         * math/w_acoshl.c: Likewise.
8378         * math/w_acosl.c: Likewise.
8379         * math/w_asin.c: Likewise.
8380         * math/w_asinf.c: Likewise.
8381         * math/w_asinl.c: Likewise.
8382         * math/w_atanh.c: Likewise.
8383         * math/w_atanhf.c: Likewise.
8384         * math/w_atanhl.c: Likewise.
8385         * math/w_exp2.c: Likewise.
8386         * math/w_exp2f.c: Likewise.
8387         * math/w_exp2l.c: Likewise.
8388         * math/w_j0.c: Likewise.
8389         * math/w_j0f.c: Likewise.
8390         * math/w_j0l.c: Likewise.
8391         * math/w_j1.c: Likewise.
8392         * math/w_j1f.c: Likewise.
8393         * math/w_j1l.c: Likewise.
8394         * math/w_jn.c: Likewise.
8395         * math/w_jnf.c: Likewise.
8396         * math/w_log.c: Likewise.
8397         * math/w_log10.c: Likewise.
8398         * math/w_log10f.c: Likewise.
8399         * math/w_log10l.c: Likewise.
8400         * math/w_log2.c: Likewise.
8401         * math/w_log2f.c: Likewise.
8402         * math/w_log2l.c: Likewise.
8403         * math/w_logf.c: Likewise.
8404         * math/w_logl.c: Likewise.
8405         * math/w_sqrt.c: Likewise.
8406         * math/w_sqrtf.c: Likewise.
8407         * math/w_sqrtl.c: Likewise.
8408         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
8409         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
8410         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
8411         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
8412         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
8413
8414 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
8415
8416         [BZ #9739]
8417         * manual/string.texi (strnlen): Use correct parameter name in
8418         equivalent expression.
8419
8420 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
8421
8422         [BZ #11174]
8423         * manual/users.texi (seteuid): Consistently use neweuid for
8424         argument name.
8425
8426 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
8427
8428         [BZ #13704]
8429         * manual/nss.texi (Services in the NSS configuration): Correct
8430         list of services in example configuration file.
8431
8432 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
8433
8434         [BZ #11322]
8435         * manual/arith.texi: Remove statements about negative zero
8436         behaving identically to zero.
8437
8438 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
8439
8440         [BZ #5993]
8441         * manual/install.texi: Do not document upgrading from libc5.
8442
8443 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
8444
8445         [BZ #4596]
8446         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
8447
8448 2012-02-18  David S. Miller  <davem@davemloft.net>
8449
8450         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
8451         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
8452         %o7 across the call.
8453         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
8454         instead.
8455         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
8456         SETUP_PIC_REG_LEAF.
8457         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8458         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
8459         * sysdeps/sparc/crtn.S: Likewise.
8460
8461 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
8462
8463         * aout/Makefile: Remove.
8464
8465 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
8466
8467         [BZ #13058]
8468         * manual/examples/argp-ex1.c (main): Format definition in GNU
8469         style.
8470         * manual/examples/argp-ex2.c (main): Likewise.
8471         * manual/examples/argp-ex3.c (main): Likewise.
8472         * manual/examples/argp-ex4.c (main): Likewise.
8473         * manual/examples/longopt.c (main): Use new-style prototype
8474         definition.
8475         * manual/examples/strncat.c (main): Specify return type and use
8476         (void) for arguments.
8477         * manual/examples/subopt.c (main): Use char **argv argument.
8478
8479 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8480
8481         [BZ #5077]
8482         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
8483         rounding modes.
8484
8485 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
8486
8487         [BZ #6907]
8488         * manual/string.texi (strchr): Change when strchrnul is
8489         recommended.
8490
8491 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
8492
8493         [BZ #174]
8494         * manual/locale.texi (setlocale): Document LOCPATH.
8495
8496 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8497
8498         [BZ #10210]
8499         * manual/process.texi (execle): Move @dots{} before last argument.
8500
8501 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
8502
8503         [BZ #12047]
8504         * manual/charset.texi (Generic Charset Conversion): Fix typo
8505         (LC_TYPE -> LC_CTYPE).
8506
8507 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
8508
8509         [BZ #5805]
8510         * manual/arith.texi (scalbn): Use @var{} on parameter names.
8511         (scalbnf): Likewise.
8512         (scalbnl): Likewise.
8513         (scalbln): Likewise.
8514         (scalblnf): Likewise.
8515         (scalblnl): Likewise.
8516         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
8517         (vwarnx): Likewise.
8518         (verr): Likewise.
8519         (verrx): Likewise.
8520         * manual/filesys.texi (telldir): Use braces around return type.
8521         * manual/llio.texi (mmap): Add space after comma.
8522         (mmap64): Likewise.
8523         * manual/math.texi (jn): Use @var{} on parameter names.
8524         (jnf): Likewise.
8525         (jnl): Likewise.
8526         (yn): Likewise.
8527         (ynf): Likewise.
8528         (ynl): Likewise.
8529         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
8530         line.
8531         * manual/resource.texi (ulimit): Use @dots{} instead of literal
8532         "...".
8533         (sched_get_priority_min): Remove semicolon on @deftypefun line.
8534         (sched_get_priority_max): Likewise.
8535         * manual/signal.texi (sigvec): Add space after comma.
8536         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
8537         names.
8538         (if_indextoname): Likewise.
8539         (if_freenameindex): Likewise.
8540         (sendto): Use ',' instead of '.' in prototype.
8541         * manual/startup.texi (syscall): Use @dots{} instead of literal
8542         "...".
8543         * manual/stdio.texi (__fpending): Separate initial words of
8544         paragraph from @deftypefun line.
8545         * manual/syslog.texi (syslog): Use @dots{} instead of literal
8546         "...".
8547         (vsyslog): Use @var{} on parameter names.
8548         * manual/terminal.texi (stty): Use @var{} on parameter names.
8549         * manual/users.texi (getutmp): Use @var{} on parameter names.
8550         (getutmpx): Likewise.
8551
8552 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8553
8554         [BZ #6884]
8555         * manual/stdio.texi (fopen): Fix typos in description of
8556         ",ccs=STRING".
8557
8558 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
8559
8560         [BZ #4026]
8561         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
8562         get clock_id definition.
8563
8564 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
8565
8566         [BZ #4822]
8567         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
8568         (madvise): Cast every argument to void on its own.
8569
8570 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8571
8572         [BZ #9902]
8573         * manual/startup.texi (Exit Status): Fix typo.
8574
8575 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8576
8577         [BZ #10140]
8578         * manual/examples/argp-ex1.c: Include <stdlib.h>.
8579         * manual/examples/argp-ex2.c: Likewise.
8580         * manual/examples/argp-ex3.c: Likewise.
8581
8582 2012-02-16  Richard Henderson  <rth@redhat.com>
8583
8584         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
8585         * sysdeps/s390/s390-32/initfini.c: Remove.
8586         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
8587         * sysdeps/s390/s390-64/initfini.c: Remove.
8588
8589 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8590
8591         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
8592         compiler output for sysdeps/generic/initfini.c.
8593         * sysdeps/sh/elf/initfini.c: Remove file.
8594
8595 2012-02-16  David S. Miller  <davem@davemloft.net>
8596
8597         [BZ #11494]
8598         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
8599
8600         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
8601         * sysdeps/sparc/crti.S: New file.
8602         * sysdeps/sparc/crtn.S: New file.
8603         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
8604         * sysdeps/sparc/sparc64/Makefile: Likewise.
8605
8606 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
8607
8608         [BZ #3335]
8609         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
8610
8611 2012-02-15  Roland McGrath  <roland@hack.frob.com>
8612
8613         [BZ #4822]
8614         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
8615
8616         * mach/devstream.c (cookie_io_functions_t): Macro removed.
8617         (write, read, close): Likewise.
8618         Patch by Aurelien Jarno <aurelien@aurel32.net>.
8619
8620 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
8621
8622         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
8623         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
8624         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
8625         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
8626         <bits/signalfd.h>.
8627         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
8628         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8629         bits/signalfd.h.
8630
8631 2012-02-14  Marek Polacek  <polacek@redhat.com>
8632
8633         * sysdeps/x86_64/crti.S: New file.
8634         * sysdeps/x86_64/crtn.S: New file.
8635         * sysdeps/x86_64/elf/initfini.c: Remove file.
8636
8637 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
8638
8639         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
8640         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
8641         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
8642         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
8643         <bits/inotify.h>.
8644         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
8645         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8646         bits/inotify.h.
8647
8648 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
8649
8650         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
8651         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
8652         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
8653         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
8654         <bits/eventfd.h>.
8655         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
8656         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8657         bits/eventfd.h.
8658
8659 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
8660
8661         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
8662         __feraiseexcept instead of feraiseexcept.
8663
8664         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
8665         nanosleep invocations.
8666         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
8667         strings, and add error checking for a nanosleep invocations.
8668
8669 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
8670
8671         Replace FSF snail mail address with URLs, as per GNU coding standards.
8672         Most of the snail mail addresses were wrong anyway, and omitting
8673         them makes the source code easier to maintain.  Almost all of the
8674         changes are to license notices and to locale LC_IDENTIFICATION
8675         addresses, except for this one:
8676         * manual/libc.texinfo: In "Published by", give the FSF's URL,
8677         not its snail mail address.
8678
8679 2012-02-09  Richard Henderson  <rth@twiddle.net>
8680
8681         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
8682         of kernel-features.h.
8683
8684         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
8685
8686 2012-02-08  Marek Polacek  <polacek@redhat.com>
8687
8688         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
8689         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
8690         * sysdeps/gnu/_G_config.h: Likewise.
8691         * sysdeps/generic/_G_config.h: Likewise.
8692
8693 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
8694
8695         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
8696         tests.
8697         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8698
8699         * sysdeps/powerpc/powerpc32/crti.S: New file.
8700         * sysdeps/powerpc/powerpc32/crtn.S: New file.
8701         * sysdeps/powerpc/powerpc64/crti.S: New file.
8702         * sysdeps/powerpc/powerpc64/crtn.S: New file.
8703
8704         * Makeconfig (have-initfini): Don't set.
8705         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
8706         * configure.in (nopic_initfini): Don't substitute.
8707         * config.h.in (HAVE_INITFINI): Don't #undef.
8708         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
8709         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
8710
8711 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
8712
8713         Support crti.S and crtn.S provided directly by architectures.
8714         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
8715         [crti.S in sysdirs] (omit-deps): Likewise.
8716         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
8717         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
8718         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
8719         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
8720         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
8721         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
8722         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
8723         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
8724         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
8725         compiler output for sysdeps/generic/initfini.c.
8726         * sysdeps/i386/elf/Makefile: Remove file.
8727         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
8728
8729 2012-02-07  Marek Polacek  <polacek@redhat.com>
8730
8731         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
8732         * sysdeps/gnu/_G_config.h: Likewise.
8733         * sysdeps/mach/hurd/_G_config.h: Likewise.
8734
8735 2012-02-07  Marek Polacek  <polacek@redhat.com>
8736
8737         * math/Makefile (tests): Add tst-CMPLX2.
8738         * math/tst-CMPLX2.c: New file.
8739
8740 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
8741
8742         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
8743
8744         * math/libm-test.inc (jn_test): Add missing L suffix.
8745
8746 2012-02-06  Marek Polacek  <polacek@redhat.com>
8747
8748         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
8749         * sysdeps/i386/fpu/e_powf.S: Likewise.
8750         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
8751         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
8752         * sysdeps/i386/fpu/e_acosh.S: Likewise.
8753         * sysdeps/i386/fpu/e_pow.S: Likewise.
8754         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
8755         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
8756         * sysdeps/i386/fpu/s_expm1.S: Likewise.
8757         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
8758         * sysdeps/i386/fpu/e_log2.S: Likewise.
8759         * sysdeps/i386/fpu/e_log2l.S: Likewise.
8760         * sysdeps/i386/fpu/e_scalb.S: Likewise.
8761         * sysdeps/i386/fpu/e_powl.S: Likewise.
8762         * sysdeps/i386/fpu/s_log1p.S: Likewise.
8763         * sysdeps/i386/fpu/e_log10f.S: Likewise.
8764         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
8765         * sysdeps/i386/fpu/e_logl.S: Likewise.
8766         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
8767         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
8768         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
8769         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
8770         * sysdeps/i386/fpu/e_log2f.S: Likewise.
8771         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
8772         * sysdeps/i386/fpu/e_log.S: Likewise.
8773         * sysdeps/i386/fpu/s_cexp.S: Likewise.
8774         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
8775         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
8776         * sysdeps/i386/fpu/e_logf.S: Likewise.
8777         * sysdeps/i386/fpu/e_log10l.S: Likewise.
8778         * sysdeps/i386/fpu/e_atanh.S: Likewise.
8779         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
8780         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
8781         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
8782         * sysdeps/i386/fpu/e_log10.S: Likewise.
8783         * sysdeps/i386/fpu/s_frexp.S: Likewise.
8784         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
8785         * sysdeps/i386/fpu/s_asinh.S: Likewise.
8786         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
8787         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
8788         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
8789         * sysdeps/i386/asm-syntax.h: Likewise.
8790         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
8791         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
8792         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
8793         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
8794         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
8795         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
8796         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
8797         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
8798         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
8799         * sysdeps/powerpc/sysdep.h: Likewise.
8800         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
8801         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8802
8803 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
8804
8805         [BZ #411]
8806         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
8807
8808 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
8809
8810         * sysdeps/i386/sysdep.h: Include <features.h>.
8811         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
8812         version.
8813
8814 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
8815
8816         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
8817         Define.
8818         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
8819         LOAD_PIC_REG_STR.
8820
8821 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
8822
8823         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
8824         (SETUP_PIC_REG): Use GET_PC_THUNK.
8825         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
8826         macro.
8827
8828 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
8829
8830         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
8831         for non-PIC compilation.
8832         (SETUP_PIC_REG): Add .p2align directive.
8833         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
8834         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
8835         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
8836         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
8837         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
8838         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
8839         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
8840         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
8841         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
8842         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
8843         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
8844         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
8845         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
8846         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
8847         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
8848         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
8849         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
8850         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
8851         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
8852         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
8853         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
8854         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
8855         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
8856         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
8857         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
8858         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
8859         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
8860         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
8861         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
8862         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
8863         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
8864         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
8865         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
8866         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
8867         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
8868         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
8869         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
8870         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
8871         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
8872         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
8873         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
8874
8875 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
8876
8877         * math/tst-CMPLX.c: Include <stdio.h>.
8878
8879 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
8880
8881         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
8882         float.
8883         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
8884         * sysdeps/sparc/bits/mathdef.h: Likewise.
8885
8886 2012-01-31  Marek Polacek  <polacek@redhat.com>
8887
8888         * libio/libio.h: Don't define _PARAMS.
8889         * locale/programs/config.h: Don't define PARAMS.
8890         * stdlib/strtol_l.c: Likewise.
8891         (__strtol_l): Remove PARAMS from the prototype.
8892
8893 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
8894
8895         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
8896         names.  Just use the correct names.  Remove unnecessary wrapper
8897         functions.
8898         * malloc/arena.c: Likewise.
8899         * malloc/hooks.c: Likewise.
8900
8901         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
8902         ARENA_TEST says not to.  Simplify test for creation of a new arena.
8903         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
8904
8905 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
8906
8907         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
8908         into tail calls.
8909         (update_get_addr): New function.
8910         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
8911         GET_ADDR_MODULE parameter.
8912
8913 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
8914
8915         * crypt/cert.c: Remove __STDC__ conditionals.
8916         * crypt/crypt-entry.c: Likewise.
8917         * crypt/crypt_util.c: Likewise.
8918         * libio/filedoalloc.c: Likewise.
8919         * libio/fileops.c: Likewise.
8920         * libio/genops.c: Likewise.
8921         * libio/iofclose.c: Likewise.
8922         * libio/iofdopen.c: Likewise.
8923         * libio/iofopen.c: Likewise.
8924         * libio/iofopen64.c: Likewise.
8925         * libio/iogetdelim.c: Likewise.
8926         * libio/iopopen.c: Likewise.
8927         * libio/obprintf.c: Likewise.
8928         * libio/oldfileops.c: Likewise.
8929         * libio/oldiofclose.c: Likewise.
8930         * libio/oldiofdopen.c: Likewise.
8931         * libio/oldiofopen.c: Likewise.
8932         * libio/oldiopopen.c: Likewise.
8933         * libio/wfiledoalloc.c: Likewise.
8934         * libio/wgenops.c: Likewise.
8935         * locale/programs/xmalloc.c: Likewise.
8936         * misc/syslog.c: Likewise.
8937         * stdio-common/xbug.c: Likewise.
8938         * string/memchr.c: Likewise.
8939         * string/memcmp.c: Likewise.
8940         * string/memrchr.c: Likewise.
8941         * string/rawmemchr.c: Likewise.
8942         * sysdeps/posix/getcwd.c: Likewise.
8943         * time/strftime_l.c: Likewise.
8944
8945 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
8946
8947         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
8948         * config.make.in (config-cflags-sse2avx): Define.
8949         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
8950         Fix typo.
8951
8952 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
8953
8954         * scripts/config.guess: Update from upstream config git repository.
8955         * scripts/config.sub: Likewise.
8956
8957 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
8958
8959         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
8960         (EM_NUM): Update.
8961         (R_TILEPRO_*, R_TILEGX_*): New macros.
8962
8963         * scripts/firstversions.awk: Fix bug in version range handling.
8964
8965         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
8966
8967         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
8968
8969         * include/sys/epoll.h: New file.
8970         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
8971         libc_hidden_def.
8972
8973 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
8974
8975         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
8976         Avoid unnecessary __WORDSIZE == 64 test.
8977         (fmaxf): Use VEX format if possible.
8978         (fmax): Likewise.
8979         (fminf): Likewise.
8980         (fmin): Likewise.
8981
8982         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
8983         * math/math_private.h: Remove libc_fegetround* and
8984         libc_fesetround*.
8985         * sysdeps/i386/configure.in: Check for -msse2avx.
8986         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
8987         also if SSE2AVX is defined.
8988         Remove libc_fegetround* and libc_fesetround*.
8989         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
8990         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
8991         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
8992         of HAS_YMM_USABLE.
8993         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
8994         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
8995         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
8996         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
8997         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
8998
8999         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
9000
9001 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9002
9003         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
9004         size is not set.
9005         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
9006
9007 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
9008
9009         [BZ #13618]
9010         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
9011         relocation.
9012         * Makeconfig (libm): Define.
9013         * elf/Makefile: Add rules to build and run tst-relsort1.
9014         * elf/tst-relsort1.c: New file.
9015         * elf/tst-relsort1mod1.c: New file.
9016         * elf/tst-relsort1mod2.c: New file.
9017
9018 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
9019
9020         * math/s_ldexp.c: Remove __STDC__ conditionals.
9021         * math/s_ldexpf.c: Likewise.
9022         * math/s_ldexpl.c: Likewise.
9023         * math/s_nextafter.c: Likewise.
9024         * math/s_nexttowardf.c: Likewise.
9025         * math/s_significand.c: Likewise.
9026         * math/s_significandf.c: Likewise.
9027         * math/s_significandl.c: Likewise.
9028         * math/w_jnl.c: Likewise.
9029         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
9030         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
9031         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
9032         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
9033         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
9034         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
9035         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
9036         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
9037         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
9038         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
9039         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
9040         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
9041         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
9042         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
9043         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
9044         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
9045         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
9046         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
9047         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
9048         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
9049         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
9050         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
9051         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
9052         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
9053         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
9054         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
9055         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
9056         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
9057         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
9058         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
9059         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
9060         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
9061         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
9062         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
9063         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
9064         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
9065         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
9066         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
9067         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
9068         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
9069         * sysdeps/ieee754/k_standard.c: Likewise.
9070         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
9071         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
9072         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
9073         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
9074         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
9075         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
9076         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
9077         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
9078         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
9079         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
9080         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
9081         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
9082         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
9083         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
9084         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
9085         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
9086         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
9087         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
9088         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
9089         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
9090         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
9091         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
9092         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
9093         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
9094         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
9095         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
9096         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
9097         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
9098         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
9099         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
9100         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
9101         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
9102         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
9103         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
9104         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
9105         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
9106         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
9107         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
9108         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
9109         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
9110         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
9111         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
9112         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
9113         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
9114         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
9115         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
9116         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
9117         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
9118         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
9119         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
9120         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
9121         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
9122         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
9123         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
9124         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
9125         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
9126         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
9127         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
9128         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
9129         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
9130         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
9131         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
9132         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
9133         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
9134         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
9135         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
9136         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
9137         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
9138         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
9139         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
9140         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
9141         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
9142         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
9143         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
9144         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
9145         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
9146         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
9147         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
9148         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
9149         * sysdeps/ieee754/s_matherr.c: Likewise.
9150         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
9151         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
9152         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
9153         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
9154
9155 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
9156
9157         * crypt/md5.h: Remove __STDC__ conditionals.
9158         * libio/libioP.h: Likewise.
9159         * locale/programs/config.h: Likewise.
9160         * sysdeps/generic/sysdep.h: Likewise.
9161         * sysdeps/i386/asm-syntax.h: Likewise.
9162         * sysdeps/s390/asm-syntax.h: Likewise.
9163         * sysdeps/unix/sysdep.h: Likewise.
9164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
9165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
9166
9167 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
9168
9169         * libio/libio.h: Remove __STDC__ conditionals.
9170         * malloc/obstack.h: Likewise.
9171         * math/complex.h: Likewise.
9172         * math/math.h: Likewise.
9173         * sysdeps/generic/_G_config.h: Likewise.
9174         * sysdeps/gnu/_G_config.h: Likewise.
9175         * sysdeps/mach/hurd/_G_config.h: Likewise.
9176         * sysdeps/powerpc/bits/mathdef.h: Likewise.
9177         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
9178         * sysdeps/sparc/bits/mathdef.h: Likewise.
9179
9180 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
9181
9182         [BZ #13583]
9183         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
9184         Clean up HAS_* macros.
9185         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
9186         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
9187         possible.
9188         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
9189         HAS_AVX.
9190         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
9191         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
9192         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
9193         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
9194         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
9195
9196 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
9197
9198         * elf/tst-unique3.cc (gets): Remove declaration.
9199         * elf/tst-unique3lib.cc (gets): Likewise.
9200         * elf/tst-unique3lib2.cc (gets): Likewise.
9201         * elf/tst-unique4.cc (gets): Likewise.
9202
9203 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
9204
9205         * include/stdio.h: Add C++ protection.  Add gets declarations and
9206         definitions.
9207         * debug/tst-chk1.c: Don't declare gets here.
9208         * stdio-common/tst-gets.c: Likewise.
9209
9210 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
9211
9212         * posix/glob: Remove directory.
9213
9214 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
9215
9216         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
9217
9218 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
9219
9220         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
9221         of the non-standard EPFNOSUPPORT.
9222
9223 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9224
9225         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
9226         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
9227         ANYWHERE set to 1 only on KERN_NO_SPACE error.
9228
9229 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
9230
9231         * wcsmbs/uchar.h: Test __STDC_VERSION__.
9232
9233 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
9234
9235         * nscd/aicache.c (addhstaiX): Do not cache negative results of
9236         transient errors.
9237         * nscd/grpcache.c (cache_addgr): Likewise.
9238         * nscd/hstcache.c (cache_addhst): Likewise.
9239         * nscd/initgrcache.c (addinitgroupsX): Likewise.
9240         * nscd/pwdcache.c (cache_addpw): Likewise.
9241         * nscd/servicescache.c (cache_addserv): Likewise.
9242
9243 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
9244
9245         * malloc/malloc.c: Various cleanups.
9246         * malloc/hooks.c: Likewise.
9247
9248         * stdlib/Makefile (tests): Add bug-fmtmsg1.
9249         * stdlib/bug-fmtmsg1.c: New file.
9250
9251         * stdlib/fmtmsg.c (init): Add missing unlock.
9252         Patch by Peng Haitao <penght@cn.fujitsu.com>.
9253
9254 2012-01-12  Marek Polacek  <polacek@redhat.com>
9255
9256         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
9257         and _GNU_SOURCE.
9258
9259 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
9260
9261         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
9262         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
9263         macro to ensure uniqueness of label name.
9264         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
9265         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
9266
9267 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
9268
9269         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
9270
9271         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
9272         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
9273         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
9274         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
9275
9276 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
9277
9278         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
9279
9280         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
9281         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
9282         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
9283
9284         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
9285
9286         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
9287         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
9288         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
9289         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
9290
9291         * math/bits/math-finite.h: Add ldexp support.
9292
9293 2012-01-10  Marek Polacek  <polacek@redhat.com>
9294
9295         * locale/programs/localedef.h (show_archive_content): Add noreturn
9296         attribute.
9297
9298 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
9299
9300         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
9301
9302 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
9303
9304         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
9305
9306         * io/Makefile (headers): Add bits/poll2.h.
9307
9308 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
9309
9310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
9311         typo #include statement.
9312
9313 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
9314
9315         * include/sys/cdefs.h: Define __attribute_alloc_size.
9316         * catgets/gencat.c: Add alloc_size attribute and apply consistently
9317         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
9318         * elf/pldd.c: Likewise.
9319         * iconv/iconv_charmap.c: Likewise.
9320         * iconv/iconvconfig.c: Likewise.
9321         * iconv/strtab.c: Likewise.
9322         * locale/programs/locale.c: Likewise.
9323         * locale/programs/localedef.h: Likewise.
9324         * locale/programs/simple-hash.c: Likewise.
9325         * nscd/nscd.h: Likewise.
9326         * nss/makedb.c: Likewise.
9327         * sysdeps/generic/ldconfig.h: Likewise.
9328         * locale/programs/localedef.c: Remove xmalloc prototype.
9329         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
9330
9331 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
9332
9333         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
9334         appropriate.
9335
9336 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
9337
9338         * math/Makefile (tests): Add tst-CMPLX.
9339         * math/tst-CMPLX.c: New file.
9340
9341         * math/complex.h (CMPLXL): Fix typo.
9342
9343         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
9344         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
9345         GLIBC_2.16.
9346         * debug/tst-chk1.c: Add poll and ppoll tests.
9347         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
9348         * include/sys/poll.h: Add hidden proto for ppoll.
9349         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
9350         * sysdeps/mach/hurd/ppoll.c: Likewise.
9351         * io/ppoll.c: Likewise.
9352         * debug/poll_chk.c: New file.
9353         * debug/ppoll_chk.c: New file.
9354         * include/bits/poll2.h: New file.
9355         * io/bits/poll2.h: New file.
9356
9357         [BZ #1350]
9358         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
9359
9360         * configure.in: static is always set to yes.  Remove.
9361         * config.make.in: Don't set build-static.
9362         * Makeconfig: Remove use of build-static.
9363         * dlfcn/Makefile: Likewise.
9364         * elf/Makefile: Likewise.
9365         * math/Makefile: Likewise.
9366         * misc/Makefile: Likewise.
9367         * nptl/Makefile: Likewise.
9368         * sysdeps/mach/hurd/Makefile: Likewise.
9369
9370         * configure.in: PWD_P is not used anymore.
9371         * config.make.in: Remove PWD_P entry.
9372
9373         * configure.in: Remove last remnants of RANLIB.
9374         No need to check for signed size_t anymore.
9375         Don't set libc_commonpagesize and libc_relro_required here for Alpha
9376         and IA-64.
9377         Remove __builtin_expect test because we require at least gcc 3.4.
9378         * aclocal.m4: Likewise.
9379
9380         * wcsmbs/mbrtoc16.c: Implement using towc function.
9381         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
9382         * wcsmbs/wcsmbsload.c: Likewise.
9383         * iconv/gconv_simple.c: Likewise.
9384         * iconv/gconv_int.h: Likewise.
9385         * iconv/gconv_builtin.h: Likewise.
9386         * iconv/iconv_prog.c: Remove CHAR16 handling.
9387
9388         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
9389
9390         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
9391
9392         * configure.in: Remove --with-elf and --enable-bounded options.
9393         Dont set base_machine for ia64.  More non-ELF conditions removed.
9394         Remove testing and setting of leading underscore information.
9395         * config.make.in (build-bounded): Set to no.
9396         * config.h.in: Remove NO_UNDERSCORES entry.
9397         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
9398         them.
9399         * csu/start.c: Remove !NO_UNDERSCORE code.
9400         * locale/localeinfo.h: Likewise.
9401         * sysdeps/generic/machine-gmon.h: Likewise.
9402         * sysdeps/generic/sysdep.h: Likewise.
9403         * sysdeps/i386/sysdep.h: Likewise.
9404         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
9405         * sysdeps/mach/sysdep.h: Likewise.
9406         * sysdeps/s390/s390-32/sysdep.h: Likewise.
9407         * sysdeps/s390/s390-64/sysdep.h: Likewise.
9408         * sysdeps/sh/sysdep.h: Likewise.
9409         * sysdeps/sparc/sparc32/alloca.S: Likewise.
9410         * sysdeps/unix/i386/sysdep.S: Likewise.
9411         * sysdeps/unix/sparc/start.c: Likewise.
9412         * sysdeps/unix/sparc/sysdep.S: Likewise.
9413         * sysdeps/unix/sparc/sysdep.h: Likewise.
9414         * sysdeps/unix/start.c: Likewise.
9415         * sysdeps/unix/x86_64/sysdep.S: Likewise.
9416         * sysdeps/x86_64/sysdep.h: Likewise.
9417
9418 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
9419
9420         [BZ #13553]
9421         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
9422         for non-gcc.
9423         * argp/argp-fmtstream.h: Use const instead __const.
9424         * argp/argp.h: Likewise.
9425         * assert/assert.h: Likewise.
9426         * bits/fenv.h: Likewise.
9427         * bits/sched.h: Likewise.
9428         * bits/sigset.h: Likewise.
9429         * bits/sigthread.h: Likewise.
9430         * catgets/nl_types.h: Likewise.
9431         * conform/data/pthread.h-data: Likewise.
9432         * crypt/crypt-private.h: Likewise.
9433         * crypt/crypt.h: Likewise.
9434         * crypt/crypt_util.c: Likewise.
9435         * ctype/ctype.h: Likewise.
9436         * debug/execinfo.h: Likewise.
9437         * debug/mbsnrtowcs_chk.c: Likewise.
9438         * debug/mbsrtowcs_chk.c: Likewise.
9439         * debug/wcsnrtombs_chk.c: Likewise.
9440         * debug/wcsrtombs_chk.c: Likewise.
9441         * debug/wcstombs_chk.c: Likewise.
9442         * dirent/dirent.h: Likewise.
9443         * dlfcn/dlfcn.h: Likewise.
9444         * elf/neededtest4.c: Likewise.
9445         * grp/grp.h: Likewise.
9446         * gshadow/gshadow.h: Likewise.
9447         * iconv/gconv.h: Likewise.
9448         * iconv/gconv_int.h: Likewise.
9449         * iconv/gconv_simple.c: Likewise.
9450         * iconv/iconv.h: Likewise.
9451         * iconv/loop.c: Likewise.
9452         * iconv/skeleton.c: Likewise.
9453         * include/aio.h: Likewise.
9454         * include/aliases.h: Likewise.
9455         * include/argz.h: Likewise.
9456         * include/arpa/inet.h: Likewise.
9457         * include/assert.h: Likewise.
9458         * include/dirent.h: Likewise.
9459         * include/dlfcn.h: Likewise.
9460         * include/execinfo.h: Likewise.
9461         * include/fcntl.h: Likewise.
9462         * include/fenv.h: Likewise.
9463         * include/glob.h: Likewise.
9464         * include/grp.h: Likewise.
9465         * include/libintl.h: Likewise.
9466         * include/mntent.h: Likewise.
9467         * include/netdb.h: Likewise.
9468         * include/pwd.h: Likewise.
9469         * include/rpc/netdb.h: Likewise.
9470         * include/sched.h: Likewise.
9471         * include/search.h: Likewise.
9472         * include/shadow.h: Likewise.
9473         * include/signal.h: Likewise.
9474         * include/stdio.h: Likewise.
9475         * include/stdlib.h: Likewise.
9476         * include/string.h: Likewise.
9477         * include/sys/socket.h: Likewise.
9478         * include/sys/stat.h: Likewise.
9479         * include/sys/statfs.h: Likewise.
9480         * include/sys/statvfs.h: Likewise.
9481         * include/sys/syslog.h: Likewise.
9482         * include/sys/time.h: Likewise.
9483         * include/sys/uio.h: Likewise.
9484         * include/time.h: Likewise.
9485         * include/unistd.h: Likewise.
9486         * include/utmp.h: Likewise.
9487         * include/wchar.h: Likewise.
9488         * include/wctype.h: Likewise.
9489         * inet/aliases.h: Likewise.
9490         * inet/arpa/inet.h: Likewise.
9491         * inet/netinet/ether.h: Likewise.
9492         * inet/netinet/in.h: Likewise.
9493         * intl/libintl.h: Likewise.
9494         * io/bits/fcntl2.h: Likewise.
9495         * io/fcntl.h: Likewise.
9496         * io/ftw.h: Likewise.
9497         * io/sys/poll.h: Likewise.
9498         * io/sys/stat.h: Likewise.
9499         * io/sys/statfs.h: Likewise.
9500         * io/sys/statvfs.h: Likewise.
9501         * io/utime.h: Likewise.
9502         * libio/bits/stdio.h: Likewise.
9503         * libio/bits/stdio2.h: Likewise.
9504         * libio/libio.h: Likewise.
9505         * libio/libioP.h: Likewise.
9506         * libio/stdio.h: Likewise.
9507         * locale/lc-ctype.c: Likewise.
9508         * locale/locale.h: Likewise.
9509         * login/utmp.h: Likewise.
9510         * malloc/arena.c: Likewise.
9511         * malloc/malloc.c: Likewise.
9512         * malloc/malloc.h: Likewise.
9513         * malloc/mcheck.c: Likewise.
9514         * malloc/mtrace.c: Likewise.
9515         * math/bits/mathcalls.h: Likewise.
9516         * math/fenv.h: Likewise.
9517         * math/math_private.h: Likewise.
9518         * misc/bits/error.h: Likewise.
9519         * misc/bits/syslog.h: Likewise.
9520         * misc/err.h: Likewise.
9521         * misc/error.h: Likewise.
9522         * misc/fstab.h: Likewise.
9523         * misc/mntent.h: Likewise.
9524         * misc/regexp.h: Likewise.
9525         * misc/search.h: Likewise.
9526         * misc/sgtty.h: Likewise.
9527         * misc/sys/mman.h: Likewise.
9528         * misc/sys/syslog.h: Likewise.
9529         * misc/sys/uio.h: Likewise.
9530         * misc/sys/xattr.h: Likewise.
9531         * misc/ttyent.h: Likewise.
9532         * nis/rpcsvc/ypclnt.h: Likewise.
9533         * nss/nss.h: Likewise.
9534         * posix/bits/unistd.h: Likewise.
9535         * posix/fnmatch.h: Likewise.
9536         * posix/glob.h: Likewise.
9537         * posix/sched.h: Likewise.
9538         * posix/spawn.h: Likewise.
9539         * posix/sys/wait.h: Likewise.
9540         * posix/unistd.h: Likewise.
9541         * posix/wordexp.h: Likewise.
9542         * pwd/pwd.h: Likewise.
9543         * resolv/netdb.h: Likewise.
9544         * resource/sys/resource.h: Likewise.
9545         * rt/aio.h: Likewise.
9546         * rt/bits/mqueue2.h: Likewise.
9547         * rt/mqueue.h: Likewise.
9548         * shadow/shadow.h: Likewise.
9549         * signal/signal.h: Likewise.
9550         * socket/send.c: Likewise.
9551         * socket/sendto.c: Likewise.
9552         * socket/sys/socket.h: Likewise.
9553         * stdio-common/printf.h: Likewise.
9554         * stdlib/bits/stdlib.h: Likewise.
9555         * stdlib/fmtmsg.h: Likewise.
9556         * stdlib/monetary.h: Likewise.
9557         * stdlib/stdlib.h: Likewise.
9558         * stdlib/ucontext.h: Likewise.
9559         * streams/stropts.h: Likewise.
9560         * string/argz.h: Likewise.
9561         * string/bits/string2.h: Likewise.
9562         * string/string.h: Likewise.
9563         * string/strings.h: Likewise.
9564         * sunrpc/rpc/auth.h: Likewise.
9565         * sunrpc/rpc/auth_des.h: Likewise.
9566         * sunrpc/rpc/clnt.h: Likewise.
9567         * sunrpc/rpc/netdb.h: Likewise.
9568         * sunrpc/rpc/pmap_clnt.h: Likewise.
9569         * sunrpc/rpc/xdr.h: Likewise.
9570         * sysdeps/generic/inttypes.h: Likewise.
9571         * sysdeps/generic/net/if.h: Likewise.
9572         * sysdeps/generic/sys/swap.h: Likewise.
9573         * sysdeps/gnu/net/if.h: Likewise.
9574         * sysdeps/gnu/utmpx.h: Likewise.
9575         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
9576         * sysdeps/i386/i486/bits/string.h: Likewise.
9577         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
9578         * sysdeps/s390/bits/string.h: Likewise.
9579         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
9580         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
9581         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
9582         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
9583         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
9584         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
9585         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
9586         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
9587         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
9588         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
9589         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
9590         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
9591         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
9592         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
9593         * sysdeps/unix/sysv/linux/readv.c: Likewise.
9594         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
9595         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
9596         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
9597         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9598         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9599         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
9600         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
9601         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
9602         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
9603         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
9604         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
9605         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
9606         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
9607         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
9608         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
9609         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
9610         * sysvipc/sys/ipc.h: Likewise.
9611         * sysvipc/sys/msg.h: Likewise.
9612         * sysvipc/sys/sem.h: Likewise.
9613         * sysvipc/sys/shm.h: Likewise.
9614         * termios/termios.h: Likewise.
9615         * time/sys/time.h: Likewise.
9616         * time/time.h: Likewise.
9617         * wcsmbs/bits/wchar2.h: Likewise.
9618         * wcsmbs/uchar.h: Likewise.
9619         * wcsmbs/wchar.h: Likewise.
9620         * wctype/wctype.h: Likewise.
9621
9622         [BZ #13551]
9623         * Makeconfig: Remove all but ELF support including AIX support.
9624         * Makerules: Likewise.
9625         * config.h.in: Likewise.
9626         * config.make.in: Likewise.
9627         * configure: Likewise.
9628         * configure.in: Likewise.
9629         * csu/Makefile: Likewise.
9630         * csu/version.c: Likewise.
9631         * debug/Makefile: Likewise.
9632         * dlfcn/Makefile: Likewise.
9633         * elf/Makefile: Likewise.
9634         * extra-lib.mk: Likewise.
9635         * iconv/Makefile: Likewise.
9636         * include/libc-symbols.h: Likewise.
9637         * include/shlib-compat.h: Likewise.
9638         * resolv/Makefile: Likewise.
9639         * resolv/res_libc.c: Likewise.
9640         * rt/Makefile: Likewise.
9641         * sysdeps/i386/asm-syntax.h: Likewise.
9642         * sysdeps/i386/sysdep.h: Likewise.
9643         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
9644         * sysdeps/mach/sysdep.h: Likewise.
9645         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
9646         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
9647         * sysdeps/s390/asm-syntax.h: Likewise.
9648         * sysdeps/s390/s390-32/sysdep.h: Likewise.
9649         * sysdeps/s390/s390-64/sysdep.h: Likewise.
9650         * sysdeps/sh/sysdep.h: Likewise.
9651         * sysdeps/unix/sparc/sysdep.h: Likewise.
9652         * sysdeps/wordsize-32/divdi3.c: Likewise.
9653         * sysdeps/x86_64/sysdep.h: Likewise.
9654
9655         * argp/Versions: Remove _argp_unlock_xxx.
9656
9657         [BZ #13559]
9658         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
9659         * abilist/libBrokenLocale.abilist: Likewise.
9660         * abilist/libanl.abilist: Likewise.
9661         * abilist/libc.abilist: Likewise.
9662         * abilist/libcrypt.abilist: Likewise.
9663         * abilist/libdl.abilist: Likewise.
9664         * abilist/libm.abilist: Likewise.
9665         * abilist/libnsl.abilist: Likewise.
9666         * abilist/libpthread.abilist: Likewise.
9667         * abilist/libresolv.abilist: Likewise.
9668         * abilist/librt.abilist: Likewise.
9669         * abilist/libthread_db.abilist: Likewise.
9670         * abilist/libutil.abilist: Likewise.
9671         * abilist/libnss_db.abilist: New file.
9672
9673         * scripts/abilist.awk: Add support for indirect functions.
9674
9675         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
9676
9677         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
9678
9679         * shlib-versions: Remove entries for ports architectures.
9680
9681         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
9682         files in ports.
9683         * elf/stackguard-macros.h: Remove support for IA-64.
9684         * elf/tst-auditmod1.c: Likewise.
9685         * sysdeps/generic/ldsodefs.h: Likewise.
9686
9687         * sysdeps/unix/sysv/linux/configure.in: Ports should define
9688         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
9689         configure files.
9690
9691         [BZ #13552]
9692         * configure.in: Remove --enable-omitfp support.
9693         * FAQ.in: Adjust.
9694         * config.make.in: Likewise.
9695         * Makeconfig: Likewise.
9696         * manual/install.texi: Likewise.
9697
9698         In case anyone cares, the IA-64 architecture could move to ports.
9699         * sysdeps/ia64/*: Removed.
9700         * sysdeps/unix/sysv/linux/ia64/*: Removed.
9701         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
9702
9703         [BZ #13555]
9704         * configure.in: Remove entries for unsupported architectures.
9705
9706         [BZ #13533]
9707         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
9708         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
9709         routines.
9710         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
9711         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
9712         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
9713         fall back to using wcrtomb.
9714         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
9715         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
9716         renaming.
9717         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
9718         * wcsmbs/tst-c16c32-1.c: New file.
9719
9720         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
9721         local variable.
9722
9723         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
9724
9725         * elf/tst-unique3.cc: Add explicit declaration of gets.
9726         * elf/tst-unique3lib.cc: Likewise.
9727         * elf/tst-unique3lib2.cc: Likewise.
9728         * elf/tst-unique4.cc: Likewise.
9729
9730         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
9731
9732 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
9733
9734         [BZ #13566]
9735         * assert/assert.h (static_assert): Don't define for C++.
9736         * libio/stdio.h (gets): Do declare for C++ <= C++11.
9737         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
9738
9739 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
9740
9741         * iconv/loop.c (single loop): Fix assertion in storing of
9742         remaining bytes.
9743
9744         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
9745
9746 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
9747
9748         * posix/getconf.c: Update copyright year.
9749         * nss/getent.c: Likewise.
9750         * nss/makedb.c: Likewise.
9751         * iconv/iconvconfig.c: Likewise.
9752         * iconv/iconv_prog.c: Likewise.
9753         * elf/ldconfig.c: Likewise.
9754         * elf/pldd.c: Likewise.
9755         * elf/sotruss.ksh: Likewise.
9756         * catgets/gencat.c: Likewise.
9757         * csu/version.c: Likewise.
9758         * elf/ldd.bash.in: Likewise.
9759         * elf/sprof.c (print_version): Likewise.
9760         * locale/programs/locale.c: Likewise.
9761         * locale/programs/localedef.c: Likewise.
9762         * login/programs/pt_chown.c: Likewise.
9763         * nscd/nscd.c (print_version): Likewise.
9764         * debug/xtrace.sh: Likewise.
9765         * malloc/memusage.sh: Likewise.
9766         * malloc/mtrace.pl: Likewise.
9767         * debug/catchsegv.sh: Likewise.
9768
9769 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
9770
9771         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
9772         pure attribute.
9773
9774 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
9775
9776         [BZ #13533]
9777         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
9778         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
9779         transformations.
9780         * iconv/gconv_int.h: Likewise.
9781         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
9782         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
9783         from libc for GLIBC_2.16.
9784         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
9785         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
9786         * wcsmbs/uchar.h: Really define mbstate_t.
9787         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
9788         * wcsmbs/c16rtomb.c: New file.
9789         * wcsmbs/mbrtoc16.c: New file.
9790         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
9791         for C/POSIX locale.
9792         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
9793         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
9794
9795         * wcsmbs/wchar.h: Add missing __restrict.
9796
9797 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
9798
9799         [BZ #13532]
9800         * time/Makefile (routines): Add timespec_get.
9801         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
9802         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
9803         timespec for ISO C11.
9804         * time/timespec_get.c: New file.
9805         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
9806         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
9807
9808         [BZ #13531]
9809         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
9810         * stdlib/stdlib.h: Declare aligned_alloc.
9811         * Versions.def: Add GLIBC_2.16 for libc.
9812         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
9813
9814         [BZ 13527]
9815         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
9816         ISO C11.
9817
9818         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
9819         code.
9820
9821         [BZ #13528]
9822         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
9823
9824         [BZ #13529]
9825         * assert/assert.h (static_assert): Define.
9826
9827         * version.h: Update for 2.16 development version.
9828
9829         [BZ #13526]
9830         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
9831         _ISOC11_SOURCE.
9832
9833         * version.h (RELEASE): Bump for 2.15 release.
9834         * include/features.h (__GLIBC_MINOR__): Bump to 15.
9835
9836         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
9837         Patch by Marek Polacek <mpolacek@redhat.com>.
9838
9839         * bits/byteswap.h: Protect long long constants with __extension__.
9840         * sysdeps/i386/bits/byteswap.h: Likewise.
9841         * sysdeps/ia64/bits/byteswap.h: Likewise.
9842         * sysdeps/s390/bits/byteswap.h: Likewise.
9843         * sysdeps/x86_64/bits/byteswap.h: Likewise.
9844
9845 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
9846
9847         [BZ #13540]
9848         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
9849         destination buffer.
9850         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
9851
9852 2011-12-23  Marek Polacek  <polacek@redhat.com>
9853
9854         * elf/dl-addr.c (determine_info): Add inline keyword.
9855         * elf/tst-auditmod4b.c (check_avx): Likewise.
9856         * elf/tst-auditmod6b.c (check_avx): Likewise.
9857         * elf/tst-auditmod6c.c (check_avx): Likewise.
9858         * elf/tst-auditmod7b.c (check_avx): Likewise.
9859
9860 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
9861
9862         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
9863         !__SSE_MATH__.
9864
9865 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
9866
9867         [BZ #13540]
9868         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
9869         processing for last bytes.
9870
9871 2011-08-06  Bruno Haible  <bruno@clisp.org>
9872
9873         [BZ #13061]
9874         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
9875         U+0385, not to U+1FEE.
9876
9877         [BZ #13062]
9878         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
9879         entry for U+00A5 U+0301.
9880
9881 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
9882
9883         [BZ #13166]
9884         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
9885         buffer for the output is too small.
9886
9887         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
9888         optimization.
9889
9890         [BZ #13185]
9891         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
9892         SSE flags if possible.
9893
9894 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
9895
9896         [BZ #13540]
9897         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
9898         processing for last bytes.
9899
9900 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
9901
9902         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
9903         (syscall-list-default-options, syscall-list-default-condition)
9904         (syscall-list-includes): Define.
9905         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
9906         list of ABIs and options and #if conditions for each ABI.  Do not
9907         handle common syscalls between ABIs specially.
9908         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
9909         Remove.
9910         (syscall-list-variants, syscall-list-32bit-options)
9911         (syscall-list-32bit-condition, syscall-list-64bit-options)
9912         (syscall-list-64bit-condition): Define.
9913         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
9914         (syscall-list-variants, syscall-list-32bit-options)
9915         (syscall-list-32bit-condition, syscall-list-64bit-options)
9916         (syscall-list-64bit-condition): Define.
9917         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
9918         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/x86_64/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
9928 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
9929
9930         * locale/iso-639.def: Add brx entry.
9931
9932         [BZ #13328]
9933         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
9934         Proposed by Mariusz_Cukr <marcukr@op.pl>.
9935
9936         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
9937         __feraiseexcept_renamed.
9938
9939 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
9940
9941         [BZ #13538]
9942         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
9943         EPOLLET with unsigned values.
9944         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
9945         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
9946
9947         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
9948         to large cancellation.
9949         * math/s_cacoshf.c: Likewise.
9950         * math/s_cacoshl.c: Likewise.
9951
9952 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
9953
9954         [BZ #13305]
9955         [BZ #12786]
9956         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
9957         * math/s_cacoshf.c: Likewise.
9958         * math/s_cacoshl.c: Likewise.
9959
9960 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
9961
9962         [BZ #13439]
9963         * iconv/gconv.h: Define __GCONV_SWAP.
9964         * iconvdata/unicode.c: The swap bit must be stored in __flags.
9965         * iconvdata/utf-16.c: Likewise.
9966         * iconvdata/utf-32.c: Likewise.
9967
9968 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
9969
9970         [BZ #13524]
9971         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
9972         numerator after shifting it by one limb.
9973
9974 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
9975
9976         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
9977         under [__USE_EXTERN_INLINES].
9978
9979 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
9980
9981         [BZ #13446]
9982         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
9983
9984 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9985
9986         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
9987         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
9988         optimized code.
9989         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
9990         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
9991         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
9992         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
9993         for strncasecmp/strncasecmp_l compilation.
9994         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
9995         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
9996
9997 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
9998
9999         [BZ #13484]
10000         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
10001         of __asm__.
10002
10003 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
10004
10005         [BZ #13506]
10006         * time/tzfile.c (__tzfile_read): Check values from file header.
10007
10008 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
10009
10010         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
10011         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
10012         * powerpc/powerpc32/dl-start.S: Likewise.
10013         * powerpc/powerpc32/elf/start.S: Likewise.
10014         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
10015         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
10016         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
10017         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
10018         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
10019         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
10020         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
10021         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
10022         * powerpc/powerpc32/fpu/s_round.S: Likewise.
10023         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
10024         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
10025         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
10026         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
10027         * powerpc/powerpc32/memset.S: Likewise.
10028         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
10029         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
10030         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
10031         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
10032         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
10033         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
10034         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
10035         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
10036         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
10037         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
10038         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
10039         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
10040         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
10041
10042 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10043
10044         * math/libm-test.inc: Added more nearbyint tests.
10045         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
10046         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
10047         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
10048         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
10049
10050 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
10051
10052         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
10053         FD_CLOEXEC.
10054
10055 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10056
10057         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
10058         Add wcscpy-ssse3 wcscpy-c.
10059         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
10060         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
10061         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
10062         * sysdeps/x86_64/wcschr.S: New file.
10063         * sysdeps/x86_64/wcsrchr.S: New file.
10064         * string/test-strcmp.c: Remove checking of wcscmp function for
10065         wrong alignments.
10066         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
10067         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
10068         wcsrchr-sse2 wcsrchr-c.
10069         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
10070         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
10071         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
10072         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
10073         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
10074         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
10075         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
10076         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
10077         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
10078         * wcsmbc/wcschr.c (WCSCHR): New macro.
10079
10080 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10081
10082         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
10083         * wcsmbs/test-wcsrchr.c: New file.
10084         * string/test-strrchr.c: Add wcsrchr support.
10085         (WIDE): New macro.
10086         * wcsmbs/test-wcscpy.c: New file.
10087         * string/test-strcpy.c: Add wcscpy support.
10088         (WIDE): New macro.
10089
10090 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
10091
10092         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
10093         the inner loop.
10094
10095 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
10096
10097         [BZ #13472]
10098         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
10099
10100 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
10101
10102         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
10103         Minor optimizations.
10104
10105         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
10106         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
10107         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
10108
10109 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
10110
10111         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
10112         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
10113         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
10114         for gcc to avoid warnings.
10115         * inet/Makefile (tests): Add tst-checks.
10116         * inet/tst-checks.c: New file.
10117
10118         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
10119         warning.
10120
10121         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
10122         __wmemcmp_sse2.
10123
10124         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
10125         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
10126
10127         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
10128
10129 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
10130
10131         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
10132         problem.
10133
10134         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
10135
10136 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
10137
10138         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
10139         conditional on GCC version.
10140         (__arch_compare_and_exchange_val_8_acq)
10141         (__arch_compare_and_exchange_val_16_acq)
10142         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
10143         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
10144         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
10145
10146 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
10147
10148         * sysdeps/sh/backtrace.c: New file.
10149
10150 2011-12-02  Andreas Schwab  <schwab@redhat.com>
10151
10152         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
10153         parenthesis.
10154
10155 2011-12-01  Andreas Schwab  <schwab@redhat.com>
10156
10157         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
10158         falling back to utime.
10159
10160 2011-11-30  Andreas Schwab  <schwab@redhat.com>
10161
10162         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
10163         expectations for float.
10164
10165 2011-11-29  Andreas Schwab  <schwab@redhat.com>
10166
10167         * locale/weight.h (findidx): Add parameter len.
10168         * locale/weightwc.h (findidx): Likewise.
10169         * posix/fnmatch_loop.c (FCT): Adjust caller.
10170         * posix/regcomp.c (build_equiv_class): Likewise.
10171         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
10172         * posix/regexec.c (check_node_accept_bytes): Likewise.
10173         * string/strcoll_l.c (STRCOLL): Likewise.
10174         * string/strxfrm_l.c (STRXFRM): Likewise.
10175
10176 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
10177
10178         * Makefile.in: Remove CVSOPT handling.
10179         * configure.in: Remove use of AC_REVISION.
10180         * iconvdata/Makefile (distribute): No need to filter out CVS.
10181         * scripts/list-sources.sh: Remove CVS, subversion and monotone
10182         handling.
10183
10184 2011-11-16  Andreas Schwab  <schwab@redhat.com>
10185
10186         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
10187         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
10188         [USE_AS_STRNCASECMP_L]: Likewise.
10189         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
10190         NO_TLS_DIRECT_SEG_REFS.
10191         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
10192         Fix argument offsets for non-PIC.
10193         [USE_AS_STRNCASECMP_L]: Likewise.
10194         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
10195         NO_TLS_DIRECT_SEG_REFS.
10196
10197 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
10198
10199         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
10200         O_CLOEXEC.
10201         * locale/loadlocale.c (_nl_load_locale): Likewise.
10202
10203 2011-11-15  Andreas Schwab  <schwab@redhat.com>
10204
10205         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
10206         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
10207         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
10208         (SYSCALL_GETTIME): Set errno on error.
10209
10210         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
10211         count references to noai6ai_cached.
10212
10213 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
10214
10215         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
10216
10217         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
10218         FD_CLOEXEC for /proc/self/maps.
10219
10220         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
10221         FD_CLOEXEC for /proc/meminfo.
10222
10223         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
10224         gai.conf.
10225
10226         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
10227         FD_CLOEXEC for given file.
10228
10229         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
10230
10231         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
10232         FD_CLOEXEC for /etc/hosts.
10233         (_gethtent): Likewise.
10234
10235         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
10236
10237         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
10238         cancellation and set FD_CLOEXEC for /etc/netgroup.
10239
10240         * nss/nss_files/files-key.c (search): Don't allow cancellation when
10241         reading /etc/publickey.
10242
10243         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
10244         allow cancellation when reading /etc/group.
10245
10246         * nss/nss_files/files-alias.c (internal_setent): Don't allow
10247         cancellation.
10248         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
10249
10250         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
10251         when using data file.
10252
10253         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
10254
10255         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
10256         (write_nis_obj): Use "c" and "e" in fopen.
10257
10258         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
10259
10260         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
10261
10262         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
10263
10264         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
10265
10266         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
10267         locale.alias.
10268
10269         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
10270
10271         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
10272
10273         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
10274
10275         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
10276         file parsing and set FD_CLOEXEC.
10277
10278 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
10279
10280         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
10281
10282 2011-11-14  Andreas Schwab  <schwab@redhat.com>
10283
10284         * malloc/arena.c (arena_get2): Don't call reused_arena when
10285         _int_new_arena failed.
10286
10287 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
10288
10289         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
10290         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
10291         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
10292         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
10293         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
10294         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
10295         to compile strcasecmp and strncasecmp.
10296         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
10297         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
10298
10299         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
10300
10301 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
10302
10303         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
10304         locale-defines.sym to gen-as-const-headers.
10305         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
10306         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
10307         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
10308         to compile strcasecmp and strncasecmp.
10309         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
10310         strcasecmp_l and strncasecmp_l.
10311         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
10312         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
10313         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
10314         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
10315         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
10316         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
10317         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
10318         * sysdeps/i386/i686/multiarch/strncase.S: New file.
10319         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
10320         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
10321         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
10322
10323 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
10324
10325         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
10326         result of SYSDEP_GETTIME_CPU to retval.
10327         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
10328         parameter list to macro.  Remove trailing semicolon.  Adjust users.
10329
10330         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
10331         variable.
10332
10333         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
10334         mantissa words.
10335         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
10336
10337         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
10338         from unused variable.
10339
10340         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
10341         DWARF definitions.
10342         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
10343         for assembling.
10344
10345         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
10346         over namespaces.
10347
10348         * sunrpc/rpc_prot.c (rejected): Fix case value.
10349
10350         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
10351         unsigned long long int to avoid warnings in shift.
10352
10353         * posix/regex_internal.c (re_string_reconstruct): Actually use result
10354         of use of trans.
10355         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
10356         variable tmp.
10357
10358         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
10359         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
10360         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
10361
10362         * nis/nis_table.c (nis_list): Use variable of correct type for
10363         result of __follow_path call.
10364
10365 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10366
10367         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
10368         of math functions ceil, trunc, floor, round, and sqrt, when
10369         avaliable on the platform.
10370         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
10371         name clash.
10372         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
10373         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
10374         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
10375
10376 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
10377
10378         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
10379         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
10380
10381 2011-11-11  Roland McGrath  <roland@hack.frob.com>
10382
10383         * include/unistd.h: Fix __readlink return type.
10384         Reported by Chris Metcalf <cmetcalf@tilera.com>.
10385
10386 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
10387
10388         * stdlib/ucontext.h: Undo last change for makecontext.
10389
10390 2011-11-11  Andreas Schwab  <schwab@redhat.com>
10391
10392         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
10393
10394         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
10395         * setjmp/setjmp.h: Mark functions as non-leaf.
10396         * setjmp/bits/setjmp2.h: Likewise.
10397         * stdlib/ucontext.h: Likewise.
10398
10399 2011-11-10  Andreas Schwab  <schwab@redhat.com>
10400
10401         * malloc/arena.c (_int_new_arena): Don't increment narenas.
10402         (reused_arena): Don't check arena limit.
10403         (arena_get2): Atomically check arena limit.
10404
10405 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
10406
10407         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
10408         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
10409
10410         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
10411         instructions.
10412
10413 2011-11-07  Andreas Schwab  <schwab@redhat.com>
10414
10415         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
10416         handler when locking.
10417
10418         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
10419         Fix size of allocated buffer.
10420
10421 2011-11-04  Andreas Schwab  <schwab@redhat.com>
10422
10423         [BZ #10103]
10424         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
10425         declarations for long double functions.
10426         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
10427
10428         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
10429
10430 2011-11-03  Andreas Schwab  <schwab@redhat.com>
10431
10432         * nscd/nscd.c (main): Don't start AVC thread until credentials are
10433         installed.
10434
10435         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
10436         is disabled.
10437
10438 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10439
10440         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
10441
10442 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
10443
10444         * include/alloca.h (stackinfo_alloca_round): Define.
10445         (extend_alloca): Use it.
10446         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
10447         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
10448         here.
10449
10450         * scripts/check-local-headers.sh: Ignore libaudit.h.
10451
10452         * nscd/Makefile (extra-objs): Make recursively expanded.
10453
10454 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
10455
10456         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
10457         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
10458
10459         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
10460         * posix/tst-rfc3484-2.c: Likewise.
10461         * posix/tst-rfc3484-3.c: Likewise.
10462
10463         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
10464         process_vm_writev.
10465         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
10466         process_vm_writev.
10467         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
10468         process_vm_writev from libc using GLIBC_2.15 version.
10469
10470         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
10471
10472 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
10473
10474         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
10475         stack usage.
10476
10477 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
10478
10479         [BZ #13367]
10480         * nss/getent.c (initgroups_keys): Show error message in case no group
10481         names are given.
10482
10483         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
10484         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
10485         __bump_nl_timestamp.
10486         * nscd/connections (nscd_init): When host database is served open
10487         netlink socket and request notification about configuration changes.
10488         (main_loop_poll): Track netlink file descriptor and bump timestamp
10489         in case data becomes available.
10490         (main_loop_epoll): Likewise.
10491         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
10492         (database_pers_head): Add extra_data fileds.
10493         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
10494         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
10495         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
10496         Adjust caller.
10497         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
10498         in6ai data, call __free_in6ai.
10499         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
10500         Add -DHAVE_NETLINK.
10501         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
10502         interface information.  Reuse previous data if netlink timestamp
10503         is not changed.
10504         (__bump_nl_timestamp): New function.
10505         (__free_in6ai): New function.
10506
10507 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
10508
10509         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
10510         close_not_cancel_no_status here.
10511         (__check_pf): Reorganize code a bit to not call close twice if OOM.
10512
10513 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
10514
10515         [BZ #13276]
10516         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
10517         return value.
10518
10519         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
10520         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
10521         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
10522
10523 2011-07-03  Andreas Jaeger  <aj@suse.de>
10524
10525         [BZ #10709]
10526         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
10527         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
10528         * math/libm-test.inc (sin_test): Add test case.
10529
10530 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
10531
10532         [BZ #13337]
10533         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
10534         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
10535
10536         * elf/chroot_canon.c (chroot_canon): Cleanups.
10537
10538         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
10539
10540         [BZ #13335]
10541         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
10542         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
10543
10544         * string/test-strchr.c: Make usable for strchrnul testing.
10545         * string/test-strchrnul.c: New file.
10546         * string/Makefile (strop-tests): Add strchrnul.
10547
10548         * po/it.po: Update from translation team.
10549         * po/es.po: Likewise.
10550
10551 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
10552
10553         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
10554         the three constants needed as parameters.  Drop the others.
10555         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
10556         __m128i_strloadu_tolower.
10557         Create and initialize variable zero and use it in all the places
10558         where _mm_setzero_si128 was used.
10559
10560         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
10561         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
10562         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
10563         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
10564         anymore.
10565         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
10566         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
10567         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
10568         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
10569         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
10570         __mpranred, __mptan.
10571         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
10572         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
10573         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
10574         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
10575         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
10576         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
10577         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
10578         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
10579         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
10580
10581 2011-10-28  Andreas Schwab  <schwab@redhat.com>
10582
10583         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
10584         redefine if SHARED.
10585         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
10586
10587         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
10588         wide char related routines to wcsmbs subdir.
10589
10590 2011-10-27  Andreas Schwab  <schwab@redhat.com>
10591
10592         [BZ #13344]
10593         * misc/sys/cdefs.h (__THROWNL): Define.
10594         * posix/unistd.h: Use __THREADNL instead of __THREAD
10595         for memory synchronization functions.
10596
10597 2011-10-26  Roland McGrath  <roland@hack.frob.com>
10598
10599         [BZ #13349]
10600         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
10601         doesn't exist.
10602         * manual/stdio.texi (Obstack Streams): Node removed.
10603
10604 2011-10-26  Andreas Schwab  <schwab@redhat.com>
10605
10606         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
10607         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
10608         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
10609
10610         * math/math_private.h (math_force_eval): Allow non-addressable
10611         arguments.
10612         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
10613
10614 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
10615
10616         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
10617         file is not needed.
10618
10619         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
10620         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
10621         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
10622         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
10623         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
10624         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
10625         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
10626         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
10627         Add AVX variants.
10628         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
10629         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
10630         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
10631         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
10632         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
10633         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
10634         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
10635         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
10636         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
10637         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
10638         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
10639         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
10640         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
10641         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
10642         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
10643         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
10644         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
10645         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
10646         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
10647
10648         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
10649         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
10650
10651         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
10652         place.  Use VEX encoding when compiling for AVX.
10653
10654 2011-10-25  Andreas Schwab  <schwab@redhat.com>
10655
10656         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
10657         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
10658
10659         * string/test-strchr.c (do_test): Don't generate NUL bytes.
10660
10661 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
10662
10663         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
10664         useless if() expression.
10665         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
10666         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
10667         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
10668         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
10669         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
10670         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
10671         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
10672         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
10673         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
10674         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
10675         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
10676         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
10677         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
10678         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
10679         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
10680         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
10681         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
10682         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
10683         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
10684
10685         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
10686
10687 2011-10-25  Andreas Schwab  <schwab@redhat.com>
10688
10689         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
10690         condition.
10691         * elf/dl-fini.c (_dl_sort_fini): Likewise.
10692
10693 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
10694
10695         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
10696         .text section.  Avoid duplicate constants.
10697         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
10698         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10699         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
10700         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
10701         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
10702         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10703         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10704         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
10705         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
10706         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
10707         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
10708         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
10709         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
10710         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
10711         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
10712         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
10713         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
10714         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
10715         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
10716         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
10717         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
10718         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
10719         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
10720         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
10721         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
10722         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
10723         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
10724         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
10725         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
10726         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
10727         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
10728         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
10729         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
10730         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
10731         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
10732         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
10733         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
10734         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
10735         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
10736         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
10737         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
10738         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
10739         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
10740         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
10741         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
10742
10743 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
10744
10745         * sysdeps/x86_64/dla.h: Move to ...
10746         * sysdeps/x86_64/fpu/dla.h: ...here.
10747         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
10748         situations.  Use __builtin_fma only for gcc 4.6 and up.
10749
10750         * config.make.in: Add have-mfma4 entry.
10751         * configure.in: Substitute libc_cv_cc_fma4.
10752         * math/Makefile (dbl-only-routines): Add sincostab.
10753         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
10754         Use __sincostab not sincos.
10755         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
10756         name is a macro.
10757         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
10758         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10759         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10760         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
10761         using __copysign.
10762         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
10763         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
10764         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
10765         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
10766         and __inv.
10767         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
10768         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
10769         __copysign.
10770         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
10771         define aliases when function name is a macro.
10772         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
10773         sysdeps/ieee754/dbl-64/sincos.tbl.
10774         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
10775         fma4-enabled routines.
10776         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
10777         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
10778         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
10779         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
10780         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
10781         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
10782         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
10783         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
10784         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
10785         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
10786         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
10787         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
10788         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
10789         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
10790         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
10791         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
10792         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
10793         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
10794         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
10795         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
10796         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
10797         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
10798         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
10799         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
10800         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
10801         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
10802         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
10803         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
10804         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
10805         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
10806
10807         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
10808         rename.
10809         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10810         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10811         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
10812         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10813         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10814         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
10815         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
10816         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
10817
10818 2011-10-24  Andreas Schwab  <schwab@redhat.com>
10819
10820         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
10821
10822 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
10823
10824         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
10825
10826         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
10827         prediction.
10828         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
10829
10830         * string/strnlen.c: Don't define STRNLEN, reverse logic.
10831         Remove unused variable magic_bits.
10832         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
10833
10834         * string/strnlen.c: Define and use STRNLEN macro.
10835         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
10836         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
10837         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
10838         * wcsmbs/wcslen.c: Define and use WCSLEN.
10839         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
10840         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
10841         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
10842         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
10843         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
10844         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
10845         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
10846
10847 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10848
10849         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
10850         strnlen-sse2-no-bsf.
10851         Rename strlen-no-bsf to strlen-sse2-no-bsf.
10852         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
10853         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
10854         Add strnlen support.
10855         (USE_AS_STRNLEN): New macro.
10856         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
10857         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
10858         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
10859         * sysdeps/x86_64/wcslen.S: New file.
10860
10861 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
10862
10863         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
10864         XMM-moves are used for copying on small sizes.
10865
10866 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10867
10868         * wcsmbs/Makefile (strop-tests): Add wcschr.
10869         * wcsmbs/test-wcschr.c: New file.
10870         * string/test-strchr.c: Update.
10871         Add wcschr support.
10872         (WIDE): New macro.
10873
10874 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10875
10876         * wcsmbs/Makefile (strop-tests): Add wcslen.
10877         * wcsmbs/test-wcslen.c: New file.
10878         * string/test-strlen.c: Update.
10879         Add wcslen support.
10880         (WIDE): New macro.
10881
10882 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
10883
10884         * po/it.po: Update from translation team.
10885
10886 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10887
10888         * sysdeps/x86_64/wcscmp.S: Update.
10889         Fix wrong comparison semantics.
10890         wcscmp shall use signed comparison not unsigned.
10891         Don't use substraction to avoid overflow bug.
10892         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
10893         * wcsmbc/wcscmp.c: Likewise.
10894         * string/test-strcmp.c: Likewise.
10895         Add new tests to check cases with negative values.
10896
10897 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
10898
10899         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
10900         * sysdeps/x86_64/dla.h: ...here.  New file.
10901         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
10902         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10903         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
10904         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10905         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10906         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
10907         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
10908         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
10909         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
10910
10911 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
10912
10913         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
10914         __ynl_finite aliases.
10915
10916 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
10917
10918         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10919
10920         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
10921         define DLA_FMA.
10922         [DLA_FMA] (EMULV): Use DLA_FMA.
10923         [DLA_FMA] (MUL12): Use EMULV.
10924         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
10925         that are not needed.
10926         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10927         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
10928         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10929         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10930         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
10931         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
10932         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
10933
10934 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
10935
10936         * math/s_nan.c: Undef __nan.
10937         * math/s_nanf.c: Undef __nanf.
10938         * math/s_nanl.c: Undef __nanl.
10939         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
10940         "math_private.h".
10941
10942 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
10943
10944         * math/s_catan.c: Add branch predictions.
10945         * math/s_catanf.c: Likewise.
10946         * math/s_catanh.c: Likewise.
10947         * math/s_catanhf.c: Likewise.
10948         * math/s_catanhl.c: Likewise.
10949         * math/s_catanl.c: Likewise.
10950         * math/s_cexp.c: Likewise.
10951         * math/s_cexpf.c: Likewise.
10952         * math/s_cexpl.c: Likewise.
10953         * math/s_clog.c: Likewise.
10954         * math/s_clog10.c: Likewise.
10955         * math/s_clog10f.c: Likewise.
10956         * math/s_clog10l.c: Likewise.
10957         * math/s_clogf.c: Likewise.
10958         * math/s_clogl.c: Likewise.
10959         * math/s_csqrt.c: Likewise.
10960         * math/s_csqrtf.c: Likewise.
10961         * math/s_csqrtl.c: Likewise.
10962         * math/s_ctanf.c: Likewise.
10963         * math/s_ctanh.c: Likewise.
10964         * math/s_ctanhf.c: Likewise.
10965         * math/s_ctanhl.c: Likewise.
10966         * math/s_ctanl.c: Likewise.
10967
10968         * math/math_private.h: Define __nan, __nanf, __nanl.
10969         * math/s_cacosh.c: Include <math_private.h>.
10970         * math/s_cacoshl.c: Likewise.
10971         * math/s_casinh.c: Likewise.
10972         * math/s_casinhf.c: Likewise.
10973         * math/s_casinhl.c: Likewise.
10974         * math/s_ccos.c: Rely entire on ccosh.
10975         * math/s_ccosf.c: Rely entire on ccoshf.
10976         * math/s_ccosl.c: Rely entirely on ccoshl.
10977         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
10978         Remove tests for FE_INVALID.
10979         * math/s_ccoshf.c: Likewise.
10980         * math/s_ccoshl.c: Likewise.
10981         * math/s_csin.c: Likewise.
10982         * math/s_csinf.c: Likewise.
10983         * math/s_csinh.c Likewise.
10984         * math/s_csinhf.c: Likewise.
10985         * math/s_csinhl.c: Likewise.
10986         * math/s_csinl.c: Likewise.
10987         * math/s_ctan.c: Likewise.
10988         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
10989         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
10990         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
10991
10992 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
10993
10994         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
10995         compilation problems.
10996
10997         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
10998         __builtin_expect.
10999
11000 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
11001
11002         * sysdeps/i386/configure.in: Test for -mfma4 option.
11003         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
11004         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
11005         COMMON_CPUID_INDEX_80000001.
11006         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
11007         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
11008         use it if FMA3 is not supported.
11009         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
11010
11011         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
11012         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
11013
11014 2011-10-20  Andreas Schwab  <schwab@redhat.com>
11015
11016         [BZ #12892]
11017         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
11018         it would create a cycle with a link time dependency.
11019
11020 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
11021
11022         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
11023         instruction.
11024         * string/Makefile (strop-tests): Add rawmemchr.
11025         * string/test-rawmemchr.c: New file.
11026
11027         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
11028         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
11029         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
11030         when compiling str{,n}casecmp and when AVX is available.  Hook up
11031         new optimized code in initializers.
11032
11033 2011-10-19  Andreas Schwab  <schwab@redhat.com>
11034
11035         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
11036         __feraiseexcept instead of feraiseexcept.
11037
11038 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
11039
11040         * math/math_private.h: Define defaults for libc_fetestexcept and
11041         libc_feupdateenv.
11042         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
11043         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
11044         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
11045         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
11046         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
11047         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
11048         libc_fetestexcept and libc_feupdateenv.
11049
11050         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
11051         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
11052         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
11053         * sysdeps/x86_64/fpu/math_private.h: Define special version of
11054         libc_feholdexcept_setround.
11055
11056         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
11057         Add s_nearbyint-c and s_nearbyintf-c.
11058         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
11059         nearbyintf inlines.
11060         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
11061         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
11062         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
11063         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
11064
11065         * math/math_private.h: Define defaults for libc_fegetround,
11066         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
11067         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
11068         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
11069         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
11070         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
11071         standard functions.
11072         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
11073         Remove comments and hacks for old compiler versions.
11074         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
11075         libc_fegetround, libc_fesetround, libc_feholdexcept, and
11076         libc_feholdexceptl.
11077
11078 2011-10-18  Andreas Schwab  <schwab@redhat.com>
11079
11080         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
11081         (__feraiseexcept_renamed): Add __NTH.
11082         (feraiseexcept): Add __NTH.  Rename local variables to fix
11083         namespace violations.
11084
11085 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
11086
11087         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
11088
11089         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
11090
11091         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
11092         recently added interfaces.
11093         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
11094
11095         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
11096         about macro parameter expansion.
11097
11098         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
11099         __NO_MATH_INLINES is defined.  Cleanups.
11100
11101         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
11102         and __floorf is target has SSE4.1.
11103         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
11104         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
11105         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
11106         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
11107
11108         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
11109         name.
11110         (floorf): Likewise.
11111
11112         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
11113
11114 2011-10-17  Andreas Schwab  <schwab@redhat.com>
11115
11116         * misc/sys/cdefs.h: Fix last change.
11117
11118         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
11119         database lookup.
11120
11121 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
11122
11123         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
11124
11125         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
11126         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
11127         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
11128         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
11129         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
11130         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
11131         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
11132         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
11133         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
11134         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
11135         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
11136         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
11137         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
11138         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
11139         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
11140         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
11141         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
11142         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
11143         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
11144         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
11145         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
11146         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
11147
11148         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
11149         ceil, ceilf, floor, floorf.
11150
11151         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
11152         Perform IRELATIVE relocations last.
11153
11154         * elf/do-rel.h: Add another parameter nrelative, replacing the
11155         local variable with the same name.  Change name of the function
11156         to end in Rel or Rela (uppercase).
11157         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
11158         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
11159         elf_dynamic_do_##reloc function.
11160
11161 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
11162
11163         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
11164         is sufficient, at least on modern CPUs.
11165
11166         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
11167
11168         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
11169         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
11170
11171         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
11172         __expl_finite.
11173         * math/bits/math-finite.h: Add entries for exp.
11174         * math/e_expl.c: Add __*_finite alias.
11175         * sysdeps/i386/fpu/e_exp.S: Likewise.
11176         * sysdeps/i386/fpu/e_expf.S: Likewise.
11177         * sysdeps/i386/fpu/e_expl.c: Likewise.
11178         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
11179         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
11180         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
11181         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
11182         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
11183         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
11184         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
11185
11186         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
11187         is sufficient, at least on modern CPUs.
11188
11189         * ctype/ctype-info.c (__ctype_init): Define.
11190         * include/ctype.h (__ctype_init): Declare.
11191         (__ctype_b_loc): The variable is always initialized.
11192         (__ctype_toupper_loc): Likewise.
11193         (__ctype_tolower_loc): Likewise.
11194         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
11195         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
11196
11197 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
11198
11199         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
11200
11201         * configure.in: Also look in $cxxmachine/include for C++ system
11202         headers.
11203
11204 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11205
11206         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
11207         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
11208         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
11209         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
11210         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
11211         (USE_AS_WMEMCMP): New macro.
11212         Fixing indents.
11213         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
11214         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
11215         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
11216         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
11217         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
11218         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
11219         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
11220         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
11221         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
11222         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
11223         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
11224         (USE_AS_WMEMCMP): New macro.
11225         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
11226         * sysdeps/string/test-memcmp.c: Update.
11227         Fix simple_wmemcmp.
11228         Add new tests.
11229         * wcsmbs/wmemcmp.c: Update.
11230         (WMEMCMP): New macro.
11231         Fix overflow bug.
11232
11233 2011-10-12  Andreas Jaeger  <aj@suse.de>
11234
11235         [BZ #13268]
11236         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
11237
11238 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
11239
11240         * libio/iofwide.c (do_length): Avoid warning.
11241
11242         * ctype/ctype.h (__isctype_f): Add missing __THROW.
11243
11244 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
11245
11246         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
11247
11248         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
11249         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
11250         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
11251         * sysdeps/i386/i686/fpu/e_log.S: New file.
11252         * sysdeps/i386/i686/fpu/e_logf.S: New file.
11253         * sysdeps/i386/i686/fpu/e_logl.S: New file.
11254
11255         * ctype/ctype.h: Add support for inlined isXXX functions when
11256         compiling C++ code.
11257
11258 2011-10-14  Andreas Schwab  <schwab@redhat.com>
11259
11260         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
11261
11262         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
11263
11264 2011-10-13  Roland McGrath  <roland@hack.frob.com>
11265
11266         [BZ #13291]
11267         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
11268
11269 2011-10-13  Andreas Schwab  <schwab@redhat.com>
11270
11271         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
11272         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
11273         feraiseexcept.
11274
11275         * sysdeps/x86_64/memrchr.S: Check for zero size.
11276
11277         * string/stratcliff.c: Add memrchr tests.
11278
11279 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11280
11281         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
11282         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
11283         rawmemchr-sse2 rawmemchr-sse2-bsf.
11284         * sysdeps/i386/i686/multiarch/memchr.S: New file.
11285         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
11286         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
11287         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
11288         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
11289         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
11290         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
11291         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
11292         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
11293         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
11294         * string/memrchr.c (MEMRCHR): New macro.
11295
11296 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
11297
11298         Add integration with gcc's -ffinite-math-only and optimize wrapper
11299         functions in libm.
11300         * Versions.def: Define GLIBC_2.15 version for libm.
11301         * math/Makefile (headers): Add bits/math-finite.h.
11302         * math/bits/math-finite.h: New file.
11303         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
11304         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
11305         * math/e_acoshl.c: Add __*_finite alias.
11306         * math/e_acosl.c: Likewise.
11307         * math/e_asinl.c: Likewise.
11308         * math/e_atan2l.c: Likewise.
11309         * math/e_atanhl.c: Likewise.
11310         * math/e_coshl.c: Likewise.
11311         * math/e_exp10.c: Likewise.
11312         * math/e_exp10f.c: Likewise.
11313         * math/e_exp10l.c: Likewise.
11314         * math/e_exp2l.c: Likewise.
11315         * math/e_fmodl.c: Likewise.
11316         * math/e_gammal_r.c: Likewise.
11317         * math/e_hypotl.c: Likewise.
11318         * math/e_j0l.c: Likewise.
11319         * math/e_j1l.c: Likewise.
11320         * math/e_jnl.c: Likewise.
11321         * math/e_lgammal_r.c: Likewise.
11322         * math/e_log10l.c: Likewise.
11323         * math/e_log2l.c: Likewise.
11324         * math/e_logl.c: Likewise.
11325         * math/e_powl.c: Likewise.
11326         * math/e_sinhl.c: Likewise.
11327         * math/e_sqrtl.c: Likewise.
11328         * math/e_scalb.c: Completely rewritten and optimized.
11329         * math/e_scalbf.c: Likewise.
11330         * math/e_scalbl.c: Likewise.
11331         * math/w_acos.c: Likewise.
11332         * math/w_acosf.c: Likewise.
11333         * math/w_acosl.c: Likewise.
11334         * math/w_acosh.c: Likewise.
11335         * math/w_acoshf.c: Likewise.
11336         * math/w_acoshl.c: Likewise.
11337         * math/w_asin.c: Likewise.
11338         * math/w_asinf.c: Likewise.
11339         * math/w_asinl.c: Likewise.
11340         * math/w_atan2.c: Likewise.
11341         * math/w_atan2f.c: Likewise.
11342         * math/w_atan2l.c: Likewise.
11343         * math/w_atanh.c: Likewise.
11344         * math/w_atanhf.c: Likewise.
11345         * math/w_atanhl.c: Likewise.
11346         * math/w_exp10.c: Likewise.
11347         * math/w_exp10f.c: Likewise.
11348         * math/w_exp10l.c: Likewise.
11349         * math/w_fmod.c: Likewise.
11350         * math/w_fmodf.c: Likewise.
11351         * math/w_fmodl.c: Likewise.
11352         * math/w_j0.c: Likewise.
11353         * math/w_j0f.c: Likewise.
11354         * math/w_j0l.c: Likewise.
11355         * math/w_j1.c: Likewise.
11356         * math/w_j1f.c: Likewise.
11357         * math/w_j1l.c: Likewise.
11358         * math/w_jn.c: Likewise.
11359         * math/w_jnf.c: Likewise.
11360         * math/w_log.c: Likewise.
11361         * math/w_logf.c: Likewise.
11362         * math/w_logl.c: Likewise.
11363         * math/w_log10.c: Likewise.
11364         * math/w_log10f.c: Likewise.
11365         * math/w_log10l.c: Likewise.
11366         * math/w_log2.c: Likewise.
11367         * math/w_log2f.c: Likewise.
11368         * math/w_log2l.c: Likewise.
11369         * math/w_pow.c: Likewise.
11370         * math/w_powf.c: Likewise.
11371         * math/w_powl.c: Likewise.
11372         * math/w_remainder.c: Likewise.
11373         * math/w_remainderf.c: Likewise.
11374         * math/w_remainderl.c: Likewise.
11375         * math/w_scalb.c: Likewise.
11376         * math/w_scalbf.c: Likewise.
11377         * math/w_scalbl.c: Likewise.
11378         * math/w_sqrt.c: Likewise.
11379         * math/w_sqrtf.c: Likewise.
11380         * math/w_sqrtl.c: Likewise.
11381         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
11382         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
11383         used.
11384         * math/math_private.h: Declare __kernel_standard_f.
11385         * math/w_cosh.c: Remove cruft and optimize a bit.
11386         * math/w_coshf.c: Likewise.
11387         * math/w_coshl.c: Likewise.
11388         * math/w_exp2.c: Likewise.
11389         * math/w_exp2f.c: Likewise.
11390         * math/w_exp2l.c: Likewise.
11391         * math/w_hypot.c: Likewise.
11392         * math/w_hypotf.c: Likewise.
11393         * math/w_hypotl.c: Likewise.
11394         * math/w_lgamma.c: Likewise.
11395         * math/w_lgamma_r.c: Likewise.
11396         * math/w_lgammaf.c: Likewise.
11397         * math/w_lgammaf_r.c: Likewise.
11398         * math/w_lgammal.c: Likewise.
11399         * math/w_lgammal_r.c: Likewise.
11400         * math/w_sinh.c: Likewise.
11401         * math/w_sinhf.c: Likewise.
11402         * math/w_sinhl.c: Likewise.
11403         * math/w_tgamma.c: Likewise.
11404         * math/w_tgammaf.c: Likewise.
11405         * math/w_tgammal.c: Likewise.
11406         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
11407         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
11408         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
11409         Minor optimizations.  Pretty printing.  Remove cruft.
11410         * sysdeps/i386/fpu/e_acosf.S: Likewise.
11411         * sysdeps/i386/fpu/e_acosh.S: Likewise.
11412         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
11413         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
11414         * sysdeps/i386/fpu/e_acosl.c: Likewise.
11415         * sysdeps/i386/fpu/e_asin.S: Likewise.
11416         * sysdeps/i386/fpu/e_asinf.S: Likewise.
11417         * sysdeps/i386/fpu/e_atan2.S: Likewise.
11418         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
11419         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
11420         * sysdeps/i386/fpu/e_atanh.S: Likewise.
11421         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
11422         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
11423         * sysdeps/i386/fpu/e_exp10.S: Likewise.
11424         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
11425         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
11426         * sysdeps/i386/fpu/e_exp2.S: Likewise.
11427         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
11428         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
11429         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11430         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
11431         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11432         * sysdeps/i386/fpu/e_hypot.S: Likewise.
11433         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
11434         * sysdeps/i386/fpu/e_log.S: Likewise.
11435         * sysdeps/i386/fpu/e_log10.S: Likewise.
11436         * sysdeps/i386/fpu/e_log10f.S: Likewise.
11437         * sysdeps/i386/fpu/e_log10l.S: Likewise.
11438         * sysdeps/i386/fpu/e_log2.S: Likewise.
11439         * sysdeps/i386/fpu/e_log2f.S: Likewise.
11440         * sysdeps/i386/fpu/e_log2l.S: Likewise.
11441         * sysdeps/i386/fpu/e_logf.S: Likewise.
11442         * sysdeps/i386/fpu/e_logl.S: Likewise.
11443         * sysdeps/i386/fpu/e_pow.S: Likewise.
11444         * sysdeps/i386/fpu/e_powf.S: Likewise.
11445         * sysdeps/i386/fpu/e_powl.S: Likewise.
11446         * sysdeps/i386/fpu/e_remainder.S: Likewise.
11447         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
11448         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
11449         * sysdeps/i386/fpu/e_scalb.S: Likewise.
11450         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
11451         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
11452         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
11453         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
11454         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
11455         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
11456         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
11457         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
11458         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
11459         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
11460         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
11461         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
11462         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
11463         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
11464         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
11465         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
11466         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
11467         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
11468         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
11469         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
11470         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
11471         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
11472         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
11473         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
11474         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
11475         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
11476         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
11477         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
11478         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
11479         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
11480         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
11481         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
11482         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
11483         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
11484         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
11485         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
11486         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
11487         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
11488         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
11489         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
11490         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
11491         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
11492         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
11493         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
11494         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
11495         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
11496         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
11497         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
11498         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
11499         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
11500         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
11501         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
11502         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
11503         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
11504         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
11505         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
11506         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
11507         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11508         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
11509         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
11510         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
11511         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
11512         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
11513         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
11514         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
11515         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
11516         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
11517         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
11518         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
11519         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
11520         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
11521         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
11522         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
11523         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
11524         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
11525         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
11526         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
11527         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
11528         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
11529         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
11530         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
11531         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
11532         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
11533         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
11534         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
11535         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
11536         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
11537         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
11538         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
11539         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
11540         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
11541         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
11542         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
11543         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
11544         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
11545         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
11546         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
11547         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
11548         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
11549         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
11550         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
11551         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
11552         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
11553         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
11554         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
11555         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
11556         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
11557         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
11558         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
11559         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
11560         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
11561         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
11562         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
11563         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
11564         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
11565         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
11566         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
11567         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
11568         (__isnanf): Likewise.
11569         (__isinf_ns): Likewise.
11570         (__isinf_nsf): Likewise.
11571         (__finite): Likewise.
11572         (__finitef): Likewise.
11573         (__ieee754_sqrt): Define as macro.
11574         (__ieee754_sqrtf): Define as macro.
11575         (__ieee754_sqrtl): Define as macro.
11576         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
11577         inlined copy.
11578         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
11579         __FINITE_MATH_ONLY__ consistent.
11580         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
11581
11582 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
11583
11584         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
11585         of rawmemchr.
11586
11587         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
11588
11589 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
11590
11591         * po/ja.po: Update from translation team.
11592
11593 2011-10-08  Roland McGrath  <roland@hack.frob.com>
11594
11595         * locale/programs/locarchive.c (prepare_address_space): New function.
11596         (create_archive, enlarge_archive, open_archive): Use it.
11597
11598         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
11599         inside [SHARED], where it is used.
11600
11601         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
11602
11603         * nss/getent.c (netgroup_keys): Remove unused variable.
11604         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
11605
11606 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
11607
11608         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
11609         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
11610         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
11611         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
11612         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
11613         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
11614         * math/Makefile (libm-calls): Add s_isinf_ns.
11615         * math/divtc3.c: Use __isinf_nsl instead of isinf.
11616         * math/multc3.c: Likewise.
11617         * math/s_casin.c: Likewise.
11618         * math/s_casinf.c: Likewise.
11619         * math/s_casinl.c: Likewise.
11620         * math/s_ccos.c: Likewise.
11621         * math/s_ccosf.c: Likewise.
11622         * math/s_ccosl.c: Likewise.
11623         * math/s_ctan.c: Likewise.
11624         * math/s_ctanf.c: Likewise.
11625         * math/s_ctanh.c: Likewise.
11626         * math/s_ctanhf.c: Likewise.
11627         * math/s_ctanhl.c: Likewise.
11628         * math/s_ctanl.c: Likewise.
11629         * math/w_fmod.c: Likewise.
11630         * math/w_fmodf.c: Likewise.
11631         * math/w_fmodl.c: Likewise.
11632         * math/w_remainder.c: Likewise.
11633         * math/w_remainderf.c: Likewise.
11634         * math/w_remainderl.c: Likewise.
11635         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
11636         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
11637         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
11638         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
11639         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
11640         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
11641         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
11642         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
11643
11644         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
11645         of the number.
11646         * stdio-common/printf_fphex.c: Likewise.
11647         * stdio-common/printf_size.c: Likewise.
11648
11649         * math/e_exp10.c: Include math_private.h using <...> not "...".
11650         * math/e_exp10f.c: Likewise.
11651         * math/e_exp10l.c: Likewise.
11652         * math/e_exp2l.c: Likewise.
11653         * math/e_j0l.c: Likewise.
11654         * math/e_j1l.c: Likewise.
11655         * math/e_jnl.c: Likewise.
11656         * math/e_lgammal_r.c: Likewise.
11657         * math/e_rem_pio2l.c: Likewise.
11658         * math/e_scalb.c: Likewise.
11659         * math/e_scalbf.c: Likewise.
11660         * math/e_scalbl.c: Likewise.
11661         * math/k_cosl.c: Likewise.
11662         * math/k_sinl.c: Likewise.
11663         * math/k_tanl.c: Likewise.
11664         * math/s_cacoshf.c: Likewise.
11665         * math/s_catan.c: Likewise.
11666         * math/s_catanf.c: Likewise.
11667         * math/s_catanh.c: Likewise.
11668         * math/s_catanhf.c: Likewise.
11669         * math/s_catanhl.c: Likewise.
11670         * math/s_catanl.c: Likewise.
11671         * math/s_ccosh.c: Likewise.
11672         * math/s_ccoshf.c: Likewise.
11673         * math/s_ccoshl.c: Likewise.
11674         * math/s_cexp.c: Likewise.
11675         * math/s_cexpf.c: Likewise.
11676         * math/s_cexpl.c: Likewise.
11677         * math/s_clog.c: Likewise.
11678         * math/s_clog10.c: Likewise.
11679         * math/s_clog10f.c: Likewise.
11680         * math/s_clog10l.c: Likewise.
11681         * math/s_clogf.c: Likewise.
11682         * math/s_clogl.c: Likewise.
11683         * math/s_csin.c: Likewise.
11684         * math/s_csinf.c: Likewise.
11685         * math/s_csinh.c: Likewise.
11686         * math/s_csinhf.c: Likewise.
11687         * math/s_csinhl.c: Likewise.
11688         * math/s_csinl.c: Likewise.
11689         * math/s_csqrt.c: Likewise.
11690         * math/s_csqrtf.c: Likewise.
11691         * math/s_csqrtl.c: Likewise.
11692         * math/s_ctan.c: Likewise.
11693         * math/s_ctanf.c: Likewise.
11694         * math/s_ctanh.c: Likewise.
11695         * math/s_ctanhf.c: Likewise.
11696         * math/s_ctanhl.c: Likewise.
11697         * math/s_ctanl.c: Likewise.
11698         * math/s_ldexp.c: Likewise.
11699         * math/s_ldexpf.c: Likewise.
11700         * math/s_ldexpl.c: Likewise.
11701         * math/s_significand.c: Likewise.
11702         * math/s_significandf.c: Likewise.
11703         * math/s_significandl.c: Likewise.
11704         * math/w_acos.c: Likewise.
11705         * math/w_acosf.c: Likewise.
11706         * math/w_acosh.c: Likewise.
11707         * math/w_acoshf.c: Likewise.
11708         * math/w_acoshl.c: Likewise.
11709         * math/w_acosl.c: Likewise.
11710         * math/w_asin.c: Likewise.
11711         * math/w_asinf.c: Likewise.
11712         * math/w_asinl.c: Likewise.
11713         * math/w_atan2.c: Likewise.
11714         * math/w_atan2f.c: Likewise.
11715         * math/w_atan2l.c: Likewise.
11716         * math/w_atanh.c: Likewise.
11717         * math/w_atanhf.c: Likewise.
11718         * math/w_atanhl.c: Likewise.
11719         * math/w_cosh.c: Likewise.
11720         * math/w_coshf.c: Likewise.
11721         * math/w_coshl.c: Likewise.
11722         * math/w_dremf.c: Likewise.
11723         * math/w_exp10.c: Likewise.
11724         * math/w_exp10f.c: Likewise.
11725         * math/w_exp10l.c: Likewise.
11726         * math/w_exp2.c: Likewise.
11727         * math/w_exp2f.c: Likewise.
11728         * math/w_fmod.c: Likewise.
11729         * math/w_fmodf.c: Likewise.
11730         * math/w_fmodl.c: Likewise.
11731         * math/w_hypot.c: Likewise.
11732         * math/w_hypotf.c: Likewise.
11733         * math/w_hypotl.c: Likewise.
11734         * math/w_j0.c: Likewise.
11735         * math/w_j0f.c: Likewise.
11736         * math/w_j0l.c: Likewise.
11737         * math/w_j1.c: Likewise.
11738         * math/w_j1f.c: Likewise.
11739         * math/w_j1l.c: Likewise.
11740         * math/w_jn.c: Likewise.
11741         * math/w_jnf.c: Likewise.
11742         * math/w_jnl.c: Likewise.
11743         * math/w_lgamma.c: Likewise.
11744         * math/w_lgamma_r.c: Likewise.
11745         * math/w_lgammaf.c: Likewise.
11746         * math/w_lgammaf_r.c: Likewise.
11747         * math/w_lgammal.c: Likewise.
11748         * math/w_lgammal_r.c: Likewise.
11749         * math/w_log.c: Likewise.
11750         * math/w_log10.c: Likewise.
11751         * math/w_log10f.c: Likewise.
11752         * math/w_log10l.c: Likewise.
11753         * math/w_log2.c: Likewise.
11754         * math/w_log2f.c: Likewise.
11755         * math/w_log2l.c: Likewise.
11756         * math/w_logf.c: Likewise.
11757         * math/w_logl.c: Likewise.
11758         * math/w_pow.c: Likewise.
11759         * math/w_powf.c: Likewise.
11760         * math/w_powl.c: Likewise.
11761         * math/w_remainder.c: Likewise.
11762         * math/w_remainderf.c: Likewise.
11763         * math/w_remainderl.c: Likewise.
11764         * math/w_scalb.c: Likewise.
11765         * math/w_scalbf.c: Likewise.
11766         * math/w_scalbl.c: Likewise.
11767         * math/w_sinh.c: Likewise.
11768         * math/w_sinhf.c: Likewise.
11769         * math/w_sinhl.c: Likewise.
11770         * math/w_sqrt.c: Likewise.
11771         * math/w_sqrtf.c: Likewise.
11772         * math/w_sqrtl.c: Likewise.
11773         * math/w_tgamma.c: Likewise.
11774         * math/w_tgammaf.c: Likewise.
11775         * math/w_tgammal.c: Likewise.
11776
11777         * po/ja.po: Update from translation team.
11778
11779 2011-09-29  Andreas Jaeger  <aj@suse.de>
11780
11781         [BZ #13179]
11782         * sunrpc/netname.c (netname2host): Fix logic.
11783
11784         [BZ #6779]
11785         [BZ #6783]
11786         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
11787         correctly.
11788         * math/w_remainder.c (__remainder): Likewise.
11789         * math/w_remainderf.c (__remainderf): Likewise.
11790         * math/libm-test.inc (remainder_test): Add test cases.
11791
11792 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11793
11794         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
11795         sdiv_qrnnd.
11796
11797 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
11798
11799         * string/test-memcmp.c: Avoid unncessary #defines.
11800         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
11801
11802 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11803
11804         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
11805         Use new sse2 version for core i3 - i7 as it's faster
11806         than sse42 version.
11807         (bit_Prefer_PMINUB_for_stringop): New.
11808         * sysdeps/x86_64/rawmemchr.S: Update.
11809         Replace with faster SSE2 version.
11810         * sysdeps/x86_64/memrchr.S: New file.
11811         * sysdeps/x86_64/memchr.S: Update.
11812         Replace with faster SSE2 version.
11813
11814 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
11815
11816         * elf/dl-load.c (lose): Add cast to avoid warning.
11817
11818 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
11819
11820         * po/ca.po: Update from translation team.
11821
11822         * inet/getnetgrent_r.c: Hook up nscd.
11823         * nscd/Makefile (routines): Add nscd_netgroup.
11824         (nscd-modules): Add netgroupcache.
11825         (CFLAGS-netgroupcache.c): Define.
11826         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
11827         (cache_search): Add const to second parameter.
11828         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
11829         INNETGR.
11830         (dbs): Add netgrdb entry.
11831         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
11832         (verify_persistent_db): Handle netgrdb.
11833         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
11834         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
11835         GETFDNETGR.
11836         (netgroup_response_header): Define.
11837         (innetgroup_response_header): Define.
11838         (datahead): Add netgroup_response_header and innetgroup_response_header
11839         elements.
11840         * nscd/nscd.conf: Add entries for netgroup cache.
11841         * nscd/nscd.h (dbtype): Add netgrdb.
11842         (_PATH_NSCD_NETGROUP_DB): Define.
11843         (netgroup_iov_disabled): Declare.
11844         (xmalloc, xcalloc, xrealloc): Move declarations here.
11845         (cache_search): Adjust prototype.
11846         Add netgroup-related prototypes.
11847         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
11848         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
11849         (__nscd_innetgr): Declare.
11850         * nscd/selinux.c (perms): Use access_vector_t as element type and
11851         add netgroup-related initializers.
11852         * nscd/netgroupcache.c: New file.
11853         * nscd/nscd_netgroup.c: New file.
11854         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
11855         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
11856         For four parameters use innetgr.
11857         * nss/nss_files/files-init.c: Add definition and callback for netgr.
11858         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
11859         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
11860         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
11861
11862         * nscd/connections.c (register_traced_file): Don't register file
11863         for disabled databases.
11864
11865 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
11866
11867         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
11868
11869         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
11870         from tree and freeing node.
11871
11872 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
11873
11874         * nss/nsswitch.c (__nss_database_lookup): Handle
11875         nss_parse_service_list out of memory case.
11876
11877 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
11878
11879         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
11880         out of memory case.
11881
11882 2011-10-04  Andreas Schwab  <schwab@redhat.com>
11883
11884         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
11885         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
11886         pass it down.
11887         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
11888         elf_machine_rela, elf_machine_lazy_rel.
11889         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
11890         (ELF_DYNAMIC_DO_REL): Likewise.
11891         (ELF_DYNAMIC_DO_RELA): Likewise.
11892         (ELF_DYNAMIC_RELOCATE): Likewise.
11893         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
11894         to ELF_DYNAMIC_DO_REL.
11895         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
11896         (dl_main): In trace mode always set __RTLD_NOIFUNC.
11897         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
11898         elf_machine_rela.
11899         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
11900         skip_ifunc, don't call ifunc function if non-zero.
11901         (elf_machine_rela): Likewise.
11902         (elf_machine_lazy_rel): Likewise.
11903         (elf_machine_lazy_rela): Likewise.
11904         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
11905         (elf_machine_lazy_rel): Likewise.
11906         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
11907         Likewise.
11908         (elf_machine_lazy_rel): Likewise.
11909         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
11910         Likewise.
11911         (elf_machine_lazy_rel): Likewise.
11912         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
11913         (elf_machine_lazy_rel): Likewise.
11914         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
11915         (elf_machine_lazy_rel): Likewise.
11916         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
11917         (elf_machine_lazy_rel): Likewise.
11918         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
11919         (elf_machine_lazy_rel): Likewise.
11920         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
11921         (elf_machine_lazy_rel): Likewise.
11922         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
11923         (elf_machine_lazy_rel): Likewise.
11924
11925 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
11926
11927         * nss/nss_files/files-init.c (_nss_files_init): Use static
11928         initialization for all the *_traced_file variables.
11929
11930 2011-09-28  Andreas Schwab  <schwab@redhat.com>
11931
11932         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
11933
11934 2011-09-27  Roland McGrath  <roland@hack.frob.com>
11935
11936         [BZ #13226]
11937         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
11938
11939 2011-09-27  Andreas Schwab  <schwab@redhat.com>
11940
11941         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
11942         Reread the line before reparsing it.
11943
11944 2011-09-26  Andreas Schwab  <schwab@redhat.com>
11945
11946         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
11947
11948 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
11949             Maxim Kuvyrkov  <maxim@codesourcery.com>
11950             Joseph Myers  <joseph@codesourcery.com>
11951
11952         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
11953         if needed for __stack_chk_guard.
11954
11955 2011-09-19  Roland McGrath  <roland@hack.frob.com>
11956
11957         * sysdeps/posix/spawni.c (script_execute): Always define it.
11958         It will be optimized away if unused.
11959         (maybe_script_execute): New function.
11960         (__spawni): Call it.
11961
11962         * Makerules: Don't include tls.make.
11963         (config-tls): Always set to thread.
11964         * tls.make.c: File removed.
11965
11966 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
11967
11968         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
11969         * config.make.in (CPPFLAGS-config): New substituted variable.
11970
11971 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
11972
11973         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
11974
11975         [BZ #13192]
11976         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
11977         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
11978
11979 2011-09-15  Roland McGrath  <roland@hack.frob.com>
11980
11981         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
11982         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
11983         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
11984         (CALL_FAIL): Likewise.
11985         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
11986         (CALL_FAIL): Macro removed.
11987         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
11988
11989 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
11990
11991         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
11992         for __FINITE_MATH_ONLY__ == 1.
11993
11994 2011-09-15  Andreas Schwab  <schwab@redhat.com>
11995
11996         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
11997         __ieee754_sqrt instead of sqrt.
11998         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
11999         __ieee754_sqrtf instead of sqrtf.
12000         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
12001         __floorf instead of floorf.
12002         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
12003         __floorf, __truncf instead of floorf, truncf.
12004
12005 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
12006
12007         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
12008
12009         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
12010         __extern_always_inline.
12011         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
12012         32-bit.
12013
12014 2011-09-14  Andreas Schwab  <schwab@redhat.com>
12015
12016         * elf/rtld.c (dl_main): Also relocate in dependency order when
12017         doing symbol dependency testing.
12018
12019 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
12020
12021         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
12022         Always define `refsym'.
12023
12024 2011-09-13  Andreas Schwab  <schwab@redhat.com>
12025
12026         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
12027         (__FD_ELT): Renamed from __FDELT.
12028         * misc/bits/select2.h (__FD_ELT): Likewise.
12029         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
12030         __FD_MASK instead of __FDELT, __FDMASK.
12031         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
12032         Likewise.
12033         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
12034         Likewise.
12035
12036         * elf/Makefile (gen-ldd): Fix pattern.
12037
12038         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
12039         (init_tls): Likewise.
12040
12041 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
12042
12043         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
12044
12045 2011-09-12  Andreas Schwab  <schwab@redhat.com>
12046
12047         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
12048         `struct cmsghdr *' instead of `void *'.
12049         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
12050         Likewise.
12051
12052 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
12053
12054         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
12055         if non-absolute.
12056         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
12057         ldd_rewrite_script.
12058
12059 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
12060
12061         * configure.in: Remove --with-tls option.
12062         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
12063         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
12064         out in case it is missing.
12065         * sysdeps/ia64/elf/configure.in: Likewise.
12066         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
12067         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
12068         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
12069         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
12070         * sysdeps/sh/elf/configure.in: Likewise.
12071         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
12072         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
12073         * sysdeps/x86_64/elf/configure.in: Likewise.
12074         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
12075         * sysdeps/mach/hurd/tls.h: Likewise.
12076
12077         [BZ #13067]
12078         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
12079
12080         [BZ #13090]
12081         * configure.in: Fix use of AC_INIT.
12082
12083         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
12084
12085 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
12086
12087         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
12088         __set_errno.
12089         * malloc/hooks.c: Likewise.
12090
12091         [BZ #11929]
12092         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
12093         variables statically.
12094         (narenas): Initialize.
12095         (list_lock): Initialize.
12096         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
12097         initializtion of main_arena and list_lock.  Small cleanups.
12098         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
12099         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
12100         Add initializers to main_arena and mp_.
12101         (malloc_state): Remove pagesize member.  Change all users to use
12102         GLRO(dl_pagesize).
12103
12104         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
12105         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
12106         is always initialized.
12107
12108         * malloc/malloc.c: Removed unused configurations and dead code.
12109         * malloc/arena.c: Likewise.
12110         * malloc/hooks.c: Likewise.
12111         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
12112
12113         * include/tls.h: Removed.  USE___THREAD must always be defined.
12114         * bits/libc-tsd.h: Don't handle !USE___THREAD.
12115         * elf/dl-libc.c: Likewise.
12116         * elf/dl-tsd.c: Likewise.
12117         * include/errno.h: Likewise.
12118         * include/netdb.h: Likewise.
12119         * include/resolv.h: Likewise.
12120         * inet/herrno-loc.c: Likewise.
12121         * inet/herrno.c: Likewise.
12122         * malloc/arena.c: Likewise.
12123         * malloc/hooks.c: Likewise.
12124         * malloc/malloc.c: Likewise.
12125         * resolv/res-state.c: Likewise.
12126         * resolv/res_libc.c: Likewise.
12127         * sysdeps/i386/dl-machine.h: Likewise.
12128         * sysdeps/ia64/dl-machine.h: Likewise.
12129         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
12130         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
12131         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12132         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12133         * sysdeps/sh/dl-machine.h: Likewise.
12134         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12135         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12136         * sysdeps/unix/i386/sysdep.S: Likewise.
12137         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
12138         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
12139         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
12140         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12141         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
12142         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12143         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
12144         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
12145         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
12146         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12147         * sysdeps/unix/x86_64/sysdep.S: Likewise.
12148         * sysdeps/x86_64/dl-machine.h: Likewise.
12149         * tls.make.c: Likewise.
12150
12151         * configure.in: Remove --with-__thread option.  Make tests for
12152         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
12153         tls_model attribute fail if no support is available.  Remove
12154         USE_IN_LIBIO.
12155         * Makeconfig: Adjust for dropped configure option.  All features are
12156         now mandatory.
12157         * Makerules: Likewise.
12158         * Versions.def: Likewise.
12159         * argp/argp-fmtstream.c: Likewise.
12160         * argp/argp-fmtstream.h: Likewise.
12161         * argp/argp-help.c: Likewise.
12162         * assert/assert.c: Likewise.
12163         * config.h.in: Likewise.
12164         * config.make.in: Likewise.
12165         * configure: Likewise.
12166         * configure.in: Likewise.
12167         * csu/Versions: Likewise.
12168         * csu/init.c: Likewise.
12169         * elf/tst-audit2.c: Likewise.
12170         * elf/tst-tls10.c: Likewise.
12171         * elf/tst-tls10.h: Likewise.
12172         * elf/tst-tls11.c: Likewise.
12173         * elf/tst-tls12.c: Likewise.
12174         * elf/tst-tls14.c: Likewise.
12175         * elf/tst-tlsmod11.c: Likewise.
12176         * elf/tst-tlsmod12.c: Likewise.
12177         * elf/tst-tlsmod13.c: Likewise.
12178         * elf/tst-tlsmod13a.c: Likewise.
12179         * elf/tst-tlsmod14a.c: Likewise.
12180         * elf/tst-tlsmod15b.c: Likewise.
12181         * elf/tst-tlsmod16a.c: Likewise.
12182         * elf/tst-tlsmod16b.c: Likewise.
12183         * elf/tst-tlsmod7.c: Likewise.
12184         * elf/tst-tlsmod8.c: Likewise.
12185         * elf/tst-tlsmod9.c: Likewise.
12186         * gmon/gmon.c: Likewise.
12187         * grp/fgetgrent_r.c: Likewise.
12188         * grp/putgrent.c: Likewise.
12189         * hurd/fopenport.c: Likewise.
12190         * include/libc-symbols.h: Likewise.
12191         * include/tls.h: Likewise.
12192         * intl/gettextP.h: Likewise.
12193         * intl/loadinfo.h: Likewise.
12194         * locale/global-locale.c: Likewise.
12195         * locale/localeinfo.h: Likewise.
12196         * mach/devstream.c: Likewise.
12197         * malloc/arena.c: Likewise.
12198         * malloc/set-freeres.c: Likewise.
12199         * misc/err.c: Likewise.
12200         * misc/getttyent.c: Likewise.
12201         * misc/mntent_r.c: Likewise.
12202         * posix/getopt.c: Likewise.
12203         * posix/wordexp.c: Likewise.
12204         * pwd/fgetpwent_r.c: Likewise.
12205         * resolv/Versions: Likewise.
12206         * resolv/res_hconf.c: Likewise.
12207         * shadow/fgetspent_r.c: Likewise.
12208         * shadow/putspent.c: Likewise.
12209         * stdio-common/printf_fphex.c: Likewise.
12210         * stdio-common/tmpfile.c: Likewise.
12211         * stdlib/abort.c: Likewise.
12212         * stdlib/fmtmsg.c: Likewise.
12213         * sunrpc/auth_unix.c: Likewise.
12214         * sunrpc/clnt_perr.c: Likewise.
12215         * sunrpc/clnt_tcp.c: Likewise.
12216         * sunrpc/clnt_udp.c: Likewise.
12217         * sunrpc/clnt_unix.c: Likewise.
12218         * sunrpc/openchild.c: Likewise.
12219         * sunrpc/svc_simple.c: Likewise.
12220         * sunrpc/svc_tcp.c: Likewise.
12221         * sunrpc/svc_udp.c: Likewise.
12222         * sunrpc/svc_unix.c: Likewise.
12223         * sunrpc/xdr.c: Likewise.
12224         * sunrpc/xdr_array.c: Likewise.
12225         * sunrpc/xdr_rec.c: Likewise.
12226         * sunrpc/xdr_ref.c: Likewise.
12227         * sunrpc/xdr_stdio.c: Likewise.
12228
12229 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
12230
12231         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
12232
12233 2011-07-03  Andreas Jaeger  <aj@suse.de>
12234
12235         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
12236         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
12237         regenerate with gen-libm-tests.pl.
12238
12239 2010-05-12  Petr Baudis  <pasky@suse.cz>
12240
12241         [BZ #11589]
12242         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
12243         around j0() zero points by switching to j1().
12244         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
12245         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
12246         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
12247         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
12248
12249 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
12250
12251         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
12252         instead of 0.
12253         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
12254         instead of 0.                              .
12255         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
12256         Patch in part by Pavel Roskin <proski@gnu.org>.
12257
12258         [BZ #13138]
12259         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
12260         realloc.
12261         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
12262         Free memory block if necessary.
12263
12264         [BZ #12847]
12265         * libio/genops.c (INTDEF): For string streams the _lock pointer can
12266         be NULL.  Don't lock in this case.
12267
12268 2011-09-09  Roland McGrath  <roland@hack.frob.com>
12269
12270         * elf/elf.h (ELFOSABI_GNU): New macro.
12271         (ELFOSABI_LINUX): Define to that.
12272
12273 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
12274
12275         * string/strncat.c (strncat): Undef the symbol in case it has been
12276         defined in bits/string.h.
12277
12278 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
12279
12280         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
12281
12282         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
12283         link map.
12284
12285 2011-08-17  Andreas Jaeger  <aj@suse.de>
12286
12287         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
12288
12289 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
12290             Ian Lance Taylor  <iant@google.com>
12291
12292         * math/libm-test.inc (lround_test): New testcase.
12293         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
12294
12295 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
12296
12297         * Makefile: Remove support for automatic cvs check-ins.
12298         * Makerules: Likewise.
12299         * config.make.in: Likewise.
12300         * configure.in: Likewise.
12301         * intl/Makefile: Likewise.
12302         * locale/Makefile: Likewise.
12303         * po/Makefile: Likewise.
12304         * posix/Makefile: Likewise.
12305         * sysdeps/gnu/Makefile: Likewise.
12306         * sysdeps/mach/hurd/Makefile: Likewise.
12307         * sysdeps/sparc/sparc32/Makefile: Likewise.
12308
12309         [BZ #13118]
12310         * posix/Makefile (bug-regex32-ENV): Define.
12311         Patch by John Stanley <jpsinthemix@verizon.net>.
12312
12313         * misc/Makefile (headers): Add bits/select2.h.
12314         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
12315         * misc/bits/select2.h: New file.
12316         * include/bits/select2.h: New file.
12317         * debug/Makefile (routines): Add fdelt_chk.
12318         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
12319         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
12320         FD_ISSET.
12321         * debug/fdelt_chk.c: New file.
12322
12323         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
12324         * wcsmbs/test-wmemcmp.c: Likewise.
12325         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
12326         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
12327
12328 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12329
12330         * string/Makefile (strop-tests): Add memcmp.
12331         * string/test-wmemcmp.c: New file.
12332         * string/test-memcmp.c: Add wmemcmp support.
12333
12334 2011-09-08  Roland McGrath  <roland@hack.frob.com>
12335
12336         [BZ #13153]
12337         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
12338         2011-07-19 change.
12339
12340         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
12341         garbage value in a __mach_port_mod_refs call in the cases of the
12342         task-self and thread-self ports.
12343
12344 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12345
12346         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
12347
12348 2011-09-08  Andreas Schwab  <schwab@redhat.com>
12349
12350         * elf/dl-load.c (lose): Check for non-null L.
12351
12352 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
12353
12354         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
12355
12356         * elf/dl-libc.c (dlerror_run): Pass back error code from
12357         dl_catch_error.
12358
12359         [BZ #13123]
12360         * elf/dl-load.c (lose): Free l_origin if it is valid.
12361
12362         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
12363         names.
12364         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
12365         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
12366         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
12367         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
12368         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
12369         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
12370
12371 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12372
12373         * sysdeps/powerpc/fpu/e_hypot.c: New file.
12374         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
12375         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
12376         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
12377         * sysdeps/powerpc/fpu/k_cosf.c: New file.
12378         * sysdeps/powerpc/fpu/k_sinf.c: New file.
12379         * sysdeps/powerpc/fpu/s_cosf.c: New file.
12380         * sysdeps/powerpc/fpu/s_sinf.c: New file.
12381         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
12382         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
12383
12384 2011-08-15  Alan Modra  <amodra@gmail.com>
12385
12386         [BZ #13092]
12387         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
12388         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
12389         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
12390         ppc_mcount to static-only-routines.
12391         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
12392         __mcount_internal.
12393         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
12394         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
12395
12396 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
12397
12398         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
12399         for finite and infinity parameters.
12400
12401 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
12402
12403         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
12404         and add nop instructions for throughput optimization.
12405         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
12406
12407 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
12408
12409         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
12410         aligned copy for power7 with vector-scalar instructions.
12411         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
12412
12413 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
12414
12415         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
12416         AVX check.
12417
12418 2011-09-07  Andreas Schwab  <schwab@redhat.com>
12419
12420         [BZ #13144]
12421         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
12422         last change.
12423
12424 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
12425
12426         * sysdeps/unix/sysv/linux/x86_64/init-first.c
12427         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
12428         syscall wrapper around clock_gettime in __vdso_clock_gettime.
12429         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
12430         clock_gettime.
12431
12432 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
12433
12434         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
12435         Forgot to demangle the pointer.
12436
12437         * sysdeps/i386/sysdep.h: Define atom_text_section.
12438         * sysdeps/x86_64/sysdep.h: Likewise.
12439         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
12440         section with atom_text_section.
12441         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
12442         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
12443         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
12444         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
12445         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
12446
12447         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
12448         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
12449         already be defined.  Change to take two parameters and don't assign
12450         result to variable.  Adjust all users.
12451         Define INTERNAL_GETTIME if not already defined.
12452         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
12453         call.
12454         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
12455         HAVE_CLOCK_GETTIME_VSYSCALL.
12456         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
12457
12458         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
12459         gettimeofday vsyscall, just use time.
12460
12461 2011-09-06  Andreas Schwab  <schwab@redhat.com>
12462
12463         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
12464         <errno.h>.
12465
12466 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
12467
12468         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
12469         syscall on x86-64.
12470         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
12471         syscall.
12472         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
12473         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
12474         syscall if possible.
12475
12476 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
12477
12478         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
12479         e_ident.  Don't pass to find_mapsXX.
12480         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
12481
12482 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
12483
12484         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
12485         strchr-sse2-no-bsf strrchr-sse2-no-bsf
12486         * sysdeps/x86_64/multiarch/strchr.S: Update.
12487         Check bit_slow_BSF bit.
12488         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
12489         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
12490         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
12491
12492 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
12493
12494         [BZ #13134]
12495         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
12496         before glibc 2.15.
12497         (tryshell): Define.
12498         (__spawni): Change last parameter to be flag.  Test
12499         SPAWN_XFLAGS_USE_PATH flag to use path or not.
12500         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
12501         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
12502         * posix/spawni.c: Likewise.
12503         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
12504         * posix/spawnp.c: Likewise.  Change normal version to use
12505         SPAWN_XFLAGS_USE_PATH.
12506         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
12507         SPAWN_XFLAGS_TRY_SHELL.
12508
12509         [BZ #13150]
12510         * posix/glob.h: Remove gcc 1.x support.
12511
12512         [BZ #13068]
12513         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
12514
12515 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
12516
12517         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
12518         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
12519         strrchr-sse2-bsf
12520         * sysdeps/i386/i686/multiarch/strchr.S: New file.
12521         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
12522         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
12523         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
12524         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
12525         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
12526
12527 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12528
12529         * sysdeps/x86_64/wcscmp.S: New file.
12530
12531         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
12532         wcscmp-c wcscmp-sse2
12533         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
12534         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
12535         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
12536         * wcsmbs/wcscmp.c: Allow renaming.
12537
12538 2011-09-05  David S. Miller  <davem@davemloft.net>
12539
12540         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
12541         stack slot, rather than the struct return pointer slot.
12542         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
12543         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
12544         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
12545         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
12546
12547 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
12548
12549         * po/ja.po: Update from translation team.
12550
12551         [BZ #13144]
12552         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
12553         kernel in 64-bit binaries.
12554
12555 2011-09-01  David S. Miller  <davem@davemloft.net>
12556
12557         * elf/elf.h (HWCAP_SPARC_*): Move to..
12558         * sysdeps/sparc/sysdep.h: this new file and add new values.
12559         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
12560         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
12561         _DL_HWCAP_COUNT to 24.
12562         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
12563         entries.
12564         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
12565         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
12566         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
12567         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
12568         instead of magic constants.
12569         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
12570
12571 2011-08-31  David S. Miller  <davem@davemloft.net>
12572
12573         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
12574         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
12575         Reimplement to do errno handling inline.
12576         (SYSCALL_ERROR_HANDLER): New macro.
12577         (__SYSCALL_STRING): Do not do errno handling in asm.
12578         (__CLONE_SYSCALL_STRING): Delete.
12579         (__INTERNAL_SYSCALL_STRING): Delete.
12580         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
12581         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
12582         (PSEUDO): Reimplement to do errno handling inline.
12583         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
12584         (SYSCALL_ERROR_HANDLER): New macro.
12585         (__SYSCALL_STRING): Do not do errno handling in asm.
12586         (__CLONE_SYSCALL_STRING): Delete.
12587         (__INTERNAL_SYSCALL_STRING): Delete.
12588         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
12589         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
12590         i386.
12591         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
12592         (inline_syscall*): Add 'err' argument.
12593         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
12594         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
12595         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
12596         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
12597
12598         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
12599         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
12600
12601 2011-08-30  Andreas Schwab  <schwab@redhat.com>
12602
12603         * elf/rtld.c (dl_main): Relocate objects in dependency order.
12604
12605 2011-08-29  Jiri Olsa <jolsa@redhat.com>
12606
12607         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
12608         directive.
12609
12610 2011-08-24  David S. Miller  <davem@davemloft.net>
12611
12612         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
12613
12614 2011-08-24  Andreas Schwab  <schwab@redhat.com>
12615
12616         * elf/Makefile: Add rules to build and run unload8 test.
12617         * elf/unload8.c: New file.
12618         * elf/unload8mod1.c: New file.
12619         * elf/unload8mod1x.c: New file.
12620         * elf/unload8mod2.c: New file.
12621         * elf/unload8mod3.c: New file.
12622
12623         * elf/dl-close.c (_dl_close_worker): Reset private search list if
12624         it wasn't used.
12625
12626 2011-08-23  David S. Miller  <davem@davemloft.net>
12627
12628         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
12629         subtract stack bias.
12630         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
12631         %sp not %fp in calculations.
12632         (_JMPBUF_UNWINDS_ADJ): Likewise.
12633
12634         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
12635         (aio_suspend): Call it to force an exception region around the
12636         AIO_MISC_WAIT() invocation.
12637
12638 2011-08-23  Andreas Schwab  <schwab@redhat.com>
12639
12640         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
12641         backslash.
12642
12643 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
12644
12645         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
12646         protection macro.
12647         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
12648         and <dl-machine.h>.
12649         (Elf64_FuncDesc): Remove.
12650
12651 2011-08-22  David S. Miller  <davem@davemloft.net>
12652
12653         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
12654         sigaltstack check, add missing cfi directives.
12655         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
12656         missing cfi directives, and sigaltstack handling.
12657
12658 2011-08-16  Andreas Schwab  <schwab@redhat.com>
12659
12660         [BZ #11724]
12661         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
12662         object is seen twice.
12663         * elf/dl-fini.c (_dl_sort_fini): Likewise.
12664
12665         * elf/Makefile (distribute): Add tst-initorder2.c.
12666         (tests): Add tst-initorder2.
12667         (modules-names): Add tst-initorder2a tst-initorder2b
12668         tst-initorder2c tst-initorder2d.  Add rules to build them.
12669         ($(objpfx)tst-initorder2.out): New rule.
12670         * elf/tst-initorder2.c: New file.
12671         * elf/tst-initorder2.exp: New file.
12672
12673 2011-08-22  Andreas Schwab  <schwab@redhat.com>
12674
12675         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
12676
12677         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
12678         dependencies back to end of function.
12679
12680         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
12681         $(elfobjdir)/ld.so.
12682
12683 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
12684
12685         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
12686         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
12687         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
12688         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
12689         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
12690         of __vdso_gettimeofday.
12691         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
12692         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
12693         attribute_hidden.
12694         (_libc_vdso_platform_setup): Remove initialization of
12695         __vdso_gettimeofday and __vdso_time.
12696
12697 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
12698
12699         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
12700         and fgetc_unlocked.
12701         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
12702         getc_unlocked.
12703
12704         * elf/dl-open.c (add_to_global): Report additions to the global scope
12705         for LD_DEBUG=scopes.
12706         (dl_open_worker): Also print scope of newly loaded dependencies.
12707         (_dl_show_scope): Indicate if there is no scope.
12708
12709         [BZ #13114]
12710         * stdio-common/Makefile (tests): Add bug24.
12711         * stdio-common/bug24.c: New file.
12712
12713 2011-08-19  Andreas Jaeger  <aj@suse.de>
12714
12715         [BZ #13114]
12716         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
12717         non-existant file when using close-on-exec mode.
12718
12719 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
12720
12721         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
12722         the very first instruction.
12723
12724         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
12725         the CFI state in the end.
12726         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
12727         inclusion of dl-trampoline.h.
12728         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
12729
12730 2011-08-19  Andreas Schwab  <schwab@redhat.com>
12731
12732         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
12733         expectations for long double.
12734
12735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
12736         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
12737
12738 2011-08-14  David S. Miller  <davem@davemloft.net>
12739
12740         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
12741         artificual limit depends upon the system page size.
12742
12743 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
12744
12745         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
12746         * resolv/Makefile: Define CFLAGS-libresolv.
12747
12748 2011-08-17  Andreas Schwab  <schwab@redhat.com>
12749
12750         * nss/makedb.c (compute_tables): Make variables used in nested
12751         function static.
12752
12753 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
12754
12755         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
12756         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
12757         if buffer was too small.
12758
12759         * elf/pldd.c (main): Attach to all threads in the process.
12760         Rewrite /proc handling to use *at functions.
12761
12762 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
12763
12764         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
12765         specifies first scope to show.
12766         (dl_open_worker): Update callers.  Move printing scope of new
12767         object to before the relocation.
12768         * elf/rtld.c (dl_main): Update _dl_show_scope call.
12769         * sysdeps/generic/ldsodefs.h: Update declaration.
12770
12771         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
12772         string for the scope number.
12773
12774 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
12775
12776         * nscd/servicescache.c (cache_addserv): Make sure written is always
12777         initialized.
12778
12779 2011-08-14  Roland McGrath  <roland@hack.frob.com>
12780
12781         * sysdeps/i386/i486/bits/atomic.h
12782         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
12783         statement expression, so as to suppress "set but not used" warning.
12784         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
12785
12786         * string/strncat.c (STRNCAT): Use prototype definition.
12787
12788         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
12789         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
12790         -Iprograms here.
12791         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
12792         (localedef-modules): Add localedef.
12793         (locale-modules): Add locale.
12794
12795         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
12796         * elf/rtld.c (dl_main): Invert order of assignment in last change,
12797         to avoid a warning.
12798
12799 2011-08-14  David S. Miller  <davem@davemloft.net>
12800
12801         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
12802         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
12803
12804 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
12805
12806         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
12807         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
12808         * elf/rtld.c (dl_main): Set l_name of vDSO.
12809         Call _dl_show_scope when DL_DEBUG_SCOPES.
12810         (process_dl_debug): Recognize scopes flag and also set it for all.
12811         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
12812         Declare _dl_show_scope.
12813
12814         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
12815         (do_dlopen): Pass caller_dlopen to dl_open.
12816         (__libc_dlopen_mode): Initialize caller_dlopen.
12817
12818         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
12819         of libc.  Make tolower call locale-independent.  Optimize a bit by
12820         using isdigit instead of isalnum.
12821         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
12822
12823 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
12824
12825         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
12826         was a dependency or dynamically loaded.
12827
12828 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
12829
12830         * intl/l10nflist.c: Allow architecture-specific pop function.
12831         * sysdeps/x86_64/l10nflist.c: New file.
12832
12833         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
12834         classification.
12835
12836 2011-08-10  Andreas Schwab  <schwab@redhat.com>
12837
12838         * include/dirent.h: Add libc_hidden_proto for scandirat and
12839         scandirat64.  Don't declare __scandirat64.
12840         * dirent/scandirat.c: Add libc_hidden_def.
12841         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
12842         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
12843
12844 2011-08-10  David S. Miller  <davem@davemloft.net>
12845
12846         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
12847         enum.
12848         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12849         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12850         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12851
12852 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
12853
12854         * Versions.def [libc]: Add GLIBC_2.15.
12855         * dirent/Makefile (routines): Add scandirat and scandirat64.
12856         * dirent/Versions [libc]: Export scandirat and scandirat64 for
12857         GLIBC_2.15.
12858         * dirent/dirent.h: Declare scandirat and scandirat64.
12859         * dirent/scandirat.c: New file.
12860         * dirent/scandirat64.c: New file.
12861         * sysdeps/wordsize-64/scandirat.c: New file.
12862         * sysdeps/wordsize-64/scandirat64.c: New file.
12863         * dirent/opendir.c: Define opendirat.
12864         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
12865         using scandirat.
12866         * dirent/scandir64.c: Adjust for scandir.c change.
12867         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
12868         __scandirat64, and __scandir_cancel_handler.
12869         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
12870         additional parameter and use openat instead of open (outside of ld.so).
12871         Add new __opendir as wrapper around __opendirat.
12872         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
12873         here without requiring old scandirat implementation.
12874
12875 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
12876
12877         * dirent/scandir.c (cancel_handler): Renamed to
12878         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
12879         defined.  Adjust users.
12880         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
12881         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
12882
12883 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
12884
12885         * string/test-string.h (IMPL): Use __STRING to expand name and then
12886         stringify it.
12887
12888         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
12889         of cleanups.
12890
12891 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12892
12893         * string/Makefile: Update.
12894         (strop-tests): Append strncat.
12895         * string/test-wcscmp.c: New file.
12896         New comprehensive test for wcscmp.
12897         * string/test-strcmp.c: Update.
12898         (WIDE): New define.
12899
12900 2011-07-22  Andreas Schwab  <schwab@redhat.com>
12901
12902         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
12903         line.
12904
12905 2011-07-26  Andreas Schwab  <schwab@redhat.com>
12906
12907         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
12908         encoding to ACE if AI_IDN.
12909
12910 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
12911
12912         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
12913         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
12914
12915 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
12916
12917         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
12918         Fix overflow bug in strncat.
12919         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
12920
12921         * string/test-strncat.c: Update.
12922         Add new tests for checking overflow bugs.
12923
12924 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
12925
12926         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
12927         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
12928         * sysdeps/i386/i686/multiarch/strcat.S: New file.
12929         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
12930         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
12931         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
12932         * sysdeps/i386/i686/multiarch/strncat.S: New file.
12933         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
12934         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
12935
12936         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
12937         (USE_AS_STRCAT): Define.
12938         Add strcat and strncat support.
12939         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
12940
12941 2011-07-25  Andreas Schwab  <schwab@redhat.com>
12942
12943         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
12944         __n bigger than INT_MAX+1.
12945         (__strncmp_g): Likewise.
12946
12947 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
12948
12949         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
12950         * libio/stido.h: Likewise.
12951
12952         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
12953         (AF_NFC): Define.
12954         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
12955         (AF_NFC): Define.
12956
12957         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
12958         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12959         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12960         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
12961         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12962
12963         [BZ #13021]
12964         * scripts/test-installation.pl: Don't expect libnss_test1 to be
12965         installed.
12966
12967         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
12968         typo.
12969         (_dl_x86_64_save_sse): Likewise.
12970
12971 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
12972
12973         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
12974         OSXSAVE.
12975         (_dl_x86_64_save_sse): Likewise.
12976
12977         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
12978
12979         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
12980
12981 2011-07-21  Andreas Schwab  <schwab@redhat.com>
12982
12983         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
12984         change.
12985         (_dl_x86_64_save_sse): Use correct AVX check.
12986
12987 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12988
12989         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
12990         bug in strncpy/strncat.
12991         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
12992
12993 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
12994
12995         * string/tester.c (test_strcat): Add tests for different alignments
12996         of source and destination.
12997         (test_strncat): Likewise.
12998
12999 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
13000
13001         [BZ #12852]
13002         * posix/glob.c (glob): Check passed in values before using them in
13003         expressions to avoid some overflows.
13004         (glob_in_dir): Likewise.
13005
13006         [BZ #13007]
13007         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
13008         check for AVX enablement so that we don't crash with old kernels and
13009         new hardware.
13010         * elf/tst-audit4.c: Add same checks here.
13011         * elf/tst-audit6.c: Likewise.
13012
13013         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
13014
13015 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
13016
13017         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
13018
13019 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
13020
13021         * po/cs.po: Update from translation team.
13022         * po/bg.po: Likewise.
13023
13024 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
13025
13026         * misc/sys/cdefs.h: Add support for const attribute.
13027         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
13028         to gnu_dev_{major,minor,makedev} functions.
13029
13030 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
13031
13032         * intl/dcigettext.c (get_output_charset): Add missing bracket.
13033
13034 2011-07-20  Andreas Schwab  <schwab@redhat.com>
13035
13036         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
13037         strlen results.
13038
13039 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13040
13041         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
13042         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
13043         register in order to avoid conflicts with the soft frame pointer
13044         being held in r11 when necessary.
13045         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
13046         (INTERNAL_VSYSCALL_NCS): Likewise.
13047
13048 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
13049
13050         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
13051         * elf/dl-fini.c (_dl_fini): Adjust caller.
13052         * elf/dl-close.c (_dl_close_worker): Likewise.
13053         * sysdeps/generic/ldsodefs.h: Adjust declaration.
13054
13055 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
13056
13057         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
13058         "aux_cache->nlibs < 0".
13059
13060         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
13061         in the reload-count case.
13062
13063 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
13064
13065         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
13066         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
13067         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
13068         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
13069         * sysdeps/x86_64/multiarch/strcat.S: New file.
13070         * sysdeps/x86_64/multiarch/strncat.S: New file.
13071         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
13072         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
13073         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
13074         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
13075         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
13076         (USE_AS_STRCAT): Define.
13077         Add strcat and strncat support.
13078         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
13079         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
13080         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
13081         * string/strncat.c: Update.
13082         (USE_AS_STRNCAT): Define.
13083         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13084         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
13085         and i7.
13086         * sysdeps/x86_64/multiarch/init-arch.h
13087         (bit_Prefer_PMINUB_for_stringop): New.
13088         (index_Prefer_PMINUB_for_stringop): Likewise.
13089         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
13090         bit_Prefer_PMINUB_for_stringop.
13091
13092 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
13093
13094         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
13095         buffer64.
13096         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
13097         of casting of buffer.
13098         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
13099         buffer32 and buffer64.
13100         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
13101         writes instead of casting of buffer.
13102         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
13103         buffer32.
13104         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
13105         casting of buffer.
13106
13107 2011-07-19  Andreas Schwab  <schwab@redhat.com>
13108
13109         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
13110
13111 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
13112
13113         * nscd/nscd.c (termination_handler): Don't do anything for a database
13114         if it has not yet been initialized.
13115
13116 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
13117
13118         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
13119
13120 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
13121
13122         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
13123
13124 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
13125
13126         * po/nl.po: Update from translation team.
13127         * po/sv.po: Likewise.
13128
13129 2011-07-16  Roland McGrath  <roland@hack.frob.com>
13130
13131         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
13132         now disallowed by GCC.
13133
13134         * configure.in (use-default-link): Default to yes if a test -shared
13135         link meets our qualifications.
13136         * configure: Regenerated.
13137
13138         * config.make.in (output-format): New variable.
13139         * configure.in: Check for ld --print-output-format support.
13140         * configure: Regenerated.
13141         * Makerules ($(common-objpfx)format.lds)
13142         [$(output-format) != unknown]: Just use $(output-format),
13143         instead of the linker-script munging.
13144
13145 2011-07-14  Roland McGrath  <roland@hack.frob.com>
13146
13147         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
13148         of $(common-objpfx)shlib.lds.
13149         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
13150
13151         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
13152         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
13153
13154         * configure.in (-z relro check): Adjust test code to add a large
13155         writable data section after it.
13156         * configure: Regenerated.
13157
13158 2011-07-11  Roland McGrath  <roland@hack.frob.com>
13159
13160         * configure.in (-z relro check): Fix test code to make the variable
13161         truly const.
13162         * configure: Regenerated.
13163
13164 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
13165
13166         * nscd/nscd.h (struct traced_file): Define.
13167         (struct database_dyn): Remove inotify_descr, reset_res, and filename
13168         elements.  Add traced_files.
13169         (inotify_fd): Declare.
13170         (register_traced_file): Declare.
13171         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
13172         (inotify_fd): Export.
13173         (resolv_conf_descr): Remove.
13174         (nscd_init): Move inotify descriptor creation to main.
13175         Don't register files for notification here.
13176         (register_traced_file): New function.
13177         (invalidate_cache): Don't use reset_res to determine whether to call
13178         res_init, go through the list of registered files.
13179         (main_loop_poll): The inotify descriptors are now stored in the
13180         structures for the traced files.
13181         (main_loop_epoll): Likewise
13182         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
13183         to __nss_disable_nscd.
13184         * nscd/cache.c (prune_cache): There is no single inotify descriptor
13185         for a database anymore.  Check the records for all the registered
13186         files instead.
13187         * nss/Makefile (libnss_files-routines): Add files-init.
13188         (libnss_db-routines): Add db-init.
13189         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
13190         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
13191         * nss/nss_db/db-init.c: New file.
13192         * nss/nss_files/files-init.c: New file.
13193         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
13194         __nss_lookup_function.
13195         (__nss_lookup_function): Call nss_load_library.
13196         (nss_load_all_libraries): New function.
13197         (__nss_disable_nscd): Take parameter with callback function for files
13198         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
13199         used for the cached services.
13200         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
13201         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
13202         options for features to all the files in nscd.
13203
13204         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
13205
13206 2011-07-10  Roland McGrath  <roland@hack.frob.com>
13207
13208         * csu/elf-init.c (__libc_csu_init): Comment typo.
13209
13210 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
13211
13212         * po/pl.po: Update from translation team.
13213         * po/ja.po: Likewise.
13214         * po/ru.po: Likewise.
13215         * po/ko.po: Likewise.
13216         * po/fr.po: Likewise.
13217
13218 2011-07-09  Roland McGrath  <roland@hack.frob.com>
13219
13220         * configure.in (.ctors/.dtors header and trailer check):
13221         Use an empirical test on a built program.
13222         * configure: Regenerated.
13223
13224         * configure.in (-z relro check): Use an empirical test on a built DSO.
13225         Detect, but do not require, on ia64.
13226         * configure: Regenerated.
13227
13228         * configure.in (READELF): Find it with AC_CHECK_TOOL.
13229         Update tests that use readelf to use $READELF instead.
13230         * configure: Regenerated.
13231
13232 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
13233
13234         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
13235         if the result is not used.
13236
13237 2011-07-05  Andreas Jaeger  <aj@suse.de>
13238
13239         [BZ#9696]
13240         * stdlib/tst-strtod.c: Add testcase.
13241
13242 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
13243
13244         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
13245         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
13246         The latter has a higher limit.  Take additional parameter to pass to
13247         the new function.
13248         (__pathconf): Pass file to __statfs_link_max.
13249         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
13250         __statfs_link_max.
13251         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
13252         __statfs_link_max.
13253
13254         [BZ #12868]
13255         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
13256         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13257         Handle Lustre.
13258         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
13259         (__statfs_filesize_max): Likewise.
13260         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
13261
13262 2011-07-05  Andreas Jaeger  <aj@suse.de>
13263
13264         * resolv/res_comp.c (dn_skipname): Remove unused variable.
13265
13266 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
13267
13268         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
13269         `status' variable.
13270         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
13271         Likewise.
13272
13273 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
13274
13275         * Makefile (strop-tests): Add strncat.
13276         * string/test-strncat.c: New file.
13277
13278 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
13279
13280         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
13281
13282 2011-06-21  Andreas Jaeger  <aj@suse.de>
13283
13284         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
13285         Copy rule from iconvdata/Makefile.
13286
13287 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
13288
13289         [BZ #12922]
13290         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
13291         but no long options are defined, just return 'W'.
13292
13293 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
13294
13295         [BZ #9696]
13296         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
13297
13298 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
13299
13300         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
13301         netgroups to read.
13302         (innetgr): Likewise.
13303
13304 2011-07-05  Roland McGrath  <roland@hack.frob.com>
13305
13306         * config.make.in (install_root): Default to $(DESTDIR).
13307
13308 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
13309
13310         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
13311
13312 2011-07-02  Roland McGrath  <roland@hack.frob.com>
13313
13314         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
13315
13316         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
13317         containing directory rather than embedding absolute directory names.
13318
13319         * scripts/check-local-headers.sh: Rewritten using awk.
13320         Match by word, not by line.  Print error messages for matches.
13321         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
13322
13323         * Makerules [shlib-lds-flags empty]:
13324         ($(common-objpfx)libc_pic.opts): New target.
13325         ($(common-objpfx)libc_pic.os.clean): New target.
13326         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
13327
13328         * config.make.in (OBJCOPY): New variable.
13329         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
13330         * configure: Regenerated.
13331
13332         * config.make.in (use-default-link): New variable.
13333         * configure.in (use_default_link): Grok --with-default-link to set it.
13334         * configure: Regenerated.
13335         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
13336         (shlib-lds, shlib-lds-flags): Define to empty.
13337
13338         * Makerules (shlib-lds): New variable.
13339         (shlib-lds-flags): New variable.
13340         (build-shlib, build-moduile, build-module-asneeded): Use it.
13341         ($(common-objpfx)libc.so): Use $(shlib-lds).
13342         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
13343         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
13344
13345         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
13346         DT_FLAGS/DT_FLAGS_1 with zero flags.
13347
13348         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
13349         linker script munging.
13350
13351 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
13352
13353         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
13354         as 128-bit value.
13355         * crypt/sha512.c (sha512_process_block): Perform total addition using
13356         128-bit if possible.
13357         (__sha512_finish_ctx): Likewise.
13358         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
13359         as 64-bit value.
13360         * crypt/sha256.c (SWAP64): Define.
13361         (sha256_process_block): Perform total addition using 64-bit if
13362         possible.
13363         (__sha256_finish_ctx): Likewise.
13364
13365 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
13366
13367         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
13368         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13369         * nscd/hstcache.c (cache_addhst): Likewise.
13370         * nscd/grpcache.c (cache_addgr): Likewise.
13371         * nscd/aicache.c (addhstaiX): Likewise
13372         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
13373
13374 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
13375
13376         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
13377         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13378         * nscd/hstcache.c (cache_addhst): Likewise.
13379         * nscd/grpcache.c (cache_addgr): Likewise.
13380         * nscd/aicache.c (addhstaiX): Likewise
13381
13382 2011-07-01  Andreas Schwab  <schwab@redhat.com>
13383
13384         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
13385         domain only when needed.
13386
13387 2011-06-30  Andreas Schwab  <schwab@redhat.com>
13388
13389         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
13390         is always restored.
13391
13392 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
13393
13394         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
13395         are re-adding the entry.
13396         * nscd/servicescache.c (cache_addserv): Likewise.
13397
13398 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
13399
13400         * sysdeps/generic/dl-irel.h: fix protection against multiple
13401         inclusions.
13402         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
13403
13404 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
13405
13406         [BZ #12935]
13407         * malloc/memusage.sh: Fix quoting in message.
13408         * debug/xtrace.sh: Likewise.
13409
13410         * configure.in: Remove support for --experimental-malloc option, make
13411         it the default.
13412         * config.make.in: Likewise.
13413         * malloc/Makefile: Likewise.
13414
13415 2011-06-27  Andreas Schwab  <schwab@redhat.com>
13416
13417         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
13418         two-byte characters.
13419
13420 2011-06-27  Roland McGrath  <roland@hack.frob.com>
13421
13422         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
13423         AC_CACHE_CHECK invocation.
13424         * configure: Regenerated.
13425
13426         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
13427
13428 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
13429
13430         [BZ #12350]
13431         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
13432         bit from old_res_options.
13433
13434         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
13435
13436         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
13437         value type for setfct.
13438
13439 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
13440
13441         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
13442         __gettimeofday instead of gettimeofday.
13443
13444 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
13445
13446         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
13447
13448 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
13449
13450         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
13451
13452         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
13453         info.
13454
13455 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
13456
13457         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
13458         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
13459         strcpy-sse2-unaligned strncpy-sse2-unaligned
13460         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
13461         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
13462         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
13463         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
13464         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
13465         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
13466         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
13467         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
13468         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
13469         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
13470         (STRCPY): Support SSE2 and SSSE3 versions.
13471
13472 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
13473
13474         [BZ #12874]
13475         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
13476         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
13477         kernels which artificially limit size of requests.
13478
13479 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
13480
13481         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
13482         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
13483         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
13484         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
13485         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
13486         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
13487         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
13488         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
13489         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
13490         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
13491         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
13492         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
13493         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
13494         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
13495         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
13496         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13497         Enable unaligned load optimization for Intel Core i3, i5 and i7
13498         processors.
13499         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
13500         Define.
13501         (index_Fast_Unaligned_Load): Define.
13502         (HAS_FAST_UNALIGNED_LOAD): Define.
13503
13504 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
13505
13506         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
13507
13508 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
13509
13510         [BZ #12907]
13511         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
13512         until it is clear that the information is realy needed.
13513         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
13514
13515 2011-06-22  Andreas Schwab  <schwab@redhat.com>
13516
13517         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
13518
13519 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
13520
13521         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
13522         /sys/devices/system/cpu/online if it is usable.
13523
13524         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
13525         reading the information from the /proc filesystem to once a second.
13526
13527 2011-06-21  Andreas Jaeger  <aj@suse.de>
13528
13529         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
13530         NULL after inclusion of kernel headers.
13531
13532 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
13533
13534         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
13535         calls to internal_setent.
13536
13537         [BZ #12885]
13538         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
13539         addresses using gethostbyname4_r ignore IPv4 addresses.
13540
13541         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
13542         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
13543
13544         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
13545
13546 2011-06-20  David S. Miller  <davem@davemloft.net>
13547
13548         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
13549         inclusions.
13550         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
13551
13552         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
13553         (elf_irel): Use it.
13554         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
13555         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
13556         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
13557         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
13558         * sysdeps/x86_64/dl-irel.h: Likewise.
13559
13560         * elf/dl-runtime.c: Use elf_ifunc_invoke.
13561         * elf/dl-sym.c: Likewise.
13562
13563 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
13564
13565         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
13566         need to dereference resplen2.
13567
13568 2011-06-14  Andreas Schwab  <schwab@redhat.com>
13569
13570         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
13571
13572 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
13573
13574         * Makeconfig: Define vardbdir and inst_vardbdir.
13575         * nss/Makefile: Add rules to install db-Makefile.
13576
13577         * nss/nss_db/db-XXX.c: Cleanup.
13578
13579         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
13580         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
13581         GLIBC_PRIVATE.
13582         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
13583         * nss/makedb.c: Implement -g option to specify that value strings
13584         are generated and should not be added to table iterated over for
13585         get*ent calls.
13586         * nss/nss_db/db-initgroups.c: New file.
13587
13588         * nss/getent.c: Add support for initgroups lookups through getgrouplist
13589         interface.
13590
13591         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
13592         (internal_getgrouplist): Adjust to name change.
13593         Update use_initgroups_entry if this is not the first call.
13594         * nss/databases.def: Add initgroups entry.
13595
13596         * nss/makedb.c (compute_tables): Check result of multiple hash table
13597         sizes to minimize maximum chain length.
13598
13599 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
13600
13601         * Versions.def: Add entry for libnss_db.
13602         * shlib-versions: Likewise.
13603         * nss/Makefile: Add rules to build libnss_db.
13604         * nss/Versions: Add libnss_db information.  Organize libnss_files
13605         entries better.
13606         * nss/db-Makefile: Add gshadow support.  Change rules for the new
13607         makedb progra.  Some minor improvements to generate smaller files.
13608         * nss/nss_db/nss_db.h: Move NSS database header data structures to
13609         here from...
13610         * nss/makedb.c: ...here.
13611         Improve database format to be smaller and require less memory at
13612         runtime.
13613         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
13614         db anymore.
13615         * nss/nss_db/db-netgrp.c: Likewise.
13616         * nss/nss_db/db-open.c: Likewise.
13617         * nss/nss_files/flies-XXX.x: Adjust comments.
13618         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
13619         * nss/nss_files/files-grp.c: Likewise.
13620         * nss/nss_files/files-hosts.c: Likewise.
13621         * nss/nss_files/files-network.c: Likewise.
13622         * nss/nss_files/files-proto.c: Likewise.
13623         * nss/nss_files/files-pwd.c: Likewise.
13624         * nss/nss_files/files-rpc.c: Likewise.
13625         * nss/nss_files/files-service.c: Likewise.
13626         * nss/nss_files/files-sgrp.c: Likewise.
13627         * nss/nss_files/files-spwd.c: Likewise.
13628         * nss/nss_db/db-alias.c: Removed.
13629         * nss/nss_db/dummy-db.h: Removed.
13630
13631 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
13632
13633         * nss/makedb.c: Rewritten to not use database library.
13634         * nss/Makefile: Update to build new makedb program.
13635
13636 2011-06-14  Andreas Jaeger  <aj@suse.de>
13637
13638         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
13639         memset declaration.
13640
13641 2011-06-10  Andreas Schwab  <schwab@redhat.com>
13642
13643         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
13644         tmpbuf.
13645
13646 2011-06-10  Roland McGrath  <roland@hack.frob.com>
13647
13648         * Makerules (shlib.lds): Fail if the linker script comes out empty.
13649         * elf/Makefile ($(objpfx)ld.so): Likewise.
13650
13651         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
13652         Don't list ld.so twice in dependencies.
13653
13654         * posix/bug-regex31.c: Include <stdlib.h>.
13655
13656         * nscd/hstcache.c (cache_addhst): Remove unused variable.
13657
13658         * nis/nss_compat/compat-spwd.c
13659         (getspent_next_nss_netgr): Remove unused variable.
13660         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
13661
13662         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
13663         nonmembers" output to use the right array.
13664
13665         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
13666
13667         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
13668
13669         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
13670         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
13671         * catgets/gencat.c (read_input_file): Likewise.
13672         * locale/programs/locarchive.c (enlarge_archive): Likewise.
13673
13674         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
13675         variable definition inside #if's controlling its use.
13676
13677         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
13678
13679         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
13680
13681         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
13682
13683         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
13684         unreachable code.
13685
13686         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
13687
13688         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
13689         * configure: Regenerated.
13690
13691         * Makerules: Revert last change.
13692         * elf/Makefile: Likewise.
13693
13694 2011-06-09  Roland McGrath  <roland@hack.frob.com>
13695
13696         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
13697         * elf/Makefile ($(objpfx)librtld.os): Likewise.
13698         (reloc-link): Likewise.
13699
13700 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
13701
13702         * elf/Makefile: Add rules to build pldd.
13703         * elf/pldd.c: New file.
13704         * elf/pldd-xx.c: New file.
13705
13706 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
13707
13708         * version.h: Update for 2.15 development version.
13709
13710 2011-06-07  David S. Miller  <davem@davemloft.net>
13711
13712         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
13713         ifuncs.
13714         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
13715         elf_machine_lazy_rel): Likewise.
13716         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
13717         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
13718         elf_machine_lazy_rel): Likewise.
13719         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
13720         dl_hwcap via passed in argument.
13721         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
13722         Likewise.
13723
13724 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13725
13726         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
13727
13728 2011-06-06  Roland McGrath  <roland@hack.frob.com>
13729
13730         [BZ #12849]
13731         * manual/fdl-1.1.texi: New file, verbatim from:
13732         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
13733         * manual/lgpl-2.1.texi: New file, verbatim from:
13734         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
13735         * manual/Makefile (licenses): New variable, list those new file names.
13736         (texis): Use it.
13737         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
13738
13739         * manual/fdl.texi: File removed.
13740         * manual/lesser.texi: File removed.
13741         * manual/libc.texinfo (Copying, Documentation License):
13742         Use new @include file names, put @appendix directive before @include.
13743
13744 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
13745
13746         [BZ #12841]
13747         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
13748         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
13749         (mq_open): Add __NTH.
13750
13751 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
13752
13753         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13754         Assume Intel Core i3/i5/i7 processor if AVX is available.
13755
13756 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
13757
13758         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
13759         typo.
13760
13761 2011-05-31  Andreas Schwab  <schwab@redhat.com>
13762
13763         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
13764         memory.  Use alloca_account.  Fix memory leak when retrying.
13765
13766 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
13767
13768         * version.h (RELEASE): Bump for 2.14 release.
13769         * include/features.h (__GLIBC_MINOR__): Bump to 14.
13770
13771         * config.make.in (RANLIB): Remove entry.
13772
13773 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
13774
13775         * po/Makefile (po-sed-cmd): Add ksh to extensions.
13776         (libc.pot): Work around missing support for .ksh extension in xgettext.
13777
13778         [BZ #12684]
13779         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
13780         if both request failed.
13781         (send_dg): In case of server errors clear resplen or *resplen2.
13782
13783         [BZ #12454]
13784         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
13785         when there are multiple maps.
13786         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
13787         (_dl_fini): Remove test here.
13788
13789         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
13790
13791 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
13792
13793         [BZ #12350]
13794         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
13795         bit from old_res_options.
13796         (gaih_inet): Likewise.
13797
13798         [BZ #11099]
13799         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
13800         as signed.
13801
13802         * resolv/res_init.c (res_setoptions): Make the code more compact.
13803
13804         [BZ #11558]
13805         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
13806         set RES_USEVC.
13807
13808         [BZ #11634]
13809         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
13810
13811         * malloc/malloc.h: Mark malloc hook variables as deprecated.
13812
13813         [BZ #11781]
13814         * malloc/malloc.h: Declare malloc hook variables as volatile.
13815
13816         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
13817         in last patch.
13818
13819         [BZ #11799]
13820         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
13821         raise in the comment.
13822         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
13823         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
13824         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
13825
13826 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
13827
13828         [BZ #12811]
13829         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
13830         grow the buffers more if it already has to be sufficient.
13831         (build_wcs_upper_buffer): Likewise.
13832         * posix/regexec.c (check_matching): Likewise.
13833         (clean_state_log_if_needed): Likewise.
13834         (extend_buffers): Don't enlarge buffers beyond size of the input
13835         buffer.
13836         Patches mostly by Emil Wojak <emil@wojak.eu>.
13837         * posix/bug-regex32.c: New file.
13838         * posix/Makefile (tests): Add bug-regex32.
13839
13840         * locale/findlocale.c (_nl_find_locale): Return right away if
13841         _nl_explode_name failed.
13842         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
13843
13844         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
13845
13846         * debug/xtrace.sh: Unify messages.
13847         * malloc/memusage.sh: Likewise.
13848
13849         [BZ #12813]
13850         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
13851         time symbol from vDSO.  Substitute with vsyscall if not available.
13852         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
13853         __vdso_time.
13854
13855         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
13856         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
13857         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
13858         Add sendmmsg and internal_sendmmsg.
13859         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
13860         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
13861         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
13862
13863         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
13864         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
13865         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
13866
13867 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
13868
13869         [BZ #12813]
13870         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
13871         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
13872         available.
13873         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
13874         __vdso_getcpu.
13875
13876         [BZ #12814]
13877         * iconvdata/Makefile (tests): Add bug-iconv9.
13878         * iconvdata/bug-iconv9.c: New file.
13879
13880 2011-05-27  Andreas Schwab  <schwab@redhat.com>
13881
13882         [BZ #12814]
13883         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
13884
13885 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
13886
13887         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
13888         (struct user_regs_struct): Change intcs field back to cs.
13889
13890 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
13891
13892         * po/ja.po: Update from translation team.
13893
13894 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
13895
13896         [BZ #12795]
13897         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
13898         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
13899
13900 2011-05-20  Andreas Schwab  <schwab@redhat.com>
13901
13902         * stdlib/longlong.h: Update from GCC.
13903
13904 2011-05-23  Andreas Schwab  <schwab@redhat.com>
13905
13906         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
13907         parameter name.
13908         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
13909         Add parameter name.
13910         (__sysconf): Pass it down.
13911
13912 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
13913
13914         [BZ #12671]
13915         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
13916         some situations.
13917         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
13918         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
13919         add in in __libc_use_alloca calls.  Adjust callers.
13920         (glob): Use malloc in some situations.
13921
13922         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
13923         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
13924         pltexit.
13925
13926 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
13927
13928         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
13929         and CLOCK_BOOTTIME_ALARM.
13930
13931         [BZ #12782]
13932         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
13933         is returned.
13934
13935         * string/_strerror.c (__strerror_r): Print negative errors as signed
13936         numbers.
13937
13938         [BZ #12777]
13939         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
13940         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
13941         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
13942
13943         * configure.in: Fix typo in redirection and correct removal of test
13944         files in two cases.
13945
13946         [BZ #12788]
13947         * locale/setlocale.c (new_composite_name): Fix test to check for
13948         identical name of all categories.
13949
13950         [BZ #12792]
13951         * libio/filedoalloc.c (local_isatty): New function.
13952         (_IO_file_doallocate): Use local_isatty.
13953         * stdio-common/perror.c (perror): In case a new stream is used
13954         forward the stream error.
13955         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
13956         error flag.
13957
13958 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
13959
13960         [BZ #11869]
13961         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
13962         alloca.
13963         * include/alloca.h (extend_alloca_account): Define.
13964
13965         [BZ #11857]
13966         * posix/regex.h: Fix comments with documentation of user-accessible
13967         fields after compilation and describe correct free'ing of pattern
13968         after re_compile_pattern.
13969         Patch by Reuben Thomas <rrt@sc3d.org>.
13970
13971 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
13972
13973         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
13974         and -mno-altivec to prevent the compiler from using Altivec and/or
13975         VSX instructions when the corresponding registers are not available.
13976
13977 2011-05-19  Andreas Schwab  <schwab@redhat.com>
13978
13979         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
13980
13981 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
13982
13983         * libio/freopen.c (freopen): Use __dup2, not dup2.
13984         * libio/freopen64.c (freopen64): Likewise.
13985
13986 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
13987
13988         [BZ #12775]
13989         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
13990         * math/Makefile (tests): Add test-powl.
13991         (CFLAGS-test-powl.c): Define.
13992         * math/test-powl.c: New file.
13993
13994 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
13995
13996         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
13997
13998 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
13999
14000         [BZ #11837]
14001         * iconvdata/gb18030.c: Update to GB18020-2005.
14002
14003 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
14004
14005         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
14006         RE_SYNTAX_POSIX_AWK): Update to match recent development.
14007         Patch by Aharon Robbins <arnold@skeeve.com>.
14008
14009         [BZ #11892]
14010         * stdlib/putenv.c (putenv): Don't always create copy of the variable
14011         on the stack.
14012
14013         [BZ #11895]
14014         * misc/pselect.c (__pselect): Handle timeout value errors hidden
14015         through underflows.
14016
14017         [BZ #12766]
14018         * misc/error.c (error_at_line): Ensure file_name and old_file_name
14019         point to strings before performing equality test for error_one_per_line
14020         mode.
14021
14022         [BZ #11697]
14023         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
14024
14025         [BZ #11820]
14026         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
14027         (struct user_fpregs_struct): Avoid __uint*_t types.
14028
14029         [BZ #6420]
14030         * malloc/mtrace.c (tr_where): Add additional parameter to point to
14031         symbol info.  Use it instead of calling _dl_addr locally.
14032         (lock_and_info): New function.
14033         (tr_freehook): Call lock_and_info and pass symbol info as additional
14034         parameter to tr_where.
14035         (tr_mallochook): Likewise.
14036         (tr_reallochook): Likewise.
14037         (tr_memalignhook): Likewise.
14038
14039         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
14040         used and couldn't be at all thread-safe.
14041
14042 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
14043
14044         * libio/freopen.c (freopen): Don't close old file descriptor
14045         before the new one is opened.  Instead dup the new file descriptor
14046         to the old one after the new stream is created.
14047         * libio/freopen64.c (freopen64): Likewise.
14048         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
14049         * libio/fileops.c (_IO_new_file_close_it): Handle new
14050         _IO_FLAGS2_NOCLOSE flag.
14051         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
14052         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
14053         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
14054         _IO_FLAGS2_NOCLOSE flag.
14055         * include/unistd.h: Add hidden_proto for dup3.
14056         Define __have_dup3.
14057         * io/dup3.c: Define hidden symbol.
14058         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
14059
14060         [BZ #7101]
14061         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
14062         when an incomplete long option is used.
14063         * posix/tst-getopt_long1.c: New file.
14064         * posix/Makefile (tests): Add tst-getopt_long1.
14065
14066         [BZ #10138]
14067         * scripts/config.guess: Update from autoconf-2.68.
14068         * scripts/config.sub: Likewise.
14069
14070         [BZ #10157]
14071         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
14072         tests into ...
14073         (has_cpuclock): ...this.  New function.
14074         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
14075         macro here based on has_cpuclock code.
14076
14077         [BZ #10149]
14078         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
14079         First byte (not low byte) is now always NUL.
14080         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
14081
14082         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
14083         Use non-cancelable interfaces.
14084
14085         [BZ #9809]
14086         * locale/iso-639.def: Add entry for Sorani.
14087
14088         [BZ #11901]
14089         * include/stdlib.h: Move include protection to the right place.
14090         Define abort_msg_s.  Declare __abort_msg with it.
14091         * stdlib/abort.c (__abort_msg): Adjust type.
14092         * assert/assert.c (__assert_fail_base): New function.  Majority
14093         of code from __assert_fail.  Allocate memory for __abort_msg with
14094         mmap.
14095         (__assert_fail): Now call __assert_fail_base.
14096         * assert/assert-perr.c: Remove bulk of implementation.  Use
14097         __assert_fail_base.
14098         * include/assert.hL Declare __assert_fail_base.
14099         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
14100         mmap.
14101         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
14102
14103 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
14104
14105         [BZ #11952]
14106         [BZ #12453]
14107         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
14108         until all modules are registered in the DTV.
14109         * elf/Makefile: Add rules to build and run tst-tls19.
14110         * elf/tst-tls19.c: New file.
14111         * elf/tst-tls19mod1.c: New file.
14112         * elf/tst-tls19mod2.c: New file.
14113         * elf/tst-tls19mod3.c: New file.
14114         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
14115
14116         [BZ #12083]
14117         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
14118         correctly.
14119
14120         [BZ #12601]
14121         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
14122         two-byte sequence errors.
14123         * iconvdata/Makefile (tests): Add bug-iconv8.
14124         * iconvdata/bug-iconv8.c: New file.
14125
14126         [BZ #12626]
14127         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
14128         buf2 definition.
14129
14130         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
14131
14132         [BZ #12432]
14133         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
14134         (dummy_getcfa): New function.
14135         (init): Get _Unwind_GetCFA address, use dummy if not found.
14136         (backtrace_helper): In recursion check, also check whether CFA changes.
14137         (__backtrace): Completely initialize arg.
14138
14139         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
14140         storing incomplete byte sequence in state object.  Avoid testing for
14141         guaranteed too small input if we know there is enough data available.
14142
14143 2011-05-11  Andreas Schwab  <schwab@redhat.com>
14144
14145         * Makeconfig (+link-pie): Indent.
14146         * Rules (binaries-pie): Define if $(have-fpie) and
14147         $(build-shared).
14148         (binaries-shared): Also filter out $(binaries-pie).
14149         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
14150         * nscd/Makefile (others-pie): Add nscd.
14151         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
14152         ($(objpfx)nscd): Remove command override.
14153         * login/Makefile (others-pie): Add pt_chown.
14154         ($(objpfx)pt_chown): Remove command override.
14155         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
14156         remove command overrides.
14157
14158 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
14159
14160         * libio/tst_putwc.c: Fix error messages.
14161
14162         [BZ #12724]
14163         * libio/fileops.c (_IO_new_file_close_it): Always flush when
14164         currently writing and seek to current position when not.
14165         * libio/Makefile (tests): Add bug-fclose1.
14166         * libio/bug-fclose1.c: New file.
14167
14168 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
14169
14170         [BZ #12511]
14171         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
14172         don't set DF_1_NODELETE here.
14173         (do_lookup_x): When entering new entry test for copy relocation
14174         and if necessary set DF_1_NODELETE flag.
14175         * elf/tst-unique4.cc: New file.
14176         * elf/tst-unique4.h: New file.
14177         * elf/tst-unique4lib.cc: New file.
14178         * elf/Makefile: Add rules to build and run tst-unique4.
14179         Patch by Piotr Bury <pbury@goahead.com>.
14180
14181 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
14182
14183         [BZ #12052]
14184         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
14185
14186         [BZ #12625]
14187         * misc/mntent_r.c (addmntent): Flush the stream after the output
14188
14189         [BZ #12393]
14190         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
14191         (is_trusted_path_normalize): Skip initial colon.  Append slash
14192         to empty buffer.  Duplicate is_trusted_path code but allow
14193         constructed patch to be prefix.
14194         (is_dst): Allow $ORIGIN followed by /.
14195         (_dl_dst_substitute): Correct clearing of check_for_trusted.
14196         Correct testing of result of is_trusted_path_normalize
14197         (decompose_rpath): Fix warning.
14198
14199 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
14200
14201         [BZ #11257]
14202         * grp/initgroups.c (internal_getgrouplist): When we found the service
14203         list through the initgroups entry in nsswitch.conf do not always
14204         continue on a successful lookup.  Don't always use the
14205         __nss_group_database value if it is set.
14206         * nss/nsswitch.conf (initgroups): Change action for successful db
14207         lookup to continue for compatibility.
14208
14209 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
14210
14211         [BZ #11532]
14212         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
14213         and CP774 modules.
14214         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
14215         and CP774 modules.
14216         * iconvdata/tst-tables.sh: Likewise.
14217         * iconvdata/cp770.c: New file.
14218         * iconvdata/cp771.c: New file.
14219         * iconvdata/cp772.c: New file.
14220         * iconvdata/cp773.c: New file.
14221         * iconvdata/cp774.c: New file.
14222         * iconvdata/testdata/CP770: New file.
14223         * iconvdata/testdata/CP770..UTF8: New file.
14224         * iconvdata/testdata/CP771: New file.
14225         * iconvdata/testdata/CP771..UTF8: New file.
14226         * iconvdata/testdata/CP772: New file.
14227         * iconvdata/testdata/CP772..UTF8: New file.
14228         * iconvdata/testdata/CP773: New file.
14229         * iconvdata/testdata/CP773..UTF8: New file.
14230         * iconvdata/testdata/CP774: New file.
14231         * iconvdata/testdata/CP774..UTF8: New file.
14232
14233         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
14234         END CHARMAP line.
14235         * iconvdata/gen-8bit-gap.sh: Likewise.
14236         * iconvdata/gen-8bit.sh: Likewise.
14237
14238         * locale/iso-639.def: Add ary entry.
14239
14240         [BZ #11258]
14241         * locale/C-translit.h.in: Add U20A1 transliteration.
14242
14243         [BZ #12178]
14244         * locale/iso-639.def: Add wae entry.
14245         Patch by Kevin Bortis <bortis@translate-wae.ch>.
14246
14247         [BZ #12545]
14248         * locale/programs/localedef.c (construct_output_path): Use ssize_t
14249         for n.
14250
14251         [BZ #12711]
14252         * locale/C-translit.h.in: Add entry for U20B9.
14253         Patch by pravin.d.s@gmail.com.
14254
14255 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
14256
14257         [BZ #12713]
14258         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
14259         ENAMETOOLONG use generic getcwd.
14260         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
14261         in rtld.  Use *stat64.
14262         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
14263         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
14264         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
14265         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
14266         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
14267         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
14268         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
14269         __fstatat64 macros.
14270         * include/dirent.h: Add libc_hidden_proto for rewinddir.
14271         * dirent/rewinddir.c: Add libc_hidden_def.
14272         * sysdeps/mach/hurd/rewinddir.c: Likewise.
14273         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
14274
14275         * include/dirent.h (__alloc_dir): Add flags parameter.
14276         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
14277         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
14278         __alloc_dir.
14279         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
14280         from fdopendir if O_CLOEXEC is already set.
14281
14282 2011-03-15  Alan Modra  <amodra@gmail.com>
14283
14284         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
14285         l_tls_firstbyte_offset non-zero.  Save padding offset in
14286         l_tls_firstbyte_offset for later use.
14287         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
14288         freeing static tls block.
14289
14290 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
14291
14292         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
14293         where #ifdef was intended.  The intent is to prevent ARG_MAX from
14294         being defined by the kernel headers.
14295
14296 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
14297
14298         [BZ #12734]
14299         * resolv/resolv.h: Define RES_NOTLDQUERY.
14300         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
14301         no-tld-query and set RES_NOTLDQUERY.
14302         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
14303         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
14304         modern BIND to search name as TLD unless forbidden.
14305
14306 2011-05-07  Petr Baudis  <pasky@suse.cz>
14307             Ulrich Drepper  <drepper@gmail.com>
14308
14309         [BZ #12393]
14310         * elf/dl-load.c (fillin_rpath): Move trusted path check...
14311         (is_trusted_path): ...to here.
14312         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
14313         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
14314         using is_trusted_path_normalize() in setuid scripts.
14315
14316 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
14317
14318         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
14319         __BEGIN/__END_DECLS.
14320
14321 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
14322
14323         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
14324         NSS_STATUS_NOTFOUND if no record was found.
14325
14326 2011-05-05  Andreas Schwab  <schwab@redhat.com>
14327
14328         * sunrpc/Makefile (headers): Add rpc/netdb.h.
14329         (headers-not-in-tirpc): Remove rpc/netdb.h
14330         * resolv/netdb.h: Revert last change.
14331
14332 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
14333
14334         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
14335         circular dependency between libgcc.a and libc.a.
14336
14337 2011-05-05  Andreas Schwab  <schwab@redhat.com>
14338
14339         * resolv/netdb.h: Don't include <rpc/netdb.h>.
14340         * nis/Makefile: Don't install rpcsvc/*.
14341         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
14342         instead of <rpc/types.h>.
14343         (MAXHOSTNAMELEN): Define.
14344
14345 2011-05-03  Andreas Schwab  <schwab@redhat.com>
14346
14347         * elf/ldconfig.c (add_dir): Don't crash on empty path.
14348
14349 2011-04-28  Maciej Babinski  <mbabinski@google.com>
14350
14351         [BZ #12714]
14352         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
14353         gethostbyname4_r when IPv6 results are possible.
14354
14355 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
14356
14357         [BZ #12723]
14358         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
14359         _PC_PIPE_BUF handling.
14360
14361 2011-04-30  Bruno Haible  <bruno@clisp.org>
14362
14363         [BZ #12717]
14364         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
14365         * resolv/netdb.h (getnameinfo): Change type of flags parameter
14366         to 'int'.
14367         * inet/getnameinfo.c (getnameinfo): Likewise.
14368
14369 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
14370
14371         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
14372         to groups setting in database lookup.
14373         * nss/nsswitch.conf: Add initgroups entry.
14374
14375 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
14376
14377         [BZ #12685]
14378         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
14379         mode string.
14380         Patch by Eric Blake <eblake@redhat.com>.
14381
14382 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
14383
14384         * sunrpc/Makefile (need-export-routines): Add svc_run.
14385         (routines): Remove svc_run.
14386         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
14387         * sunrpc/clnt_perr.c (clnt_perrno): Export.
14388         * sunrpc/svc_run.c (svc_run): Likewise.
14389         * sunrpc/svc_udp.c (svcudp_create): Likewise.
14390
14391 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
14392
14393         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
14394         problem in reallocation in last patch.
14395
14396 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
14397
14398         * sunrpc/Makefile: Move inclusion of Rules.
14399
14400 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
14401
14402         * nss/nss_files/files-initgroups.c: New file.
14403         * nss/Makefile (libnss_files-routines): Add files-initgroups.
14404         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
14405         _nss_files_initgroups_dyn.
14406
14407 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
14408
14409         * elf/elf.h (R_ARM_IRELATIVE): Define.
14410
14411 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
14412
14413         * po/ru.po: Update from translation team.
14414
14415 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
14416
14417         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
14418         dependencies.
14419
14420 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
14421
14422         [BZ #12653]
14423         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
14424         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
14425         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
14426         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
14427         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
14428
14429 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
14430
14431         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
14432         differing bytes.
14433         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
14434         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
14435         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
14436
14437 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
14438
14439         [BZ #12420]
14440         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
14441         storing it.
14442         * stdlib/bug-getcontext.c: New file.
14443         * stdlib/Makefile: Add rules to build and run bug-getcontext.
14444
14445 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14446
14447         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
14448         instructions into .machine "z9-109".
14449         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
14450         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
14451
14452 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14453
14454         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
14455         between environment variables and auxiliary vector.
14456
14457 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
14458
14459         * Makefile: Add rules to build linkobj/libc.so.
14460         * include/libc-symbols.h: Define libc_hidden_nolink.
14461         * include/rpc/auth.h: Mark functions which are to be hidden.
14462         * include/rpc/auth_des.h: Likewise.
14463         * include/rpc/auth_unix.h: Likewise.
14464         * include/rpc/clnt.h: Likewise.
14465         * include/rpc/des_crypt.h: Likewise.
14466         * include/rpc/key_prot.h: Likewise.
14467         * include/rpc/pmap_clnt.h: Likewise.
14468         * include/rpc/pmap_prot.h: Likewise.
14469         * include/rpc/pmap_rmt.h: Likewise.
14470         * include/rpc/rpc_msg.h: Likewise.
14471         * include/rpc/svc.h: Likewise.
14472         * include/rpc/svc_auth.h: Likewise.
14473         * include/rpc/xdr.h: Likewise.
14474         * nis/Makefile: Link all DSOs against linkobj/libc.so.
14475         * nss/Makefile: Likewise.
14476         * sunrpc/Makefile: Don't install headers.  Build library with normal
14477         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
14478         * sunrpc/auth_des.c: Hide exported symbols by default, export some
14479         for the compat linking library.  Remove use of INTDEF/INTUSE.
14480         * sunrpc/auth_none.c: Likewise.
14481         * sunrpc/auth_unix.c: Likewise.
14482         * sunrpc/authdes_prot.c: Likewise.
14483         * sunrpc/authuxprot.c: Likewise.
14484         * sunrpc/clnt_gen.c: Likewise.
14485         * sunrpc/clnt_perr.c: Likewise.
14486         * sunrpc/clnt_raw.c: Likewise.
14487         * sunrpc/clnt_simp.c: Likewise.
14488         * sunrpc/clnt_tcp.c: Likewise.
14489         * sunrpc/clnt_udp.c: Likewise.
14490         * sunrpc/clnt_unix.c: Likewise.
14491         * sunrpc/des_crypt.c: Likewise.
14492         * sunrpc/des_soft.c: Likewise.
14493         * sunrpc/get_myaddr.c: Likewise.
14494         * sunrpc/key_call.c: Likewise.
14495         * sunrpc/key_prot.c: Likewise.
14496         * sunrpc/netname.c: Likewise.
14497         * sunrpc/pm_getmaps.c: Likewise.
14498         * sunrpc/pm_getport.c: Likewise.
14499         * sunrpc/pmap_clnt.c: Likewise.
14500         * sunrpc/pmap_prot.c: Likewise.
14501         * sunrpc/pmap_prot2.c: Likewise.
14502         * sunrpc/pmap_rmt.c: Likewise.
14503         * sunrpc/publickey.c: Likewise.
14504         * sunrpc/rpc_cmsg.c: Likewise.
14505         * sunrpc/rpc_common.c: Likewise.
14506         * sunrpc/rpc_dtable.c: Likewise.
14507         * sunrpc/rpc_prot.c: Likewise.
14508         * sunrpc/rpc_thread.c: Likewise.
14509         * sunrpc/rtime.c: Likewise.
14510         * sunrpc/svc.c: Likewise.
14511         * sunrpc/svc_auth.c: Likewise.
14512         * sunrpc/svc_authux.c: Likewise.
14513         * sunrpc/svc_raw.c: Likewise.
14514         * sunrpc/svc_run.c: Likewise.
14515         * sunrpc/svc_simple.c: Likewise.
14516         * sunrpc/svc_tcp.c: Likewise.
14517         * sunrpc/svc_udp.c: Likewise.
14518         * sunrpc/svc_unix.c: Likewise.
14519         * sunrpc/svcauth_des.c: Likewise.
14520         * sunrpc/xcrypt.c: Likewise.
14521         * sunrpc/xdr.c: Likewise.
14522         * sunrpc/xdr_array.c: Likewise.
14523         * sunrpc/xdr_float.c: Likewise.
14524         * sunrpc/xdr_intXX_t.c: Likewise.
14525         * sunrpc/xdr_mem.c: Likewise.
14526         * sunrpc/xdr_rec.c: Likewise.
14527         * sunrpc/xdr_ref.c: Likewise.
14528         * sunrpc/xdr_sizeof.c: Likewise.
14529         * sunrpc/xdr_stdio.c: Likewise.
14530
14531 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
14532
14533         [BZ #12650]
14534         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
14535         * sysdeps/ia64/dl-tls.h: Likewise.
14536         * sysdeps/powerpc/dl-tls.h: Likewise.
14537         * sysdeps/s390/dl-tls.h: Likewise.
14538         * sysdeps/sh/dl-tls.h: Likewise.
14539         * sysdeps/sparc/dl-tls.h: Likewise.
14540         * sysdeps/x86_64/dl-tls.h: Likewise.
14541         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
14542
14543 2011-03-14  Andreas Schwab  <schwab@redhat.com>
14544
14545         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
14546         rpath element also skip the following colon.
14547         (expand_dynamic_string_token): Add is_path parameter and pass
14548         down to DL_DST_REQUIRED and _dl_dst_substitute.
14549         (decompose_rpath): Call expand_dynamic_string_token with
14550         non-zero is_path.  Ignore empty rpaths.
14551         (_dl_map_object_from_fd): Call expand_dynamic_string_token
14552         with zero is_path.
14553
14554 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
14555
14556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
14557         Make cancelable.
14558
14559 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
14560
14561         [BZ #12655]
14562         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
14563         Patch by Filipe David Manana <fdmanana@apache.org>.
14564
14565 2011-04-07  Andreas Schwab  <schwab@redhat.com>
14566
14567         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
14568         Maintain aligned stack.
14569         (CHECK_RSP): Remove unused macro.
14570
14571 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
14572
14573         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
14574         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
14575
14576 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
14577
14578         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
14579
14580         * include/features.h: Mention __USE_XOPEN2K8 in comment.
14581
14582 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
14583
14584         [BZ #12518]
14585         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
14586         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
14587         * sysdeps/x86_64/memmove.c: New file.
14588         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
14589         (memcpy): Renamed to ...
14590         (__new_memcpy): This.
14591         (memcpy): Provide GLIBC_2_14 memcpy.
14592         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
14593         (memcpy): Provide GLIBC_2_2_5 memcpy.
14594
14595 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
14596
14597         [BZ #12631]
14598         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
14599
14600 2011-03-30  Andreas Schwab  <schwab@redhat.com>
14601
14602         * misc/syncfs.c: New file.
14603         * misc/Makefile (routines): Add syncfs.
14604         * posix/unistd.h: Declare syncfs.
14605         * sysdeps/unix/syscalls.list: Add syncfs.
14606
14607 2011-04-01  Andreas Schwab  <schwab@redhat.com>
14608
14609         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
14610         open_by_handle_at.
14611         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14612         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14613         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14614         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14615         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14616         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
14617         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14618
14619 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
14620
14621         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
14622         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14623         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14624         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14625         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14626         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14627         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14628
14629         * io/Makefile: Compile fallocate.c, fallocate64.c, and
14630         sync_file_range.c with -fexceptions.
14631         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
14632         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
14633         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
14634         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
14635         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
14636         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
14637         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
14638         sync_file_range as cancellation point
14639         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
14640         now a wrapper around __call_sync_file_range with cancellation handling.
14641         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
14642         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
14643         function name to __call_sync_file_range.
14644         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
14645         Add call_sync_file_range.
14646
14647 2011-04-01  Andreas Schwab  <schwab@redhat.com>
14648
14649         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
14650         bits/timex.h.
14651
14652 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
14653
14654         * iconv/iconv.h: Fix typo in comment.
14655         * io/fcntl.h: Likewise.
14656         * libio/stdio.h: Likewise.
14657         * posix/spawn.h: Likewise.
14658         * posix/unistd.h: Likewise.
14659         * stdlib/stdlib.h: Likewise.
14660         * time/time.h: Likewise.
14661         * wcsmbs/wchar.h: Likewise.
14662
14663         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
14664         open_by_handle): Add.
14665         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
14666         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
14667         Augment a few comments.
14668         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14669         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14670         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14671         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14672         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14673         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
14674         open_by_handle.
14675
14676         * io/fcntl.h (AT_EMPTY_PATH): Define.
14677
14678 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
14679
14680         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
14681         * sysdeps/unix/sysv/linux/bits/time.h: New file.
14682         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
14683         to...
14684         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
14685         * Versions.def: Add GLIBC_2.14.
14686         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
14687         Export.
14688
14689 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
14690
14691         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
14692         round counter.
14693         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
14694
14695 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
14696
14697         [BZ #12597]
14698         * string/test-strncmp.c (do_page_test): New function.
14699         (check2): Likewise.
14700         (test_main): Call check2.
14701         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
14702
14703 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
14704
14705         [BZ #12587]
14706         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
14707         Handle cache information in CPU leaf 4.
14708         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
14709
14710 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
14711
14712         [BZ #12583]
14713         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
14714         character representation.
14715         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
14716
14717 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
14718
14719         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
14720         END(__isnan) to END(__isnanf) to match function entry point/label
14721         EALIGN(__isnanf,...).
14722
14723 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
14724
14725         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
14726
14727 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
14728
14729         [BZ #12510]
14730         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
14731         copy from the symbol referenced in the relocation to initialize the
14732         used variable.
14733         Patch by Piotr Bury <pbury@goahead.com>.
14734         * elf/Makefile: Add rules to build and tst-unique3.
14735         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
14736         * elf/tst-unique3.cc: New file.
14737         * elf/tst-unique3.h: New file.
14738         * elf/tst-unique3lib.cc: New file.
14739         * elf/tst-unique3lib2.cc: New file.
14740
14741         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
14742
14743 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
14744
14745         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
14746         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
14747         to _start.
14748
14749 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
14750
14751         * elf/dl-load.c (_dl_map_object): If we are looking for the first
14752         to-be-loaded object along a path to loader is ld.so.
14753
14754 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
14755             Ulrich Drepper  <drepper@gmail.com>
14756
14757         * sysdeps/x86_64/memset.S: After aligning destination, code
14758         branches to different locations depending on the value of
14759         misalignment, when multiarch is enabled. Fix this.
14760
14761 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
14762
14763         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
14764         Set _x86_64_preferred_memory_instruction for AMD processsors.
14765         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14766         Set bit_Prefer_SSE_for_memop for AMD processors.
14767
14768 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
14769
14770         * libio/fmemopen.c (fmemopen): Optimize a bit.
14771
14772 2011-03-03  Andreas Schwab  <schwab@redhat.com>
14773
14774         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
14775
14776 2011-03-03  Roland McGrath  <roland@redhat.com>
14777
14778         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
14779
14780 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
14781
14782         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
14783         __bzero_ultra1 instead of __memset_ultra1.
14784
14785 2011-02-23  Andreas Schwab  <schwab@redhat.com>
14786             Ulrich Drepper  <drepper@gmail.com>
14787
14788         [BZ #12509]
14789         * include/link.h (struct link_map): Add l_orig_initfini.
14790         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
14791         returning unsuccessfully.
14792         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
14793         close of a file loaded at startup, restore the original l_initfini
14794         list.
14795         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
14796         list, store the pointer.
14797         * elf/Makefile ($(objpfx)noload-mem): New rule.
14798         (noload-ENV): Define.
14799         (tests): Add $(objpfx)noload-mem.
14800         * elf/noload.c: Include <memcheck.h>.
14801         (main): Call mtrace.  Close all opened handles.
14802
14803 2011-02-17  Andreas Schwab  <schwab@redhat.com>
14804
14805         [BZ #12454]
14806         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
14807         dependencies are missing.
14808
14809 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14810
14811         Fix __if_freereq crash: Unlike the generic version which uses free,
14812         Hurd needs munmap.
14813         * sysdeps/mach/hurd/ifreq.h: New file.
14814
14815 2011-01-27  Petr Baudis  <pasky@suse.cz>
14816             Ulrich Drepper  <drepper@gmail.com>
14817
14818         [BZ 12445]#
14819         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
14820         to extend_alloca().
14821         * stdio-common/bug23.c: New file.
14822         * stdio-common/Makefile (tests): Add bug23.
14823
14824 2010-09-28  Andreas Schwab  <schwab@redhat.com>
14825             Ulrich Drepper  <drepper@gmail.com>
14826
14827         [BZ #12489]
14828         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
14829         before performing relro protection.  At old place add assertion
14830         to make sure nothing changed.
14831
14832 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
14833             Glauber de Oliveira Costa  <glommer@gmail.com>
14834
14835         * elf/elf.h: Add new ARM TLS relocs.
14836
14837 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
14838
14839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
14840         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
14841         cast from r3.
14842         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
14843         'tests' variable.
14844         * sysdeps/wordsize-64/tst-writev.c: New file.
14845
14846 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
14847
14848         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
14849         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
14850         insns in _dl_start to prevent a TOC reference before relocs are
14851         resolved.
14852
14853 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
14854
14855         [BZ #12469]
14856         * Makeconfig: Remove RANLIB definition.
14857         * Makerules: Don't use RANLIB.
14858         * aclocal.m4: Remove ranlib test.
14859         * configure.in: No need to check for ranlib.
14860         * elf/rtld-Rules: Don't use RANLIB.
14861
14862 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14863
14864         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
14865         protection macro.
14866         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
14867         inclusion protection macro.
14868
14869         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
14870         SIGRTMIN and SIGRTMAX and print information in that case only when
14871         SIGRTMIN is defined.
14872
14873 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
14874
14875         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
14876         arginfo fn returning -1.
14877
14878         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
14879         and thousands string is zero terminated.
14880
14881 2011-02-03  Andreas Schwab  <schwab@redhat.com>
14882
14883         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
14884         sysdeps/unix/sysv/linux/bits/socket.h.
14885
14886 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14887
14888         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
14889         (__CPU_COUNT): Remove old macros.
14890         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
14891         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
14892         (__CPU_ALLOC, __CPU_FREE): Add macros.
14893         (__sched_cpualloc, __sched_cpufree): Add declarations.
14894
14895 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
14896
14897         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
14898         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
14899         * nscd/aicache.c (addhstaiX): Return timeout of added value.
14900         (readdhstai): Return value of addhstaiX call.
14901         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
14902         (addgrbyX): Return value returned by cache_addgr.
14903         (readdgrbyname): Return value returned by addgrbyX.
14904         (readdgrbygid): Likewise.
14905         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
14906         (addpwbyX): Return value returned by cache_addpw.
14907         (readdpwbyname): Return value returned by addhstbyX.
14908         (readdpwbyuid): Likewise.
14909         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
14910         (addservbyX): Return value returned by cache_addserv.
14911         (readdservbyname): Return value returned by addservbyX:
14912         (readdservbyport): Likewise.
14913         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
14914         (addhstbyX): Return value returned by cache_addhst.
14915         (readdhstbyname): Return value returned by addhstbyX.
14916         (readdhstbyaddr): Likewise.
14917         (readdhstbynamev6): Likewise.
14918         (readdhstbyaddrv6): Likewise.
14919         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
14920         (readdinitgroups): Return value returned by addinitgroupsX.
14921         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
14922         (prune_cache): Keep track of timeout value of re-added entries.
14923         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
14924         * nscd/nscd.h: Adjust prototypes of readd* functions.
14925
14926 2011-02-04  Roland McGrath  <roland@redhat.com>
14927
14928         * nis/nis_server.c (nis_servstate): Use the right name for 0.
14929         (nis_stats): Likewise.
14930         * nis/nis_modify.c (nis_modify): Likewise.
14931         * nis/nis_remove.c (nis_remove): Likewise.
14932         * nis/nis_add.c (nis_add): Likewise.
14933
14934         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
14935
14936         * posix/fnmatch_loop.c: Add some consts.
14937
14938         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
14939
14940 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
14941
14942         [BZ #12460]
14943         * config.make.in (config-cflags-novzeroupper): Define.
14944         * configure.in: Substitute libc_cv_cc_novzeroupper.
14945         * elf/Makefile (AVX-CFLAGS): Define.
14946         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
14947         (CFLAGS-tst-auditmod4a.c): Likewise.
14948         (CFLAGS-tst-auditmod4b.c): Likewise.
14949         (CFLAGS-tst-auditmod6b.c): Likewise.
14950         (CFLAGS-tst-auditmod6c.c): Likewise.
14951         (CFLAGS-tst-auditmod7b.c): Likewise.
14952         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
14953
14954 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
14955
14956         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
14957         function to the callback.
14958         Patch partly by Jiri Olsa <jolsa@redhat.com>.
14959
14960 2011-02-02  Andreas Schwab  <schwab@redhat.com>
14961
14962         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
14963         of errno.
14964
14965 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
14966
14967         [BZ #11724]
14968         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
14969         of constructors.
14970         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
14971         of destructors.
14972         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
14973
14974         [BZ #11724]
14975         * elf/Makefile: Add rules to build and run new test.
14976         * elf/tst-initorder.c: New file.
14977         * elf/tst-initorder.exp: New file.
14978         * elf/tst-initordera1.c: New file.
14979         * elf/tst-initordera2.c: New file.
14980         * elf/tst-initordera3.c: New file.
14981         * elf/tst-initordera4.c: New file.
14982         * elf/tst-initorderb1.c: New file.
14983         * elf/tst-initorderb2.c: New file.
14984         * elf/tst-order-a1.c: New file.
14985         * elf/tst-order-a2.c: New file.
14986         * elf/tst-order-a3.c: New file.
14987         * elf/tst-order-a4.c: New file.
14988         * elf/tst-order-b1.c: New file.
14989         * elf/tst-order-b2.c: New file.
14990         * elf/tst-order-main.c: New file.
14991         New test case by George Gensure <werkt0@gmail.com>.
14992
14993 2010-10-01  Andreas Schwab  <schwab@redhat.com>
14994
14995         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
14996         decoding ACE if AI_CANONIDN.
14997
14998 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
14999
15000         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
15001
15002 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
15003
15004         * version.h (RELEASE): Bump for 2.13 release.
15005         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
15006
15007         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
15008
15009         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
15010         MADV_NOHUGEPAGE.
15011         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
15012         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
15013         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
15014         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
15015         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
15016         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
15017
15018         * posix/getconf.c: Update copyright year.
15019         * catgets/gencat.c: Likewise.
15020         * csu/version.c: Likewise.
15021         * debug/catchsegv.sh: Likewise.
15022         * debug/xtrace.sh: Likewise.
15023         * elf/ldconfig.c: Likewise.
15024         * elf/ldd.bash.in: Likewise.
15025         * elf/sprof.c (print_version): Likewise.
15026         * iconv/iconv_prog.c: Likewise.
15027         * iconv/iconvconfig.c: Likewise.
15028         * locale/programs/locale.c: Likewise.
15029         * locale/programs/localedef.c: Likewise.
15030         * malloc/memusage.sh: Likewise.
15031         * malloc/mtrace.pl: Likewise.
15032         * nscd/nscd.c (print_version): Likewise.
15033         * nss/getent.c: Likewise.
15034
15035         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
15036         PF_CAIF, and PF_ALG.
15037         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
15038
15039 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
15040
15041         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
15042         (modules-names): Use them.
15043         (ifunc-test-modules, ifunc-pie-tests): Define.
15044         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
15045         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
15046         (test-extras): Likewise.
15047         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
15048         $(compile-command.c).
15049         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
15050         (all-built-dso): Define.
15051         (check-textrel.out, check-execstack.out): Depend on it.
15052
15053         * configure.in: Don't override --enable-multi-arch.
15054
15055 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
15056
15057         [BZ #6812]
15058         * nscd/hstcache.c (tryagain): Define.
15059         (cache_addhst): Return tryagain not notfound for temporary errors.
15060         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
15061         failed.
15062
15063 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
15064
15065         [BZ #10563]
15066         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
15067         to make the syscall.
15068         * sysdeps/unix/sysv/linux/setgroups.c: New file.
15069
15070         [BZ #12378]
15071         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
15072         and fall back to matching as normal character if the string ends before
15073         the matching ']' is found.  This is what POSIX requires.
15074         * posix/testfnm.c: Adjust test result.
15075         * posix/globtest.sh: Adjust test result.  Add new test.
15076         * posix/tst-fnmatch.input: Likewise.
15077         * posix/tst-fnmatch2.c: Add new test.
15078
15079 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
15080
15081         * elf/Makefile (check-execstack): Revert last change.  Depend on
15082         check-execstack.h.
15083         (check-execstack.h): New target.
15084         (generated): Add check-execstack.h.
15085         * elf/check-execstack.c: Include "check-execstack.h".
15086         (main): Revert last change.
15087         (handle_file): Return zero if GNU_STACK is absent and
15088         DEFAULT_STACK_PERMS doesn't include PF_X.
15089
15090 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
15091
15092         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
15093         in child fails because the descriptor is already closed.
15094         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
15095         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
15096         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
15097
15098         [BZ #12397]
15099         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
15100         syscall.
15101
15102         [BZ #10484]
15103         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
15104         temporary buffer used to handle multi lookups locally.
15105         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
15106
15107 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
15108
15109         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
15110         loader is ld.so.
15111
15112 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
15113
15114         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
15115         alignment for SSE2.
15116
15117 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
15118
15119         [BZ #12394]
15120         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
15121         characters.  When rounding increased number of integer digits recompute
15122         number of groups.
15123         * stdio-common/tst-grouping.c: New file.
15124         * stdio-common/Makefile: Add rules to build and run tst-grouping.
15125
15126 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
15127
15128         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
15129         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
15130
15131         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
15132         void.
15133         * bits/select.h: Likewise.
15134
15135 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
15136
15137         * po/ja.po: Update from translation team.
15138
15139 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
15140
15141         [BZ #11155]
15142         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
15143         implementation just like for lxstat, fxstatat, et al.
15144
15145 2010-12-27  Jim Meyering  <meyering@redhat.com>
15146
15147         [BZ #12348]
15148         * posix/regexec.c (build_trtable): Return failure indication upon
15149         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
15150
15151 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
15152
15153         [BZ #12201]
15154         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
15155         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
15156         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
15157         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
15158
15159         [BZ #12207]
15160         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
15161
15162         [BZ #12204]
15163         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
15164         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
15165
15166 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
15167
15168         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
15169         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
15170         script has SORT_BY_INIT_PRIORITY.
15171         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
15172         NO_CTORS_DTORS_SECTIONS is defined.
15173         * elf/soinit.c: Likewise.
15174         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
15175         NO_CTORS_DTORS_SECTIONS is defined.
15176         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
15177         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
15178         * sysdeps/sh/init-first.c: Likewise.
15179         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
15180
15181 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
15182
15183         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
15184         always use the slow path.
15185
15186 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
15187
15188         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
15189         similar rule which adds the sysdep directories to the header search in
15190         order to pick up the correct platform stackinfo.h.
15191         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
15192         perform test if it is, otherwise return successfully without testing.
15193         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
15194         DEFAULT_STACK_PERMS define in stackinfo.h.
15195         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
15196         defined in stackinfo.h.
15197         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
15198         DEFAULT_STACK_PERMS defined in stackinfo.h.
15199         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
15200         * sysdeps/ia64/stackinfo.h: Likewise.
15201         * sysdeps/s390/stackinfo.h: Likewise.
15202         * sysdeps/sh/stackinfo.h: Likewise.
15203         * sysdeps/sparc/stackinfo.h: Likewise.
15204         * sysdeps/x86_64/stackinfo.h: Likewise.
15205         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
15206         PF_X for powerpc64.  Retain PF_X for powerpc32.
15207
15208 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
15209
15210         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
15211         accurately.
15212         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
15213         GETDENTS_64BIT_ALIGNED.
15214
15215 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
15216
15217         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
15218
15219 2010-12-10  Andreas Schwab  <schwab@redhat.com>
15220
15221         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
15222         _GNU_SOURCE.
15223
15224         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
15225         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
15226         Remove __restrict.
15227         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
15228         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
15229
15230 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
15231
15232         [BZ #11655]
15233         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
15234         are initialized.
15235
15236 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
15237
15238         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
15239
15240 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
15241
15242         * po/it.po: Update from translation team.
15243
15244 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
15245
15246         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
15247         unused codes.
15248
15249 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
15250
15251         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
15252
15253 2010-11-24  Andreas Schwab  <schwab@redhat.com>
15254
15255         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
15256         specially.
15257         (gaih_getanswer_slice): Likewise.
15258
15259 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
15260
15261         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
15262
15263 2010-05-31  Petr Baudis  <pasky@suse.cz>
15264
15265         [BZ #11149]
15266         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
15267         silently even in the chroot mode.
15268
15269 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
15270
15271         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
15272         last patch a bit.  Pretty printing
15273
15274 2010-05-31  Petr Baudis <pasky@suse.cz>
15275
15276         [BZ #10085]
15277         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
15278         initialization of skip_initgroups_dyn.
15279
15280 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
15281
15282         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
15283         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
15284
15285 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
15286
15287         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
15288
15289 2010-11-11  Andreas Schwab  <schwab@redhat.com>
15290
15291         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
15292         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
15293         (tst-fnmatch-ENV): Set MALLOC_TRACE.
15294         ($(objpfx)tst-fnmatch-mem): New rule.
15295         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
15296         * posix/tst-fnmatch.c (main): Call mtrace.
15297
15298 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
15299
15300         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15301         Support Intel processor model 6 and model 0x2c.
15302
15303 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
15304
15305         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
15306           signed comparison.
15307
15308 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
15309
15310         [BZ #12205]
15311         * string/test-strncasecmp.c (check_result): New function.
15312         (do_one_test): Use it.
15313         (check1): New function.
15314         (test_main): Use it.
15315         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
15316         Support strcasecmp and strncasecmp.
15317
15318 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
15319
15320         [BZ #12194]
15321         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
15322         * sysdeps/x86_64/bits/byteswap.h: Likewise.
15323
15324 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
15325
15326         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
15327         IFUNC support.
15328         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
15329         memset-x86-64.
15330         * sysdeps/x86_64/multiarch/bzero.S: New file.
15331         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
15332         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
15333         * sysdeps/x86_64/multiarch/memset.S: New file.
15334         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
15335         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15336         Set bit_Prefer_SSE_for_memop for Intel processors.
15337         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
15338         Define.
15339         (index_Prefer_SSE_for_memop): Define.
15340         (HAS_PREFER_SSE_FOR_MEMOP): Define.
15341
15342 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
15343
15344         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
15345         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
15346
15347 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
15348
15349         [BZ #12191]
15350         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
15351         (__x86_64_raw_data_cache_size_half): Likewise.
15352         (__x86_64_raw_shared_cache_size): Likewise.
15353         (__x86_64_raw_shared_cache_size_half): Likewise.
15354
15355         * sysdeps/x86_64/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.
15359         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
15360         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
15361         and __x86_64_raw_shared_cache_size_half.  Round
15362         __x86_64_data_cache_size_half, __x86_64_data_cache_size
15363         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
15364         to multiple of 256 bytes.
15365
15366 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
15367
15368         [BZ #12167]
15369         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
15370         of inacessible symlinks.  Verify result of symlink before returning it.
15371         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15372         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
15373
15374 2010-10-28  Erich Ritz  <erichritz@gmail.com>
15375
15376         * math/math.h (isinf): Fix typo in comment.
15377
15378 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
15379
15380         * po/da.po: Update from translation team.
15381
15382 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
15383
15384         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
15385         is added to the list.
15386
15387 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15388             Ulrich Drepper  <drepper@gmail.com>
15389
15390         * elf/dl-object.c (_dl_new_object): Don't append the new object to
15391         the global list here.  Move code to...
15392         (_dl_add_to_namespace_list): ...here.  New function.
15393         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
15394         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
15395         * elf/dl-load.c (lose): Don't remove the element from the list.
15396         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
15397         (_dl_map_object): Likewise.
15398
15399 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
15400
15401         [BZ #12159]
15402         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
15403         into all bytes of SSE register.
15404         Patch by Richard Li <richardpku@gmail.com>.
15405
15406 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
15407
15408         [BZ #12140]
15409         * malloc/malloc.c (_int_free): Fill correct number of bytes when
15410         perturbing.
15411
15412 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
15413
15414         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
15415         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
15416         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
15417         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
15418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
15419         submachine.
15420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
15421
15422 2010-10-22  Andreas Schwab  <schwab@redhat.com>
15423
15424         * include/dlfcn.h (__RTLD_SECURE): Define.
15425         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
15426         mode & __RTLD_SECURE instead.
15427         (open_path): Rename preloaded parameter to secure.
15428         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
15429         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
15430         * elf/dl-deps.c (openaux): Likewise.
15431         * elf/rtld.c (struct map_args): Remove is_preloaded.
15432         (map_doit): Don't use it.
15433         (dl_main): Likewise.
15434         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
15435         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
15436
15437 2010-09-09  Andreas Schwab  <schwab@redhat.com>
15438
15439         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
15440         (sysd-rules-targets): Remove duplicates.
15441         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
15442         rtld-%.$o dependency.
15443
15444 2010-10-18  Andreas Schwab  <schwab@redhat.com>
15445
15446         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
15447         _dl_map_object do it.
15448
15449 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
15450
15451         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
15452         fast fma builtins, define the macros in the C99 standard.
15453         (FP_FAST_FMAF): Likewise.
15454         (FP_FAST_FMAL): Likewise.
15455         * sysdeps/x86_64/bits/mathdef.h: Likewise.
15456
15457         * bits/mathdef.h: Update copyright year.
15458         * sysdeps/powerpc/bits/mathdef.h: Likewise.
15459
15460 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
15461
15462         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
15463         builtins, define the macros in the C99 standard.
15464         (FP_FAST_FMAF): Likewise.
15465         (FP_FAST_FMAL): Likewise.
15466         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
15467         multiply/add.
15468         (FP_FAST_FMAF): Likewise.
15469
15470 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
15471
15472         [BZ #3268]
15473         * math/libm-test.inc (fma_test): Some new testcases.
15474         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
15475         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
15476         y and infinite z.  Do multiplication by C already in long double.
15477         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
15478         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
15479         y and infinite z.  Do bitwise or of inexact bit into u.d.
15480         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
15481         * sysdeps/i386/fpu/s_fmaf.S: Removed.
15482         * sysdeps/i386/fpu/s_fma.S: Removed.
15483         * sysdeps/i386/fpu/s_fmal.S: Removed.
15484
15485 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
15486
15487         [BZ #3268]
15488         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
15489         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
15490         computation is not scheduled after fetestexcept.  Fix value
15491         of minimum denormal long double.
15492
15493 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
15494
15495         [BZ #3268]
15496         * math/libm-test.inc (fma_test): Add some more tests.
15497         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
15498         correctly.
15499
15500 2010-10-15  Andreas Schwab  <schwab@redhat.com>
15501
15502         * scripts/data/localplt-s390-linux-gnu.data: New file.
15503         * scripts/data/localplt-s390x-linux-gnu.data: New file.
15504
15505 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
15506
15507         [BZ #3268]
15508         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
15509         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
15510         instead of dbl-64.
15511         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
15512         inlines.
15513         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
15514         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
15515         if one of x and y is very large and the other is subnormal.
15516         * sysdeps/s390/fpu/s_fmaf.c: New file.
15517         * sysdeps/s390/fpu/s_fma.c: New file.
15518         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
15519         * sysdeps/powerpc/fpu/s_fma.S: New file.
15520         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
15521         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
15522         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
15523
15524 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
15525
15526         [BZ #3268]
15527         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
15528         fma tests.
15529         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
15530         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
15531         * sysdeps/i386/i686/multiarch/s_fma.c: Include
15532         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
15533         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
15534         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
15535         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
15536
15537 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
15538
15539         [BZ #12078]
15540         * posix/regcomp.c (parse_branch): One more memory leak plugged.
15541         * posix/bug-regex31.input: Add test case.
15542
15543 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
15544
15545         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
15546         * posix/bug-regex31.input: New file.
15547
15548         [BZ #12078]
15549         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
15550         (parse_sub_exp): Fix last change, use postorder.
15551
15552         * posix/bug-regex31.c: New file.
15553         * posix/Makefile: Add rules to build and run bug-regex31.
15554
15555         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
15556
15557         [BZ #12078]
15558         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
15559
15560         [BZ #12108]
15561         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
15562         to have entries in sys_siglist.
15563
15564         [BZ #12093]
15565         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
15566         be NULL.
15567
15568 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
15569
15570         [BZ #3268]
15571         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
15572         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
15573         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
15574         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
15575         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
15576         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
15577         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
15578         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
15579         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
15580         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
15581         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
15582         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
15583         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
15584         * math/ftestexcept.c (fetestexcept): Likewise.
15585         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
15586         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
15587         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
15588         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
15589         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
15590         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
15591         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
15592
15593 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
15594
15595         [BZ #12107]
15596         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
15597         newline.
15598
15599 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
15600
15601         * string/bug-strstr1.c: New file.
15602         * string/Makefile: Add rules to build and run bug-strstr1.
15603
15604 2010-10-05  Eric Blake  <eblake@redhat.com>
15605
15606         [BZ #12092]
15607         * string/str-two-way.h (two_way_long_needle): Always clear memory
15608         when skipping input due to the shift table.
15609
15610 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
15611
15612         [BZ #12005]
15613         * malloc/mcheck.c: Handle large requests.
15614
15615         [BZ #12077]
15616         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
15617         for strncmp and strncasecmp.
15618         * string/stratcliff.c: Add tests for strcmp and strncmp.
15619         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
15620
15621 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
15622
15623         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
15624         __set_fpscr.
15625
15626 2010-09-30  Andreas Jaeger  <aj@suse.de>
15627
15628         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
15629         (CGROUP_SUPER_MAGIC): Define.
15630         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
15631         Handle btrfs and cgroup file systems.
15632         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
15633         Likewise.
15634
15635 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
15636
15637         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
15638         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
15639
15640 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15641
15642         [BZ #12067]
15643         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
15644         trying to locate the ELF header.
15645
15646 2010-09-27  Andreas Schwab  <schwab@redhat.com>
15647
15648         [BZ #11611]
15649         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
15650         Mask out sign-bit copies when constructing f_fsid.
15651
15652 2010-09-24  Petr Baudis <pasky@suse.cz>
15653
15654         * debug/stack_chk_fail_local.c: Add missing licence exception.
15655         * debug/warning-nop.c: Likewise.
15656
15657 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
15658
15659         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
15660         implementing getdents64 using getdents syscall, set d_type if
15661         __ASSUME_GETDENTS32_D_TYPE.
15662
15663 2010-09-16  Andreas Schwab  <schwab@redhat.com>
15664
15665         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
15666         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
15667
15668 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
15669
15670         [BZ #12037]
15671         * posix/unistd.h: Undo change of feature selection for ftruncate from
15672         2010-01-11.
15673
15674 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
15675
15676         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
15677         detection.
15678
15679 2010-09-20  Andreas Schwab  <schwab@redhat.com>
15680
15681         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
15682         fanotify_mark.
15683         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
15684
15685 2010-09-14  Andreas Schwab  <schwab@redhat.com>
15686
15687         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
15688         variables after CHECK_SP call.
15689         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
15690
15691 2010-09-13  Andreas Schwab  <schwab@redhat.com>
15692             Ulrich Drepper  <drepper@redhat.com>
15693
15694         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
15695         re-relocationg ld.so.
15696         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
15697         _dl_init_paths call.
15698         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
15699         here anymore.
15700
15701 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
15702
15703         * resolv/res_init.c (__res_vinit): Count the default server we added.
15704
15705 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
15706             Ulrich Drepper  <drepper@redhat.com>
15707
15708         [BZ #11968]
15709         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
15710         (____longjmp_chk): Use %ebx for saving value across system call.
15711         Add unwind info.
15712
15713 2010-09-06  Andreas Schwab  <schwab@redhat.com>
15714
15715         * manual/Makefile: Don't mix pattern rules with normal rules.
15716
15717 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
15718
15719         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
15720         operation.
15721         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
15722         * libio/iofopncook.c (_IO_cookie_init): Likewise.
15723         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
15724         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
15725         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
15726         Likewise.
15727
15728 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
15729
15730         [BZ #11979]
15731         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
15732         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
15733
15734 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
15735
15736         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
15737         * sysdeps/x86_64/addmul_1.S: Likewise.
15738         * sysdeps/x86_64/lshift.S: Likewise.
15739         * sysdeps/x86_64/mul_1.S: Likewise.
15740         * sysdeps/x86_64/rshift.S: Likewise.
15741         * sysdeps/x86_64/sub_n.S: Likewise.
15742         * sysdeps/x86_64/submul_1.S: Likewise.
15743
15744 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15745
15746         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
15747         Define __sched_param instead of SCHED_* and sched_param when
15748         <bits/sched.h> is included with __need_schedparam defined.
15749         * bits/sched.h [__need_schedparam]
15750         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
15751         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
15752         (__defined_schedparam): Define to 1.
15753         (__sched_param): New structure, identical to sched_param.
15754         (__need_schedparam): Undefine.
15755
15756 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
15757
15758         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
15759         (epoll_create1): Declare.
15760
15761         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
15762
15763 2010-08-31  Andreas Schwab  <schwab@redhat.com>
15764
15765         [BZ #7066]
15766         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
15767         shifting retval into place.
15768
15769 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
15770
15771         * nis/rpcsvc/nis.h: Update copyright notice.
15772         * nis/rpcsvc/nis.x: Likewise.
15773         * nis/rpcsvc/nis_callback.h: Likewise.
15774         * nis/rpcsvc/nis_callback.x: Likewise.
15775         * nis/rpcsvc/nis_object.x: Likewise.
15776         * nis/rpcsvc/nis_tags.h: Likewise.
15777         * nis/rpcsvc/yp.h: Likewise.
15778         * nis/rpcsvc/yp.x: Likewise.
15779         * nis/rpcsvc/ypupd.h: Likewise.
15780         * nis/yp_xdr.c: Likewise.
15781         * nis/ypupdate_xdr.c: Likewise.
15782
15783         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
15784         mainly the body of pmap_getport.  Add parameters to specify timeouts.
15785         (pmap_getport): Use __libc_rpc_getport.
15786         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
15787         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
15788         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
15789
15790 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
15791
15792         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
15793         fanotify_mark.
15794
15795 2010-08-27  Roland McGrath  <roland@redhat.com>
15796
15797         * sysdeps/i386/i686/multiarch/Makefile
15798         (CFLAGS-varshift.c): New variable.
15799
15800 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
15801
15802         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
15803         * sysdeps/i386/i686/multiarch/varshift.c: New file.
15804
15805         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
15806
15807         * sysdeps/x86_64/strlen.S: Minimal code improvement.
15808
15809 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
15810
15811         * sysdeps/x86_64/strlen.S: Unroll the loop.
15812         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
15813         strlen-sse2 strlen-sse2-bsf.
15814         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
15815         __strlen_no_bsf if bit_Slow_BSF is set.
15816         (__strlen_sse42): Removed.
15817         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
15818         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
15819
15820 2010-08-25  Roland McGrath  <roland@redhat.com>
15821
15822         * sysdeps/x86_64/multiarch/varshift.S: File removed.
15823         * sysdeps/x86_64/multiarch/varshift.c: New file.
15824         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
15825         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
15826         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
15827         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
15828
15829 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
15830
15831         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
15832         strlen-sse2 strlen-sse2-bsf.
15833         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
15834         __strlen_sse2_bsf if bit_Slow_BSF is unset.
15835         (__strlen_sse2): Removed.
15836         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
15837         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
15838         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
15839         bit_Slow_BSF for Atom.
15840         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
15841         (index_Slow_BSF): Define.
15842         (HAS_SLOW_BSF): Define.
15843
15844 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
15845
15846         [BZ #10851]
15847         * resolv/res_init.c (__res_vinit): When no server address at all
15848         is given default to loopback.
15849
15850 2010-08-24  Roland McGrath  <roland@redhat.com>
15851
15852         * configure.in: Remove config-name.h generation.
15853         * configure: Regenerated.
15854         * config-name.in: File removed.
15855         * scripts/config-uname.sh: New file.
15856         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
15857         ($(objdir)config-name.h): New target.
15858
15859         * sunrpc/rpc_parse.h: Avoid nested comment.
15860
15861 2010-08-24  Richard Henderson  <rth@redhat.com>
15862             Ulrich Drepper  <drepper@redhat.com>
15863             H.J. Lu  <hongjiu.lu@intel.com>
15864
15865         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
15866         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
15867         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
15868         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
15869         _mm_alignr_epi8 with _mm_loadu_si128.
15870         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
15871         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
15872         (__m128i_shift_right): Removed.
15873         * sysdeps/i386/i686/multiarch/varshift.h: New file.
15874         * sysdeps/i386/i686/multiarch/varshift.S: New file.
15875         * sysdeps/x86_64/multiarch/varshift.h: New file.
15876         * sysdeps/x86_64/multiarch/varshift.S: New file.
15877
15878 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
15879
15880         * configure.in: Move assembler checks to before sysdep dir checking.
15881
15882 2010-08-20  Petr Baudis  <pasky@suse.cz>
15883
15884         * LICENSES: Sync the sunrpc license.
15885
15886 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
15887
15888         * sunrpc/auth_des.c: Update copyright notice once again.
15889         * sunrpc/auth_none.c: Likewise.
15890         * sunrpc/auth_unix.c: Likewise.
15891         * sunrpc/authdes_prot.c: Likewise.
15892         * sunrpc/authuxprot.c: Likewise.
15893         * sunrpc/bindrsvprt.c: Likewise.
15894         * sunrpc/clnt_gen.c: Likewise.
15895         * sunrpc/clnt_perr.c: Likewise.
15896         * sunrpc/clnt_raw.c: Likewise.
15897         * sunrpc/clnt_simp.c: Likewise.
15898         * sunrpc/clnt_tcp.c: Likewise.
15899         * sunrpc/clnt_udp.c: Likewise.
15900         * sunrpc/clnt_unix.c: Likewise.
15901         * sunrpc/des_crypt.c: Likewise.
15902         * sunrpc/des_soft.c: Likewise.
15903         * sunrpc/get_myaddr.c: Likewise.
15904         * sunrpc/getrpcport.c: Likewise.
15905         * sunrpc/key_call.c: Likewise.
15906         * sunrpc/key_prot.c: Likewise.
15907         * sunrpc/openchild.c: Likewise.
15908         * sunrpc/pm_getmaps.c: Likewise.
15909         * sunrpc/pm_getport.c: Likewise.
15910         * sunrpc/pmap_clnt.c: Likewise.
15911         * sunrpc/pmap_prot.c: Likewise.
15912         * sunrpc/pmap_prot2.c: Likewise.
15913         * sunrpc/pmap_rmt.c: Likewise.
15914         * sunrpc/rpc/auth.h: Likewise.
15915         * sunrpc/rpc/auth_unix.h: Likewise.
15916         * sunrpc/rpc/clnt.h: Likewise.
15917         * sunrpc/rpc/des_crypt.h: Likewise.
15918         * sunrpc/rpc/key_prot.h: Likewise.
15919         * sunrpc/rpc/netdb.h: Likewise.
15920         * sunrpc/rpc/pmap_clnt.h: Likewise.
15921         * sunrpc/rpc/pmap_prot.h: Likewise.
15922         * sunrpc/rpc/pmap_rmt.h: Likewise.
15923         * sunrpc/rpc/rpc.h: Likewise.
15924         * sunrpc/rpc/rpc_des.h: Likewise.
15925         * sunrpc/rpc/rpc_msg.h: Likewise.
15926         * sunrpc/rpc/svc.h: Likewise.
15927         * sunrpc/rpc/svc_auth.h: Likewise.
15928         * sunrpc/rpc/types.h: Likewise.
15929         * sunrpc/rpc/xdr.h: Likewise.
15930         * sunrpc/rpc_clntout.c: Likewise.
15931         * sunrpc/rpc_cmsg.c: Likewise.
15932         * sunrpc/rpc_common.c: Likewise.
15933         * sunrpc/rpc_cout.c: Likewise.
15934         * sunrpc/rpc_dtable.c: Likewise.
15935         * sunrpc/rpc_hout.c: Likewise.
15936         * sunrpc/rpc_main.c: Likewise.
15937         * sunrpc/rpc_parse.c: Likewise.
15938         * sunrpc/rpc_parse.h: Likewise.
15939         * sunrpc/rpc_prot.c: Likewise.
15940         * sunrpc/rpc_sample.c: Likewise.
15941         * sunrpc/rpc_scan.c: Likewise.
15942         * sunrpc/rpc_scan.h: Likewise.
15943         * sunrpc/rpc_svcout.c: Likewise.
15944         * sunrpc/rpc_tblout.c: Likewise.
15945         * sunrpc/rpc_util.c: Likewise.
15946         * sunrpc/rpc_util.h: Likewise.
15947         * sunrpc/rpcinfo.c: Likewise.
15948         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
15949         * sunrpc/rpcsvc/key_prot.x: Likewise.
15950         * sunrpc/rpcsvc/klm_prot.x: Likewise.
15951         * sunrpc/rpcsvc/mount.x: Likewise.
15952         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
15953         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
15954         * sunrpc/rpcsvc/rex.x: Likewise.
15955         * sunrpc/rpcsvc/rstat.x: Likewise.
15956         * sunrpc/rpcsvc/rusers.x: Likewise.
15957         * sunrpc/rpcsvc/sm_inter.x: Likewise.
15958         * sunrpc/rpcsvc/spray.x: Likewise.
15959         * sunrpc/rpcsvc/yppasswd.x: Likewise.
15960         * sunrpc/rtime.c: Likewise.
15961         * sunrpc/svc.c: Likewise.
15962         * sunrpc/svc_auth.c: Likewise.
15963         * sunrpc/svc_authux.c: Likewise.
15964         * sunrpc/svc_raw.c: Likewise.
15965         * sunrpc/svc_run.c: Likewise.
15966         * sunrpc/svc_simple.c: Likewise.
15967         * sunrpc/svc_tcp.c: Likewise.
15968         * sunrpc/svc_udp.c: Likewise.
15969         * sunrpc/svc_unix.c: Likewise.
15970         * sunrpc/svcauth_des.c: Likewise.
15971         * sunrpc/xcrypt.c: Likewise.
15972         * sunrpc/xdr.c: Likewise.
15973         * sunrpc/xdr_array.c: Likewise.
15974         * sunrpc/xdr_float.c: Likewise.
15975         * sunrpc/xdr_mem.c: Likewise.
15976         * sunrpc/xdr_rec.c: Likewise.
15977         * sunrpc/xdr_ref.c: Likewise.
15978         * sunrpc/xdr_sizeof.c: Likewise.
15979         * sunrpc/xdr_stdio.c: Likewise.
15980
15981         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
15982         handling.
15983
15984 2010-08-19  Andreas Schwab  <schwab@redhat.com>
15985
15986         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
15987
15988 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
15989
15990         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
15991         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
15992         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
15993         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
15994         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
15995         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
15996         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
15997         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
15998         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
15999         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
16000         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
16001         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
16002         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
16003         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
16004
16005 2010-07-26  Anton Blanchard  <anton@samba.org>
16006
16007         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
16008         * malloc/arena.c (heap_trim): Likewise.
16009
16010 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
16011
16012         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
16013         here.  Not...
16014         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
16015         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
16016
16017 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
16018
16019         * sysdeps/i386/elf/Makefile: New file.
16020
16021 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
16022
16023         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
16024         from fanotify_init.
16025         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
16026         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
16027
16028 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
16029
16030         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
16031         of strncasecmp_l.
16032         * sysdeps/multiarch/strcmp.S: Likewise.
16033
16034 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
16035
16036         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
16037         strncase_l-nonascii.
16038         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
16039         Add strncase_l-ssse3.
16040         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
16041         * sysdeps/x86_64/strcmp.S: Likewise.
16042         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
16043         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
16044         * sysdeps/x86_64/strncase.S: New file.
16045         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
16046         * sysdeps/x86_64/strncase_l.S: New file.
16047         * string/Makefile (strop-tests): Add strncasecmp.
16048         * string/test-strncasecmp.c: New file.
16049
16050         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
16051         warning.
16052
16053         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
16054         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
16055
16056 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
16057
16058         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
16059
16060 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
16061
16062         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
16063         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
16064         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
16065
16066 2010-05-01  Alan Modra  <amodra@gmail.com>
16067
16068         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
16069         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
16070         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
16071         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
16072         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
16073         tidying.  Don't tail-call __sigjmp_save for static lib.
16074         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
16075         save location.
16076         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
16077         (CALL_MCOUNT): Add eh info, and nop after bl.
16078         (TAIL_CALL_SYSCALL_ERROR): New macro.
16079         (PSEUDO_RET): Use it.
16080         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
16081         Correct save location of integer regs and cr.
16082         (_dl_profile_resolve): Correct cr save location.  Delete nops
16083         after bl when SHARED.  Reduce cfi size a little by better
16084         placement of cfi directives.
16085         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
16086         make a stack frame.  Instead use parm save area as a temp.
16087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
16088         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
16089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
16090         Don't make a stack frame for parent, use parm save area.
16091         Increase child stack frame to 112 bytes.  Don't save unused reg,
16092         and adjust reg usage.  Set up cfi on error recovery and
16093         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
16094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
16095         (__makecontext): Add dummy nop after jump to exit.
16096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
16097         Use correct parm save area and cr save, reduce stack frame.
16098         Correct cfi for possible PSEUDO_RET frame setup.
16099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
16100         Branch to local label emitted by PSEUDO_RET rather than
16101         __syscall_error.
16102
16103 2010-08-12  Andreas Schwab  <schwab@redhat.com>
16104
16105         [BZ #11904]
16106         * locale/programs/locale.c (print_assignment): New function.
16107         (show_locale_vars): Use it.
16108
16109 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
16110
16111         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
16112         field.
16113         (struct statfs64): Likewise.
16114         (_STATFS_F_FLAGS): Define.
16115         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
16116         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
16117         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
16118         (ST_VALID): Define locally.
16119         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
16120         __statvfs_getflags, use the provided value.
16121         * sysdeps/unix/sysv/linux/kernel-features.h: Define
16122         __ASSUME_STATFS_F_FLAGS.
16123
16124         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
16125
16126         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
16127         Add sys/fanotify.h.
16128         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
16129         fanotify_mask for GLIBC_2.13.
16130         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
16131         fanotify_init and fanotify_mark.
16132         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
16133         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
16134
16135         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
16136         Add prlimit.
16137         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
16138         prlimit64 for GLIBC_2.13.
16139         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
16140         prlimit64.
16141         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
16142         syscall.
16143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
16144         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
16145         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
16146         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
16147         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
16148         add prlimit alias.
16149         * sysdeps/unix/sysv/linux/prlimit.c: New file.
16150
16151         [BZ #11903]
16152         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
16153         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
16154
16155         * nss/Makefile: Add rules to build and run tst-nss-test1.
16156         * shlib-versions: Add entry for libnss_test1.
16157         * nss/nss_test1.c: New file.
16158         * nss/tst-nss-test1.c: New file.
16159
16160         * nss/nsswitch.c (__nss_database_custom): Define new variable.
16161         (__nss_configure_lookup): Set appropriate entry in
16162         __nss_configure_lookup to true.
16163         * nss/nsswitch.h: Define enum with indeces of databases in
16164         databases and __nss_database_custom arrays.  Declare
16165         __nss_database_custom.
16166         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
16167         to avoid using nscd when custom rules are installed.
16168         * nss/getXXbyYY_r.c: Likewise.
16169         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16170
16171         * nss/nss_files/files-parse.c: Whitespace fixes.
16172
16173 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
16174
16175         [BZ #11883]
16176         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
16177         * posix/fnmatch_loop.c: Likewise.
16178
16179 2010-07-17  Andi Kleen  <ak@linux.intel.com>
16180
16181         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
16182         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
16183         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
16184         * Versions.def [GLIBC_2.13]: Add.
16185
16186 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
16187
16188         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
16189         Also fail if tpwd after pwuid call is NULL.
16190
16191 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16192
16193         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
16194         when converting to ms.
16195
16196 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16197
16198         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
16199         EOPNOTSUPP errors with ENOTTY.
16200         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
16201         EOPNOTSUPP errors with ENOTTY.
16202
16203 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
16204
16205         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
16206         Add strcasecmp_l-ssse3.
16207         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
16208         strcasecmp.
16209         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
16210         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
16211         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
16212
16213 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
16214
16215         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
16216
16217         * string/Makefile (strop-tests): Add strcasecmp.
16218         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
16219         strcasecmp_l-nonascii.
16220         (gen-as-const-headers): Add locale-defines.sym.
16221         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
16222         * sysdeps/x86_64/strcasecmp.S: New file.
16223         * sysdeps/x86_64/strcasecmp_l.S: New file.
16224         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
16225         * sysdeps/x86_64/locale-defines.sym: New file.
16226         * string/test-strcasecmp.c: New file.
16227
16228         * string/test-strcasestr.c: Test both ends of the range of characters.
16229         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
16230
16231 2010-07-29  Roland McGrath  <roland@redhat.com>
16232
16233         [BZ #11856]
16234         * manual/locale.texi (Yes-or-No Questions): Fix example code.
16235
16236 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
16237
16238         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
16239         for ld.so.
16240
16241 2010-07-27  Andreas Schwab  <schwab@redhat.com>
16242
16243         * manual/memory.texi (Malloc Tunable Parameters): Document
16244         M_PERTURB.
16245
16246 2010-07-26  Roland McGrath  <roland@redhat.com>
16247
16248         [BZ #11840]
16249         * configure.in (-fgnu89-inline check): Set and substitute
16250         gnu89_inline, not libc_cv_gnu89_inline.
16251         * configure: Regenerated.
16252         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
16253
16254 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
16255
16256         * string/test-strnlen.c: New file.
16257         * string/Makefile (strop-tests): Add strnlen.
16258         * string/tester.c (test_strnlen): Add a few more test cases.
16259         * string/tst-strlen.c: Better error reporting.
16260
16261         * sysdeps/x86_64/strnlen.S: New file.
16262
16263 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
16264
16265         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
16266         lower-latency instructions.
16267
16268 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
16269
16270         * string/test-strcasestr.c: New file.
16271         * string/test-strstr.c: New file.
16272         * string/Makefile (strop-tests): Add strstr and strcasestr.
16273         * string/str-two-way.h: Don't undefine MAX.
16274         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
16275
16276 2010-07-21  Andreas Schwab  <schwab@redhat.com>
16277
16278         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
16279         strcasestr-nonascii.
16280         (CFLAGS-strcasestr-nonascii.c): Define.
16281         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
16282         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
16283         Remove unused attribute.
16284
16285 2010-07-20  Roland McGrath  <roland@redhat.com>
16286
16287         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
16288         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
16289         ld.so.cache was broken.  With it, there is no way to disable dsocaps
16290         like LD_HWCAP_MASK can disable hwcaps.
16291
16292 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
16293
16294         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
16295
16296 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
16297
16298         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
16299         call in strcasestr.
16300         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
16301         __strcasestr_sse42_nonascii.
16302         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
16303         strcasestr-nonascii.c.
16304         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
16305
16306 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
16307
16308         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
16309         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
16310         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
16311         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
16312
16313 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
16314
16315         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
16316         fcntl.
16317
16318 2010-07-06  Andreas Schwab  <schwab@redhat.com>
16319
16320         [BZ #11577]
16321         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
16322         dl_signal_cerror.
16323
16324 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
16325
16326         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
16327         _PC_PIPE_BUF using F_GETPIPE_SZ.
16328
16329 2010-07-05  Roland McGrath  <roland@redhat.com>
16330
16331         * manual/arith.texi (Rounding Functions): Fix rint description
16332         implicit in round description.
16333
16334 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
16335
16336         * elf/Makefile: Fix linking for a few tests to make recent linker
16337         happy.
16338
16339 2010-06-30  Andreas Schwab  <schwab@redhat.com>
16340
16341         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
16342         $(common-objpfx)libc_nonshared.a.
16343
16344 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
16345
16346         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
16347         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
16348         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
16349         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
16350         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
16351         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
16352         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
16353         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
16354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
16355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
16356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
16357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
16358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
16359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
16360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
16361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
16362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
16363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
16364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
16365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
16366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
16367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
16368         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
16369         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
16370         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
16371         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
16372         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
16373         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
16374         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
16375         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
16376         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
16377         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
16378         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
16379         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
16380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
16381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
16382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
16383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
16384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
16385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
16386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
16387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
16388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
16389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
16390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
16391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
16392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
16393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
16394
16395 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
16396
16397         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
16398         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
16399         * string/memmove.c (memmove): Renamed to ...
16400         (MEMMOVE): ...this.  Default to memmove.
16401         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
16402         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
16403         (END_CHK): Define.
16404         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
16405         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
16406         mempcpy-ssse3-back memmove-ssse3-back.
16407         * sysdeps/x86_64/multiarch/bcopy.S: New file .
16408         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
16409         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
16410         * sysdeps/x86_64/multiarch/memcpy.S: New file.
16411         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
16412         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
16413         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
16414         * sysdeps/x86_64/multiarch/memmove.c: New file.
16415         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
16416         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
16417         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
16418         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
16419         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
16420         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
16421         Define.
16422         (index_Fast_Copy_Backward): Define.
16423         (HAS_ARCH_FEATURE): Define.
16424         (HAS_FAST_REP_STRING): Define.
16425         (HAS_FAST_COPY_BACKWARD): Define.
16426
16427 2010-06-21  Andreas Schwab  <schwab@redhat.com>
16428
16429         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
16430         Restore proper fallback handling.
16431
16432 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
16433
16434         [BZ #11701]
16435         * posix/group_member.c (__group_member): Correct checking loop.
16436
16437         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
16438         OOM in getpwuid_r correctly.  Return error number when the caller
16439         should return, otherwise -1.
16440         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
16441         call returning > 0 value.
16442         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
16443
16444 2010-06-07  Andreas Schwab  <schwab@redhat.com>
16445
16446         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
16447         libc_nonshared.a from targets in modules-names.
16448
16449 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
16450
16451         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
16452         requires it.
16453
16454 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
16455
16456         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
16457         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
16458         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
16459         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
16460
16461 2010-06-02  Andreas Schwab  <schwab@redhat.com>
16462
16463         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
16464
16465 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
16466
16467         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
16468         and F_GETPIPE_SZ.
16469         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
16470         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
16471         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
16472         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
16473         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
16474         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
16475
16476 2010-06-14  Roland McGrath  <roland@redhat.com>
16477
16478         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
16479
16480 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
16481
16482         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
16483         __REDIRECT followed by __THROW.
16484         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
16485         * posix/getopt.h (getopt): Likewise.
16486
16487 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
16488
16489         * hurd/lookup-at.c (__file_name_lookup_at): Accept
16490         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
16491         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
16492         in AT_FLAGS.
16493         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
16494         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
16495
16496 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
16497
16498         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
16499
16500 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
16501
16502         [BZ #11640]
16503         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
16504         Properly check family and model.
16505
16506 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
16507
16508         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
16509
16510 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
16511
16512         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
16513
16514 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
16515
16516         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
16517         symbol reference.
16518
16519 2010-05-19  Andreas Schwab  <schwab@redhat.com>
16520
16521         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
16522         symbol reference.
16523
16524 2010-05-21  Andreas Schwab  <schwab@redhat.com>
16525
16526         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
16527         and internal_recvmmsg.
16528         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
16529         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
16530         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
16531         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
16532
16533         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
16534         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
16535         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
16536
16537 2010-05-20  Andreas Schwab  <schwab@redhat.com>
16538
16539         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
16540
16541 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
16542
16543         POWER7 optimizations.
16544         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
16545         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
16546
16547 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
16548
16549         * version.h: Update for 2.13 development version.
16550
16551 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
16552
16553         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
16554         exceptions.  Return 0.
16555
16556 2010-05-07  Roland McGrath  <roland@redhat.com>
16557
16558         * elf/ldconfig.c (main): Add a const.
16559
16560 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
16561
16562         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
16563         (args_options): Add no-idn option.
16564         (ahosts_keys_int): Add idn_flags to ai_flags.
16565         (parse_option): Handle 'i' option to clear idn_flags.
16566
16567         * malloc/malloc.c (_int_free): Possible race in the most recently
16568         added check.  Only act on the data if no current modification
16569         happened.
16570
16571 See ChangeLog.17 for earlier changes.