Fix strtod test for values above maximum for IBM long double.
[platform/upstream/glibc.git] / ChangeLog
1 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
2
3         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
4         (round_str): Handle values above the maximum for IBM long double
5         as inexact.
6         * stdlib/tst-strtod-round.c (tests): Regenerated.
7
8 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9
10         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
11         assembler flag.
12         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
13         zarch_nohighgprs around the zarch optimized routines.
14         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
15         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
16         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
17         for zarch.
18
19 2012-09-05  David S. Miller  <davem@davemloft.net>
20
21         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22
23         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
24         HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
25         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
26         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
27         entries.
28
29 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30
31         * malloc/arena.c: Fold copyright years.
32         * malloc/mcheck.c, malloc/memusage.c: Likewise.
33
34 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35
36         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
37
38 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39
40         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
41
42 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
43
44         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
45         change internal state upon failure.
46
47 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
48
49         * malloc/mcheck.c (mcheck_check_all): Fix typo.
50         * malloc/memusage.c (mmap): Likewise.
51         (mmap64, mremap): Likewise.  Adjust name in comment.
52
53 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
54
55         * libio/fileops.c: Fix typos in comments.
56         * libio/oldfileops.c: Likewise.
57         * libio/wfileops.c: Likewise.
58
59 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
60
61         [BZ #1349]
62         * malloc/Makefile (tests): Add tst-malloc-usable test case.
63         (tst-malloc-usable-ENV): Set environment for test case.
64         * malloc/hooks.c (malloc_check_get_size): New function to get
65         requested size.
66         * malloc/malloc.c (musable): Use malloc_check_get_size.
67         * malloc/tst-malloc-usable.c: New test case.
68
69 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
70
71         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
72
73 2012-09-05  Allan McRae  <allan@archlinux.org>
74
75         [BZ #13966]
76         * configure.in (CXX_SYSINCLUDES): Use compiler output to
77         determine header location.
78         * configure: Regenerated.
79
80 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
81
82         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
83         float format.
84         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
85         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
86         format.
87         (test): Regenerate.
88
89 2012-09-04  David S. Miller  <davem@davemloft.net>
90
91         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
92         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
93         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
94
95 2012-09-04  Florian Weimer  <fweimer@redhat.com>
96
97         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
98         failures.
99
100         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
101
102 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
103
104         [BZ #9914]
105         * libio/iogetdelim.c: Include <limits.h>.
106         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
107         + len + 1 would overflow.
108
109 2012-09-03  Andreas Jaeger  <aj@suse.de>
110
111         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
112         * sysdeps/i386/fpu/libm-test-ulps: Update.
113
114 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
115
116         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
117         Add s_sinf-sse2, s_conf-sse2.
118
119         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
120         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
121         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
122         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
123
124         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
125         for using routine as __sinf_ia32.
126         Use macro for function declaration and weak_alias.
127         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
128         for using routine as __cosf_ia32.
129         Use macro for function declaration and weak_alias.
130
131         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
132         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
133
134         * sysdeps/x86_64/fpu/s_sinf.S: New file.
135         * sysdeps/x86_64/fpu/s_cosf.S: New file.
136         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
137
138         * math/libm-test.inc (cos_test): Add more test cases.
139         (sin_test): Likewise.
140         (sincos_test): Likewise.
141
142 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
143
144         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
145         (IFUNC_RESOLVE): Make pointers to the specialized implementations
146         hidden.
147         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
148
149 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
150
151         [BZ #14538]
152         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
153         first element of the GOT.
154         (elf_machine_load_address): Return the difference between
155         the runtime address of _DYNAMIC and elf_machine_dynamic ().
156
157 2012-09-01  Allan McRae  <allan@archlinux.org>
158
159         [BZ #13412]
160         * configure.in (AWK): Require gawk version 3.0 or later.
161         * configure: Regenerated.
162
163 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
164
165         * sysdeps/unix/sysv/linux/kernel-features.h
166         (__ASSUME_POSIX_CPU_TIMERS): Remove.
167         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
168         [__NR_clock_getres]: Make code unconditional.
169         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
170         (clock_getcpuclockid): Remove code left unreachable by removal of
171         conditionals.
172         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
173         code unconditional.
174         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
175         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
176         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
177         Make code unconditional.
178         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
179         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
180         * sysdeps/unix/sysv/linux/clock_settime.c
181         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
182         conditional code.
183         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
184         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
185
186 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
187
188         [BZ #14476]
189         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
190         scripts/test-installation.pl.
191
192         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
193         and $ld_so_version if it is set.
194
195 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
196
197         [BZ #14516]
198         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
199         failure if reading from procfs failed.
200         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
201
202 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
203
204         * sysdeps/unix/sysv/linux/kernel-features.h
205         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
206         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
207         Remove conditional code.
208         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
209         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
210         Remove conditional code.
211         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
212         * sysdeps/unix/sysv/linux/i386/fxstat.c
213         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
214         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
215         * sysdeps/unix/sysv/linux/i386/fxstatat.c
216         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
217         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
218         * sysdeps/unix/sysv/linux/i386/lxstat.c
219         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
220         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
221         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
222         Remove conditional code.
223         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
224         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
225         Remove conditional code.
226         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
227         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
228         <kernel-features.h>.
229         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
230         Remove.
231         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
232         Remove conditional code.
233         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
234         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
235         Remove conditional.
236
237 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
238
239         [BZ #5400]
240         * NEWS: Add fixed bug number.
241
242 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
243
244         [BZ #14519]
245         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
246         underflowing exponent in case of negative sign.
247         * stdlib/tst-strtod-round-data: Add more tests.
248         * stdlib/tst-strtod-round.c (tests): Regenerated.
249
250         [BZ #3479]
251         * stdlib/strtod_l.c (NDIG): Remove.
252         (HEXNDIG): Likewise.
253         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
254         smallest representable value.
255         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
256         lie within an exact representation of 1/2 ulp of the result.
257         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
258         unconditionally.
259         (TENS_P9_IDX): Define unconditionally.
260         (TENS_P9_SIZE): Likewise.
261         (TENS_P10_IDX): Likewise.
262         (TENS_P10_SIZE): Likewise.
263         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
264         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
265         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
266         entries for 10^2^13 and 10^2^14.
267         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
268         (TENS_P13_IDX): Define.
269         (TENS_P13_SIZE): Likewise.
270         (TENS_P14_IDX): Likewise.
271         (TENS_P14_SIZE): Likewise.
272         (_fpioconst_pow10): Change array size to
273         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
274         unconditional.
275         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
276         1024]: Add entries for 10^2^13 and 10^2^14.
277         [LAST_POW10 > _LAST_POW10]: Remove #error.
278         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
279         (_fpioconst_pow10): Change array size to
280         FPIOCONST_POW10_ARRAY_SIZE.
281         * stdlib/gen-fpioconst.c: New file.
282         * stdlib/gen-tst-strtod-round.c: Likewise.
283         * stdlib/tst-strtod-round-data: Likewise.
284         * stdlib/tst-strtod-round.c: Likewise.
285         * stdlib/Makefile (tests): Add tst-strtod-round.
286
287         [BZ #14459]
288         * stdlib/strtod_l.c: Include <stdint.h>.
289         (NDEBUG): Do not define.
290         (round_and_return): Change EXPONENT parameter to type intmax_t.
291         Rearrange calculations to avoid internal overflow possibilities.
292         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
293         Rearrange calculations to avoid internal overflow possibilities.
294         Assert that number fits inside MPNSIZE limbs.
295         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
296         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
297         calculations and add assertions to avoid internal overflow
298         possibilities.  Add casts to avoid signed/unsigned operations.
299         * stdlib/tst-strtod-overflow.c: New file.
300         * stdlib/Makefile (tests): Add tst-strtod-overflow.
301
302 2012-08-25  Marek Polacek  <polacek@redhat.com>
303
304         * time/time.h: Fix some typos in comments.
305
306 2012-08-23  Roland McGrath  <roland@hack.frob.com>
307
308         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
309         * posix/tst-rfc3484-2.c: Likewise.
310         * posix/tst-rfc3484-3.c: Likewise.
311
312 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
313
314         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
315         (EF_ARM_ABI_FLOAT_HARD): Likewise.
316
317 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
318
319         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
320         #include of fxstatat64.c.
321
322 2012-08-22  Roland McGrath  <roland@hack.frob.com>
323
324         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
325         * shadow/getspent_r.c: Likewise.
326         * shadow/getspnam.c: Likewise.
327         * shadow/getspnam_r.c: Likewise.
328         * gshadow/getsgent.c: Likewise.
329         * gshadow/getsgent_r.c: Likewise.
330         * gshadow/getsgnam.c: Likewise.
331         * gshadow/getsgnam_r.c: Likewise.
332         * inet/getnetbyad.c: Likewise.
333         * inet/getnetbyad_r.c: Likewise.
334         * inet/getnetbynm.c: Likewise.
335         * inet/getnetbynm_r.c: Likewise.
336         * inet/getnetent.c: Likewise.
337         * inet/getnetent_r.c: Likewise.
338         * inet/getproto.c: Likewise.
339         * inet/getproto_r.c: Likewise.
340         * inet/getprtent.c: Likewise.
341         * inet/getprtent_r.c: Likewise.
342         * inet/getprtname.c: Likewise.
343         * inet/getprtname_r.c: Likewise.
344         * inet/getrpcbyname.c: Likewise.
345         * inet/getrpcbyname_r.c: Likewise.
346         * inet/getrpcbynumber.c: Likewise.
347         * inet/getrpcbynumber_r.c: Likewise.
348         * inet/getrpcent.c: Likewise.
349         * inet/getrpcent_r.c: Likewise.
350         * inet/getaliasent.c: Likewise.
351         * inet/getaliasent_r.c: Likewise.
352         * inet/getaliasname.c: Likewise.
353         * inet/getaliasname_r.c: Likewise.
354         * nscd/getgrgid_r.c: Likewise.
355         * nscd/getgrnam_r.c: Likewise.
356         * nscd/gethstbyad_r.c: Likewise.
357         * nscd/gethstbynm3_r.c: Likewise.
358         * nscd/getpwnam_r.c: Likewise.
359         * nscd/getpwuid_r.c: Likewise.
360         * nscd/getsrvbynm_r.c: Likewise.
361         * nscd/getsrvbypt_r.c: Likewise.
362         * nscd/gai.c: Likewise.
363
364         * configure.in (build_nscd): New substituted variable, set
365         by --disable-build-nscd and defaults to $use_nscd.
366         * configure: Regenerated.
367         * config.make.in (build-nscd): New substituted variable.
368         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
369         Change conditional to require [$(build-nscd) = yes] as well.
370         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
371
372         [BZ# 13696]
373         * configure.in (use_nscd): New substituted variable, set by
374         --disable-nscd.  If enabled, define USE_NSCD.
375         * configure: Regenerated.
376         * config.h.in: Add USE_NSCD.
377         * config.make.in (use-nscd): New substituted variable.
378         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
379         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
380         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
381         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
382         (CFLAGS-getgrnam_r.c): Likewise.
383         (CFLAGS-initgroups.c): Likewise.
384         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
385         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
386         Variables removed.
387         * inet/getnetgrent_r.c
388         (nscd_setnetgrent): New function, broken out of ...
389         (setnetgrent): ... here.  Call it.
390         (innetgr): Conditionalize nscd bits on [USE_NSCD].
391         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
392         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
393         * nscd/Makefile (routines, aux): Move definitions after include of
394         Makeconfig.  Conditionalize on [$(use-nscd) != no].
395         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
396         Conditionalize on [USE_NSCD].
397         (is_nscd, nscd_init_cb): Likewise.
398         (nss_load_library): Conditionalize init callback on [USE_NSCD].
399         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
400         * nss/nss_db/db-init.c: Likewise.
401         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
402         [USE_NSCD].
403         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
404         (make_request): Use it.
405         (cache_valid_p): New function.
406         (__check_pf): Use it.
407         * NEWS: Add item for --disable-nscd.
408
409 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
410
411         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
412         to support sed >= 4.2.1-20-ga9bf076.
413         * configure: Regenerated.
414
415 2012-08-22  Roland McGrath  <roland@hack.frob.com>
416
417         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
418         Conditionalize whole body on [IREL].
419
420 2012-08-22  Jeff Law <law@redhat.com>
421
422         [BZ #14505]
423         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
424         if the family is PF_UNSPEC.
425
426 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
427
428         * Makerules (lib-version): Rename from V.
429         (install-lib-nosubdir): Change V to lib-version.
430
431 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
432
433         [BZ #14252]
434         * powerpc32/power6/wcschr.c: New file.
435         * powerpc32/power6/wcscpy.c: New file.
436         * powerpc32/power6/wcsrchr.c: New file.
437         * powerpc64/power6/wcschr.c: New file.
438         * powerpc64/power6/wcscpy.c: New file.
439         * powerpc64/power6/wcsrchr.c: New file.
440
441 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
442
443         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
444         (two_way_short_needle): Use it.
445         * string/strstr.c (AVAILABLE1_USES_J): Define.
446         * string/strcasestr.c: Likewise.
447
448         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
449         array references.
450         * string/strcasestr.c (TOLOWER): Make side-effect safe.
451
452         [BZ #11607]
453         * NEWS: Add an entry.
454         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
455         define their defaults.
456         (two_way_short_needle): Detect end-of-string on-the-fly.
457         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
458         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
459         * string/bug-strcasestr1.c: New test.
460         * string/Makefile: Run it.
461
462 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
463
464         [BZ #11607]
465         * string/str-two-way.h (two_way_short_needle): Optimize matching of
466         the first character.
467
468 2012-08-21  Roland McGrath  <roland@hack.frob.com>
469
470         * csu/elf-init.c (__libc_csu_irel): Function removed.
471         * csu/libc-start.c (apply_irel): New function.
472         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
473
474 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
475
476         * sysdeps/unix/sysv/linux/kernel-features.h
477         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
478         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
479         <kernel-features.h>.
480         [__NR_fadvise64_64]: Make code unconditional.
481         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
482         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
483         !__NR_fadvise64_64)]: Likewise.
484         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
485         !__NR_fadvise64_64))]: Likewise.
486         [__NR_fadvise64]: Make code unconditional.
487         [!__NR_fadvise64]: Remove conditional code.
488         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
489         <kernel-features.h>.
490         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
491         unconditional.
492         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
493         conditional code.
494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
495         not include <kernel-features.h>.
496         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
497         unconditional.
498         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
499         conditional code.
500         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
501         include <kernel-features.h>.
502         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
503         unconditional.
504         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
505         conditional code.
506
507 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
508
509         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
510         slight instruction rearrangements per scrollpipe analysis.
511         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
512
513 2012-08-20  Roland McGrath  <roland@hack.frob.com>
514
515         * manual/syslog.texi (syslog; vsyslog, closelog):
516         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
517         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
518
519         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
520         DSOCAPS to match condition on defining it.
521
522 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
523
524         * sysdeps/unix/sysv/linux/kernel-features.h
525         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
527         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
528         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
530         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
531         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
533         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
534         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
535
536         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
537         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
538
539         * sysdeps/unix/sysv/linux/kernel-features.h
540         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
541         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
542         unconditional.
543         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
544         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
545         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
546         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
547         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
548         Make code unconditional.
549         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
550         (__mmap64) [!__NR_mmap2]: Likewise.
551         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
552         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
553         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
554         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
555         [__NR_mmap2]: Make code unconditional.
556         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
557         (__mmap64) [!__NR_mmap2]: Likewise.
558
559 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
560
561         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
562
563 2012-08-18  Andreas Jaeger  <aj@suse.de>
564
565         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
566
567 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
568
569         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
570         * include/unistd.h (__have_sock_cloexec): Likewise.
571         (__have_pipe2): Likewise.
572         (__have_dup3): Likewise.
573
574 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
575
576         [BZ #9685]
577         * include/unistd.h (__have_pipe2): Change define into an extern int.
578         (__have_dup3): Likewise.
579         * socket/have_sock_cloexec.c: Include fcntl.h.
580         (__have_pipe2): New variable.
581         (__have_dup3): Likewise.
582
583 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
584
585         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
586
587 2012-08-17  Marek Polacek  <polacek@redhat.com>
588
589         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
590         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
591
592 2012-08-17  Roland McGrath  <roland@hack.frob.com>
593
594         * configure.in: Add AC_SUBST for sysheaders.
595         * configure: Regenerated.
596         * config.make.in (sysheaders): New substituted variable.
597
598         * sysdeps/unix/mkfifo.c: Moved ...
599         * sysdeps/posix/mkfifo.c: ... here.
600         * sysdeps/unix/mkfifoat.c: Moved ...
601         * sysdeps/posix/mkfifoat.c: ... here.
602
603         * sysdeps/unix/utime.c: Moved ...
604         * sysdeps/posix/utime.c: ... here.
605
606         * sysdeps/unix/time.c: Moved ...
607         * sysdeps/posix/time.c: ... here.
608         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
609         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
610
611         * sysdeps/unix/nice.c: Moved ...
612         * sysdeps/posix/nice.c: ... here.
613
614         * sysdeps/unix/alarm.c: Moved ...
615         * sysdeps/posix/alarm.c: ... here.
616
617         * intl/Makefile ($(codeset_mo)): Depend on the input file.
618
619 2012-08-17  Jeff Law <law@redhat.com>
620
621         * intl/Makefile (codeset_mo): New variable.
622         ($(codeset_mo)): New target.
623         (tst-codeset.out): Depend on that.  Remove explicit rule.
624         (tst-gettext3.out, tst-gettext5.out): Likewise.
625         (LOCPATH-ENV, tst-codeset-ENV): New variables.
626         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
627         * intl/tst-codeset.sh: Remove.
628         * intl/tst-gettext3.sh: Likewise.
629         * intl/tst-gettext5.sh: Likewise.
630
631 2012-08-17  Roland McGrath  <roland@hack.frob.com>
632
633         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
634         * sysdeps/unix/syscalls.list: ... here.
635
636         * sysdeps/posix/getaddrinfo.c
637         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
638         (gaiconf_init, gaiconf_reload): Use them.
639         [!_STATBUF_ST_NSEC]
640         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
641         Define using time_t rather than struct timespec.
642
643         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
644         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
645         Macros removed.
646         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
647         [!NO_THREADS].
648         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
649         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
650         Likewise.
651
652         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
653         __libc_cleanup_push argument.
654
655         * bits/param.h: New file.
656         * misc/sys/param.h: New file.
657         * include/sys/param.h: New file.
658         * misc/Makefile (headers): Add bits/param.h.
659         * sysdeps/generic/sys/param.h: File removed.
660         * sysdeps/unix/sysv/linux/bits/param.h: New file.
661         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
662         * sysdeps/mach/hurd/bits/param.h: New file.
663         * sysdeps/mach/hurd/sys/param.h: New file.
664
665         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
666         last change.
667
668         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
669         [_IO_MTSAFE_IO].
670         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
671         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
672         New macros.
673
674         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
675         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
676         rather than -D_IO_MTSAFE_IO conditionally.
677         * stdio-common/Makefile (CPPFLAGS): Likewise.
678         * wcsmbs/Makefile (CPPFLAGS): Likewise.
679         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
680         Use $(libio-mtsafe).
681         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
682         of -D_IO_MTSAFE_IO.
683         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
684         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
685         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
686         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
687         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
688         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
689         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
690         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
691         (CFLAGS-fread_u_chk.c): Likewise.
692         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
693         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
694         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
695         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
696         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
697         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
698         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
699         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
700         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
701
702         * libio/Makefile: Test [$(libc-reentrant) = yes]
703         instead of [$(filter %REENTRANT, $(defines)) nonempty].
704
705         * Makeconfig
706         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
707         * sysdeps/pthread/configure: File removed.
708         * sysdeps/pthread/Makeconfig: New file.
709         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
710         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
711
712 2012-08-16  Gary Benson  <gbenson@redhat.com>
713
714         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
715         unmapping the first object in a namespace.
716
717 2012-08-16  Roland McGrath  <roland@hack.frob.com>
718
719         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
720         (__internal_setnetgrent): ... this.  Add internal_function to
721         definition.  Add libc_hidden_def.
722         (setnetgrent): Update caller.
723         (internal_endnetgrent): Renamed to ...
724         (__internal_endnetgrent): ... this.  Add internal_function to
725         definition.  Add libc_hidden_def.
726         (endnetgrent): Update caller.
727         (internal_getnetgrent_r): Renamed to ...
728         (__internal_getnetgrent_r): ... this.  Add internal_function to
729         definition.  Add libc_hidden_def.
730         (__getnetgrent_r): Update caller.
731         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
732
733 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
734
735         * stdlib/longlong.h: Update from GCC.
736
737 2012-08-16  Roland McGrath  <roland@hack.frob.com>
738
739         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
740         on _QL, which is set by umul_ppmm but never used.
741         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
742         variables, which are set by GMP macros but never used.
743         * stdio-common/_itowa.c (_itowa): Likewise.
744         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
745         * stdlib/mod_1.c (mpn_mod_1): Likewise.
746
747 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
748
749         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
750         struct La_sh_regs is not constant.
751         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
752         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
753         and struct La_sparc64_regs are not constant.
754
755 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
756
757         * sysdeps/unix/sysv/linux/kernel-features.h
758         (__ASSUME_POSIX_TIMERS): Remove.
759         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
760         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
761         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
762         Make code unconditional.
763         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
764         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
765         Make code unconditional.
766         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
767         * sysdeps/unix/sysv/linux/clock_nanosleep.c
768         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
769         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
770         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
771         Make code unconditional.
772         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
773         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
774         (__libc_missing_posix_timers): Remove.
775
776 2012-08-15  Roland McGrath  <roland@hack.frob.com>
777
778         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
779         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
780
781         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
782
783         * elf/dl-sym.c: Include <stdlib.h>.
784
785         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
786         constants, which avoids warnings in 32-bit builds.
787
788         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
789         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
790
791         * misc/lseek.c: File moved to ...
792         * io/lseek.c: ... here.
793
794         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
795
796         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
797         shifting LEN more than 31 bits at once.
798
799 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
800
801         [BZ #14195]
802         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
803         segmentation fault for a case of two empty input strings.
804         * string/test-strncasecmp.c (check1): Renamed to...
805         (bz12205): ...this.
806         (bz14195): Add new testcase for two empty input strings and N > 0.
807         (test_main): Call new testcase, adapt for renamed function.
808
809 2012-08-15  Andreas Jaeger  <aj@suse.de>
810
811         [BZ #14090]
812         * crypt/md5test2.c: New test, based on test supplied by Serge
813         Belyshev <belyshev@depni.sinp.msu.ru>.
814         * crypt/Makefile (xtests): Add md5test-giant..
815         * crypt/Makefile ($(objpfx)md5test-giant): Add.
816
817 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
818
819         [BZ #14090]
820         * crypt/md5.c (md5_process_block): Don't assume the buffer
821         length is less than 2**32.
822         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
823         length is less than 2**64.
824
825 2012-08-15  Roland McGrath  <roland@hack.frob.com>
826
827         * string/str-two-way.h: Include <sys/param.h>.
828         (MAX): Macro removed.
829
830         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
831         Move #define and #undef of memmove to just before and after
832         including <string.h>.
833
834         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
835         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
836         and after including <string.h>.  Move declarations of
837         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
838         to before #include "string/memmove.c".
839
840         * include/dirent.h: Declare __getdirentries.
841
842         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
843         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
844
845 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
846
847         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
848         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
849         * sysdeps/i386/configure: Regenerated.
850         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
851         STABS_CURRENT_FILE, and STABS_FUN.
852         (END): Remove call to STABS_FUN_END.
853         (STABS_CURRENT_FILE1): Delete.
854         (STABS_CURRENT_FILE): Likewise.
855         (STABS_FUN): Likewise.
856         (STABS_FUN_END): Likewise.
857         (STABS_FUN2): Likewise.
858         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
859         * sysdeps/x86_64/configure: Regenerated.
860
861 2012-08-14  Roland McGrath  <roland@hack.frob.com>
862
863         * elf/dl-open.c: Include <atomic.h>.
864         * elf/dl-lookup.c: Likewise.
865
866 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
867
868         * sysdeps/unix/sysv/linux/kernel-features.h
869         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
870         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
871         unconditionally.
872         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
873         unconditionally.
874         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
875         condition on __ASSUME_CLONE_THREAD_FLAGS.
876
877 2012-08-14  Andreas Jaeger  <aj@suse.de>
878
879         * sysdeps/i386/fpu/libm-test-ulps: Update.
880
881 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
882
883         * include/atomic.h (atomic_exchange_and_add): Split into ...
884         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
885         New atomic macros.
886
887 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
888
889         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
890
891 2012-08-13  Jeff Law <law@redhat.com>
892
893         * manual/stdio.texi (snprintf): Clarify handling of the trailing
894         null byte in the output string.
895
896 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
897
898         * sysdeps/unix/sysv/linux/kernel-features.h
899         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
900         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
901         (__ASSUME_ARG_MAX_STACK_BASED): Define.
902         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
903         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
904         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
905         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
906
907 2012-08-09  Jeff Law <law@redhat.com>
908
909         [BZ #13939]
910         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
911         When avoid_arena is set, don't retry in the that arena.  Pick the
912         next one, whatever it might be.
913         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
914         (arena_lock): Pass in new parameter to arena_get2.
915         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
916         arena_get2.
917         (__libc_malloc): Unify retrying after main arena failure with
918         __libc_memalign version.
919         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
920
921 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
922
923         [BZ #14166]
924         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
925         to __redirect_strstr.
926         (__strstr_sse42): Use typeof __redirect_strstr.
927         (__strstr_ia32): Likewise.
928         (__libc_strstr): New prototype.
929         (strstr): Renamed to ...
930         (__libc_strstr): This.
931         (strstr): New strong alias of __libc_strstr.
932         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
933         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
934         __redirect_time.
935         Include <time.h>.
936         (__libc_time): New prototype.
937         (time_ifunc): Replace time with __libc_time.
938         (time): New strong alias and hidden definition of __libc_time.
939         (__GI_time): Remove strong alias.
940         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
941         Include <stddef.h>.
942         (memmove): Redefined to __redirect_memmove.
943         (__memmove_sse2): Use typeof __redirect_memmove.
944         (__memmove_ssse3): Likewise.
945         (__memmove_ssse3_back): Likewise.
946         (__libc_memmove): New prototype.
947         (memmove): Renamed to ...
948         (__libc_memmove): This.
949         (memmove): New strong alias of __libc_memmove.
950
951 2012-08-08  Mark Salter  <msalter@redhat.com>
952
953         * elf/elf.h
954         (R_MN10300_TLS_GD): Define.
955         (R_MN10300_TLS_LD): Likewise.
956         (R_MN10300_TLS_LDO): Likewise.
957         (R_MN10300_TLS_GOTIE): Likewise.
958         (R_MN10300_TLS_IE): Likewise.
959         (R_MN10300_TLS_LE): Likewise.
960         (R_MN10300_TLS_DTPMOD): Likewise.
961         (R_MN10300_TLS_DTPOFF): Likewise.
962         (R_MN10300_TLS_TPOFF): Likewise.
963         (R_MN10300_SYM_DIFF): Likewise.
964         (R_MN10300_ALIGN): Likewise.
965         (R_MN10300_NUM): Update.
966
967 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
968
969         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
970         Remove.
971
972 2012-08-08  Roland McGrath  <roland@hack.frob.com>
973
974         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
975
976         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
977         sysdeps/unix -> sysdeps/posix move.
978         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
979
980 2012-08-07      Allan McRae     <allan@archlinux.org>
981
982         [BZ #14303]
983         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
984         (SUNOS_CPP): Likewise.
985         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
986         not found.
987         (open_input): Call CPP using execvp.
988
989 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
990
991         * sysdeps/unix/sysv/linux/kernel-features.h
992         (__ASSUME_PROT_GROWSUPDOWN): Remove.
993         (__ASSUME_NO_CLONE_DETACHED): Likewise.
994         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
995         (__ASSUME_WAITID_SYSCALL): Likewise.
996         * sysdeps/unix/sysv/linux/dl-execstack.c
997         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
998         code unconditional.
999         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
1000         conditional code.
1001         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
1002         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
1003         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
1004         code.
1005         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
1006         unconditional.
1007         [__ASSUME_WAITID_SYSCALL]: Likewise.
1008         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
1009
1010 2012-08-07  Roland McGrath  <roland@hack.frob.com>
1011
1012         * sysdeps/unix/closedir.c: Renamed to ...
1013         * sysdeps/posix/closedir.c: ... here.
1014         * sysdeps/unix/dirfd.c: Renamed to ...
1015         * sysdeps/posix/dirfd.c: ... here.
1016         * sysdeps/unix/dirstream.h: Renamed to ...
1017         * sysdeps/posix/dirstream.h: ... here.
1018         * sysdeps/unix/fdopendir.c: Renamed to ...
1019         * sysdeps/posix/fdopendir.c: ... here.
1020         * sysdeps/unix/opendir.c: Renamed to ...
1021         * sysdeps/posix/opendir.c: ... here.
1022         * sysdeps/unix/readdir.c: Renamed to ...
1023         * sysdeps/posix/readdir.c: ... here.
1024         * sysdeps/unix/readdir_r.c: Renamed to ...
1025         * sysdeps/posix/readdir_r.c: ... here.
1026         * sysdeps/unix/rewinddir.c: Renamed to ...
1027         * sysdeps/posix/rewinddir.c: ... here.
1028         * sysdeps/unix/seekdir.c: Renamed to ...
1029         * sysdeps/posix/seekdir.c: ... here.
1030         * sysdeps/unix/telldir.c: Renamed to ...
1031         * sysdeps/posix/telldir.c: ... here.
1032         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
1033         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
1034         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
1035         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
1036
1037         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
1038         * bits/fcntl.h: ... here.
1039
1040         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
1041         not 0.
1042         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
1043         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
1044         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
1045         (struct flock): Move l_start, l_len to the beginning.
1046         Use __pid_t for l_pid.
1047         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
1048         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
1049         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
1050         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
1051         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
1052         [__USE_LARGEFILE64] (struct flock64): New type.
1053         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
1054
1055         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
1056         * bits/dirent.h: ... here.
1057
1058         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
1059         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
1060
1061 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
1062
1063         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
1064         Change from 2.6.0 to 2.6.16.
1065         * sysdeps/unix/sysv/linux/configure: Regenerated.
1066         * sysdeps/unix/sysv/linux/kernel-features.h
1067         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
1068         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
1069         version.
1070         (__ASSUME_UTIMES): Likewise.
1071         (__ASSUME_CLONE_STOPPED): Remove.
1072         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
1073         architectures, not kernel version.
1074         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
1075         (__ASSUME_NO_CLONE_DETACHED): Likewise.
1076         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
1077         (__ASSUME_WAITID_SYSCALL): Likewise.
1078         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
1079         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
1080         * README: State 2.6.16 as minimum Linux kernel version.  Do not
1081         refer to older versions.
1082
1083 2012-08-06  Roland McGrath  <roland@hack.frob.com>
1084
1085         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
1086         Define alphasort64 as an alias.
1087         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
1088         Define versionsort64 as an alias.
1089         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
1090         Define scandir64 as an alias.
1091         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
1092         Define scandirat64 as an alias.
1093         * dirent/alphasort64.c (alphasort64):
1094         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
1095         * dirent/versionsort64.c: Likewise.
1096         * dirent/scandir64.c: Likewise.
1097         * dirent/scandirat64.c: Likewise.
1098         * sysdeps/wordsize-64/alphasort.c: File removed.
1099         * sysdeps/wordsize-64/alphasort64.c: File removed.
1100         * sysdeps/wordsize-64/scandir.c: File removed.
1101         * sysdeps/wordsize-64/scandir64.c: File removed.
1102         * sysdeps/wordsize-64/scandirat.c: File removed.
1103         * sysdeps/wordsize-64/scandirat64.c: File removed.
1104         * sysdeps/wordsize-64/versionsort.c: File removed.
1105         * sysdeps/wordsize-64/versionsort64.c: File removed.
1106         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
1107         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
1108         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
1109         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
1110         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
1111         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
1112         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
1113         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
1114
1115         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
1116         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
1117         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
1118         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
1119         [defined __arch64__ || defined __sparcv9]
1120         (__INO_T_MATCHES_INO64_T): New macro.
1121         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
1122         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
1123         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
1124         * sysdeps/unix/sysv/linux/bits/dirent.h
1125         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
1126         (_DIRENT_MATCHES_DIRENT64): New macro.
1127
1128         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
1129         Define lockf64 as an alias.
1130         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
1131         Define fseeko64 as an alias.
1132         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
1133         Define ftello64 as an alias.
1134         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
1135         Define _IO_fgetpos64 and fgetpos64 as aliases.
1136         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
1137         Define _IO_fsetpos64 and fsetpos64 as aliases.
1138         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
1139         Conditionalize body on this.
1140         * libio/fseeko64.c: Likewise.
1141         * libio/ftello64.c: Likewise.
1142         * libio/iofgetpos64.c: Likewise.
1143         * libio/iofsetpos64.c: Likewise.
1144         * sysdeps/wordsize-64/lockf.c: File removed.
1145         * sysdeps/wordsize-64/lockf64.c: File removed.
1146         * sysdeps/wordsize-64/fseeko.c: File removed.
1147         * sysdeps/wordsize-64/fseeko64.c: File removed.
1148         * sysdeps/wordsize-64/ftello.c: File removed.
1149         * sysdeps/wordsize-64/ftello64.c: File removed.
1150         * sysdeps/wordsize-64/iofgetpos.c: File removed.
1151         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
1152         * sysdeps/wordsize-64/iofsetpos.c: File removed.
1153         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
1154         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
1155         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
1156         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
1157         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
1158         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
1159         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
1160         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
1161         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
1162         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
1163         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
1164
1165         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
1166         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
1167         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
1168         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
1169         [defined __arch64__ || defined __sparcv9]
1170         (__OFF_T_MATCHES_OFF64_T): New macro.
1171         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
1172         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
1173         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
1174         (__OFF_T_MATCHES_OFF64_T): New macro.
1175
1176 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
1177
1178         * stdlib/secure-getenv.c (__secure_getenv): Replace
1179         GLIBC_2_16 with GLIBC_2_17.
1180
1181 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
1182
1183         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
1184         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
1185
1186 2012-08-03  David S. Miller  <davem@davemloft.net>
1187
1188         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1189
1190 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
1191
1192         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
1193         Remove.
1194         (__ASSUME_CORRECT_SI_PID): Likewise.
1195         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
1196         (__ASSUME_TMPFS_NAME): Likewise.
1197         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
1198         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
1199         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
1200         (HAVE_AUX_SECURE): Make definition unconditional.
1201         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
1202         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
1203
1204 2012-08-03  Roland McGrath  <roland@hack.frob.com>
1205
1206         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
1207         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
1208         * sysdeps/mach/hurd/eloop-threshold.h: New file.
1209         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
1210         __eloop_threshold instead of SYMLOOP_MAX.
1211
1212         * sysdeps/generic/eloop-threshold.h: New file.
1213         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
1214         of MAXSYMLINKS.
1215         * elf/chroot_canon.c (chroot_canon): Likewise.
1216
1217 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
1218
1219         [BZ #13717]
1220         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
1221         Change to 2.6.0 everywhere.
1222         * sysdeps/unix/sysv/linux/configure: Regenerated.
1223         * sysdeps/unix/sysv/linux/kernel-features.h
1224         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
1225         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
1226         kernel versions.
1227         (__ASSUME_POSIX_TIMERS): Define unconditionally.
1228         (__ASSUME_FUTEX_REQUEUE): Remove.
1229         (__ASSUME_STATFS64): Define unconditionally.
1230         (__ASSUME_AT_SECURE): Likewise.
1231         (__ASSUME_CORRECT_SI_PID): Likewise.
1232         (__ASSUME_TGKILL): Define without depending on kernel version for
1233         i386.
1234         (__ASSUME_UTIMES): Likewise.
1235         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
1236         kernel version.
1237         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
1238         (__ASSUME_TMPFS_NAME): Likewise.
1239         * README: Update reference to Linux kernel versions.
1240
1241 2012-08-02  Marek Polacek  <polacek@redhat.com>
1242
1243         [BZ# 14150]
1244         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
1245         libc_cv_asm_type_prefix with %.
1246         * configure: Regenerated.
1247         * include/libc-symbols.h: Remove comment about
1248         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
1249         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
1250         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
1251         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
1252         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
1253         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
1254         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
1255         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
1256         * elf/tst-unique2mod1.c: Likewise.
1257         * elf/tst-unique1mod2.c: Likewise.
1258         * elf/tst-unique1mod1.c: Likewise.
1259         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
1260         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
1261         Replace ASM_TYPE_DIRECTIVE with .type.
1262         * sysdeps/s390/s390-64/sysdep.h: Likewise.
1263         * sysdeps/i386/sysdep.h: Likewise.
1264         * sysdeps/x86_64/sysdep.h: Likewise.
1265         * sysdeps/sh/sysdep.h: Likewise.
1266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
1267         Do not define ASM_TYPE_DIRECTIVE.
1268         * sysdeps/powerpc/sysdep.h: Likewise.
1269         * sysdeps/powerpc/powerpc32/sysdep.h:
1270         Replace ASM_TYPE_DIRECTIVE with .type.
1271         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
1272         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
1273         * sysdeps/i386/fpu/e_powf.S: Likewise.
1274         * sysdeps/i386/fpu/e_expl.S: Likewise.
1275         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
1276         * sysdeps/i386/fpu/e_acosh.S: Likewise.
1277         * sysdeps/i386/fpu/e_pow.S: Likewise.
1278         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
1279         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
1280         * sysdeps/i386/fpu/s_expm1.S: Likewise.
1281         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
1282         * sysdeps/i386/fpu/e_log2.S: Likewise.
1283         * sysdeps/i386/fpu/e_log2l.S: Likewise.
1284         * sysdeps/i386/fpu/e_scalb.S: Likewise.
1285         * sysdeps/i386/fpu/e_powl.S: Likewise.
1286         * sysdeps/i386/fpu/e_log10f.S: Likewise.
1287         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
1288         * sysdeps/i386/fpu/e_logl.S: Likewise.
1289         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
1290         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
1291         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
1292         * sysdeps/i386/fpu/e_log2f.S: Likewise.
1293         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
1294         * sysdeps/i386/fpu/e_log.S: Likewise.
1295         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
1296         * sysdeps/i386/fpu/e_logf.S: Likewise.
1297         * sysdeps/i386/fpu/e_log10l.S: Likewise.
1298         * sysdeps/i386/fpu/e_atanh.S: Likewise.
1299         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
1300         * sysdeps/i386/fpu/e_log10.S: Likewise.
1301         * sysdeps/i386/fpu/s_frexp.S: Likewise.
1302         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
1303         * sysdeps/i386/fpu/s_asinh.S: Likewise.
1304         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
1305         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
1306         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
1307         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
1308         * sysdeps/i386/i686/strtok.S: Likewise.
1309         * sysdeps/i386/i386-mcount.S: Likewise.
1310         * sysdeps/i386/strtok.S: Likewise.
1311         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
1312         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
1313         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
1314         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
1315         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
1316         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
1317         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
1318         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
1319         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
1320         * sysdeps/x86_64/_mcount.S: Likewise.
1321         * sysdeps/x86_64/strtok.S: Likewise.
1322         * sysdeps/sh/_mcount.S: Likewise.
1323
1324 2012-08-01  Roland McGrath  <roland@hack.frob.com>
1325
1326         * libio/iofopen.c: Include <fcntl.h>.
1327         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
1328         (_IO_fopen64, fopen64): Define as aliases.
1329         * libio/iofopen64.c: Include <fcntl.h>.
1330         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
1331         Conditionalize body on this.
1332         * sysdeps/wordsize-64/iofopen.c: File removed.
1333         * sysdeps/wordsize-64/iofopen64.c: File removed.
1334
1335 2012-08-01  Marek Polacek  <polacek@redhat.com>
1336
1337         * libc/Makeconfig: Use elf in place of binfmt-subdir.
1338         Use dlfcn directly instead of a variable.
1339         (binfmt-subdir): Do not define.
1340         (dlfcn): Likewise.
1341
1342 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
1343
1344         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
1345         Remove all definitions.
1346         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
1347         <kernel-features.h>.
1348         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
1349         (miss_F_GETOWN_EX): Remove all definitions.
1350         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
1351         macro definition.
1352         [!__ASSUME_FCNTL64]: Remove conditional code.
1353         [__ASSUME_FCNTL64]: Make code unconditional.
1354         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
1355         <kernel-features.h>.
1356         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
1357         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
1358         (lockf64) [__NR_fcntl64]: Make code unconditional.
1359         (lockf64) [__ASSUME_FCNTL64]: Likewise.
1360
1361         * sysdeps/unix/sysv/linux/kernel-features.h
1362         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
1363         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
1364         Make code unconditional.
1365         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
1366         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
1367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
1368         [__NR_vfork]: Make code unconditional.
1369         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
1370         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
1371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
1372         [__NR_vfork]: Make code unconditional.
1373         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
1374         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
1375
1376 2012-08-01  Roland McGrath  <roland@hack.frob.com>
1377
1378         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
1379         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
1380
1381         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
1382         Define mkstemp64 as an alias.
1383         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
1384         Define mkstemps64 as an alias.
1385         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
1386         Define mkostemp64 as an alias.
1387         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
1388         Define mkostemps64 as an alias.
1389         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
1390         Conditionalize body on this.
1391         * misc/mkostemp64.c: Likewise.
1392         * misc/mkostemps64.c: Likewise.
1393         * misc/mkstemps64.c: Likewise.
1394         * sysdeps/wordsize-64/mkstemp64.c: File removed.
1395         * sysdeps/wordsize-64/mkostemp64.c: File removed.
1396         * sysdeps/wordsize-64/mkostemp.c: File removed.
1397         * sysdeps/wordsize-64/mkstemp.c: File removed.
1398         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
1399         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
1400         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
1401         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
1402
1403         [BZ #14138]
1404         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
1405         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
1406         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
1407         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
1408
1409         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
1410         compat_symbol macros from <shlib-compat.h> rather than the underlying
1411         default_symbol_version and symbol_version macros, so that DEFAULT
1412         lines in shlib-versions are respected.
1413         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
1414
1415 2012-08-01  Florian Weimer  <fweimer@redhat.com>
1416
1417         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
1418         Declare with warn_unused_result.
1419         (setgid, setregid, setegid, setresgid): Likewise.
1420         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
1421         Likewise.
1422         * WUR-REPORT: Remove set*id functions.
1423
1424 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
1425
1426         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
1427
1428 2012-07-31  Roland McGrath  <roland@hack.frob.com>
1429
1430         * include/sys/socket.h (__libc_accept, __libc_accept4):
1431         Add attribute_hidden.
1432         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
1433
1434         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
1435         use of PTR_MANGLE.
1436         * inet/getnetgrent_r.c (setup): Likewise.
1437
1438         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
1439
1440 2012-07-31  David S. Miller  <davem@davemloft.net>
1441
1442         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1443
1444 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
1445
1446         [BZ #13629]
1447         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
1448         value between 1.0 and 2.0 and smaller part has absolute value less
1449         than 1.0.
1450         * math/s_clog10.c (__clog10): Likewise.
1451         * math/s_clog10f.c (__clog10f): Likewise.
1452         * math/s_clog10l.c (__clog10l): Likewise.
1453         * math/s_clogf.c (__clogf): Likewise.
1454         * math/s_clogl.c (__clogl): Likewise.
1455         * math/libm-test.inc (clog_test): Add more tests.
1456         (clog10_test): Likewise.
1457         * sysdeps/i386/fpu/libm-test-ulps: Update.
1458         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1459
1460 2012-07-31  Florian Weimer  <fweimer@redhat.com>
1461
1462         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
1463         Exit with zero in case no suitable GID is found, and write a
1464         message to standard error.
1465
1466 2012-07-30  Roland McGrath  <roland@hack.frob.com>
1467
1468         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
1469         rather than to 1.
1470         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
1471         (MAXPATHLEN): Removed.
1472         (NOGROUP, NODEV): New macros.
1473         (setbit, clrbit, isset, isclr): New macros.
1474         (howmany, roundup, powerof2): New macros.
1475         (DEV_BSIZE): New macro.
1476
1477         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
1478         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
1479
1480         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
1481         definition on [!__NO_LONG_DOUBLE_MATH].
1482
1483         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
1484         PTR_MANGLE and PTR_DEMANGLE.
1485
1486         * socket/accept4.c (accept4): Rename to __libc_accept4.
1487         Define accept4 as a weak alias.
1488
1489         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
1490         on [_DIRENT_HAVE_D_TYPE].
1491         * io/ftw.c (ftw_dir): Likewise.
1492
1493         * io/xmknod.c (__xmknod): Don't check PATH for being null.
1494
1495         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
1496
1497         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
1498         Use the BSD numbers rather than the arbitrary ones we had.
1499         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
1500         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
1501         (SIGXCPU, SIGXFSZ): New macros.
1502         (_NSIG): Now 32.
1503
1504         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
1505         initializer on [_LIBC_REENTRANT].
1506
1507         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
1508         definitions inside [_POSIX_MAPPED_FILES].
1509
1510         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
1511
1512         * dirent/opendir.c: Include <fcntl.h>.
1513
1514         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
1515         (__libc_getspecific): Likewise.
1516         (__libc_key_create): Likewise.
1517
1518         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
1519         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
1520         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
1521         (tmpfile64): Define as alias.
1522         * sysdeps/wordsize-64/tmpfile.c: File removed.
1523         * sysdeps/wordsize-64/tmpfile64.c: File removed.
1524         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
1525         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
1526
1527         * stdio-common/vfscanf.c: Include <stdbool.h>.
1528         * nss/makedb.c: Likewise.
1529         * stdio-common/_i18n_number.h: Likewise.
1530         * argp/argp-help.c: Likewise.
1531         * posix/wordexp.c: Likewise.
1532         * sysdeps/posix/spawni.c: Likewise.
1533         * nss/nss_files/files-initgroups.c: Likewise.
1534         * stdio-common/reg-modifier.c: Include <stdlib.h>.
1535         * nss/nss_files/files-initgroups.c: Likewise.
1536         * nss/nss_db/db-netgrp.c: Likewise.
1537         * nss/nss_db/db-initgroups.c: Likewise.
1538         * io/fchmodat.c: Include <sys/stat.h>.
1539
1540         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
1541         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
1542
1543         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
1544         [HAVE_MMAP].
1545
1546         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
1547         Add multiple inclusion protection.
1548
1549 2012-07-27  David S. Miller  <davem@davemloft.net>
1550
1551         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1552
1553 2012-07-27  Gary Benson  <gbenson@redhat.com>
1554
1555         [BZ #14298]
1556         * elf/rtld.c: Include <stap-probe.h>.
1557         (dl_main): Added static probes "init_start" and "init_complete".
1558         * elf/dl-load.c: Include <stap-probe.h>.
1559         (lose): Take new parameter "nsid".
1560         Added static probe "map_failed".
1561         (_dl_map_object_from_fd): Pass namespace id to lose.
1562         Added static probe "map_start".
1563         (open_verify): Pass namespace id to lose.
1564         * elf/dl-open.c: Include <stap-probe.h>.
1565         (dl_open_worker) Added static probes "map_complete", "reloc_start"
1566         and "reloc_complete".
1567         * elf/dl-close.c: Include <stap-probe.h>.
1568         (_dl_close_worker): Added static probes "unmap_start" and
1569         "unmap_complete".
1570         * elf/rtld-debugger-interface.txt: New file documenting the above.
1571
1572 2012-07-26  Roland McGrath  <roland@hack.frob.com>
1573
1574         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
1575         rather than a string variable.
1576         * sunrpc/rpc_main.c (h_output): Likewise.
1577         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
1578
1579 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
1580
1581         * inet/check_native.c: New file.
1582
1583 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
1584
1585         [BZ #13629]
1586         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
1587         if larger part has absolute value 1.0.
1588         * math/s_clog10.c (__clog10): Likewise.
1589         * math/s_clog10f.c (__clog10f): Likewise.
1590         * math/s_clog10l.c (__clog10l): Likewise.
1591         * math/s_clogf.c (__clogf): Likewise.
1592         * math/s_clogl.c (__clogl): Likewise.
1593         * math/libm-test.inc (clog_test): Add more tests.
1594         (clog10_test): Likewise.
1595         * sysdeps/i386/fpu/libm-test-ulps: Update.
1596         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1597
1598         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
1599         (pltexit): Likewise.
1600         (La_regs): Likewise.
1601         (La_retval): Likewise.
1602         (int_retval): Likewise.
1603         Update #error for removed macros to refer only to definitions in
1604         tst-audit.h.
1605         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
1606         macro.
1607         (pltexit): Likewise.
1608         (La_regs): Likewise.
1609         (La_retval): Likewise.
1610         (int_retval): Likewise.
1611         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
1612         macro.
1613         (pltexit): Likewise.
1614         (La_regs): Likewise.
1615         (La_retval): Likewise.
1616         (int_retval): Likewise.
1617         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
1618         macro.
1619         (pltexit): Likewise.
1620         (La_regs): Likewise.
1621         (La_retval): Likewise.
1622         (int_retval): Likewise.
1623         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
1624         macro.
1625         (pltexit): Likewise.
1626         (La_regs): Likewise.
1627         (La_retval): Likewise.
1628         (int_retval): Likewise.
1629         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
1630         macro.
1631         (pltexit): Likewise.
1632         (La_regs): Likewise.
1633         (La_retval): Likewise.
1634         (int_retval): Likewise.
1635         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
1636         macro.
1637         (pltexit): Likewise.
1638         (La_regs): Likewise.
1639         (La_retval): Likewise.
1640         (int_retval): Likewise.
1641         * sysdeps/generic/tst-audit.h: Update comment to refer only to
1642         macro definitions in tst-audit.h.
1643         * sysdeps/i386/tst-audit.h: New file.
1644         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
1645         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
1646         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
1647         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
1648         * sysdeps/sh/tst-audit.h: Likewise.
1649         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
1650         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
1651         * sysdeps/x86_64/tst-audit.h: Likewise.
1652
1653 2012-07-26  Andreas Jaeger  <aj@suse.de>
1654
1655         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
1656         ptrace.
1657
1658         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
1659         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
1660         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
1661         PTRACE_O_MASK.
1662         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
1663         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
1664         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
1665
1666         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
1667         value.
1668
1669         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
1670         _sigsys.
1671         (si_call_addr, si_syscall, si_arch): Define new macro.
1672         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
1673         _sigsys.
1674         (si_call_addr, si_syscall, si_arch): Define new marcro.
1675         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
1676         _sigsys.
1677         (si_call_addr, si_syscall, si_arch): Define new macro.
1678         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
1679         _sigsys.
1680         (si_call_addr, si_syscall, si_arch): Define new macro.
1681
1682 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
1683
1684         [BZ #13717]
1685         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
1686         Change to 2.4.21 where previously 2.4.1.
1687         * sysdeps/unix/sysv/linux/configure: Regenerated.
1688         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
1689         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
1690         Linux kernel version.
1691         (__ASSUME_STD_AUXV): Remove.
1692         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
1693         kernel version.
1694         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
1695         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
1696         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
1697         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
1698         (__ASSUME_NETLINK_SUPPORT): Likewise.
1699         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
1700         (__no_netlink_support): Remove conditional definition.
1701         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
1702         Remove.
1703         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
1704         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
1705         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
1706         (if_nameindex_ioctl): Remove.
1707         (if_nameindex_netlink): Do not handle __no_netlink_support.
1708         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
1709         code.
1710         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
1711         Remove conditional code.
1712         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
1713         code.
1714         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
1715         unconditional.
1716         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
1717         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
1718         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
1719         Remove.
1720         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1721         [!__ASSUME_STD_AUXV]: Remove conditional code.
1722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
1723         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
1724         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
1725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
1726         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
1727         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
1728         code.
1729         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
1730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
1731         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
1732         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
1733         conditional code.
1734         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
1735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
1736         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
1737         code.
1738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
1739         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
1740         conditional code.
1741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
1742         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
1743         code unconditional.
1744         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1745         conditional code.
1746         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
1747         unconditional.
1748         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1749         conditional code.
1750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
1751         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
1752         unconditional.
1753         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1754         conditional code.
1755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
1756         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
1757         code unconditional.
1758         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1759         conditional code.
1760         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
1761         unconditional.
1762         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1763         conditional code.
1764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
1765         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
1766         code unconditional.
1767         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1768         conditional code.
1769         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
1770         unconditional.
1771         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1772         conditional code.
1773
1774 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1775
1776         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
1777         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
1778         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
1779         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
1780         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
1781         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1782         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
1783         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
1784         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
1785         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
1786         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
1787         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
1788         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
1789         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
1790         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
1791         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
1792         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
1793         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
1794         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
1795         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
1796         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
1797         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
1798         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
1799
1800 2012-07-25  Florian Weimer  <fweimer@redhat.com>
1801
1802         * Versions.def: Add GLIBC_2.17.
1803         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
1804         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
1805         Introduce __libc_secure_getenv.
1806         * stdlib/Versions (2.17): Add secure_getenv
1807         (GLIBC_PRIVATE): Add __libc_secure_getenv.
1808         * stdlib/secure-getenv.c: Rename __secure_getenv to
1809         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
1810         symbol __secure_getenv for GLIBC_2.0.
1811         * stdlib/tst-secure-getenv.c: New.
1812         * stdlib/Makefile (tests): Add testcase.
1813         * manual/startup.texi (Environment Access): Document
1814         secure_getenv.
1815         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
1816         __libc_secure_getenv.
1817         * inet/ruserpass.c (ruserpass): Likewise.
1818         * malloc/mtrace.c (mtrace): Likewise.
1819         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
1820         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
1821         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
1822         * sysdeps/posix/tempname.c: Likewise.  Evaluate
1823         HAVE_SECURE_GETENV.
1824         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
1825         __secure_getenv to __libc_secure_getenv.
1826         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
1827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
1828         Likewise.
1829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
1830         Likewise.
1831         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
1832         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
1833         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
1834         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
1835         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
1836         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
1837         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
1838
1839 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
1840
1841         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
1842         (struct La_i86_retval): Likewise.
1843         (struct La_x86_64_regs): Likewise.
1844         (struct La_x86_64_retval): Likewise.
1845         (struct La_x32_regs): Likewise.
1846         (struct La_x32_retval): Likewise.
1847         (struct La_ppc32_regs): Likewise.
1848         (struct La_ppc32_retval): Likewise.
1849         (struct La_ppc64_regs): Likewise.
1850         (struct La_ppc64_retval): Likewise.
1851         (struct La_sh_regs): Likewise.
1852         (struct La_sh_retval): Likewise.
1853         (struct La_s390_32_regs): Likewise.
1854         (struct La_s390_32_retval): Likewise.
1855         (struct La_s390_64_regs): Likewise.
1856         (struct La_s390_64_retval): Likewise.
1857         (struct La_sparc32_regs): Likewise.
1858         (struct La_sparc32_retval): Likewise.
1859         (struct La_sparc64_regs): Likewise.
1860         (struct La_sparc64_retval): Likewise.
1861         (struct audit_ifaces): Remove architecture-specific pltenter and
1862         pltexit members.
1863         * sysdeps/i386/ldsodefs.h: New file.
1864         * sysdeps/powerpc/ldsodefs.h: Likewise.
1865         * sysdeps/s390/ldsodefs.h: Likewise.
1866         * sysdeps/sh/ldsodefs.h: Likewise.
1867         * sysdeps/sparc/ldsodefs.h: Likewise.
1868         * sysdeps/x86_64/ldsodefs.h: Likewise.
1869
1870 2012-07-25  Marek Polacek  <polacek@redhat.com>
1871
1872         [BZ #6808]
1873         * math/libm-test.inc (yn_test): Add another test.
1874         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
1875         to ERANGE when the result is +-Inf.
1876         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
1877         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
1878         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
1879         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
1880
1881 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
1882
1883         * conform/data/time.h-data (NULL): Use macro-constant.  Require
1884         equal to 0.
1885         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
1886         clock_t.
1887         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
1888
1889 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
1890
1891         * configure.in <sysdeps resolving>: Correct printing
1892         Implies_before.
1893         * configure: Regenerate.
1894
1895 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
1896
1897         * math/w_ilogb.c: Include <limits.h>.
1898         * math/w_ilogbl.c: Likewise.
1899
1900 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
1901
1902         * manual/lang.texi (__va_copy): Document primarily as ISO C99
1903         va_copy.  Document allowing for unavailable va_copy only as
1904         pre-C99 compatibility.
1905         * manual/string.texi (Copying and Concatenation): Use va_copy
1906         instead of __va_copy in concat example.
1907
1908 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
1909
1910         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
1911         (__sendto): Use create_address_port.  Initialize APORT and deallocate
1912         it if not null.
1913
1914         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
1915         with O_NOLINK passed to __file_name_lookup.
1916
1917         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
1918         with O_NOLINK passed to __file_name_lookup.
1919
1920         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
1921         negative N or less than NGIDS.
1922
1923         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
1924         type to string_t.  Set ERANGE as errno and return it if NAME is not big
1925         enough.  Use memcpy instead of strncpy.
1926
1927 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
1928
1929         * elf/Makefile (check-data): Remove.
1930         (localplt.data): New vpath directive.
1931         ($(objpfx)check-localplt.out): Use localplt.data from vpath
1932         instead of $(check-data).
1933         * scripts/data/localplt-generic.data: Move to ...
1934         * sysdeps/generic/localplt.data: ... here.
1935         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
1936         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
1937         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
1938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
1939         ... here.
1940         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
1941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
1942         ... here.
1943         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
1944         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
1945         ... here.
1946         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
1947         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
1948         ... here.
1949         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
1950         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
1951         ... here.
1952         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
1953         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
1954         ... here.
1955
1956 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1957
1958         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
1959         PPC32 and PPC64 files.
1960         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
1961         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
1962
1963 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1964
1965         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
1966         __makecontext_ret to ...
1967         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
1968         ... here and call exit if uc_link is NULL.  New file.
1969         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
1970         __makecontext_ret.S.
1971         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
1972         __makecontext_ret to ...
1973         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
1974         ... here and call exit if uc_link is NULL.  New file.
1975         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
1976         __makecontext_ret.S.
1977
1978 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1979
1980         * elf/elf.h (R_390_IRELATIVE): New definition.
1981         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
1982         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
1983         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
1984         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
1985         (elf_machine_lazy_rel): Likewise.
1986         * sysdeps/s390/dl-irel.h: New file.
1987         * sysdeps/s390/s390-64/memcpy.S: New asm code.
1988         * sysdeps/s390/s390-64/memset.S: New asm code.
1989         * sysdeps/s390/s390-64/memcmp.S: New asm code.
1990         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
1991         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
1992         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
1993         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
1994         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
1995         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
1996         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
1997         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
1998         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
1999         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
2000         * sysdeps/s390/s390-32/memcpy.S: New asm code.
2001         * sysdeps/s390/s390-32/memset.S: New asm code.
2002         * sysdeps/s390/s390-32/memcmp.S: New asm code.
2003
2004 2012-07-17  Marek Polacek  <polacek@redhat.com>
2005
2006         [BZ #14349]
2007         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
2008         * sysdeps/s390/s390-64/configure.in: Likewise.
2009         * sysdeps/sparc/configure.in: Likewise.
2010         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
2011         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
2012         * sysdeps/i386/configure.in: Likewise.
2013         * sysdeps/x86_64/configure.in: Likewise.
2014         * sysdeps/sh/configure.in: Likewise.
2015         * sysdeps/s390/s390-32/configure: Regenerated.
2016         * sysdeps/s390/s390-64/configure: Likewise.
2017         * sysdeps/x86_64/configure: Likewise.
2018         * sysdeps/sh/configure: Likewise.
2019         * sysdeps/powerpc/powerpc64/configure: Likewise.
2020         * sysdeps/powerpc/powerpc32/configure: Likewise.
2021         * sysdeps/sparc/configure: Likwise.
2022         * sysdeps/i386/configure: Likewise.
2023
2024         * elf/dl-open.c: Comment fixes.
2025
2026 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
2027
2028         * Makefile [CXX] (check-data): Remove.
2029         [CXX] (c++-types.data): New vpath directive.
2030         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
2031         vpath.  Do not allow for C++ type data being missing.
2032         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
2033         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
2034         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
2035         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
2036         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
2037         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
2038         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
2039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
2040         ... here.
2041         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
2042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
2043         ... here.
2044         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
2045         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
2046         ... here.
2047         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
2048         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
2049         ... here.
2050         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
2051         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
2052         ... here.
2053         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
2054         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
2055         ... here.
2056         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
2057         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
2058         ... here.
2059         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
2060         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
2061
2062         * elf/tls-macros.h (TLS_LE): Move architecture-specific
2063         definitions to architecture-specific files.
2064         (TLS_IE): Likewise.
2065         (TLS_LD): Likewise.
2066         (TLS_GD): Likewise.
2067         * sysdeps/i386/tls-macros.h: New file.
2068         * sysdeps/powerpc/tls-macros.h: Likewise.
2069         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
2070         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
2071         * sysdeps/sh/tls-macros.h: Likewise.
2072         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
2073         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
2074         * sysdeps/x86_64/tls-macros.h: Likewise.
2075
2076 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
2077
2078         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
2079         zero value for regular exit case.
2080
2081         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
2082         (__start_context): Preserve zero value for regular exit case.
2083
2084 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
2085             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2086
2087         * manual/setjmp.texi (setcontext): Clarify normal process
2088         termination when uc_link is the null pointer.
2089         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
2090         exit call.
2091
2092 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
2093
2094         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
2095         preprocessor.  Test for each exception mask separately.
2096
2097 2012-07-16  Andreas Jaeger  <aj@suse.de>
2098
2099         * po/ru.po: Update from translation team.
2100
2101 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
2102
2103         * conform/data/string.h-data (NULL): Use macro-constant.  Require
2104         equal to 0.
2105         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
2106         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
2107         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
2108         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
2109         [ISO || ISO99 || ISO11] (*_t): Do not allow.
2110
2111 2012-07-13  Andreas Jaeger  <aj@suse.de>
2112
2113         * po/fr.po: Update from translation team.
2114
2115 2012-07-12  Marek Polacek  <polacek@redhat.com>
2116
2117         [BZ #14173]
2118         * math/libm-test.inc (yn_test): Add test for BZ #14173.
2119         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
2120         loop condition.
2121
2122 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
2123
2124         [BZ #13717]
2125         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
2126         Change to 2.4.1 where previously 2.4.0.
2127         * sysdeps/unix/sysv/linux/configure: Regenerated.
2128         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
2129         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
2130         version.
2131         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
2132         (__ASSUME_AT_CLKTCK): Remove.
2133         (__ASSUME_AT_PAGESIZE): Likewise.
2134         (__ASSUME_AT_XID): Likewise.
2135         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
2136         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
2137         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
2138         unconditionally.
2139         (HAVE_AUX_PAGESIZE): Likewise.
2140         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
2141         [__ASSUME_AT_CLKTCK]: Make code unconditional.
2142         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
2143
2144 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
2145
2146         [BZ #14307]
2147         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
2148         the temporary buffer used to invoke __gethostbyname2_r,
2149         __gethostbyaddr_r and gethostbyname4_r to make room for struct
2150         host_data / struct gaih_addrtuple.
2151         * resolv/nss_dns/dns-host.c (global scope): Move definition of
2152         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
2153         header file nss/nsswitch.h.
2154         * nss/nsswitch.h (global scope): Add definition of implementation
2155         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
2156         resolv/nss_dns/dns-host.c).
2157
2158 2012-07-11  Andreas Jaeger  <aj@suse.de>
2159
2160         * po/fr.po: Update from translation team.
2161
2162         * po/sv.po: Update from translation team
2163         * po/fr.po: Another update from translation team.
2164
2165 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2166
2167         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
2168         for subnormals or multiply small sinh result by itself.
2169         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
2170         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2171
2172 2012-07-11  David S. Miller  <davem@davemloft.net>
2173
2174         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2175
2176 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
2177
2178         [BZ #14347]
2179         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
2180         (INTERNAL_MARK): Shift it here.
2181
2182 2012-07-10  Marek Polacek  <polacek@redhat.com>
2183
2184         [BZ #14151]
2185         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
2186         libc_cv_asm_global_directive with .globl.
2187         * configure: Regenerated.
2188         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
2189         with .globl.
2190         * sysdeps/i386/configure: Regenerated.
2191         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
2192         with .globl.
2193         * sysdeps/x86_64/configure: Regenerated.
2194         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
2195         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
2196         * elf/tst-unique2mod2.c: Likewise.
2197         * elf/tst-unique2mod1.c: Likewise.
2198         * elf/tst-unique1mod2.c: Likewise.
2199         * elf/tst-unique1mod1.c: Likewise.
2200         * sysdeps/s390/s390-32/sysdep.h: Likewise.
2201         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
2202         * sysdeps/s390/s390-64/sysdep.h: Likewise.
2203         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
2204         * sysdeps/mach/sysdep.h: Likewise.
2205         * sysdeps/i386/sysdep.h: Likewise.
2206         * sysdeps/i386/i386-mcount.S: Likewise.
2207         * sysdeps/x86_64/_mcount.S: Likewise.
2208         * sysdeps/x86_64/sysdep.h: Likewise.
2209         * sysdeps/sh/_mcount.S: Likewise.
2210         * sysdeps/sh/sysdep.h: Likewise.
2211         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
2212         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
2213         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
2214         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
2215         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
2216         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
2217         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
2218         * locale/localeinfo.h: Likewise.
2219         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
2220         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
2221
2222 2012-07-09  Roland McGrath  <roland@hack.frob.com>
2223
2224         [BZ #14336]
2225         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
2226         system".
2227         * manual/message.texi (The Uniforum approach): Likewise.
2228         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
2229         (glibc iconv Implementation): Likewise.
2230
2231 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
2232
2233         [BZ #14337]
2234         * math/s_clog.c (__clog): Avoid scaling a value down where that
2235         could result in underflow.
2236         * math/s_clog10.c (__clog10): Likewise.
2237         * math/s_clog10f.c (__clog10f): Likewise.
2238         * math/s_clog10l.c (__clog10l): Likewise.
2239         * math/s_clogf.c (__clogf): Likewise.
2240         * math/s_clogl.c (__clogl): Likewise.
2241         * math/libm-test.inc (clog_test): Add more tests.
2242         (clog10_test): Likewise.
2243         * sysdeps/i386/fpu/libm-test-ulps: Update.
2244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2245
2246 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
2247
2248         [BZ #14283]
2249         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
2250         by 7 not 8 to examine high bit of fractional part.
2251
2252         [BZ #14042]
2253         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
2254         for call to __mcount_internal.
2255         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
2256         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
2257         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
2258
2259 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
2260
2261         [BZ #14154]
2262         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
2263         approximation for values within 0x1p-13f of an odd multiple of
2264         pi/4.
2265         * math/libm-test.inc (tan_test): Do not allow spurious underflow
2266         exception.  Add more tests.
2267         * sysdeps/i386/fpu/libm-test-ulps: Update.
2268
2269         [BZ #6778]
2270         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
2271         inputs and return -1 for them.  Do not check for +Inf in case not
2272         reachable for +Inf.
2273         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
2274         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
2275         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
2276         and return -1 for them.  Do not check for +Inf in case not
2277         reachable for +Inf.
2278         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
2279         define.
2280         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
2281         and return -1 for them.  Do not check for +Inf in case not
2282         reachable for +Inf.
2283         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
2284         spurious underflow.
2285         * sysdeps/i386/fpu/libm-test-ulps: Update.
2286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2287
2288 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
2289
2290         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
2291
2292 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
2293
2294         [BZ #14157]
2295         [BZ #14331]
2296         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
2297         could result in spurious underflow.  Scale down values above
2298         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
2299         * math/s_csqrtf.c (__csqrtf): Likewise.
2300         * math/s_csqrtl.c (__csqrtl): Likewise.
2301         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
2302         spurious underflow.
2303         * sysdeps/i386/fpu/libm-test-ulps: Update.
2304         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2305
2306 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
2307
2308         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
2309         xopen-msg.sed.
2310         * catgets/xopen-msg.awk: New file.
2311         * catgets/xopen-msg.sed: Removed.
2312
2313         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
2314         po2text.sed.
2315         * intl/po2test.awk: New file.
2316         * intl/po2test.sed: Removed.
2317
2318 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
2319
2320         [BZ #14328]
2321         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
2322         or multiply small sinh result by itself.
2323         * math/s_ctanf.c (__ctanf): Likewise.
2324         * math/s_ctanh.c (__ctanh): Likewise.
2325         * math/s_ctanhf.c (__ctanhf): Likewise.
2326         * math/s_ctanhl.c (__ctanhl): Likewise.
2327         * math/s_ctanl.c (__ctanl): Likewise.
2328         * math/libm-test.inc (ctan_test_tonearest): New function.
2329         (ctan_test_towardzero): Likewise.
2330         (ctan_test_downward): Likewise.
2331         (ctan_test_upward): Likewise.
2332         (ctanh_test_tonearest): Likewise.
2333         (ctanh_test_towardzero): Likewise.
2334         (ctanh_test_downward): Likewise.
2335         (ctanh_test_upward): Likewise.
2336         (main): Call these new functions.
2337         * sysdeps/i386/fpu/libm-test-ulps: Update.
2338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2339
2340 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
2341
2342         * .gitignore: Delete /ports entry.
2343
2344 2012-07-03  Andreas Jaeger  <aj@suse.de>
2345
2346         * po/bg.po: Update from translation team.
2347         * po/cs.po: Likewise.
2348         * po/de.po: Likewise.
2349         * po/hr.po: Likewise.
2350         * po/nl.pl: Likewise.
2351         * po/pl.po: Likewise.
2352         * po/vi.po: Likewise.
2353
2354 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
2355
2356         * Makeconfig [!+link] (+link-before-libc): New variable.
2357         [!+link] (+link-after-libc): Likewise.
2358         [!+link] (+link-tests): Likewise.
2359         [!+link] (+link): Define in terms of $(+link-before-libc) and
2360         $(+link-after-libc).
2361         [!+link-static] (+link-static-before-libc): New variable.
2362         [!+link-static] (+link-static-after-libc): Likewise.
2363         [!+link-static] (+link-static-tests): Likewise.
2364         [!+link-static] (+link-static): Define in terms of
2365         $(+link-static-before-libc) and $(+link-static-after-libc).
2366         [build-shared] (link-libc-before-gnulib): New variable.
2367         [build-shared] (link-libc-tests): Likewise.
2368         [build-shared] (link-libc): Define in terms of
2369         $(link-libc-before-gnulib).
2370         [!build-shared] (link-libc-tests): New variable.
2371         (link-libc-static-tests): New variable.
2372         [!gnulib] (gnulib-arch): New variable.
2373         [!gnulib] (gnulib-tests): Likewise.
2374         [!gnulib] (static-gnulib-arch): Likewise.
2375         [!gnulib] (static-gnulib-tests): Likewise.
2376         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
2377         Define with "=" instead of ":=".
2378         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
2379         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
2380         * Rules (binaries-all-notests): New variable.
2381         (binaries-all-tests): Likewise.
2382         (binaries-static-notests): Likewise.
2383         (binaries-static-tests): Likewise.
2384         (binaries-all): Define using $(binaries-all-notests) and
2385         $(binaries-all-tests).
2386         (binaries-static): Define using $(binaries-static-notests) and
2387         $(binaries-static-tests).
2388         (binaries-shared-tests): New variable.
2389         (binaries-shared-notests): Likewise.
2390         (binaries-shared): Remove variable.
2391         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
2392         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
2393         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
2394         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
2395         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
2396         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
2397         * elf/Makefile (sln-modules): New variable.
2398         (extra-objs): Add $(sln-modules:=.o).
2399         (ldconfig-modules): Add static-stubs.
2400         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
2401         * elf/static-stubs.c: New file.
2402
2403         [BZ #14283]
2404         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
2405         by 7 not 8 to examine high bit of fractional part.  Use volatile
2406         variables when splitting into final array of floats if
2407         __FLT_EVAL_METHOD__ != 0.
2408         * math/libm-test.inc (cos_test): Add another test.
2409         (sin_test): Likewise.
2410         * sysdeps/i386/fpu/libm-test-ulps: Update.
2411
2412         [BZ #14273]
2413         * math/libm-test.inc (cosh_test): Add more tests.
2414
2415         * version.h (RELEASE): Set to "development".
2416         (VERSION): Set to "2.16.90".
2417
2418 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
2419
2420         * NEWS: Update copyright. Remove last-updated date.
2421         Mention math library bug fixes and timezone data changes.
2422         * README: Mention GNU/Hurd, x32, and HPPA support status.
2423
2424 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
2425
2426         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
2427
2428 2012-06-27  Andreas Jaeger  <aj@suse.de>
2429
2430         * manual/contrib.texi (Contributors): Add Samuel Thibault.
2431
2432 2012-06-25  Andreas Jaeger  <aj@suse.de>
2433
2434         * sysdeps/s390/fpu/libm-test-ulps: Update.
2435
2436 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
2437             Thomas Schwinge  <thomas@codesourcery.com>
2438
2439         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
2440         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
2441         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
2442         fanotify_mark.
2443
2444 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
2445
2446         * sysdeps/mach/start.c: Remove file.
2447         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
2448         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
2449         * sysdeps/sh/init-first.c: Likewise.
2450
2451         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
2452         registers for frame unwinding purposes, add CFI directives.
2453         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
2454         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
2455         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
2456         Likewise.
2457
2458         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
2459         __fortify_fail returning.
2460         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
2461
2462         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
2463         sysdeps/sh/____longjmp_chk.S.
2464         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
2465         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
2466         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
2467         (gen-as-const-headers): Append sigaltstack-offsets.sym.
2468
2469         * sysdeps/sh/abort-instr.h: New file.
2470         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
2471         process in case exit returns.
2472
2473         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
2474         initialize the GOT register before use.
2475
2476         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
2477         calculation of ARGC > 4.
2478
2479         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
2480         meaningful names to some local labels.
2481
2482 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
2483             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2484
2485         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
2486         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
2487         (__arch_compare_and_exchange_val_16_acq): Likewise.
2488         (__arch_compare_and_exchange_val_32_acq): Likewise.
2489         (atomic_exchange_and_add): Fix gUSA sequence.
2490         (atomic_add): Likewise.
2491         (atomic_add_negative): Likewise.
2492         (atomic_add_zero): Likewise.
2493         (atomic_bit_test_set): Likewise.
2494
2495 2012-06-22  Andreas Schwab  <schwab@redhat.com>
2496
2497         [BZ #13579]
2498         * include/link.h (struct link_map): Add l_free_initfini.
2499         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
2500         l_initfini.
2501         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
2502         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
2503         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
2504         set.
2505
2506 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
2507
2508         * configure.in: Use AC_LANG_SOURCE.
2509         * configure: Regenerate.
2510
2511 2012-06-22  Roland McGrath  <roland@hack.frob.com>
2512
2513         * configure.in (libc_cv_localstatedir): New substituted variable.
2514         * configure: Regenerated.
2515         * config.make.in (localstatedir): New variable, substituted from
2516         libc_cv_localstatedir.
2517         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
2518         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
2519         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
2520         * sysdeps/gnu/configure: Regenerated.
2521
2522 2012-06-21  Jeff Law  <law@redhat.com>
2523
2524         [BZ #14277]
2525         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
2526         free.  Simplify list management for _LIBC case.
2527
2528 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
2529
2530         [BZ #14273]
2531         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
2532         Clear sign bit of 64-bit integer value before comparing against
2533         overflow value.
2534
2535         * sysdeps/mach/configure: Regenerated.
2536
2537 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
2538
2539         [BZ #14278]
2540         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
2541
2542 2012-06-21  Jeff Law  <law@redhat.com>
2543
2544         [BZ #13882]
2545         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
2546         uint16_t for elements in the "seen" array to avoid char overflows.
2547         * elf/dl-fini.c (_dl_sort_fini): Likewise.
2548         * elf/dl-open.c (dl_open_worker): Likewise.
2549
2550 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
2551
2552         * scripts/list-sources.sh: Scan PORTS for translations.
2553         * po/libc.pot: Regenerated.
2554
2555 2012-06-21  Andreas Jaeger  <aj@suse.de>
2556
2557         [BZ #12194]
2558         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
2559         warning.
2560         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
2561         * bits/byteswap-16.h (__bswap_16): Likewise.
2562         * bits/byteswap.h (__bswap_constant_16): Likewise.
2563
2564 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
2565
2566         [BZ #14117]
2567         * sysdeps/i386/fpu_control.h: Removed.
2568         * sysdeps/x86_64/fpu_control.h: Moved to ...
2569         * sysdeps/x86/fpu_control.h: Here.
2570
2571         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
2572         (_FPU_SETCW): Likewise.
2573
2574 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
2575
2576         [BZ #14117]
2577         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
2578         * sysdeps/x86/fpu/bits/mathinline.h: This.
2579         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
2580
2581         [BZ #14050]
2582         [BZ #14117]
2583         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
2584         functions if __x86_64__ is defined.
2585
2586 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
2587
2588         * string/endian.h: Add !__ASSEMBLER__ condition for including
2589         conversion interfaces.
2590
2591 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
2592
2593         [BZ #14241]
2594         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
2595         of ABS(x) in calculating zero to negative powers other than odd
2596         integers.
2597         * math/libm-test.inc (pow_test): Add more tests.
2598
2599 2012-06-15  Andreas Jaeger  <aj@suse.de>
2600
2601         * manual/contrib.texi (Contributors): Update entry of Liubov
2602         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
2603         Machado Filho.
2604
2605 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
2606
2607         * string/string.h: Add __wur to GNU version of strerror_r.
2608
2609 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
2610
2611         [BZ #14229]
2612         * string/Makefile (tests): Add tst-strtok_r.
2613         * string/tst-strtok_r.c: New file.
2614         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
2615         RAX_LP/RDX_LP on SAVE_PTR.
2616
2617 2012-06-14  Roland McGrath  <roland@hack.frob.com>
2618
2619         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
2620
2621 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
2622
2623         * libm_test.inc (csqrt_test): Allow more spurious underflow
2624         exceptions.
2625         (j0_test): Likewise.
2626         (j1_test): Likewise.
2627         (y0_test): Likewise.
2628         (y1_test): Likewise.
2629
2630 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
2631
2632         * po/Makefile (libc.pot): Use UTF-8 charset.
2633
2634 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
2635
2636         [BZ #14210]
2637         Suppress sign-conversion warning from FD_SET.
2638         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
2639         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
2640         not unsigned long int.
2641         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
2642
2643 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
2644
2645         [BZ #14050]
2646         [BZ #14117]
2647         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
2648         __extern_always_inline instead of __extern_inline.
2649         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
2650         (__signbit): Likewise.
2651         (__signbitl): Support C++ namespace.
2652         (lrintf): New inline function.
2653         (lrint): Likewise.
2654         (llrintf): Likewise.
2655         (llrint): Likewise.
2656         (fmaxf): Likewise.
2657         (fmax): Likewise.
2658         (fminf): Likewise.
2659         (fmin): Likewise.
2660         (rint): Likewise.
2661         (rintf): Likewise.
2662         (ceil): Likewise.
2663         (ceilf): Likewise.
2664         (floor): Likewise.
2665         (floorf): Likewise.
2666         (nearbyint): Likewise.
2667         (nearbyintf): Likewise.
2668
2669 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
2670
2671         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
2672         non-default versions.
2673
2674 2012-06-11  Roland McGrath  <roland@hack.frob.com>
2675
2676         [BZ #14218]
2677         * manual/argp.texi (Argp): Reword argp_parse description slightly.
2678
2679 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
2680
2681         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
2682         (FE_UPWARD, FE_DOWNWARD): Don't define.
2683         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
2684         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2685
2686         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
2687         reading it.
2688         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
2689         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
2690
2691 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2692
2693         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
2694         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
2695         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
2696         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
2697
2698 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
2699
2700         [BZ #14117]
2701         * sysdeps/i386/fpu/bits/fenv.h: Removed.
2702         * sysdeps/i386/fpu/Implies: New file.
2703         * sysdeps/x86_64/fpu/Implies: Likewise.
2704         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
2705         * sysdeps/x86/fpu/bits/fenv.h: This.
2706
2707         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
2708         __SSE_MATH__.
2709
2710 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
2711
2712         [BZ #14134]
2713         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
2714         character 0xffff that matches the last element of the
2715         conversion table.
2716
2717 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2718
2719         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
2720         fmodl commit.
2721
2722 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2723
2724         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
2725         values higher than 25.6283.
2726
2727 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2728
2729         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
2730         subnormal exponent extraction and add some __builtin_expect.
2731         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
2732         Fix for subnormal mantissa calculation.
2733
2734 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
2735
2736         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
2737         cpu2 is -1 and errno is not ENOSYS.
2738
2739 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
2740
2741         [BZ #14117]
2742         * sysdeps/i386/i486/bits/string.h: Renamed to ...
2743         * sysdeps/x86/bits/string.h: This.
2744         * sysdeps/x86_64/bits/string.h: Removed.
2745
2746         * sysdeps/i386/i486/bits/string.h: Define inline functions only
2747         if not compiling for x86-64, but compiling for >= i486.
2748
2749         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
2750         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
2751
2752         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
2753         New macro from Linux kernel 3.4.0.
2754         (FP_XSTATE_MAGIC2): Likewise.
2755         (FP_XSTATE_MAGIC2_SIZE): Likewise.
2756         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
2757         (struct _fpx_sw_bytes): New struct.
2758         (struct _xsave_hdr): Likewise.
2759         (struct _ymmh_state): Likewise.
2760         (struct _xstate): Likewise.
2761
2762         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
2763         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
2764         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
2765         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
2766         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
2767         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
2768
2769         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
2770         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
2771         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
2772         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
2773         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
2774         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
2775
2776 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
2777
2778         [BZ #13743]
2779         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
2780         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
2781         (sysdep_headers): Include sys/platform/ppc.h.
2782         * sysdeps/powerpc/test-gettimebase.c: Test for
2783         __ppc_get_timebase() to catch future ISA opcode/insn changes.
2784         * manual/Makefile (appendices): Include platform.texi.
2785         * manual/contrib.texi (Contributors): Update @node pointers.
2786         * manual/maint.texi (Maintenance): Likewise.
2787         (Platform): New node.
2788         * manual/platform.texi: New file.  Document the new features.
2789
2790 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2791             Jakub Jelinek  <jakub@redhat.com>
2792
2793         [BZ #14188]
2794         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
2795         where __builtin_expect is unavailable.
2796
2797 2012-06-03  David S. Miller  <davem@davemloft.net>
2798
2799         * stdlib/longlong.h: Updated from GCC.
2800
2801 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
2802
2803         [BZ #14042]
2804         * sysdeps/powerpc/powerpc32/mcount.c: New file.
2805         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
2806         __mcount_internal.
2807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
2808         (GLIBC_2.16): Likewise.
2809
2810 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
2811
2812         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
2813
2814 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
2815
2816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
2817         (default-abi): New variable.
2818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
2819         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
2820         variable.
2821         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
2822         Likewise.
2823         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
2824         Likewise.
2825         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
2826         Likewise.
2827
2828         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
2829         definition.  Document in comment.
2830
2831 2012-06-01  David S. Miller  <davem@davemloft.net>
2832
2833         * stdlib/longlong.h: Updated from GCC.
2834
2835 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
2836
2837         [BZ #14117]
2838         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
2839         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
2840         sys/debugreg.h sys/io.h here.
2841         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
2842         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
2843         sys/io.h.
2844         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
2845         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
2846         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
2847         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
2848         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
2849         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
2850
2851         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
2852         Define only if __x86_64__ is defined.
2853
2854 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
2855
2856         [BZ #14048]
2857         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
2858         Use int64_t for variable i.
2859         * math/libm-test.inc (fmod_test): Add more tests.
2860
2861         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
2862         z computation is not scheduled after fetestexcept.
2863         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
2864         Use math_force_eval instead of asm to ensure calculation scheduled
2865         before exception test.
2866         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
2867         Ensure a1 + u.d computation is not scheduled after fetestexcept.
2868
2869 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
2870
2871         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
2872         computation is not scheduled after fetestexcept.
2873
2874 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
2875
2876         [BZ #14117]
2877         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
2878         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
2879
2880 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2881
2882         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
2883         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
2884
2885 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
2886
2887         [BZ #14117]
2888         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
2889         <bits/wordsize.h>.
2890         (__WCHAR_MIN): Support __WORDSIZE == 64.
2891         (__WCHAR_MAX): Likewise.
2892
2893         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
2894         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
2895
2896         [BZ #14183]
2897         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
2898         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
2899
2900         [BZ #14117]
2901         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
2902         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
2903
2904         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
2905         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
2906
2907         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
2908         Defined to 1 if __x86_64__ isn't defined.
2909         (_STAT_VER_LINUX_OLD): New.
2910         (st_atime): Remove duplicate.
2911         (st_mtime): Likewise.
2912         (st_ctime): Likewise.
2913
2914 2012-05-31  David S. Miller  <davem@davemloft.net>
2915
2916         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
2917         entries.
2918
2919 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
2920
2921         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
2922         gen-libm-test.pl.
2923
2924         [BZ #14132]
2925         * elf/dl-reloc.c: Include <_itoa.h>.
2926         (_dl_reloc_bad_type): Remove use of INTUSE.
2927         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
2928         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
2929         * stdio-common/psiginfo.c (psiginfo): Likewise.
2930         * stdio-common/psignal.c (psignal): Likewise.
2931         * string/strsignal.c (strsignal): Likewise.
2932         * include/signal.h (_sys_siglist): Declare hidden proto.
2933         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
2934         INTVARDEF with libc_hidden_data_def.
2935         * stdio-common/itoa-udigits.c: Likewise.
2936         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
2937         (_itoa_lower_digits_internal): Remove declaration.
2938         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
2939         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
2940         (_sys_sigabbrev_internal): Remove aliases.
2941         (_sys_siglist): Define hidden alias.
2942
2943 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
2944
2945         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2946         bits/sysctl.h.
2947
2948 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
2949
2950         [BZ #14117]
2951         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
2952         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
2953
2954         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
2955         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
2956         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
2957         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
2958         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
2959         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
2960
2961         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
2962         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
2963         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
2964
2965         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
2966         with __addr.
2967         (insw): Likewise.
2968         (insl): Likewise.
2969         (outsb): Likewise.
2970         (outsw): Likewise.
2971         (outsl): Likewise.
2972
2973         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
2974         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
2975         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
2976
2977         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
2978         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
2979         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
2980         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
2981         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
2982         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
2983
2984         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
2985         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
2986
2987         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
2988         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
2989
2990         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
2991         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
2992         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
2993
2994         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
2995         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
2996         to ...
2997         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
2998
2999         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
3000         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
3001         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
3002
3003         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
3004         for x86-64.
3005         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
3006
3007 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
3008
3009         * math/math.h (M_El): Use two more decimal places.
3010         (M_LOG2El): Likewise.
3011         (M_LOG10El): Likewise.
3012         (M_LN2l): Likewise.
3013         (M_LN10l): Likewise.
3014         (M_PIl): Likewise.
3015         (M_PI_2l): Likewise.
3016         (M_PI_4l): Likewise.
3017         (M_1_PIl): Likewise.
3018         (M_2_PIl): Likewise.
3019         (M_2_SQRTPIl): Likewise.
3020         (M_SQRT2l): Likewise.
3021         (M_SQRT1_2l): Likewise.
3022
3023 2012-05-31  David S. Miller  <davem@davemloft.net>
3024
3025         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
3026         values between float registers.
3027         * sysdeps/sparc/sparc64/memset.S: Likewise.
3028         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3029
3030 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
3031
3032         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
3033         -D_FORTIFY_SOURCE=1.
3034         (CPPFLAGS-tst-longjmp_chk.c): Define.
3035         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
3036         (CPPFLAGS-tst-longjmp_chk2.c): Define.
3037         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
3038         CFLAGS-tst-wchar-h.c.
3039
3040 2012-05-31  Marek Polacek  <polacek@redhat.com>
3041
3042         [BZ #14132]
3043         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
3044         __endmntent_internal): Remove declaration.
3045         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
3046         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
3047         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
3048
3049 2012-05-30  David S. Miller  <davem@davemloft.net>
3050
3051         * sysdeps/sparc/sparc32/soft-fp/q_util.c
3052         (___Q_simulate_exceptions): Use real FP ops rather than writing
3053         into the %fsr.
3054         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
3055         Likewise.
3056
3057 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3058
3059         [BZ #14117]
3060         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
3061         * sysdeps/x86/bits/xtitypes.h: This.
3062
3063         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
3064         * sysdeps/x86/bits/wordsize.h: This.
3065
3066         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
3067         * sysdeps/x86/bits/huge_vall.h: This.
3068
3069         * sysdeps/i386/bits/select.h: Removed.
3070         * sysdeps/x86_64/bits/select.h: Renamed to ...
3071         * sysdeps/x86/bits/select.h: This.
3072
3073         * sysdeps/i386/bits/setjmp.h: Removed.
3074         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
3075         * sysdeps/x86/bits/setjmp.h: This.
3076
3077         * sysdeps/i386/bits/mathdef.h: Removed.
3078         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
3079         * sysdeps/x86/bits/mathdef.h: This.
3080
3081 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
3082
3083         [BZ #14132]
3084         * include/sys/socket.h (__connect_internal)
3085         (__libc_sa_len_internal): Remove declaration.
3086         (__connect, __libc_sa_len): Declare hidden_proto.
3087         (SA_LEN): Remove use of INTUSE.
3088         * socket/connect.c: Add libc_hidden_def.
3089         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
3090         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
3091         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
3092         alias.
3093         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3094         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3095         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
3096         of adding _internal alias.
3097
3098 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3099
3100         [BZ #14117]
3101         * sysdeps/i386/bits/link.h: Removed.
3102         * sysdeps/i386/bits/linkmap.h: Likewise.
3103         * sysdeps/x86_64/bits/link.h: Renamed to ...
3104         * sysdeps/x86/bits/link.h: This.
3105         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
3106         * sysdeps/x86/bits/linkmap.h: This.
3107
3108         * sysdeps/i386/bits/endian.h: Removed.
3109         * sysdeps/x86_64/bits/endian.h: Renamed to ...
3110         * sysdeps/x86/bits/endian.h: This.
3111
3112         * sysdeps/i386/bits/byteswap.h: Removed.
3113         * sysdeps/i386/bits/byteswap-16.h: Likewise.
3114         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
3115         * sysdeps/x86/bits/byteswap.h: This.
3116         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
3117         * sysdeps/x86/bits/byteswap-16.h: This.
3118         * sysdeps/i386/Implies: Add x86.
3119         * sysdeps/x86_64/Implies: Likewise.
3120
3121 2012-05-30  David S. Miller  <davem@davemloft.net>
3122
3123         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
3124         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
3125         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
3126         (FP_TRAPPING_EXCEPTIONS): Define.
3127         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
3128         (FP_TRAPPING_EXCEPTIONS): Define.
3129         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
3130         subnormals only when inexact has been signalled or underflow
3131         exceptions are enabled.
3132         (_FP_PACK_CANONICAL): Likewise.
3133
3134 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3135
3136         [BZ #14183]
3137         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
3138         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
3139
3140 2012-05-30  Richard Henderson  <rth@twiddle.net>
3141
3142         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
3143         with #ifndef NOT_IN_libc.
3144
3145         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
3146         marked to avoid plt entry.
3147
3148 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3149
3150         [BZ #14112]
3151         * Makeconfig (default-abi): New macro.
3152         (abi-includes): Likewise.
3153         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
3154         $(abi-$(default-abi)-lib-soname) for soname if defined.
3155         ($(common-objpfx)gnu/lib-names.stmp): Generate from
3156         abi-variants.
3157         * Makefile (installed-stubs): Likewise.
3158         * include/stubs-biarch.h: Removed.
3159         * scripts/lib-names.awk: Only handle one library at a time.
3160         * scripts/soversions.awk: Remove WORDSIZE support.
3161         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
3162         entries.
3163         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
3164         Removed.
3165         (syscall-list-default-condition): Likewise.
3166         (syscall-list-default-condition): Likewise.
3167         (syscall-list-includes): Likewise.
3168         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
3169         syscall-list-* with abi-*.  Handle undefined abi-variants.
3170         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
3171         * sysdeps/unix/sysv/linux/i386/Implies: New file.
3172         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
3173         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
3174         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
3175         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
3176         Removed.
3177         (syscall-list-32-options): Likewise.
3178         (syscall-list-32-condition): Likewise.
3179         (syscall-list-64-options): Likewise.
3180         (syscall-list-64-condition): Likewise.
3181         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
3182         macro.
3183         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
3184         Renamed to ...
3185         (abi-*): This.
3186         (abi-64-ld-soname): New macro.
3187         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
3188         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
3189         Renamed to ...
3190         (abi-*): This.
3191         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
3192         * sysdeps/x86_64/x32/shlib-versions: Likewise.
3193
3194 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
3195
3196         * sysdeps/unix/sysv/linux/kernel-features.h
3197         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
3198         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
3199         include <kernel-features.h>.
3200         [!__NR_ftruncate64]: Remove conditional code.
3201         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3202         [__NR_ftruncate64]: Make code unconditional.
3203         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3204         * sysdeps/unix/sysv/linux/truncate64.c: Do not
3205         include <kernel-features.h>.
3206         [!__NR_ftruncate64]: Remove conditional code.
3207         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3208         [__NR_ftruncate64]: Make code unconditional.
3209         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
3211         include <kernel-features.h>.
3212         [!__NR_ftruncate64]: Remove conditional code.
3213         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3214         [__NR_ftruncate64]: Make code unconditional.
3215         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
3217         include <kernel-features.h>.
3218         [!__NR_ftruncate64]: Remove conditional code.
3219         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3220         [__NR_ftruncate64]: Make code unconditional.
3221         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3222
3223         * configure.in (libc_cv_fpie): Weaken to a compile test using
3224         LIBC_TRY_CC_OPTION.
3225         * configure: Regenerated.
3226
3227 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3228
3229         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
3230         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
3231         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
3232         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3233         Refreshed.
3234         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
3235         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
3236         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
3237         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
3238         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
3239         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3240         Refreshed.
3241
3242 2012-05-27  David S. Miller  <davem@davemloft.net>
3243
3244         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
3245         (___Q_zero): New.
3246         (__Q_simulate_exceptions): Return void.  Change to simulate
3247         exceptions by writing into the %fsr.
3248         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
3249         (__Qp_handle_exceptions): Likewise.
3250         (numbers): Delete.
3251         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
3252         __Qp_handle_exceptions.
3253         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
3254         __Qp_handle_exceptions.
3255         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
3256         as unused and give dummy FP_RND_NEAREST initializer.
3257         (FP_INHIBIT_RESULTS): Define.
3258         (___Q_simulate_exceptions): Update declaration.
3259         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
3260         formatting.
3261         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
3262         as unused and give dummy FP_RND_NEAREST initializer.
3263         (__Qp_handle_exceptions): Update declaration.
3264         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
3265         formatting.
3266
3267 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
3268
3269         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
3270         the temporary FPU control word.
3271         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
3272         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
3273         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3274         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
3275         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3276         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3277         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
3278         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3279         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3280         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
3281         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
3282
3283 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3284
3285         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
3286         fields.
3287
3288 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
3289
3290         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
3291         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
3292         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
3293         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
3294         Likewise.
3295         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
3296         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
3297         Likewise.
3298
3299 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
3300
3301         * po/h.po: Update from translation team.
3302
3303 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
3304
3305         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
3306
3307         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
3308         handling of denormals.
3309         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
3310         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
3311         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
3312         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
3313         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
3314         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
3315         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
3316         Likewise.
3317
3318 2012-05-26  Marek Polacek  <polacek@redhat.com>
3319
3320         [BZ #14152]
3321         * math/libm-test.inc (fma_test): Don't always expect underflow
3322         exception.
3323
3324 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3325
3326         [BZ #12416]
3327         * elf/tst-execstack.c: Include stackinfo.h.
3328         (do_test): Adjust test case to ensure that pthread_getattr_np
3329         behaviour remains the same after marking stack executable.
3330
3331 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
3332
3333         * sysdeps/unix/sysv/linux/kernel-features.h
3334         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
3335         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
3336         kernel-features.h.
3337         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
3338         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
3339         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
3340         kernel-features.h.
3341         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
3342         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
3343
3344 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
3345
3346         * configure.in: Define the default includes to being none.
3347         * configure: Regenerated.
3348
3349 2012-05-25  Roland McGrath  <roland@hack.frob.com>
3350
3351         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
3352         * sysdeps/x86_64/setjmp.S: Likewise.
3353         * sysdeps/i386/bsd-setjmp.S: Likewise.
3354         * sysdeps/i386/bsd-_setjmp.S: Likewise.
3355         * sysdeps/i386/setjmp.S: Likewise.
3356         * sysdeps/i386/__longjmp.S: Likewise.
3357         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
3358         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
3359
3360         * include/stap-probe.h: New file.
3361         * configure.in: Handle --enable-systemtap.
3362         * configure: Regenerated.
3363         * config.h.in (USE_STAP_PROBE): New #undef.
3364         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
3365         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
3366         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3367
3368 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
3369
3370         [BZ #13717]
3371         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
3372         to 2.4.0 where earlier.
3373         * sysdeps/unix/sysv/linux/configure: Regenerated.
3374         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
3375         <kernel-features.h>.
3376         [__ASSUME_32BITUIDS]: Make code unconditional.
3377         [!__ASSUME_32BITUIDS]: Remove conditional code.
3378         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
3379         <kernel-features.h>.
3380         [__ASSUME_32BITUIDS]: Make code unconditional.
3381         [!__ASSUME_32BITUIDS]: Remove conditional code.
3382         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
3383         [__ASSUME_32BITUIDS]: Make code unconditional.
3384         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
3385         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
3386         <kernel-features.h>.
3387         [__ASSUME_32BITUIDS]: Make code unconditional.
3388         [!__ASSUME_32BITUIDS]: Remove conditional code.
3389         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
3390         <kernel-features.h>.
3391         [__ASSUME_32BITUIDS]: Make code unconditional.
3392         [!__ASSUME_32BITUIDS]: Remove conditional code.
3393         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
3394         <kernel-features.h>.
3395         [__ASSUME_32BITUIDS]: Make code unconditional.
3396         [!__ASSUME_32BITUIDS]: Remove conditional code.
3397         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
3398         <kernel-features.h>.
3399         [__ASSUME_32BITUIDS]: Make code unconditional.
3400         [!__ASSUME_32BITUIDS]: Remove conditional code.
3401         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
3402         <kernel-features.h>.
3403         [__ASSUME_32BITUIDS]: Make code unconditional.
3404         [!__ASSUME_32BITUIDS]: Remove conditional code.
3405         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
3406         <kernel-features.h>.
3407         [__ASSUME_32BITUIDS]: Make code unconditional.
3408         [!__ASSUME_32BITUIDS]: Remove conditional code.
3409         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
3410         <kernel-features.h>.
3411         [__ASSUME_32BITUIDS]: Make code unconditional.
3412         [!__ASSUME_32BITUIDS]: Remove conditional code.
3413         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
3414         <kernel-features.h>.
3415         [__ASSUME_32BITUIDS]: Make code unconditional.
3416         [!__ASSUME_32BITUIDS]: Remove conditional code.
3417         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
3418         <kernel-features.h>.
3419         [__ASSUME_32BITUIDS]: Make code unconditional.
3420         [!__ASSUME_32BITUIDS]: Remove conditional code.
3421         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
3422         <kernel-features.h>.
3423         [__ASSUME_32BITUIDS]: Make code unconditional.
3424         [!__ASSUME_32BITUIDS]: Remove conditional code.
3425         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
3426         <kernel-features.h>.
3427         [__NR_setresgid] (__setresgid): Do not declare.
3428         [__ASSUME_32BITUIDS]: Make code unconditional.
3429         [!__ASSUME_32BITUIDS]: Remove conditional code.
3430         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
3431         <kernel-features.h>.
3432         [__NR_setresuid] (__setresuid): Do not declare.
3433         [__ASSUME_32BITUIDS]: Make code unconditional.
3434         [!__ASSUME_32BITUIDS]: Remove conditional code.
3435         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
3436         <kernel-features.h>.
3437         [__ASSUME_32BITUIDS]: Make code unconditional.
3438         [!__ASSUME_32BITUIDS]: Remove conditional code.
3439         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
3440         <kernel-features.h>.
3441         [__ASSUME_32BITUIDS]: Make code unconditional.
3442         [!__ASSUME_32BITUIDS]: Remove conditional code.
3443         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
3444         <kernel-features.h>.
3445         [__ASSUME_32BITUIDS]: Make code unconditional.
3446         [!__ASSUME_32BITUIDS]: Remove conditional code.
3447         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
3448         <kernel-features.h>.
3449         [__ASSUME_32BITUIDS]: Make code unconditional.
3450         [!__ASSUME_32BITUIDS]: Remove conditional code.
3451         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
3452         <kernel-features.h>.
3453         [__ASSUME_32BITUIDS]: Make code unconditional.
3454         [!__ASSUME_32BITUIDS]: Remove conditional code.
3455         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
3456         <kernel-features.h>.
3457         [__ASSUME_32BITUIDS]: Make code unconditional.
3458         [!__ASSUME_32BITUIDS]: Remove conditional code.
3459         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
3460         <kernel-features.h>.
3461         [__ASSUME_32BITUIDS]: Make code unconditional.
3462         [!__ASSUME_32BITUIDS]: Remove conditional code.
3463         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
3464         <kernel-features.h>.
3465         [__ASSUME_32BITUIDS]: Make code unconditional.
3466         [!__ASSUME_32BITUIDS]: Remove conditional code.
3467         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
3468         <kernel-features.h>.
3469         [__ASSUME_32BITUIDS]: Make code unconditional.
3470         [!__ASSUME_32BITUIDS]: Remove conditional code.
3471         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
3472         <kernel-features.h>.
3473         [__ASSUME_32BITUIDS]: Make code unconditional.
3474         [!__ASSUME_32BITUIDS]: Remove conditional code.
3475         * sysdeps/unix/sysv/linux/kernel-features.h
3476         (__ASSUME_SETRESUID_SYSCALL): Remove.
3477         (__ASSUME_SETRESGID_SYSCALL): Likewise.
3478         (__ASSUME_32BITUIDS): Likewise.
3479         (__ASSUME_LDT_WORKS): Likewise.
3480         (__ASSUME_O_DIRECTORY): Likewise.
3481         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
3482         architecture but not kernel version.
3483         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
3484         (__ASSUME_MMAP2_SYSCALL): Likewise.
3485         (__ASSUME_STAT64_SYSCALL): Likewise.
3486         (__ASSUME_IPC64): Likewise.
3487         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
3488         <kernel-features.h>.
3489         [__ASSUME_32BITUIDS]: Make code unconditional.
3490         [!__ASSUME_32BITUIDS]: Remove conditional code.
3491         * sysdeps/unix/sysv/linux/opendir.c: Do not include
3492         <kernel-features.h>.
3493         [__ASSUME_O_DIRECTORY]: Make code unconditional.
3494         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
3495         132096]: Remove conditional code.
3496         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
3497         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
3498         <kernel-features.h>.
3499         [__ASSUME_32BITUIDS]: Make code unconditional.
3500         [!__ASSUME_32BITUIDS]: Remove conditional code.
3501         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
3502         <kernel-features.h>.
3503         [__ASSUME_32BITUIDS]: Make code unconditional.
3504         [!__ASSUME_32BITUIDS]: Remove conditional code.
3505         * sysdeps/unix/sysv/linux/setegid.c: Do not include
3506         <kernel-features.h>.
3507         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
3508         unconditional.
3509         (__setresgid): Do not declare.
3510         [__ASSUME_32BITUIDS]: Make code unconditional.
3511         [!__ASSUME_32BITUIDS]: Remove conditional code.
3512         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
3513         <kernel-features.h>.
3514         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
3515         unconditional.
3516         (__setresuid): Do not declare.
3517         [__ASSUME_32BITUIDS]: Make code unconditional.
3518         [!__ASSUME_32BITUIDS]: Remove conditional code.
3519         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
3520         <kernel-features.h>.
3521         [__ASSUME_32BITUIDS]: Make code unconditional.
3522         [!__ASSUME_32BITUIDS]: Remove conditional code.
3523         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
3524         <kernel-features.h>.
3525         [__ASSUME_32BITUIDS]: Make code unconditional.
3526         [!__ASSUME_32BITUIDS]: Remove conditional code.
3527
3528 2012-05-25  Richard Henderson  <rth@twiddle.net>
3529
3530         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
3531         dl_hwcap to ifunc resolver.
3532         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
3533         elf_ifunc_invoke.
3534         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
3535         dl_hwcap to ifunc resolver.
3536         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
3537
3538 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
3539
3540         [BZ #14153]
3541         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
3542         for |x| <= 2**-26, not 2**-57.
3543         * math/libm-test.inc (acos_test): Do not allow spurious underflow
3544         exception.
3545
3546 2012-05-24  Jeff Law  <law@redhat.com>
3547
3548         * stdio-common/Makefile (tests): Add bug25.
3549         * stdio-common/bug25.c: New test.
3550
3551 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
3552
3553         [BZ #13576]
3554         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
3555         multiple of MALLOC_ALIGNMENT in size.
3556         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
3557
3558 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
3559
3560         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
3561         Require >= 256.
3562         (FILENAME_MAX): Use macro-int-constant.
3563         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
3564         (_IOFBF): Use macro-int-constant.
3565         (_IOLBF): Likewise.
3566         (_IONBF): Likewise.
3567         (SEEK_CUR): Likewise.
3568         (SEEK_END): Likewise.
3569         (SEEK_SET): Likewise.
3570         (TMP_MAX): Likewise.
3571         (EOF): Use macro-int-constant.  Require < 0.
3572         (NULL): Use macro-constant.  Require == 0.
3573         (stdin): Require type to be FILE *.
3574         (stdout): Likewise.
3575         (stderr): Likewise.
3576         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
3577         macro-int-constant.
3578         (EXIT_SUCCESS): Likewise.
3579         (NULL): Use macro-constant.  Require == 0.
3580         (RAND_MAX): Use macro-int-constant.
3581         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
3582         [C99-based standards] (strtof): Require function.
3583         [C99-based standards] (strtold): Likewise.
3584         [C99-based standards] (strtoll): Likewise.
3585         [C99-based standards] (strtoull): Likewise.
3586         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
3587         [ISO || ISO99 || ISO11] (limits.h): Likewise.
3588         [ISO || ISO99 || ISO11] (math.h): Likewise.
3589         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
3590         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
3591         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3592
3593 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
3594
3595         [BZ #14132]
3596         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
3597         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
3598         * intl/dgettext.c (DCGETTEXT): Likewise.
3599         * intl/gettext.c (DCGETTEXT): Likewise.
3600         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
3601         * posix/regex_internal.h (gettext): Likewise.
3602         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
3603         Remove declaration.
3604         * include/argz.h (__argz_count_internal)
3605         (__argz_stringify_internal): Remove declaration.
3606         (__argz_count, __argz_stringify): Declare hidden proto.
3607         * intl/dcgettext.c: Remove use of INTDEF.
3608         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
3609         * string/argz-stringify.c: Likewise.
3610         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
3611         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
3612         Declare hidden proto.
3613         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
3614         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
3615         Declare hidden proto.
3616         * include/stdio.h (__asprintf_internal): Don't declare.
3617         (__asprintf): Don't define as macro.  Declare hidden proto.
3618         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
3619         (__fsetlocking): Declare hidden proto.
3620         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
3621         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
3622         hidden proto.
3623         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
3624         (_IO_setlinebuf): Remove use of INTUSE.
3625         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
3626         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
3627         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
3628         Remove declaration.
3629         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
3630         (_IO_do_flush): Remove use of INTUSE.
3631         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
3632         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
3633         (_IO_adjust_column, _IO_least_wmarker)
3634         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
3635         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
3636         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
3637         (_IO_default_doallocate, _IO_wdefault_doallocate)
3638         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
3639         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
3640         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
3641         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
3642         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
3643         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
3644         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
3645         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
3646         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
3647         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
3648         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
3649         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
3650         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
3651         proto.
3652         (_IO_flush_all_internal, _IO_adjust_column_internal)
3653         (_IO_default_uflow_internal, _IO_default_finish_internal)
3654         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
3655         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
3656         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
3657         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
3658         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
3659         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
3660         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
3661         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
3662         (_IO_file_close_internal, _IO_file_close_it_internal)
3663         (_IO_file_underflow_internal, _IO_file_overflow_internal)
3664         (_IO_file_init_internal, _IO_file_attach_internal)
3665         (_IO_file_fopen_internal, _IO_file_read_internal)
3666         (_IO_file_sync_internal, _IO_file_seek_internal)
3667         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
3668         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
3669         (_IO_str_underflow_internal, _IO_str_overflow_internal)
3670         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
3671         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
3672         (_IO_list_all_internal, _IO_link_in_internal)
3673         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
3674         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
3675         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
3676         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
3677         (_IO_do_write_internal, _IO_padn_internal)
3678         (_IO_getline_info_internal, _IO_getline_internal)
3679         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
3680         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
3681         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
3682         (_IO_vfscanf_internal, _IO_vfprintf_internal)
3683         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
3684         (_IO_init_internal, _IO_un_link_internal): Don't declare.
3685         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
3686         with libc_hidden_ver, remove use of INTUSE.
3687         * libio/genops.c: Likewise.
3688         * libio/freopen.c: Likewise.
3689         * libio/freopen64.c: Likewise.
3690         * libio/iofclose.c: Likewise.
3691         * libio/iofdopen.c: Likewise.
3692         * libio/iofflush.c: Likewise.
3693         * libio/iofflush_u.c: Likewise.
3694         * libio/iofgets.c: Likewise.
3695         * libio/iofgets_u.c: Likewise.
3696         * libio/iofopen.c: Likewise.
3697         * libio/iofopncook.c: Likewise.
3698         * libio/iofread.c: Likewise.
3699         * libio/iofread_u.c: Likewise.
3700         * libio/ioftell.c: Likewise.
3701         * libio/iofwrite.c: Likewise.
3702         * libio/iogetline.c: Likewise.
3703         * libio/iogets.c: Likewise.
3704         * libio/iogetwline.c: Likewise.
3705         * libio/iopadn.c: Likewise.
3706         * libio/iopopen.c: Likewise.
3707         * libio/ioseekoff.c: Likewise.
3708         * libio/ioseekpos.c: Likewise.
3709         * libio/iosetbuffer.c: Likewise.
3710         * libio/iosetvbuf.c: Likewise.
3711         * libio/ioungetc.c: Likewise.
3712         * libio/ioungetwc.c: Likewise.
3713         * libio/iovdprintf.c: Likewise.
3714         * libio/iovsprintf.c: Likewise.
3715         * libio/iovsscanf.c: Likewise.
3716         * libio/memstream.c: Likewise.
3717         * libio/obprintf.c: Likewise.
3718         * libio/oldfileops.c: Likewise.
3719         * libio/oldiofclose.c: Likewise.
3720         * libio/oldiofdopen.c: Likewise.
3721         * libio/oldiofopen.c: Likewise.
3722         * libio/oldiopopen.c: Likewise.
3723         * libio/oldstdfiles.c: Likewise.
3724         * libio/putc.c: Likewise.
3725         * libio/setbuf.c: Likewise.
3726         * libio/setlinebuf.c: Likewise.
3727         * libio/stdfiles.c: Likewise.
3728         * libio/strops.c: Likewise.
3729         * libio/vasprintf.c: Likewise.
3730         * libio/vscanf.c: Likewise.
3731         * libio/vsnprintf.c: Likewise.
3732         * libio/vswprintf.c: Likewise.
3733         * libio/wfiledoalloc.c: Likewise.
3734         * libio/wfileops.c: Likewise.
3735         * libio/wgenops.c: Likewise.
3736         * libio/wmemstream.c: Likewise.
3737         * libio/wstrops.c: Likewise.
3738         * libio/__fpurge.c: Likewise.
3739         * libio/__fsetlocking.c: Likewise.
3740         * assert/assert.c: Likewise.
3741         * debug/fgets_chk.c: Likewise.
3742         * debug/fgets_u_chk.c: Likewise.
3743         * debug/fread_chk.c: Likewise.
3744         * debug/fread_u_chk.c: Likewise.
3745         * debug/gets_chk.c: Likewise.
3746         * debug/obprintf_chk.c: Likewise.
3747         * debug/vasprintf_chk.c: Likewise.
3748         * debug/vdprintf_chk.c: Likewise.
3749         * debug/vsnprintf_chk.c: Likewise.
3750         * debug/vsprintf_chk.c: Likewise.
3751         * malloc/mtrace.c: Likewise.
3752         * misc/error.c: Likewise.
3753         * misc/syslog.c: Likewise.
3754         * stdio-common/asprintf.c: Likewise.
3755         * stdio-common/fxprintf.c: Likewise.
3756         * stdio-common/getw.c: Likewise.
3757         * stdio-common/isoc99_fscanf.c: Likewise.
3758         * stdio-common/isoc99_scanf.c: Likewise.
3759         * stdio-common/isoc99_vfscanf.c: Likewise.
3760         * stdio-common/isoc99_vscanf.c: Likewise.
3761         * stdio-common/isoc99_vsscanf.c: Likewise.
3762         * stdio-common/printf-prs.c: Likewise.
3763         * stdio-common/printf_fp.c: Likewise.
3764         * stdio-common/printf_fphex.c: Likewise.
3765         * stdio-common/printf_size.c: Likewise.
3766         * stdio-common/putw.c: Likewise.
3767         * stdio-common/scanf.c: Likewise.
3768         * stdio-common/sprintf.c: Likewise.
3769         * stdio-common/tmpfile.c: Likewise.
3770         * stdio-common/vfprintf.c: Likewise.
3771         * stdio-common/vfscanf.c: Likewise.
3772         * stdlib/strfmon_l.c: Likewise.
3773         * sunrpc/openchild.c: Likewise.
3774         * sunrpc/xdr_stdio.c: Likewise.
3775         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
3776         * sysdeps/mach/hurd/tmpfile.c: Likewise.
3777
3778 2012-05-24  Roland McGrath  <roland@hack.frob.com>
3779
3780         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
3781
3782         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
3783         in the third column, to generate for the shared library an IFUNC
3784         that uses _dl_vdso_vsym.
3785         * Makerules (COMPILE.c, compile-stdin.c): New variables.
3786         * Makeconfig (object-suffixes-noshared): New variable.
3787
3788         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
3789         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
3790         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
3791         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
3792
3793         [BZ #14132]
3794         * include/sys/time.h (__gettimeofday): Remove macro.
3795         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
3796         * time/gettimeofday.c (__gettimeofday): Remove #undef.
3797         Remove INTDEF.
3798         (__gettimeofday): Add libc_hidden_def.
3799         (gettimeofday): Add libc_hidden_weak.
3800         * sysdeps/mach/gettimeofday.c: Likewise.
3801         * sysdeps/posix/gettimeofday.c: Likewise.
3802         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
3803         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
3804         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
3805         (__gettimeofday_internal): Remove strong_alias.
3806         (__gettimeofday): Add libc_hidden_def.
3807         (gettimeofday): Add libc_hidden_weak.
3808         * sysdeps/unix/syscalls.list (gettimeofday):
3809         Remove __gettimeofday_internal alias.
3810
3811 2012-05-24  Daniel Jacobowitz  <drow@false.org>
3812             H.J. Lu  <hongjiu.lu@intel.com>
3813
3814         [BZ #12495]
3815         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
3816         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
3817         (largebin_index_32_big): New.
3818         (largebin_index): Use it for 16-byte alignment.
3819         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
3820         correction with front_misalign.
3821
3822 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
3823
3824         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
3825         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
3826         Likewise.
3827         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
3828         Likewise.
3829         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
3830         Likewise.
3831         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
3832         Likewise.
3833         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
3834         Likewise.
3835         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
3836         Likewise.
3837         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
3838         Likewise.
3839         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
3840         Likewise.
3841         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
3842         Likewise.
3843         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
3844         Likewise.
3845         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
3846         Likewise.
3847         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
3848         Likewise.
3849
3850         * scripts/data/c++-types-x32-linux-gnu.data: New file.
3851         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
3852
3853 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
3854
3855         [BZ #10846]
3856         [BZ #14036]
3857         * math/libm-test.inc (exp_test): Add test from bug 14036.
3858         (pow_test): Add test from bug 10846.
3859
3860         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
3861         and other flags.
3862         (special_function): Do not include flags in test name.
3863         (parse_args): Likewise.
3864         * sysdeps/i386/fpu/libm-test-ulps: Update.
3865         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
3866         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
3867         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
3868         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3869
3870         * math/gen-libm-test.pl (%beautify): Add entries for underflow
3871         exceptions.
3872         * math/libm-test.inc ("Philosophy"): Update comment about
3873         exception testing.
3874         (UNDERFLOW_EXCEPTION): New macro.
3875         (UNDERFLOW_EXCEPTION_OK): Likewise.
3876         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
3877         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
3878         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
3879         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
3880         (INVALID_EXCEPTION_OK): Update value.
3881         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
3882         (OVERFLOW_EXCEPTION_OK): Likewise.
3883         (IGNORE_ZERO_INF_SIGN): Likewise.
3884         (test_exceptions): Handle underflow exceptions.
3885         (acos_test): Update for underflow exception expectations.
3886         (cexp_test): Likewise.
3887         (clog_test): Likewise.
3888         (clog10_test): Likewise.
3889         (csqrt_test): Likewise.
3890         (ctan_test): Likewise.
3891         (ctanh_test): Likewise.
3892         (exp_test): Likewise.
3893         (exp10_test): Likewise.
3894         (exp2_test): Likewise.
3895         (expm1_test): Likewise.
3896         (fma_test): Likewise.
3897         (j0_test): Likewise.
3898         (jn_test): Likewise.
3899         (nexttoward_test): Likewise.
3900         (pow_test): Likewise.
3901         (scalbn_test): Likewise.
3902         (scalbln_test): Likewise.
3903         (tan_test): Likewise.
3904         (y1_test): Likewise.
3905         * sysdeps/i386/fpu/libm-test-ulps: Update.
3906         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3907
3908 2012-05-23  David S. Miller  <davem@davemloft.net>
3909
3910         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
3911         (__libc_sigaction): Remove unused local variables.
3912
3913 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
3914
3915         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
3916
3917 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
3918
3919         mktime: avoid signed integer overflow
3920         * time/mktime.c (__mktime_internal): Do not mishandle the case
3921         where diff == INT_MIN.
3922
3923         mktime: simplify computation of average
3924         * time/mktime.c (ranged_convert): Use new time_t_avg function
3925         instead of rolling our own (probably-slower) code.
3926
3927         mktime: do not assume signed right shift propagates sign bit
3928         * time/mktime.c (isdst_differ): New static function.
3929         (__mktime_internal): No need to normalize tm_isdst now.
3930         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
3931         tm_isdst values.
3932
3933         mktime: merge another wrapv change from gnulib
3934         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
3935         from some compilers.
3936
3937         mktime: remove incorrect attempt at unusual arithmetics
3938         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
3939         The code didn't really work on such machines anyway.
3940         (TYPE_MINIMUM): Assume two's complement.
3941         (twos_complement_arithmetic): Verify that long_int and time_t
3942         are two's complement (or unsigned, in the latter case).
3943
3944         mktime: check signed shifts on long_int and time_t, too
3945         * time/mktime.c (SHR): Check that shifts work as desired
3946         on the types long_int and time_t too, as SHR is used on
3947         such types.
3948
3949         mktime: do not assume 'long' is wide enough
3950         * time/mktime.c (verify): Move decl up.
3951         (long_int): New type.
3952         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
3953         to remove assumption in the code that 'long' is wide enough to
3954         store year values.  This assumption is not true on x32 and on
3955         some non-glibc platforms.
3956
3957         mktime: merge wrapv change from gnulib
3958         * time/mktime.c (WRAPV): New macro.
3959         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
3960         (guess_time_tm, __mktime_internal): Do not assume that signed
3961         integer overflow wraps around; modern compilers generate code
3962         where this assumption is no longer valid.
3963
3964 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
3965
3966         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
3967         Replace "jmp L(pseudo_end)" with "ret".
3968         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
3969         Likewise.
3970
3971 2012-05-23  Andreas Jaeger  <aj@suse.de>
3972
3973         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
3974         * sysdeps/unix/sysv/linux/poll.c: Remove file.
3975
3976 2012-05-23  Andreas Jaeger  <aj@suse.de>
3977             Maximilian Attems  <max@stro.at>
3978
3979         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
3980         New macros.
3981
3982 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
3983
3984         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
3985         code so that pseudo_end is just ret and the stack pointer is
3986         correct also for static library in error case.
3987
3988 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
3989
3990         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
3991         move to syscalls.list.
3992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3996
3997         * manual/install.texi (Running make install): Do not mention Linux
3998         kernel version for which pt_chown is not needed.
3999         (Linux): Do not mention problems with nscd with 2.0 kernels.
4000         * INSTALL: Regenerated.
4001
4002 2012-05-23  Andreas Jaeger  <aj@suse.de>
4003
4004         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
4005         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
4006         macro.
4007         * sysdeps/unix/sysv/linux/s390/bits/mman.h
4008         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
4009         * sysdeps/unix/sysv/linux/sh/bits/mman.h
4010         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
4011         * sysdeps/unix/sysv/linux/i386/bits/mman.h
4012         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
4013         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
4014         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
4015         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
4016         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
4017         * sysdeps/unix/sysv/linux/bits/in.h
4018         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
4019
4020 2012-05-22  Roland McGrath  <roland@hack.frob.com>
4021
4022         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
4023         (PREPARE_VERSION): Just use assert instead, it will be elided
4024         under [NDEBUG] anyway.
4025
4026 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
4027
4028         * sysdeps/unix/sysv/linux/Makefile: Include
4029         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
4030         (sysdep_routines): Remove sysctl.
4031         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
4032         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
4033         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
4034         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
4035         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
4036
4037 2012-05-22  Andreas Jaeger  <aj@suse.de>
4038
4039         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
4040         that pseudo_end is just ret and the stack pointer is correct also
4041         for static library in error case.
4042
4043 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
4044
4045         [BZ #14122]
4046         * nss/nsswitch.c (defconfig_entries): New variable.
4047         (__nss_database_lookup): Don't leak defconfig entries.
4048         (nss_parse_service_list): Don't leak on error paths.
4049         (free_database_entries): New function.
4050         (free_defconfig): New function.
4051         (free_mem): Move common code to free_database_entries.
4052
4053 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
4054
4055         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
4056         Add arch_prctl.
4057         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
4058
4059         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
4060         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
4061         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
4062         New macro.
4063         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
4064         (INTERNAL_SYSCALL_TYPES): Likewise.
4065         (LOAD_ARGS_TYPES_[1-6]): Likewise.
4066         (LOAD_REGS_TYPES_[1-6]): Likewise.
4067         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
4068         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
4069
4070 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4071
4072         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
4073         copysignl for GLIBC_2_0.
4074         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
4075         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
4076         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
4077         logbl for GLIBC_2_0.
4078         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4079         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4080
4081 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
4082
4083         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
4084         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
4085
4086         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
4087         Use "neg %eax".
4088
4089         * time/mktime.c: Update copyright years.
4090
4091 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
4092
4093         mktime: merge comment-quoting-style change from gnulib
4094         * time/mktime.c: Quote 'like this' in comments.
4095         The GNU coding standards suggest that we no longer quote `like this',
4096         as "`" and "'" are typically rendered asymmetrically nowadays.
4097         The typical gnulib style is to quote 'like this' when quoting
4098         code, and "like this" when quoting English.
4099
4100         * time/mktime.c (compile-command): Add "-I.".
4101
4102         mktime: merge mktime-internal.h change from gnulib
4103         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
4104
4105         mktime: merge time_r change from gnulib
4106         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
4107
4108         mktime: merge DEBUG change from gnulib
4109         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
4110         case system <time.h> has a #define.
4111
4112         mktime: merge <sys/types.h> change from gnulib
4113         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
4114         since <time.t> is now guaranteed to define time_t.
4115
4116         mktime: merge HAVE_CONFIG_H change from gnulib
4117         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
4118
4119 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
4120
4121         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
4122         Use "neg %eax".
4123
4124         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
4125         __rlim_t cast.
4126         (struct rusage): Use anonymous union to pad each field to
4127         __syscall_slong_t.
4128
4129 2012-05-21  David S. Miller  <davem@davemloft.net>
4130
4131         * Makefules (o-iterator): Remove .s cases.
4132         (compile-command.s): Delete.
4133         (COMPILE.s): Delete.
4134         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
4135
4136 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
4137
4138         * configure.in (libc_cv_predef_stack_protector): Only consider
4139         "foobar" and "__stack_chk_fail" lines in libc_undefs.
4140         * configure: Regenerated.
4141
4142 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
4143
4144         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
4145         New macro.  Use R*LP on int and pointer.
4146         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
4147         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
4148         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
4149         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
4150
4151         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
4152         [__WORDSIZE_TIME64_COMPAT32] instead of
4153         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
4154         (struct utmp): Likewise.
4155         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
4156         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
4157         Renamed to ...
4158         (__WORDSIZE_TIME64_COMPAT32): This.
4159         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
4160         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
4161         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
4162         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
4163         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
4164         (__WORDSIZE_TIME64_COMPAT32): New macro.
4165
4166 2012-05-21  Andreas Jaeger  <aj@suse.de>
4167
4168         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
4169         only if [SHARED]. Add prototype for __wcschr_ia32.
4170
4171 2012-05-21  Roland McGrath  <roland@hack.frob.com>
4172
4173         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
4174         of %rbp unmolested in the jmp_buf while mangling the low bits.
4175         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
4176         unmolested high bits of %rbp while demangling the low bits.
4177         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
4178
4179 2012-05-21  Andreas Jaeger  <aj@suse.de>
4180
4181         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
4182         * sunrpc/svc_simple.c: Use it for registerrpc.
4183         * sunrpc/xcrypt.c: Use it for passwd2des.
4184
4185         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
4186
4187 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
4188
4189         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
4190         Don't define if [__SYSCALL_WORDSIZE != 32].
4191         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
4192         New macro.
4193
4194 2012-05-21  Bruno Haible  <bruno@clisp.org>
4195             Andreas Jaeger  <aj@suse.de>
4196
4197         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
4198         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
4199         inptr and inend for must_buffer_ch.
4200         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
4201         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
4202         * stdio-common/Makefile (tests): Remove bug15.
4203         (bug15-ENV): Remove macro.
4204         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
4205         anymore.
4206
4207 2012-05-19  Andreas Jaeger  <aj@suse.de>
4208             Roland McGrath  <roland@hack.frob.com>
4209
4210         * manual/contrib.texi: Completely rewritten. It contains now an
4211         alphabetical list of contributors and their contributions.
4212
4213 2012-05-21  Richard Henderson  <rth@twiddle.net>
4214
4215         * misc/getauxval.c (__getauxval): Use unsigned long int.
4216         * misc/sys/auxv.h: Include <sys/cdefs.h>.
4217         (getauxval): Use unsigned long int.
4218
4219 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
4220
4221         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
4222
4223 2012-05-21  Roland McGrath  <roland@hack.frob.com>
4224
4225         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
4226         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
4227         __alignof__ (long double).
4228
4229 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4230
4231         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4232
4233 2012-05-20  Richard Henderson  <rth@twiddle.net>
4234
4235         * misc/getauxval.c: New file.
4236         * misc/sys/auxv.h: New file.
4237         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
4238         (routines): Add getauxval.
4239         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
4240         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
4241         * elf/dl-sysdep.c (_dl_auxv): Remove.
4242         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
4243         * elf/dl-support.c (_dl_auxv): New variable.
4244         (_dl_aux_init): Initialize it.
4245         * manual/startup.texi (Auxiliary Vector): New node.
4246         * sysdeps/generic/bits/hwcap.h: New file.
4247         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
4248         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
4249         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
4250         * sysdeps/sparc/sysdep.h: ... here.  Include it.
4251         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
4252         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
4253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4254         Update.
4255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
4256         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
4257         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
4258         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
4259         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
4260         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
4261         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
4262         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
4263
4264 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4265
4266         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4267
4268 2012-05-19  David S. Miller  <davem@davemloft.net>
4269
4270         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4271
4272 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
4273
4274         [BZ #14123]
4275         * math/s_ccosh.c: Include <float.h>
4276         (__ccosh): Avoid internal overflow calculating sinh and cosh
4277         values before multiplying by sin and cos values.
4278         * math/s_ccoshf.c: Likewise.
4279         * math/s_ccoshl.c: Likewise.
4280         * math/s_csin.c: Likewise.
4281         * math/s_csinf.c: Likewise.
4282         * math/s_csinl.c: Likewise.
4283         * math/s_csinh.c: Likewise.
4284         * math/s_csinhf.c: Likewise.
4285         * math/s_csinhl.c: Likewise.
4286         * math/libm-test.inc (ccos_test): Add more tests.
4287         (ccosh_test): Likewise.
4288         (csin_test): Likewise.
4289         (csinh_test): Likewise.
4290         * sysdeps/i386/fpu/libm-test-ulps: Update.
4291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4292
4293 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
4294
4295         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
4296         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
4297
4298         * sysdeps/x86_64/x32/_itoa.h: Add comment.
4299
4300 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
4301
4302         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
4303         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
4304         * sysdeps/powerpc/soft-fp/Versions: Likewise.
4305         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
4306         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
4307         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
4308         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
4309         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
4310         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
4311         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
4312         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
4313         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
4314         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
4315         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
4316         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
4317         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
4318         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
4319         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
4320         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
4321         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
4322         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
4323         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
4324         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
4325         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
4326         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
4327         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
4328         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
4329         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
4330         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
4331         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
4332         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
4333
4334 2012-05-18  Andreas Jaeger  <aj@suse.de>
4335
4336         * csu/.gitignore: Delete.
4337
4338 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
4339
4340         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
4341         (timex): Use __syscall_slong_t.
4342
4343 2012-05-18  Andreas Jaeger  <aj@suse.de>
4344             Carlos O'Donell  <carlos_odonell@mentor.com>
4345
4346         * manual/install.texi (Configuring and compiling): Update
4347         description about files modified in the source directory.
4348         * INSTALL: Regenerated.
4349
4350 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
4351
4352         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
4353         value.  Use "or" to set return value to -1.
4354         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
4355         negate return value.
4356
4357 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
4358
4359         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
4360         CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
4361         failure if the compiler has Graphite support disabled.
4362         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
4363         Likewise.
4364         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
4365         CFLAGS-memmove.c): Likewise.
4366         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
4367         Likewise.
4368
4369 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
4370
4371         * sysdeps/x86_64/x32/_itoa.h: New file.
4372
4373         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
4374         getdents system call only if kernel and user dirents have the
4375         same d_ino and d_off.
4376
4377         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
4378         LLONG_MAX != LONG_MAX.
4379         (_itoa_word): Use _ITOA_WORD_TYPE on value.
4380         (_fitoa_word): Likewise.
4381
4382         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
4383         years.
4384         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
4385         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
4386         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
4387
4388         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
4389         include <bits/wordsize.h>.  Check __x86_64__ instead of
4390         __WORDSIZE.
4391         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
4392         if __x86_64__ is defined.  Use anonymous union on fpstate.
4393
4394         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
4395         anonymous union.
4396
4397 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
4398
4399         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
4400         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
4401         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
4402         Refer to _rtld_local_ro instead of _rtld_global_ro.
4403         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
4404         Likewise.
4405         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
4406         Likewise.
4407         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
4408         Likewise.
4409         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
4410         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
4411         of _rtld_global, and rtld_progname instead of _dl_argv[0].
4412
4413         * sysdeps/powerpc/powerpc32/dl-machine.c
4414         (__elf_machine_runtime_setup) [PROF]: Don't reference
4415         _dl_prof_resolve.
4416
4417 2012-05-18  Andreas Jaeger  <aj@suse.de>
4418
4419         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
4420         function only available for GCCs before 3.4 since GCC 3.4
4421         introduced a builtin.
4422         (lrint): Likewise.
4423         (llrintf): Likewise.
4424         (llrint): Likewise.
4425         (fmaxf): Likewise.
4426         (fmax): Likewise.
4427         (fminf): Likewise.
4428         (fmin): Likewise.
4429         (rint): Likewise.
4430         (rintf): Likewise.
4431         (nearbyint): Likewise.
4432         (nearbyintf): Likewise.
4433         (ceil): Likewise.
4434         (ceilf): Likewise.
4435         (floor): Likewise.
4436         (floorf): Likewise.
4437
4438 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
4439
4440         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
4441         on both fields and cast pointer to __syscall_ulong_t.
4442
4443         * bits/types.h (__fsword_t): New type.
4444         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
4445         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
4446         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
4447         (__FSWORD_T_TYPE): Likewise.
4448         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
4449         (__FSWORD_T_TYPE): Likewise.
4450         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
4451         (__FSWORD_T_TYPE): Likewise.
4452         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
4453         (__FSWORD_T_TYPE): Likewise.
4454         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
4455         __SWORD_TYPE with __fsword_t.
4456         (statfs64): Likewise.
4457
4458 2012-05-17  David S. Miller  <davem@davemloft.net>
4459
4460         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
4461
4462 2012-05-17  Andreas Jaeger  <aj@suse.de>
4463
4464         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
4465         warning.
4466
4467 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
4468
4469         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
4470
4471 2012-05-17  Andreas Jaeger  <aj@suse.de>
4472
4473         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
4474         when it is used.
4475
4476 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
4477
4478         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
4479
4480 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
4481
4482         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
4483         * sysdeps/x86_64/tst-mallocalign1.c: New file.
4484
4485 2012-05-17  Andreas Jaeger  <aj@suse.de>
4486             Carlos O'Donell  <carlos_odonell@mentor.com>
4487
4488         [BZ #14059]
4489         * sysdeps/x86_64/multiarch/init-arch.h
4490         (bit_YMM_Usable): Rename to...
4491         (bit_AVX_Usable): ... this.
4492         (bit_FMA4_Usable): New macro.
4493         (bit_XMM_state): New macro.
4494         (bit_YMM_state): New macro.
4495         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
4496         [__ASSEMBLER__] (index_AVX_Usable): ... this.
4497         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
4498         (CPUID_OSXSAVE): New macro.
4499         (CPUID_AVX): New macro.
4500         (CPUID_FMA4): New macro.
4501         (index_YMM_Usable): Rename to...
4502         (index_AVX_Usable): ... this.
4503         (HAS_AVX): Use HAS_ARCH_FEATURE.
4504         (HAS_FMA4): Likewise.
4505         (HAS_YMM_USABLE): Remove.
4506         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
4507         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
4508         are present.
4509         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
4510         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
4511         * sysdeps/x86_64/multiarch/Makefile: Likewise.
4512         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
4513         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
4514
4515 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
4516
4517         * math/libm-test.c: Support platforms without multiple rounding modes.
4518         * math/bug-nextafter.c: Support platforms without FP exceptions.
4519         * math/bug-nexttoward.c: Likewise.
4520         * math/test-fenv.c: Likewise.
4521         * math/test-misc.c: Likewise.
4522         * stdlib/bug-getcontext.c: Likewise.
4523
4524 2012-05-17  Andreas Jaeger  <aj@suse.de>
4525
4526         * manual/examples/search.c (critter_cmp): Change signature to
4527         avoid warnings.
4528         * manual/string.texi (Collation Functions): Likewise.
4529
4530 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
4531
4532         * bits/types.h: Fold copyright years.
4533         * bits/typesizes.h: Likewise.
4534         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
4535         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
4536         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
4537         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
4538         * time/time.h: Likewise.
4539
4540 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
4541
4542         [BZ #208]
4543         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
4544         in instead of returning them.  Return void.
4545         (__libc_mallinfo): Accumulate over all arenas.
4546         (__malloc_stats): Adjust for change in int_mallinfo interface.
4547
4548 2012-05-16  Roland McGrath  <roland@hack.frob.com>
4549
4550         [BZ #10375]
4551         * configure.in (NM): Add AC_CHECK_TOOL for it.
4552         (libc_extra_cflags): New substituted variable.
4553         Check for -fstack-protector being used implicitly.
4554         * configure: Regenerated.
4555         * config.make.in (config-extra-cflags): New variable,
4556         gets @libc_extra_cflags@.
4557         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
4558
4559         [BZ #10375]
4560         * configure.in: Check for _FORTIFY_SOURCE being predefined.
4561         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
4562         * configure: Regenerated.
4563         * config.make.in (CPPUNDEFS): New substituted variable.
4564         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
4565         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
4566         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
4567
4568 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
4569
4570         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
4571         (mq_attr): Use __syscall_slong_t.
4572
4573 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
4574
4575         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
4576         Check __x86_64__ instead of __WORDSIZE.
4577         (_STAT_VER_LINUX): Likewise.
4578         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
4579         __syscall_ulong_t and __syscall_slong_t.
4580         (stat64): Likewise.
4581
4582 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
4583
4584         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
4585
4586 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
4587
4588         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
4589
4590 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
4591
4592         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
4593         __syscall_ulong_t.
4594
4595         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
4596         include <bits/wordsize.h>.  Check __x86_64__ instead of
4597         __WORDSIZE.
4598         (greg_t): Use "__extension__ long long int" if __x86_64__ is
4599         defined.
4600         (mcontext_t): Replace "unsigned long" with "unsigned long long".
4601
4602         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
4603         include <bits/wordsize.h>.  Check __x86_64__ instead of
4604         __WORDSIZE.
4605         (user_regs_struct): Use "__extension__ unsigned long long"
4606         instead of "unsigned long" if __x86_64__ is defined.
4607         (user): Likewise.  Pad after pointer field if __ILP32__ is
4608         defined.
4609
4610 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
4611
4612         * configure.in (makeinfo): Require version 4.5 or later.  Allow
4613         versions 5 to 9.
4614         * configure: Regenerated.
4615         * manual/install.texi (texinfo): Increase version requirement to
4616         4.5 or later.
4617         * INSTALL: Regenerated.
4618
4619         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
4620
4621 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
4622
4623         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
4624
4625         * sysdeps/x86_64/x32/ffs.c: New file.
4626
4627         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
4628         __syscall_ulong_t.
4629         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
4630         defined.  Use __syscall_ulong_t.
4631         (shminfo): Use __syscall_ulong_t.
4632         (shm_info): Likewise.
4633
4634         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
4635         __syscall_ulong_t.
4636
4637         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
4638         <bits/wordsize.h>.
4639         (msgqnum_t): Use __syscall_ulong_t.
4640         (msglen_t): Likewise.
4641         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
4642         __syscall_ulong_t.
4643
4644         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
4645         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
4646
4647         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
4648
4649         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
4650         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
4651
4652         * sysvipc/sys/msg.h (msgbuf): Replace long int with
4653         __syscall_slong_t.
4654
4655         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
4656         include <bits/wordsize.h>.  Check __x86_64__ instead of
4657         __WORDSIZE.
4658
4659         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
4660         "unsigned long long int" if __x86_64__ is defined.
4661         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
4662
4663         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
4664         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
4665         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
4666
4667         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
4668         <stdint.h>.
4669         (GET_PC): Cast to uintptr_t first.
4670         (GET_FRAME): Likewise.
4671         (GET_STACK): Likewise.
4672
4673         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
4674         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
4675         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
4676         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
4677         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
4678         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
4679         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
4680         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
4681         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
4682         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
4683         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
4684         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
4685         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
4686         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
4687         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
4688         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
4689         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
4690         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
4691         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
4692         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
4693         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
4694         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
4695         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
4696         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
4697         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
4698         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
4699         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
4700         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
4701         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
4702
4703 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
4704
4705         * Makerules (+depfiles): Also collect depfiles from .oS in
4706         $(extra-objs).
4707         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
4708         .oS, $(libnldbl-routines)).
4709
4710         * Makerules (native-compile-mkdep-flags): Define.
4711         * sunrpc/Makefile (extra-objs): Add $(addprefix
4712         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
4713         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
4714         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
4715         calling $(make-target-directory).
4716
4717 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4718
4719         * bits/types.h (__snseconds_t): Removed.
4720         * time/time.h (struct timespec): Replace __snseconds_t with
4721         __syscall_slong_t.
4722         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
4723         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
4724         Likewise.
4725         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
4726         (__SNSECONDS_T_TYPE): Likewise.
4727         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
4728         (__SNSECONDS_T_TYPE): Likewise.
4729         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
4730         (__SNSECONDS_T_TYPE): Likewise.
4731
4732 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4733
4734         * sysdeps/mach/hurd/bits/typesizes.h
4735         (__SYSCALL_SLONG_TYPE): New macro.
4736         (__SYSCALL_ULONG_TYPE): Likewise.
4737
4738 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4739
4740         * bits/types.h (__syscall_slong_t): New type.
4741         (__syscall_ulong_t): Likewise.
4742
4743         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
4744         (__SYSCALL_ULONG_TYPE): Likewise.
4745         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
4746         (__SYSCALL_SLONG_TYPE): Likewise.
4747         (__SYSCALL_ULONG_TYPE): Likewise.
4748         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
4749         (__SYSCALL_SLONG_TYPE): Likewise.
4750         (__SYSCALL_ULONG_TYPE): Likewise.
4751         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
4752         (__SYSCALL_SLONG_TYPE): Likewise.
4753         (__SYSCALL_ULONG_TYPE): Likewise.
4754
4755 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4756
4757         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
4758         Add sigaltstack-offsets.sym.
4759         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
4760         <sigaltstack-offsets.h>.
4761         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
4762         longjmp_msg pointer.
4763         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
4764         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
4765         signal stack.
4766         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
4767
4768 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
4769
4770         * elf/stackguard-macros.h: Remove file.
4771         * sysdeps/generic/stackguard-macros.h: New file.
4772         * sysdeps/i386/stackguard-macros.h: Likewise.
4773         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
4774         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
4775         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
4776         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
4777         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
4778         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
4779         * sysdeps/x86_64/stackguard-macros.h: Likewise.
4780         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
4781         <elf/stackguard-macros.h>.
4782
4783         [BZ #14109]
4784         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
4785         __aligned__ in attribute.
4786         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
4787         (gregset_t): Likewise.
4788
4789 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4790
4791         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
4792         * sysdeps/x86_64/64/Implies-after: Here.  New file.
4793         * sysdeps/x86_64/x32/Implies-after: New file.
4794
4795 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4796
4797         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
4798         and access return value for _dl_profile_fixup.  Use R10_LP to
4799         load frame size.
4800
4801 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4802
4803         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
4804
4805 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4806
4807         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
4808         * sysdeps/x86_64/x32/sysdep.h: New file.
4809
4810 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4811
4812         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
4813         * sysdeps/x86_64/setjmp.S: Likewise.
4814
4815 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4816
4817         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
4818         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
4819         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
4820         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
4821         remove unused global constant.
4822
4823 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
4824
4825         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
4826         include of <not-cancel.h>.
4827
4828 2012-05-15  Roland McGrath  <roland@hack.frob.com>
4829
4830         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
4831
4832 2012-05-15  Jeff Law  <law@redhat.com>
4833             Andreas Jaeger  <aj@suse.de>
4834
4835         [BZ #13594]
4836         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
4837         out from...
4838         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
4839         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
4840         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
4841         code changing __hst_map_handle.map.
4842
4843 2012-05-15  Roland McGrath  <roland@hack.frob.com>
4844
4845         * configure.in (sysnames): Look for Implies-before and Implies-after
4846         files.
4847         * configure: Regenerated.
4848
4849 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4850
4851         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
4852         8-byte data alignment with LP_SIZE alignment.
4853
4854 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4855
4856         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
4857         into R10_LP.
4858
4859 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4860
4861         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
4862
4863 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4864
4865         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
4866         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
4867         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
4868         Likewise.
4869         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
4870
4871 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4872
4873         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
4874         (stackinfo_sub_sp): Likewise.
4875
4876 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4877
4878         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
4879         RAX_LP.
4880
4881 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4882
4883         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
4884         into R*_LP.
4885
4886 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4887
4888         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
4889         sizes into R*_LP.
4890
4891 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4892
4893         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
4894
4895 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4896
4897         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
4898         into R11_LP and load __x86_64_shared_cache_size_half into
4899         R8_LP.
4900
4901 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4902
4903         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
4904         R8_LP.
4905
4906 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4907
4908         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
4909         logb for POWER7.
4910         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
4911         logbf for POWER7.
4912         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
4913         logbl for POWER7.
4914         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
4915         powerpc32/power7/fpu/s_logb.c via #include.
4916         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
4917         powerpc32/power7/fpu/s_logbf.c via #include.
4918         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
4919         powerpc32/power7/fpu/s_logbl.c via #include.
4920
4921 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
4922
4923         * README.libm: Remove file.
4924
4925 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
4926
4927         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
4928         count for x32.  Use R*_LP and omit operand-size suffix.
4929
4930 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
4931
4932         * shlib-versions: Move x86_64-.*-linux.* entries to ...
4933         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
4934         * sysdeps/x86_64/x32/shlib-versions: New file.
4935
4936 2012-05-14  Roland McGrath  <roland@hack.frob.com>
4937
4938         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
4939         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
4940         Use _dl_fatal_printf instead.
4941
4942 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
4943
4944         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
4945         set if not set by the user.  Do not allow for being unset.
4946         * sysdeps/unix/sysv/linux/configure: Regenerated.
4947
4948 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
4949
4950         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
4951         the `q' suffix from lea and replace .quad with ASM_ADDR.
4952
4953 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
4954
4955         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
4956         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
4957         instead of $17.
4958         (PTR_DEMANGLE): Likewise.
4959
4960 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
4961
4962         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
4963         (LP_OP): Likewise.
4964         (ASM_ADDR): Likewise.
4965         (RAX_LP): Likewise.
4966         (RBP_LP): Likewise.
4967         (RBX_LP): Likewise.
4968         (RCX_LP): Likewise.
4969         (RDI_LP): Likewise.
4970         (RSI_LP): Likewise.
4971         (RSP_LP): Likewise.
4972         (R8_LP): Likewise.
4973         (R9_LP): Likewise.
4974         (R10_LP): Likewise.
4975         (R10_LP): Likewise.
4976         (R11_LP): Likewise.
4977         (R12_LP): Likewise.
4978         (R13_LP): Likewise.
4979         (R14_LP): Likewise.
4980         (R15_LP): Likewise.
4981
4982 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
4983
4984         * sysdeps/x86_64/x32/dl-machine.h: New file.
4985
4986 2012-05-14  Andreas Jaeger  <aj@suse.de>
4987
4988         * manual/Makefile (subdir): Remove export of subdir.
4989         (all): Remove target.
4990         (.PHONY): Remove all from list.
4991         (mkinstalldirs): Remove.
4992         (.PHONY): Remove installdirs from list.
4993         ($(inst_infodir)/libc.info): Use make-target-directory.
4994         (installdirs): Remove.
4995         (subdir_%): Remove.
4996         (glibc-targets): Remove.
4997         (lib): Remove.
4998         (stubs): Remove.
4999         ($(objpfx)stubs ../po/manual.pot): Remove.
5000         ($(objpfx)stamp%): Remove.
5001         (make-target-directory): Remove.
5002         (subdir_install): Remove.
5003         (routines): Remove.
5004         (aux): Remove.
5005         (sources): Remove.
5006         (objects): Remove.
5007         (headers): Remove.
5008
5009         [BZ #13750]
5010         * manual/.gitignore: Remove, it's not needed anymore.
5011         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
5012         all files in it.
5013         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
5014         directory.
5015         (texis): Renamed to $(objpfx)texis.
5016         (texis-path): New, contains path to generated files.
5017         (chapters.%): Use texis-path for complete path, add extra argument
5018         libc-texinfo.sh.
5019         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
5020         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
5021         (summary,texi, stamp-summary): Use complete path of
5022         files. Generate files in build dir.
5023         (dir-add.texi): Build in build dir.
5024         (libm-err.texi,stamp-libm-err): Likewise.
5025         (version.texi, stamp-version): Likewise.
5026         (.%c.texi): Likewise.
5027         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
5028         (mostlyclean): Remove target.
5029         (realclean): Remove target.
5030         (generated): Add new variable with contents from mostlyclean and
5031         realclean, remove entries duplicated in common-mostlyclean, add
5032         stamp-libm-err and stamp-version.
5033         (generated-dirs): Add libc directory.
5034         ($(inst_infodir)/libc.info): Install files from build dir.
5035
5036         * manual/install.texi (Configuring and compiling): Adjust since
5037         the info files are not part of the tar ball anymore.
5038
5039 2012-05-14  Andreas Jaeger  <aj@suse.de>
5040
5041         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
5042         variable.
5043
5044 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
5045
5046         [BZ #13717]
5047         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
5048         to 2.2.0 where earlier.
5049         * sysdeps/unix/sysv/linux/configure: Regenerated.
5050         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
5051         Remove conditional code.
5052         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
5053         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
5054         Remove conditional code.
5055         [!__NR_lchown]: Likewise.
5056         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
5057         [__NR_lchown]: Likewise.
5058         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
5059         comment referencing __ASSUME_LCHOWN_SYSCALL.
5060         * sysdeps/unix/sysv/linux/i386/sigaction.c
5061         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
5062         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
5063         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
5064         Remove conditional code.
5065         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
5066         (__protocol_available): Remove #if 0 code.
5067         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
5068         conditional code.
5069         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
5070         * sysdeps/unix/sysv/linux/kernel-features.h
5071         (__ASSUME_GETCWD_SYSCALL): Don't define.
5072         (__ASSUME_REALTIME_SIGNALS): Likewise.
5073         (__ASSUME_PREAD_SYSCALL): Likewise.
5074         (__ASSUME_PWRITE_SYSCALL): Likewise.
5075         (__ASSUME_POLL_SYSCALL): Likewise.
5076         (__ASSUME_LCHOWN_SYSCALL): Likewise.
5077         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
5078         non-SPARC.
5079         (__ASSUME_SIOCGIFNAME): Don't define.
5080         (__ASSUME_MSG_NOSIGNAL): Likewise.
5081         (__ASSUME_SENDFILE): Define unconditionally.
5082         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
5083         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
5084         conditional code.
5085         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
5086         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
5087         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
5088         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
5089         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
5090         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
5091         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
5092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
5093         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
5094         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
5096         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
5097         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
5099         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
5100         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
5102         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
5103         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
5105         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
5106         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
5108         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
5109         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
5111         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
5112         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
5114         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
5115         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5116         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
5117         Remove conditional code.
5118         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5119         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
5120         Remove conditional code.
5121         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5122         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
5123         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
5124         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
5125         Remove conditional code.
5126         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5127         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
5128         Remove conditional code.
5129         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5130         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
5131         Remove conditional code.
5132         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5133         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
5134         Remove conditional code.
5135         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5136         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
5137         Remove conditional code.
5138         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5139         * sysdeps/unix/sysv/linux/sh/pwrite64.c
5140         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
5141         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5142         * sysdeps/unix/sysv/linux/sigaction.c
5143         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
5144         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
5145         * sysdeps/unix/sysv/linux/sigpending.c
5146         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
5147         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
5148         * sysdeps/unix/sysv/linux/sigprocmask.c
5149         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
5150         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
5151         * sysdeps/unix/sysv/linux/sigsuspend.c
5152         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
5153         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
5154         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
5155         (__libc_missing_rt_sigs): Remove.
5156         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
5157         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
5158         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
5159         Remove conditional code.
5160         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
5161         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
5162         return 1.
5163         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
5164         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
5165         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
5166         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
5167
5168 2012-05-14  Andreas Jaeger  <aj@suse.de>
5169
5170         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
5171         it's not used in glibc.
5172         (__coshm1): Likewise.
5173         (__acosh1p): Likewise.
5174         (__sgn): Likewise.
5175
5176         * manual/string.texi (Copying and Concatenation): Add missing
5177         variable in concat example.
5178         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
5179
5180 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5181
5182         [BZ #14103]
5183         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
5184         __builtin_clzl with __builtin_clzll.
5185
5186 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5187
5188         [BZ #14104]
5189         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
5190         libc_freeres_ptr.
5191
5192 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
5193
5194         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
5195         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
5196         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
5197         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
5198
5199 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
5200
5201         * NEWS: Update ia64 info.
5202
5203 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
5204
5205         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
5206         used as bcopy.
5207
5208 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
5209
5210         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
5211         * sysdeps/unix/syscalls.list (dup3): Likewise.
5212         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
5213         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
5214
5215 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5216
5217         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
5218         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
5219
5220 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5221
5222         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
5223         thread pointer.
5224         (TLS_IE): Use mov/add instead of movq/addq to load thread
5225         pointer.
5226         (TLS_GD_PREFIX): New.
5227         (TLS_GD): Use it.
5228
5229 2012-05-11  David S. Miller  <davem@davemloft.net>
5230
5231         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
5232         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
5233         (_FPU_SETCW): Likewise.
5234
5235 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
5236
5237         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
5238         is 32-byte aligned.
5239
5240 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
5241
5242         [BZ #11837]
5243         * iconvdata/gb18030.c: Update tables.
5244         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
5245         characters specially.
5246         (BODY for TO_LOOP): Add encoding of missing ranges.
5247
5248 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
5249
5250         [BZ #13673]
5251         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
5252         * sysdeps/mach/hurd/dup3.c: Likewise.
5253         * sysdeps/mach/hurd/readlinkat.c: Likewise.
5254         * sysdeps/powerpc/memmove.c:: Likewise.
5255
5256 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
5257
5258         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
5259         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
5260
5261 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
5262
5263         * elf/elf.h (R_X86_64_RELATIVE64): New.
5264         (R_X86_64_NUM): Updated.
5265         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
5266         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
5267         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
5268         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
5269         tst-quad1pie tst-quad2pie
5270         (modules-names): Add tst-quadmod1 tst-quadmod2.
5271         ($(objpfx)tst-quad1): New dependency.
5272         ($(objpfx)tst-quad2): Likewise.
5273         ($(objpfx)tst-quad1pie): Likewise.
5274         ($(objpfx)tst-quad2pie): Likewise.
5275         * sysdeps/x86_64/tst-quad1.c: New file.
5276         * sysdeps/x86_64/tst-quad1pie.c: New file.
5277         * sysdeps/x86_64/tst-quad2.c: Likewise.
5278         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
5279         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
5280         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
5281         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
5282         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
5283
5284 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5285
5286         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
5287         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
5288         * streams/stropts.h (t_scalar_t): Define type.
5289
5290         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
5291         (_PATH_PRESERVE): Set to "/var/lib".
5292         (_PATH_RWHODIR): Set to "/var/spool/rwho".
5293
5294         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
5295         instead of int.
5296
5297         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
5298         if __dir_mkfile succeeded.
5299
5300         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
5301         checking for _hurd_dtablesize.  Unlock it right after having
5302         finished _hurd_dtable allocation.
5303
5304 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
5305
5306         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
5307         * sysdeps/mach/hurd/configure: Regenerated.
5308         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
5309         special-casing to...
5310         * sysdeps/gnu/configure.in: ... this new file.
5311         * sysdeps/unix/sysv/linux/configure: Regenerated.
5312         * sysdeps/gnu/configure: New generated file.
5313
5314         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
5315         for Linux: use nsec instead of usec, as well as:
5316         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
5317         members of type struct timespec.
5318         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
5319         New macros.
5320         (struct stat64): Likewise.
5321         (_STATBUF_ST_NSEC): New macro.
5322         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
5323
5324         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
5325         __strtoul_internal rather than strtoul.
5326
5327 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
5328
5329         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
5330         and reject them.
5331
5332 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5333
5334         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
5335         which preserves existing values.
5336         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
5337
5338 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
5339
5340         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
5341         TIMEOUT values.  Return EINVAL for NFDS values either negative or
5342         greater than FD_SETSIZE.
5343
5344 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5345
5346         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
5347         allocated, call __vm_protect to finish enabling the existing space, and
5348         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
5349         allocate the remainder.
5350
5351 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
5352
5353         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
5354         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
5355
5356 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5357
5358         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
5359         sysdeps/mach/hurd/readlink.c.
5360
5361         * posix/tst-sysconf.c (posix_options): Only use
5362         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
5363         _POSIX_SYNCHRONIZED_IO when they are defined
5364         * sysdeps/mach/hurd/bits/posix_opt.h:
5365         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
5366         (_XOPEN_REALTIME): Undefine macro.
5367         (_XOPEN_REALTIME_THREADS): Undefine macro.
5368         (_XOPEN_SHM): Undefine macro.
5369         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
5370         macro to -1.
5371         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
5372         macro to -1.
5373         (_POSIX_ASYNC_IO): Undefine macro.
5374         (_POSIX_PRIORITIZED_IO): Undefine macro.
5375         (_POSIX_SPIN_LOCKS): Define macro to -1.
5376
5377         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
5378         SA_NODEFER, SA_RESETHAND.
5379         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
5380         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
5381         F_DUPFD_CLOEXEC.
5382
5383 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
5384
5385         * elf/Makefile (pldd-modules): Define unconditionally.
5386
5387 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
5388
5389         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
5390
5391 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5392
5393         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5394         Return ENOENT when name is empty.
5395         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
5396
5397 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
5398
5399         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
5400
5401         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
5402
5403 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5404
5405         Fix mlock in all cases except non-readable pages.
5406         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
5407         instead of VM_PROT_ALL as parameter to __vm_wire function.
5408
5409         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
5410         (__mkdir): When path is `/', just fail with EEXIST.
5411         * sysdeps/mach/hurd/mkdirat.c: Likewise.
5412
5413 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
5414
5415         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
5416         <sys/uio.h> (for writev).
5417         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
5418         and <sys/param.h> (for MIN).
5419
5420 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
5421
5422         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
5423         REQUESTED_TIME.  Properly set the remaining time and return EINTR
5424         if interrupted.
5425
5426 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
5427
5428         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
5429         Depend on against $(link-rpcuserlibs).
5430
5431 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5432
5433         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
5434         (__libc_stack_end): Do not use attribute_relro.
5435         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
5436         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5437         to libthread-provided value.
5438         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
5439         attribute_relro.
5440
5441 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
5442
5443         [BZ #3748]
5444         * bits/libc-lock.h (__libc_once_get): New macro.
5445         * sysdeps/mach/bits/libc-lock.h: Likewise.
5446         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
5447         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
5448         instead of using implementation details.
5449
5450         * libio/fileops.c: Unconditionally include <kernel-features.h>.
5451         * libio/freopen.c: Likewise.
5452         * libio/freopen64.c: Likewise.
5453         * misc/syslog.c: Likewise.
5454         * nscd/connections.c: Likewise.
5455         * nscd/netgroupcache.c: Likewise.
5456         * sysdeps/posix/getcwd.c: Likewise.
5457
5458 2012-05-10  Roland McGrath  <roland@hack.frob.com>
5459
5460         * math/w_ilogbf.c: Add #include <limits.h>.
5461
5462 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5463
5464         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
5465         path instead of returning without unlocking.
5466
5467         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
5468         immediate-write ioctls.
5469         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
5470
5471 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
5472
5473         * sysdeps/mach/hurd/i386/init-first.c (init): Use
5474         __builtin_frame_address instead of making assumptions about the
5475         location of the return address relative to DATA.  Force early load of
5476         the return address.
5477         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
5478         __builtin_frame_address.
5479
5480         dup3 for GNU Hurd.
5481         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
5482         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
5483         implement dup3 and do some further code clean-ups.
5484         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
5485         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
5486
5487 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5488
5489         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
5490
5491         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
5492         HURD_CRITICAL_END around holding _hurd_dtable_lock.
5493         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
5494         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
5495         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
5496         d->port.lock.
5497
5498         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
5499         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
5500         when handler == SIG_ERR, not when handler != SIG_ERR.
5501
5502 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
5503
5504         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
5505         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
5506         definitions.
5507
5508         accept4 for GNU Hurd.
5509         * include/sys/socket.h (__libc_accept4): New prototype.
5510         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
5511         to implement __libc_accept4.
5512         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
5513         __libc_accept4.
5514         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
5515
5516         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
5517         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
5518         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
5519         signal-defines.sym.
5520
5521 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5522
5523         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
5524
5525 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
5526
5527         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
5528         assertion on O_CLOEXEC flag.
5529         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
5530         * hurd/intern-fd.c: Likewise.
5531         * hurd/port2fd.c: Likewise.
5532
5533 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5534
5535         [BZ #3906]
5536         * bits/in.h (IPV6_PKTINFO): Define new macro.
5537         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
5538
5539 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5540
5541         [BZ #13954]
5542         [BZ #13955]
5543         [BZ #13956]
5544         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
5545         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
5546         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
5547         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
5548         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
5549         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
5550         * math/libm-test.inc (logb_test) : Additional logb tests.
5551
5552 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
5553             Andreas Jaeger  <aj@suse.de>
5554
5555         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
5556         * configure: Regenerated.
5557         * config.h.in (LINK_OBSOLETE_RPC): New macro.
5558         * config.make.in (link-obsolete-rpc): New substituted variable.
5559         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
5560         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
5561         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
5562         (shared-only-routines): Don't set it under [link-obsolete-rpc],
5563         so that libc.a contains the symbols.
5564         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
5565         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
5566         * sunrpc/auth_none.c: Likewise.
5567         * sunrpc/auth_unix.c: Likewise.
5568         * sunrpc/authdes_prot.c: Likewise.
5569         * sunrpc/authuxprot.c: Likewise.
5570         * sunrpc/clnt_gen.c: Likewise.
5571         * sunrpc/clnt_perr.c: Likewise.
5572         * sunrpc/clnt_raw.c: Likewise.
5573         * sunrpc/clnt_simp.c: Likewise.
5574         * sunrpc/clnt_tcp.c: Likewise.
5575         * sunrpc/clnt_udp.c: Likewise.
5576         * sunrpc/clnt_unix.c: Likewise.
5577         * sunrpc/des_crypt.c: Likewise.
5578         * sunrpc/des_soft.c: Likewise.
5579         * sunrpc/get_myaddr.c: Likewise.
5580         * sunrpc/key_call.c: Likewise.
5581         * sunrpc/key_prot.c: Likewise.
5582         * sunrpc/netname.c: Likewise.
5583         * sunrpc/pm_getmaps.c: Likewise.
5584         * sunrpc/pm_getport.c: Likewise.
5585         * sunrpc/pmap_clnt.c: Likewise.
5586         * sunrpc/pmap_prot.c: Likewise.
5587         * sunrpc/pmap_prot2.c: Likewise.
5588         * sunrpc/pmap_rmt.c: Likewise.
5589         * sunrpc/publickey.c: Likewise.
5590         * sunrpc/rpc_cmsg.c: Likewise.
5591         * sunrpc/rpc_common.c: Likewise.
5592         * sunrpc/rpc_dtable.c: Likewise.
5593         * sunrpc/rpc_prot.c: Likewise.
5594         * sunrpc/rpc_thread.c: Likewise.
5595         * sunrpc/rtime.c: Likewise.
5596         * sunrpc/svc.c: Likewise.
5597         * sunrpc/svc_auth.c: Likewise.
5598         * sunrpc/svc_raw.c: Likewise.
5599         * sunrpc/svc_run.c: Likewise.
5600         * sunrpc/svc_tcp.c: Likewise.
5601         * sunrpc/svc_udp.c: Likewise.
5602         * sunrpc/svc_unix.c: Likewise.
5603         * sunrpc/svcauth_des.c: Likewise.
5604         * sunrpc/xcrypt.c: Likewise.
5605         * sunrpc/xdr.c: Likewise.
5606         * sunrpc/xdr_array.c: Likewise.
5607         * sunrpc/xdr_float.c: Likewise.
5608         * sunrpc/xdr_intXX_t.c: Likewise.
5609         * sunrpc/xdr_mem.c: Likewise.
5610         * sunrpc/xdr_rec.c: Likewise.
5611         * sunrpc/xdr_ref.c: Likewise.
5612         * sunrpc/xdr_sizeof.c: Likewise.
5613         * sunrpc/xdr_stdio.c: Likewise.
5614
5615 2012-05-10  Roland McGrath  <roland@hack.frob.com>
5616
5617         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
5618         change.  Update copyright years.
5619
5620 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
5621
5622         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
5623
5624 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
5625             Joseph Myers  <joseph@codesourcery.com>
5626             Paul Pluzhnikov  <ppluzhnikov@google.com>
5627
5628         [BZ #14012]
5629         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
5630         requiring rpcgen.
5631         [cross-compiling] (extra-libs): Likewise.
5632         [cross-compiling] (extra-libs-others): Likewise.
5633         [cross-compiling] (librpcsvc-routines): Likewise.
5634         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
5635         [cross-compiling] (omit-deps): Likewise.
5636         (sunrpc-CPPFLAGS): New variable.
5637         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
5638         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
5639         (cross-rpcgen-objs): New variable.
5640         (extra-objs): Append $(cross-rpcgen-objs).
5641         ($(cross-rpcgen-objs)): New rule.
5642         ($(objpfx)cross-rpcgen): Likewise.
5643         (rpcgen-cmd): Define to use $(built-program-file).  Expand
5644         comment.
5645         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
5646         ($(objpfx)x%.stmp): Likewise.
5647         * sunrpc/proto.h [IS_IN_build] (_): Define.
5648         [IS_IN_build] (_libc_intl_domainname): Likewise.
5649
5650 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
5651
5652         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
5653         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
5654         and R_X86_64_TPOFF64.
5655
5656 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
5657
5658         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
5659         sysdeps/unix/sysv/syscalls.list.
5660         (stime): Likewise.
5661         (utime): Likewise.
5662         * sysdeps/unix/sysv/syscalls.list: Remove file.
5663
5664 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
5665
5666         [BZ #3440]
5667         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
5668         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
5669         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
5670         (__LC_IDENTIFICATION): Make these macros useful in #if
5671         expressions, as required by C99.
5672
5673 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
5674
5675         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
5676         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
5677         after this.
5678
5679 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
5680
5681         * stdlib/longlong.h: Updated from GCC.
5682
5683 2012-05-09  Andreas Jaeger  <aj@suse.de>
5684
5685         * nscd/nscd.c (run_modes): Make named enum, reorder so that
5686         default is first entry.
5687         (run_mode): Set type.
5688         (main): Remove informal message about syslog.
5689         (options): Fix typo.
5690
5691         [BZ #14053]
5692         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
5693         to asm.
5694         (lrint): Likewise.
5695         (llrintf): Likewise.
5696         (llrint): Likewise.
5697         (rint): Likewise.
5698         (rintf): Likewise.
5699         (nearbyint): Likewise.
5700         (nearbyintf): Likewise.
5701
5702 2012-05-09  Andreas Jaeger  <aj@suse.de>
5703             Pedro Alves  <palves@redhat.com>
5704
5705         * nscd/nscd.c (run_mode): Use enum.
5706         (main): Cleanup coding style issue.
5707
5708 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
5709             Andreas Jaeger  <aj@suse.de>
5710
5711         * nscd/nscd.c (go_background): Replaced with...
5712         (run_mode): ... this.
5713         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
5714         (options): Add -F --foreground.
5715         (main): Implement it.
5716         (parse_opt): Parse it.
5717
5718 2012-05-09  Andreas Jaeger  <aj@suse.de>
5719
5720         [BZ #14083]
5721         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
5722         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
5723         -Wconversion warning.
5724         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
5725         Likewise.
5726
5727 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
5728
5729         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
5730         == 0.
5731         (LC_ALL): Use macro-int-constant.
5732         (LC_COLLATE): Likewise.
5733         (LC_CTYPE): Likewise.
5734         (LC_MESSAGES): Likewise.
5735         (LC_MONETARY): Likewise.
5736         (LC_NUMERIC): Likewise.
5737         (LC_TIME): Likewise.
5738         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
5739         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
5740         [ISO || ISO99 || ISO11] (*_t): Do not allow.
5741         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
5742         Specify type.
5743         [C99-based standards] (float_t): Expect type.
5744         [C99-based standards] (double_t): Expect type.
5745         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
5746         type.
5747         [C99-based standards] (HUGE_VALL): Likewise.
5748         [C99-based standards] (INFINITY): Likewise.
5749         [C99-based standards] (NAN): Likewise.
5750         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
5751         [C99-based standards] (FP_NAN): Likewise.
5752         [C99-based standards] (FP_NORMAL): Likewise.
5753         [C99-based standards] (FP_SUBNORMAL): Likewise.
5754         [C99-based standards] (FP_ZERO): Likewise.
5755         [C99-based standards] (FP_FAST_FMA): Use
5756         optional-macro-int-constant.  Specify type.  Require == 1.
5757         [C99-based standards] (FP_FAST_FMAF): Likewise.
5758         [C99-based standards] (FP_FAST_FMAL): Likewise.
5759         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
5760         [C99-based standards] (FP_ILOGBNAN): Likewise.
5761         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
5762         Specify type.
5763         [C99-based standards] (MATH_ERREXCEPT): Likewise.
5764         [C99-based standards] (math_errhandling): Specify type.
5765         [ISO99 || ISO11] (signgam): Do not allow.
5766         [non-C99-based standards] (copysignf): Do not allow.
5767         [non-C99-based standards] (exp2f): Likewise.
5768         [non-C99-based standards] (log2f): Likewise.
5769         [non-C99-based standards] (modff): Allow.
5770         [non-C99-based standards] (erff): Do not allow.
5771         [non-C99-based standards] (erfcf): Likewise.
5772         [non-C99-based standards] (gammaf): Likewise.
5773         [non-C99-based standards] (hypotf): Likewise.
5774         [non-C99-based standards] (j0f): Likewise.
5775         [non-C99-based standards] (j1f): Likewise.
5776         [non-C99-based standards] (jnf): Likewise.
5777         [non-C99-based standards] (lgammaf): Likewise.
5778         [non-C99-based standards] (tgammaf): Likewise.
5779         [non-C99-based standards] (y0f): Likewise.
5780         [non-C99-based standards] (y1f): Likewise.
5781         [non-C99-based standards] (ynf): Likewise.
5782         [non-C99-based standards] (isnanf): Likewise.
5783         [non-C99-based standards] (acoshf): Likewise.
5784         [non-C99-based standards] (asinhf): Likewise.
5785         [non-C99-based standards] (atanhf): Likewise.
5786         [non-C99-based standards] (cbrtf): Likewise.
5787         [non-C99-based standards] (expm1f): Likewise.
5788         [non-C99-based standards] (ilogbf): Likewise.
5789         [non-C99-based standards] (log1pf): Likewise.
5790         [non-C99-based standards] (logbf): Likewise.
5791         [non-C99-based standards] (nextafterf): Likewise.
5792         [non-C99-based standards] (remainderf): Likewise.
5793         [non-C99-based standards] (rintf): Likewise.
5794         [non-C99-based standards] (scalbf): Likewise.
5795         [non-C99-based standards] (copysignl): Likewise.
5796         [non-C99-based standards] (exp2l): Likewise.
5797         [non-C99-based standards] (log2l): Likewise.
5798         [non-C99-based standards] (modfl): Allow.
5799         [non-C99-based standards] (erfl): Do not allow.
5800         [non-C99-based standards] (erfcl): Likewise.
5801         [non-C99-based standards] (gammal): Likewise.
5802         [non-C99-based standards] (hypotl): Likewise.
5803         [non-C99-based standards] (j0l): Likewise.
5804         [non-C99-based standards] (j1l): Likewise.
5805         [non-C99-based standards] (jnl): Likewise.
5806         [non-C99-based standards] (lgammal): Likewise.
5807         [non-C99-based standards] (tgammal): Likewise.
5808         [non-C99-based standards] (y0l): Likewise.
5809         [non-C99-based standards] (y1l): Likewise.
5810         [non-C99-based standards] (ynl): Likewise.
5811         [non-C99-based standards] (isnanl): Likewise.
5812         [non-C99-based standards] (acoshl): Likewise.
5813         [non-C99-based standards] (asinhl): Likewise.
5814         [non-C99-based standards] (atanhl): Likewise.
5815         [non-C99-based standards] (cbrtl): Likewise.
5816         [non-C99-based standards] (expm1l): Likewise.
5817         [non-C99-based standards] (ilogbl): Likewise.
5818         [non-C99-based standards] (log1pl): Likewise.
5819         [non-C99-based standards] (logbl): Likewise.
5820         [non-C99-based standards] (nextafterl): Likewise.
5821         [non-C99-based standards] (remainderl): Likewise.
5822         [non-C99-based standards] (rintl): Likewise.
5823         [non-C99-based standards] (scalbl): Likewise.
5824         [ISO || ISO99 || ISO11] (*_t): Do not allow.
5825         [non-C99-based standards] (FP_*): Do not allow.
5826         [C99-based standards] (FP_*): Change to
5827         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
5828         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
5829         allow.
5830         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
5831         (SIG_ERR): Likewise.
5832         [X/Open-based standards] (SIG_HOLD): Likewise.
5833         (SIG_IGN): Likewise.
5834         (SIGABRT): Use macro-int-constant.  Specify type.  Require
5835         positive value.
5836         (SIGFPE): Likewise.
5837         (SIGILL): Likewise.
5838         (SIGINT): Likewise.
5839         (SIGSEGV): Likewise.
5840         (SIGTER): Likewise.
5841         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
5842         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
5843         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
5844         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
5845         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
5846         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
5847         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
5848         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
5849         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
5850         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
5851         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
5852         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
5853         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
5854         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
5855         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
5856         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
5857         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
5858         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
5859         [X/Open-based standards] (SIGTRAP): Likewise.
5860         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
5861         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
5862         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
5863         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
5864         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
5865         allow.
5866
5867 2012-05-08  Ian Wienand  <ianw@vmware.com>
5868
5869         [BZ #14080]
5870         * time/tzset.c (__tzset_parse_tz): Update default rules for
5871         daylight time changes in the Energy Policy Act of 2005.
5872
5873 2012-05-09  Andreas Jaeger  <aj@suse.de>
5874
5875         [BZ #13983]
5876         * elf/ldconfig.c (parse_conf): Change string to make clear that
5877         ldconfig only issued a warning if ld.so.conf does not exist.
5878
5879 2012-05-08  David S. Miller  <davem@davemloft.net>
5880
5881         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
5882         movxtod instead of popping the value on the stack.
5883
5884         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5885
5886 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
5887
5888         * config.h.in: Add HAVE_ARM_PCS_VFP.
5889
5890 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
5891
5892         [BZ #13979]
5893         * include/features.h: Warn if user requests __FORTIFY_SOURCE
5894         checking but the checks are disabled for any reason.
5895
5896 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
5897
5898         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
5899         and ELF64_R_TYPE with ELFW(R_TYPE).
5900
5901 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
5902
5903         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
5904         (ulimit): Likewise.
5905
5906         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
5907         (settimeofday): Likewise.
5908
5909 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
5910
5911         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
5912         a struct th_u2 inside the union, and move tu_block/tu_code into
5913         a new th_u3 union of tu_block/tu_code inside of that.  Move
5914         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
5915         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
5916         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
5917         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
5918         (th_stuff): Change to th_u1.tu_stuff.
5919         (th_data): Define.
5920         (th_msg): Change to th_u1.th_u2.tu_data.
5921
5922 2012-05-07  David S. Miller  <davem@davemloft.net>
5923
5924         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5925
5926         [BZ #14074]
5927         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
5928         (SETUP_PIC_REG): Use it.
5929         (SETUP_PIC_REG_LEAF): Use it.
5930
5931 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
5932
5933         [BZ #13885]
5934         [BZ #13923]
5935         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
5936         USE_AS_EXPM1L.
5937         (EXPL_FINITE): Likewise.
5938         (FLDLOG): Likewise.
5939         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
5940         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
5941         e_expl.S.
5942         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
5943         USE_AS_EXPM1L.
5944         (EXPL_FINITE): Likewise.
5945         (FLDLOG): Likewise.
5946         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
5947         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
5948         e_expl.S.
5949         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
5950         test of -max_value argument for long double.
5951         * sysdeps/i386/fpu/libm-test-ulps: Update.
5952         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5953
5954 2012-05-06  David S. Miller  <davem@davemloft.net>
5955
5956         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
5957         quad soft-float symbols whose references which are compiler
5958         generated.
5959         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
5960
5961 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
5962
5963         [BZ #13884]
5964         [BZ #13914]
5965         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
5966         USE_AS_EXP10L.
5967         (EXPL_FINITE): Likewise.
5968         (FLDLOG): Likewise.
5969         (c0): Likewise.
5970         (c1): Likewise.
5971         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
5972         Adjust comments for base varying.
5973         (__expl_finite): Change alias to EXPL_FINITE.
5974         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
5975         e_expl.S.
5976         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
5977         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
5978         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
5979         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
5980         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
5981         USE_AS_EXP10L.
5982         (EXPL_FINITE): Likewise.
5983         (FLDLOG): Likewise.
5984         (c0): Likewise.
5985         (c1): Likewise.
5986         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
5987         Adjust comments for base varying.
5988         (__expl_finite): Change alias to EXPL_FINITE.
5989         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
5990         tests for bugs.
5991         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5992
5993         [BZ #14064]
5994         * math/libm-test.inc (check_float_internal): Correct ulp
5995         calculation for subnormal expected results.
5996
5997 2012-05-06  Andreas Jaeger  <aj@suse.de>
5998
5999         * Makeconfig (+math-flags): New, set to -frounding-math.
6000         (+cflags): Add +math-flags so that all of glibc gets compiled with
6001         it.
6002
6003         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
6004
6005 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
6006
6007         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
6008         Disable one test.
6009
6010         [BZ #13787]
6011         [BZ #13922]
6012         [BZ #14036]
6013         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
6014         (__ieee754_expl): Allow for and saturate large arguments.
6015         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
6016         (u_threshold): Likewise.
6017         (__exp): Call __ieee754_exp before checking for overflow and
6018         underflow.
6019         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
6020         (u_threshold): Likewise.
6021         (__expf): Call __ieee754_expf before checking for overflow and
6022         underflow.
6023         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
6024         (u_threshold): Likewise.
6025         (__expl): Call __ieee754_expl before checking for overflow and
6026         underflow.
6027         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
6028         (__ieee754_expl): Allow for and saturate large arguments.
6029         * math/libm-test.inc (exp_test): Add another test.  Do not allow
6030         missing overflow exception on overflow.
6031         (expm1_test): Do not allow missing overflow exception on overflow.
6032
6033         * sysdeps/i386/fpu/e_expl.c: Move to ...
6034         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
6035         rather than using inline asm.
6036         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
6037         * sysdeps/x86_64/fpu/e_expl.S: Copy from
6038         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
6039
6040         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
6041         (nice): Likewise.
6042         (poll): Likewise.
6043         (signal): Likewise.
6044         (time): Likewise.
6045         (times): Likewise.
6046
6047 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
6048
6049         * sysdeps/unix/syscalls.list (adjtime): Add entry from
6050         sysdeps/unix/common/syscalls.list.
6051         (fchmod): Likewise.
6052         (fchown): Likewise.
6053         (ftruncate): Likewise.
6054         (getrusage): Likewise.
6055         (gettimeofday): Likewise.
6056         (setpgid): Likewise.
6057         (setregid): Likewise.
6058         (setreuid): Likewise.
6059         (sigaction): Likewise.
6060         (truncate): Likewise.
6061         (vhangup): Likewise.
6062         * sysdeps/unix/common/syscalls.list: Remove file.
6063         * sysdeps/unix/bsd/Implies: Don't include unix/common.
6064         * sysdeps/unix/sysv/linux/Implies: Likewise.
6065
6066 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
6067
6068         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
6069         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
6070         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
6071         Moved to ...
6072         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6073         Here.
6074         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
6075         to ...
6076         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
6077         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
6078         to ...
6079         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
6080         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
6081         to ...
6082         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
6083         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
6084         to ...
6085         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
6086         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
6087         to ...
6088         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
6089         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
6090         to ...
6091         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
6092         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
6093         to ...
6094         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
6095         Here.
6096         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
6097         to ...
6098         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
6099         Here.
6100         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
6101         to ...
6102         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
6103         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
6104         Moved to ...
6105         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
6106         Here.
6107         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
6108         to ...
6109         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
6110
6111 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
6112
6113         * sysdeps/unix/common/bits/dirent.h: Remove file.
6114         * sysdeps/unix/common/bits/fcntl.h: Likewise.
6115
6116         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
6117         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
6118         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
6119         * sysdeps/unix/bsd/isatty.c: Likewise.
6120         * sysdeps/unix/bsd/tcdrain.c: Likewise.
6121         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
6122         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
6123
6124 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6125
6126         [BZ #13563]
6127         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
6128         long double comparison inaccuracies.
6129         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
6130         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6131
6132 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
6133
6134         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
6135         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
6136
6137 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
6138
6139         [BZ #14049]
6140         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
6141         nonzero digits before rounding a hex value.
6142         * stdlib/tst-strtod.c (tests): Add another test.
6143
6144 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6145
6146         * sysdeps/s390/fpu/libm-test-ulps: Update.
6147
6148 2012-05-03  Andreas Jaeger  <aj@suse.de>
6149
6150         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
6151         does not get optimized out.
6152         (malloc_opt_barrier): New.
6153
6154 2012-05-03  Andreas Jaeger  <aj@suse.de>
6155             Roland McGrath  <roland@hack.frob.com>
6156
6157         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
6158         intermediate file deletion.
6159         (generated): Add .symlist files.
6160
6161 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
6162
6163         [BZ #13775]
6164         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
6165         Redirect under this condition.
6166         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
6167         [__USE_GNU] (__dprintf_chk): Not under this condition.
6168         [__USE_GNU] (__vdprintf_chk): Likewise.
6169         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
6170         under this condition.
6171         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
6172         [__USE_XOPEN2K8] (dprintf): Define under this condition.
6173         [__USE_XOPEN2K8] (vdprintf): Likewise.
6174         [__USE_GNU] (__dprintf_chk): Not under this condition.
6175         [__USE_GNU] (__vdprintf_chk): Likewise.
6176         [__USE_GNU] (dprintf): Likewise.
6177         [__USE_GNU] (vdprintf): Likewise.
6178
6179 2012-05-03  Roland McGrath  <roland@hack.frob.com>
6180
6181         * elf/Makefile (common-generated): Set this instead of generated for
6182         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
6183         $(all-built-dso)-derived lists.
6184
6185 2012-05-03  Andreas Jaeger  <aj@suse.de>
6186
6187         * sysdeps/i386/fpu/libm-test-ulps: Update.
6188
6189         * FAQ: Removed.
6190         * FAQ.in: Likewise.
6191         * scripts/gen-FAQ.pl: Likewise.
6192         * manual/install.texi (Installation): Point to online location of
6193         FAQ.
6194         * Makefile (files-for-dist): Remove FAQ.
6195         (FAQ): Remove.
6196
6197 2012-05-02  Allan McRae  <allan@archlinux.org>
6198
6199         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
6200         (LDFLAGS-reldepmod5.so): Likewise.
6201         (LDFLAGS-reldep6mod1.so): Likewise.
6202         (LDFLAGS-reldep6mod4.so): Likewise.
6203         (LDFLAGS-reldep8mod3.so): Likewise.
6204         (LDFLAGS-unload4mod1.so): Likewise.
6205         (LDFLAGS-unload4mod2.so): Likewise.
6206         (LDFLAGS-tst-initorder): Likewise.
6207         (LDFLAGS-tst-initordera2.so): Likewise.
6208         (LDFLAGS-tst-initordera3.so): Likewise.
6209         (LDFLAGS-tst-initordera4.so): Likewise.
6210         (LDFLAGS-tst-initorderb2.so): Likewise.
6211         (LDFLAGS-noload): Likewise.
6212         (LDFLAGS-next): Likewise.
6213         (LDFLAGS-order2mod1.so): Likewise.
6214         (LDFLAGS-order2mod2.so): Likewise.
6215         (LDFLAGS-tst-initorder2): Likewise.
6216         (LDFLAGS-tst-initorder2a.so): Likewise.
6217         (LDFLAGS-tst-initorder2b.so): Likewise.
6218         (LDFLAGS-tst-initorder2c.so): Likewise.
6219         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
6220
6221 2012-05-02  David S. Miller  <davem@davemloft.net>
6222
6223         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6224
6225 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
6226
6227         [BZ #14055]
6228         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
6229
6230 2012-05-02  Andreas Jaeger  <aj@suse.de>
6231
6232         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
6233         since we manipulate rounding mode.
6234         (CPPFLAGS-test-idouble.c): Likewise.
6235         (CPPFLAGS-test-ifloat.c): Likewise.
6236         (CFLAGS-test-ldouble.c): Likewise.
6237         (CFLAGS-test-double.c): Likewise.
6238         (CFLAGS-test-float.c): Likewise.
6239         (CFLAGS-test-misc.c): Likewise.
6240         (CFLAGS-test-test-fenv.c): Likewise.
6241
6242 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6243
6244         [BZ #2550]
6245         [BZ #2570]
6246         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
6247         comparisons to determine direction to adjust input.
6248
6249 2012-05-01  Roland McGrath  <roland@hack.frob.com>
6250
6251         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
6252         output to the target.
6253
6254         * scripts/localplt.awk: New file.
6255         * elf/Makefile ($(objpfx)check-localplt): Target removed.
6256         (check-localplt-CFLAGS): Variable removed.
6257         ($(all-built-dso:=.jmprel)): New static pattern rule.
6258         (generated): Add those targets.
6259         (localplt-built-dso): New variable.
6260         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
6261
6262         * elf/check-localplt.c: File removed.
6263
6264         * scripts/check-execstack.awk: New file.
6265         * elf/Makefile ($(objpfx)check-execstack): Target removed.
6266         (check-execstack-CFLAGS): Variable removed.
6267         ($(objpfx)check-execstack.h): Target removed.
6268         ($(objpfx)execstack-default): New target.
6269         (generated): Add that instead of check-execstack.h.
6270         ($(all-built-dso:=.phdr)): New static pattern rule.
6271         (generated): Add those targets.
6272         * elf/check-execstack.c: File removed.
6273
6274         * scripts/check-textrel.awk: New file.
6275         * elf/Makefile ($(objpfx)check-textrel): Target removed.
6276         (check-textrel-CFLAGS): Variable removed.
6277         (all-built-dso): Use := to define.o
6278         ($(all-built-dso:=.dyn)): New static pattern rule.
6279         (generated): Add those targets.
6280         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
6281         * config.make.in (READELF): New substituted variable.
6282         * elf/check-textrel.c: File removed.
6283
6284 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
6285
6286         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
6287         allow.
6288         * conform/data/ctype.h-data [C99-based standards] (isblank):
6289         Expect function.
6290         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
6291         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
6292         [ISO || ISO99 || ISO11] (*_t): Do not allow.
6293         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
6294         Specify type.  Require positive value.
6295         (EILSEQ): Likewise.
6296         (ERANGE): Likewise.
6297         [ISO || POSIX] (EILSEQ): Do not expect.
6298         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
6299         Specify type.  Require positive value.
6300         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
6301         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
6302         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
6303         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
6304         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
6305         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
6306         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
6307         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
6308         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
6309         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
6310         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
6311         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
6312         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
6313         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
6314         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
6315         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
6316         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
6317         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
6318         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
6319         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
6320         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
6321         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
6322         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
6323         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
6324         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
6325         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
6326         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
6327         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
6328         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
6329         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
6330         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
6331         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
6332         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
6333         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
6334         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
6335         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
6336         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
6337         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
6338         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
6339         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
6340         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
6341         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
6342         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
6343         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
6344         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
6345         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
6346         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
6347         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
6348         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
6349         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
6350         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
6351         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
6352         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
6353         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
6354         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
6355         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
6356         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
6357         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
6358         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
6359         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
6360         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
6361         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
6362         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
6363         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
6364         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
6365         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
6366         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
6367         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
6368         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
6369         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
6370         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
6371         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
6372         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
6373         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
6374         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
6375         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
6376         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
6377         Require >= 2.
6378         (FLT_ROUNDS): Expect as macro, not constant.
6379         (FLT_MANT_DIG): Use macro-int-constant.
6380         (DBL_MANT_DIG): Likewise.
6381         (LDBL_MANT_DIG): Likewise.
6382         (FLT_DIG): Likewise.
6383         (DBL_DIG): Likewise.
6384         (LDBL_DIG): Likewise.
6385         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
6386         (DBL_MIN_EXP): Likewise.
6387         (LDBL_MIN_EXP): Likewise.
6388         (FLT_MAX_EXP): Use macro-int-constant.
6389         (DBL_MAX_EXP): Likewise.
6390         (LDBL_MAX_EXP): Likewise.
6391         (FLT_MAX_10_EXP): Likewise.
6392         (DBL_MAX_10_EXP): Likewise.
6393         (LDBL_MAX_10_EXP): Likewise.
6394         (FLT_MAX): Use macro-constant.
6395         (DBL_MAX): Likewise.
6396         (LDBL_MAX): Likewise.
6397         (FLT_EPSILON): Use macro-constant.  Give upper bound.
6398         (DBL_EPSILON): Likewise.
6399         (LDBL_EPSILON): Likewise.
6400         (FLT_MIN): Likewise.
6401         (DBL_MIN): Likewise.
6402         (LDBL_MIN): Likewise.
6403         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
6404         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
6405         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
6406         [ISO11] (FLT_HAS_SUBNORM): Likewise.
6407         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
6408         [ISO11] (DBL_DECIMAL_DIG): Likewise.
6409         [ISO11] (FLT_DECIMAL_DIG): Likewise.
6410         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
6411         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
6412         [ISO11] (FLT_TRUE_MIN): Likewise.
6413         [ISO11] (LDBL_TRUE_MIN): Likewise.
6414         [ISO || ISO99 || ISO11] (*_t): Do not allow.
6415         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
6416         (SCHAR_MIN): Use macro-int-constant.  Specify type.
6417         (SCHAR_MAX): Likewise.
6418         (UCHAR_MAX): Likewise.
6419         (CHAR_MIN): Likewise.
6420         (CHAR_MAX): Likewise.
6421         (MB_LEN_MAX): Use macro-int-constant.
6422         (SHRT_MIN): Use macro-int-constant.  Specify type.
6423         (SHRT_MAX): Likewise.
6424         (USHRT_MAX): Likewise.
6425         (INT_MAX): Likewise.
6426         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
6427         bound negative.
6428         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
6429         bound with "U".
6430         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
6431         bound with "L".
6432         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
6433         bound negative.  Suffix upper bound with "L".
6434         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
6435         bound with "UL".
6436         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
6437         Specify type.
6438         [C99-based standards] (LLONG_MAX): Likewise.
6439         [C99-based standards] (ULLONG_MAX): Likewise.
6440         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
6441         == 0.
6442         [ISO11] (max_align_t): Require type.
6443         [ISO || ISO99 || ISO11] (*_t): Do not allow.
6444
6445         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
6446         from $CFLAGS, without defining away __attribute__ calls.
6447         (checknamespace): Use $CFLAGS_namespace.
6448
6449         * conform/conformtest.pl (@keywords): Only include C99 keywords
6450         for standards based on C99 or C11.
6451
6452         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
6453         Disable tests.
6454         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
6455         UNIX98]: Likewise.
6456
6457         * conform/conformtest.pl: Handle "macro-int-constant" and test for
6458         usability of symbols in #if.
6459
6460         * conform/conformtest.pl: If macro or constant types start
6461         "promoted:", expect the symbol to be of the following type
6462         promoted by the integer promotions.
6463
6464         * conform/conformtest.pl: Parse all "constant" and "macro" lines
6465         in one place.  Also handle "macro-constant".
6466
6467         * conform/conformtest.pl: Only accept expected macro values with
6468         "==".  Parse all "macro" lines in one place.
6469         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
6470
6471         * conform/conformtest.pl: Handle braced types on "constant" lines
6472         instead of handling "typed-constant".
6473         * conform/data/signal.h-data: Use "constant" instead of
6474         "typed-constant".
6475
6476         * conform/conformtest.pl: Handle "optional-" at start of lines in
6477         one place rather than duplicating several cases.  Handle each
6478         format of "macro" line with initial "optional-".
6479
6480         * conform/conformtest.pl: Only accept expected constant or
6481         optional-constant values with "==".  Parse all "constant" lines in
6482         one place.  Parse all "optional-constant" lines in one place.
6483         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
6484         * conform/data/fmtmsg.h-data: Likewise.
6485         * conform/data/netinet/in.h-data: Likewise.
6486         * conform/data/tar.h-data: Likewise.
6487         * conform/data/limits.h-data: Use "==" form on "constant" and
6488         "optional-constant" lines.
6489
6490         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
6491         Use -std=c99 for XOPEN2K.
6492         (@knownproblems): Remove.
6493         (newtoken): Don't check %isknown.
6494
6495         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
6496         Do not expect macro.
6497         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
6498         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
6499         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
6500         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
6501         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
6502         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
6503         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
6504         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
6505         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
6506         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
6507         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
6508         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
6509         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
6510         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
6511         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
6512         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
6513         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
6514         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
6515         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
6516         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
6517         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
6518         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
6519         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
6520         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
6521         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
6522         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
6523         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
6524         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
6525         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
6526         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
6527         [XPG3] (acosh): Likewise.
6528         [XPG3] (asinh): Likewise.
6529         [XPG3] (atanh): Likewise.
6530         [XPG3] (cbrt): Likewise.
6531         [XPG3] (expm1): Likewise.
6532         [XPG3] (ilogb): Likewise.
6533         [XPG3] (log1p): Likewise.
6534         [XPG3] (logb): Likewise.
6535         [XPG3] (nextafter): Likewise.
6536         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
6537         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
6538         [XPG3] (remainder): Likewise.
6539         [XPG3] (rint): Likewise.
6540         [XPG3 || XPG4 || UNIX98] (round): Likewise.
6541         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
6542         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
6543         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
6544         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
6545         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
6546         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
6547         [UNIX98 || XOPEN2K] (scalb): Expect.
6548         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
6549         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
6550         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
6551         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
6552         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
6553         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
6554         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
6555         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
6556         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
6557         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
6558         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
6559         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
6560         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
6561         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
6562         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
6563         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
6564         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
6565         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
6566         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
6567         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
6568         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
6569         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
6570         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
6571         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
6572         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
6573         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
6574         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
6575         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
6576         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
6577         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
6578         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
6579         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
6580         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
6581         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
6582         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
6583         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
6584         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
6585         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
6586         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
6587         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
6588         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
6589         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
6590         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
6591         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
6592         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
6593         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
6594         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
6595         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
6596         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
6597         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
6598         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
6599         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
6600         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
6601         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
6602         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
6603         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
6604         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
6605         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
6606         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
6607         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
6608         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
6609         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
6610         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
6611         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
6612         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
6613         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
6614         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
6615         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
6616         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
6617         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
6618         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
6619         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
6620         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
6621         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
6622         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
6623         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
6624         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
6625         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
6626         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
6627         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
6628         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
6629         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
6630         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
6631         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
6632         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
6633         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
6634         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
6635         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
6636         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
6637         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
6638         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
6639         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
6640         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
6641         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
6642         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
6643         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
6644         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
6645         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
6646         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
6647         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
6648         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
6649         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
6650         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
6651         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
6652         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
6653         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
6654         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
6655         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
6656         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
6657         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
6658         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
6659         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
6660         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
6661         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
6662         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
6663         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
6664         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
6665         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
6666         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
6667         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
6668         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
6669         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
6670         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
6671         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
6672         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
6673         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
6674         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
6675         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
6676         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
6677         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
6678         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
6679         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
6680         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
6681         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
6682         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
6683         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
6684         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
6685
6686         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
6687         _XOPEN_SOURCE_EXTENDED for XPG4.
6688
6689         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
6690
6691         * Makeconfig (localtime): Remove variable.
6692         (inst_localtime-file): Likewise.
6693
6694 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6695
6696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6697         Update.
6698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6699         Update.
6700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6701         Update.
6702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6703         Update.
6704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6705         Update.
6706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
6707         Update.
6708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6709         Update.
6710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
6711         Update.
6712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6713         Update.
6714
6715 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
6716
6717         [BZ #2550]
6718         [BZ #2570]
6719         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
6720         comparisons to determine direction to adjust input.
6721         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
6722         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
6723         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
6724         Likewise.
6725         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
6726         Likewise.
6727         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
6728         Likewise.
6729         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
6730         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
6731         Likewise.
6732         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
6733         Likewise.
6734         * math/libm-test.inc (nexttoward_test): Add more tests.
6735
6736 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6737
6738         [BZ #14040]
6739         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
6740         in version GLIBC_2.1, not GLIBC_2.0.
6741         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
6742         Likewise.
6743
6744 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
6745
6746         [BZ #13942]
6747         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
6748         (1 - x) * (1 + x).
6749         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
6750         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
6751         * math/libm-test.inc (acos_test): Add more tests.
6752         (asin_test): Likewise.
6753         * sysdeps/i386/fpu/libm-test-ulps: Update.
6754         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6755
6756         [BZ #14034]
6757         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
6758         of square root.
6759         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
6760         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
6761         * math/libm-test.inc (acos_test_tonearest): New function.
6762         (acos_test_towardzero): Likewise.
6763         (acos_test_downward): Likewise.
6764         (acos_test_upward): Likewise.
6765         (asin_test_tonearest): Likewise.
6766         (asin_test_towardzero): Likewise.
6767         (asin_test_downward): Likewise.
6768         (asin_test_upward): Likewise.
6769         (main): Call the new functions.
6770         * sysdeps/i386/fpu/libm-test-ulps: Update.
6771         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6772
6773         [BZ #13884]
6774         [BZ #13924]
6775         * math/e_exp10.c: Include <float.h>.
6776         (__ieee754_exp10): Handle underflow here rather than multiplying
6777         large negative argument by M_LN10.
6778         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
6779         of __ieee754_expf.
6780         * math/e_exp10l.c: Include <float.h>.
6781         (__ieee754_exp10l): Handle underflow here rather than multiplying
6782         large negative argument by M_LN10l.
6783         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
6784         spurious overflow exception on underflow.
6785
6786 2012-04-29  Marek Polacek  <polacek@redhat.com>
6787
6788         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
6789         (__fortify_function): New macro.
6790         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
6791         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
6792         __extern_always_inline.
6793         * libio/bits/stdio2.h: Likewise.
6794         * libio/bits/stdio.h: Likewise.
6795         * string/string.h: Likewise.
6796         * string/bits/string3.h: Likewise.
6797         * include/stdio.h: Likewise.
6798         * stdlib/bits/stdlib.h: Likewise.
6799         * stdlib/stdlib.h: Likewise.
6800         * rt/bits/mqueue2.h: Likewise.
6801         * rt/mqueue.h: Likewise.
6802         * posix/bits/unistd.h: Likewise.
6803         * posix/unistd.h: Likewise.
6804         * io/bits/poll2.h: Likewise.
6805         * io/bits/fcntl2.h: Likewise.
6806         * io/fcntl.h: Likewise.
6807         * io/sys/poll.h: Likewise.
6808         * misc/bits/syslog.h: Likewise.
6809         * misc/bits/syslog-ldbl.h: Likewise.
6810         * misc/sys/syslog.h: Likewise.
6811         * socket/bits/socket2.h: Likewise.
6812         * socket/sys/socket.h: Likewise.
6813         * debug/tst-chk1.c: Likewise.
6814         * wcsmbs/bits/wchar2.h: Likewise.
6815         * wcsmbs/bits/wchar-ldbl.h: Likewise.
6816         * wcsmbs/wchar.h: Likewise.
6817
6818 2012-04-29  Andreas Jaeger  <aj@suse.de>
6819
6820         * Makerules (tests): Remove enable-check-abi protection.
6821         (check-abi-warn): Remove.
6822         (check-abi-%): Remove check-abi-warn usage.
6823
6824         * configure.in: Remove check-abi configure option.
6825         * configure: Regenerated.
6826         * config.make.in (enable-check-abi): Remove.
6827
6828 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
6829
6830         [BZ #14033]
6831         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
6832         double functions to double *_finite functions.
6833
6834         [BZ #13941]
6835         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
6836         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
6837         LDBL_MIN_EXP.
6838         * stdio-common/Makefile (tests): Add tst-sprintf3.
6839         * stdio-common/tst-sprintf3.c: New file.
6840
6841         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
6842         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
6843
6844 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
6845
6846         * conform/conformtest.pl: Remove duplicate typed-constant
6847         handling.
6848
6849 2012-04-28  David S. Miller  <davem@davemloft.net>
6850
6851         * Makerules (%.abilist): Add vpath on sysdep_dirs.
6852         (check-abi-%): Remove AWK script prerequisite and explicit
6853         abilist directory.
6854         (check-abi): Rewrite to just diff the symlist with the abilist.
6855         (config-tls, config-abi-config): Delete, no longer used.
6856         (update-abi-%): Remove AWK script and explicit abilist directory.
6857         (update-abi): Rewrite to simply compare and conditionally copy the
6858         symlist and the sysdep abilist file.  Remove update-abi-config
6859         checks.
6860         * abilist/ld.abilist: Remove.
6861         * abilist/libBrokenLocale.abilist: Remove.
6862         * abilist/libanl.abilist: Remove.
6863         * abilist/libcrypt.abilist: Remove.
6864         * abilist/libdl.abilist: Remove.
6865         * abilist/librt.abilist: Remove.
6866         * abilist/libthread_db.abilist: Remove.
6867         * abilist/libutil.abilist: Remove.
6868         * scripts/extract-abilist.awk: Remove.
6869         * scripts/merge-abilist.awk: Remove.
6870         * sysdeps/generic/libcidn.abilist: New file.
6871         * sysdeps/generic/libnss_compat.abilist: New file.
6872         * sysdeps/generic/libnss_db.abilist: New file.
6873         * sysdeps/generic/libnss_dns.abilist: New file.
6874         * sysdeps/generic/libnss_files.abilist: New file.
6875         * sysdeps/generic/libnss_hesiod.abilist: New file.
6876         * sysdeps/generic/libnss_nis.abilist: New file.
6877         * sysdeps/generic/libnss_nisplus.abilist: New file.
6878         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
6879         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
6880         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
6881         file.
6882         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
6883         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
6884         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
6885         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
6886         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
6887         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
6888         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
6889         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
6890         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
6891         file.
6892         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
6893         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
6894         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
6895         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
6896         file.
6897         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
6898         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
6899         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
6900         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
6901         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
6902         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
6903         file.
6904         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
6905         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
6906         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
6907         file.
6908         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
6909         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
6910         New file.
6911         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
6912         New file.
6913         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
6914         New file.
6915         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
6916         New file.
6917         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
6918         New file.
6919         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
6920         New file.
6921         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
6922         New file.
6923         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
6924         New file.
6925         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
6926         New file.
6927         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
6928         New file.
6929         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
6930         New file.
6931         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
6932         New file.
6933         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
6934         New file.
6935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
6936         file.
6937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6938         New file.
6939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6940         New file.
6941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
6942         file.
6943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6944         New file.
6945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6946         New file.
6947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
6948         file.
6949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6950         New file.
6951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6952         New file.
6953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6954         New file.
6955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6956         New file.
6957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6958         New file.
6959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6960         New file.
6961         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
6962         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
6963         file.
6964         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6965         New file.
6966         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
6967         file.
6968         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
6969         file.
6970         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
6971         file.
6972         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
6973         file.
6974         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
6975         file.
6976         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6977         New file.
6978         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
6979         file.
6980         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
6981         file.
6982         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6983         New file.
6984         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
6985         file.
6986         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
6987         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
6988         file.
6989         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6990         New file.
6991         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
6992         file.
6993         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
6994         file.
6995         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
6996         file.
6997         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
6998         file.
6999         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
7000         file.
7001         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
7002         New file.
7003         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
7004         file.
7005         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
7006         file.
7007         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
7008         New file.
7009         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
7010         file.
7011         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
7012         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
7013         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
7014         file.
7015         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
7016         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
7017         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
7018         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
7019         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
7020         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
7021         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
7022         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
7023         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
7024         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
7025         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
7026         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
7027         file.
7028         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7029         New file.
7030         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
7031         file.
7032         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
7033         file.
7034         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
7035         file.
7036         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
7037         file.
7038         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
7039         file.
7040         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7041         New file.
7042         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7043         New file.
7044         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
7045         file.
7046         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7047         New file.
7048         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
7049         file.
7050         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
7051         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
7052         file.
7053         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7054         New file.
7055         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
7056         file.
7057         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
7058         file.
7059         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
7060         file.
7061         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
7062         file.
7063         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
7064         file.
7065         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7066         New file.
7067         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7068         New file.
7069         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
7070         file.
7071         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7072         New file.
7073         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
7074         file.
7075
7076 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
7077
7078         * conform/conformtest.pl: Fix typo in handling typed-constant from
7079         allow-header.
7080
7081 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
7082
7083         * README: Cut down references to pre-2.6 Linux kernels and
7084         Linuxthreads.  Update lists of configurations in libc and ports
7085         and sort alphabetically.  Say "or newer" with Linux kernel version
7086         requirements.
7087
7088         * config.h.in [IS_IN_build]: Allow compiling without optimization.
7089
7090 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
7091
7092         [BZ #887]
7093         * math/libm-test.inc (logb_test_downward): New test to expose
7094         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
7095         rounding mode.
7096
7097 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
7098
7099         [BZ #14027]
7100         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
7101         to be done.
7102         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
7103         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
7104
7105 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
7106
7107         * sysdeps/unix/i386/brk.S: Remove file.
7108         * sysdeps/unix/i386/dl-brk.S: Likewise.
7109         * sysdeps/unix/i386/pipe.S: Likewise.
7110         * sysdeps/unix/i386/sigreturn.S: Likewise.
7111         * sysdeps/unix/i386/syscall.S: Likewise.
7112         * sysdeps/unix/i386/vfork.S: Likewise.
7113         * sysdeps/unix/i386/wait.S: Likewise.
7114
7115         * sysdeps/unix/common/tcsendbrk.c: Move to ...
7116         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
7117
7118         * configure.in (arm*-none*): Do not allow without
7119         --enable-hacker-mode.
7120         (netbsd*): Remove case setting base_os.
7121         (386bsd*): Likewise.
7122         (freebsd*): Likewise.
7123         (bsdi*): Likewise.
7124         (osf*): Likewise.
7125         (sunos*): Likewise.
7126         (ultrix*): Likewise.
7127         (newsos*): Likewise.
7128         (dynix*): Likewise.
7129         (*bsd*): Likewise.
7130         (sysv*): Likewise.
7131         (isc*): Likewise.
7132         (esix*): Likewise.
7133         (sco*): Likewise.
7134         (minix*): Likewise.
7135         (irix4*): Likewise.
7136         (irix6*): Likewise.
7137         (solaris[2-9]*): Likewise.
7138         (none): Likewise.
7139         * configure: Regenerated.
7140
7141 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7142
7143         [BZ #11521]
7144         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
7145         overflow or cancellation in calculating denominator.
7146         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
7147         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
7148         down expression to avoid unexpected rounding in newer GCCs.
7149         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
7150
7151 2012-04-26  David S. Miller  <davem@davemloft.net>
7152
7153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
7154         long-double compat symbols.
7155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
7156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
7157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
7158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
7159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
7160         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
7161         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
7162         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
7163         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
7164         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
7165         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
7166         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
7167         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
7168
7169 2012-04-25  David S. Miller  <davem@davemloft.net>
7170
7171         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
7172         HWCAP_* values only after the memory barriers have been defined.
7173         (atomic_full_barrier): Define.
7174         (atomic_read_barrier): Define.
7175         (atomic_write_barrier): Define.
7176
7177 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
7178
7179         * shlib-versions: Add libgcc_s version information.
7180         * sysdeps/generic/libgcc_s.h: Remove.
7181         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
7182         libgcc_s.h.
7183         * sysdeps/gnu/unwind-resume.c: Likewise.
7184         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
7185
7186 2012-04-25  David S. Miller  <davem@davemloft.net>
7187
7188         * sysdeps/unix/sparc/brk.S: Delete.
7189         * sysdeps/unix/sparc/dl-brk.S: Delete.
7190         * sysdeps/unix/sparc/pipe.S: Delete.
7191         * sysdeps/unix/sparc/sysdep.S: Delete.
7192         * sysdeps/unix/sparc/sysdep.h: Delete.
7193         * sysdeps/unix/sparc/vfork.S: Delete.
7194         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
7195         SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
7196         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
7197         ret_ERRVAL, r0, r1, MOVE): Define.
7198         (JUMPTARGET): Remove.
7199         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
7200         sysdeps/unix/sparc/sysdep.h
7201         (ENTRY, END): Remove.
7202         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7203
7204 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
7205
7206         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
7207         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
7208         -DIS_IN_build.
7209
7210         * timezone/README: Update upstream location and email address for
7211         tzcode and tzdata.
7212         * timezone/zdump.c: Update from tzcode 2012b.
7213         * timezone/zic.c: Likewise.
7214
7215         * configure.in (libc_cv_as_needed): Remove test.
7216         * configure: Regenerated.
7217         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
7218         conditional definition.
7219         [$(have-as-needed) != yes] (no-as-needed): Likewise.
7220         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
7221         * config.make.in (have-as-needed): Remove variable.
7222
7223 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7224             Paul Pluzhnikov  <ppluzhnikov@google.com>
7225
7226         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
7227         strings correctly.
7228
7229 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
7230
7231         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
7232         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
7233         * sysdeps/sh/strlen.S: Likewise.
7234
7235 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
7236
7237         * sysdeps/unix/fork.S: Remove file.
7238         * sysdeps/unix/i386/fork.S: Likewise.
7239         * sysdeps/unix/sparc/fork.S: Likewise.
7240
7241         * sysdeps/unix/system.c: Remove file.
7242         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
7243
7244         * sysdeps/unix/getegid.S: Remove file.
7245         * sysdeps/unix/geteuid.S: Likewise.
7246
7247 2012-04-24  Roland McGrath  <roland@hack.frob.com>
7248
7249         * scripts/check-localplt.awk: New file.
7250         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
7251         of diff.
7252         * scripts/data/localplt-generic.data: Add a comment.
7253
7254         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
7255         NODE when __dir_mkfile failed.
7256         * sysdeps/mach/hurd/symlinkat.c: Likewise.
7257         Reported by Ludovic Courtès <ludo@gnu.org>.
7258
7259 2012-04-24  Andreas Jaeger  <aj@suse.de>
7260
7261         * Makerules (common-clean): Also remove gen-as-const-headers
7262         files.
7263
7264 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
7265
7266         * Makerules (native-compile): Do not change working directory for
7267         build.  Use $(OUTPUT_OPTION) in command.
7268         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
7269
7270 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7271
7272         [BZ #13886]
7273         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
7274         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
7275         * math/libm-test.inc (floor_test): Add more tests.
7276         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
7277
7278 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
7279
7280         * sysdeps/unix/getdents.c: Remove file.
7281         * sysdeps/unix/sysv/getdents.c: Likewise.
7282         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
7283
7284         * sysdeps/unix/syscalls.list (madvise): Add syscall from
7285         sysdeps/unix/mman/syscalls.list.
7286         (mmap): Likewise.
7287         (mprotect): Likewise.
7288         (msync): Likewise.
7289         (munmap): Likewise.
7290         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
7291         * sysdeps/unix/mman/syscalls.list: Remove.
7292         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
7293
7294         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
7295         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
7296         * configure: Regenerated.
7297         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
7298         $(libgcc_s_suffix).
7299         * config.make.in (libgcc_s_suffix): Remove variable.
7300
7301 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
7302
7303         * sysdeps/unix/sysv/gethostname.c: Move to ...
7304         * sysdeps/posix/gethostname.c: ... here.
7305
7306         * sysdeps/unix/execve.S: Remove file.
7307
7308         * sysdeps/unix/_exit.S: Remove file.
7309
7310 2012-04-23  Andreas Jaeger  <aj@suse.de>
7311
7312         [BZ #13739]
7313         * manual/Makefile: Remove make dist support, there's no
7314         need for a stand-alone documentation tar ball.
7315         (TEXI2DVI): Define always, it's not in Makeconfig.
7316         (dist): Removed.
7317         (tar-it): Removed.
7318         (edition): Removed.
7319         (glibc-doc-$(edition).tar): Removed
7320         (%.Z): Removed.
7321         (%.gz): Removed.
7322         (%.uu): Removed.
7323         (ETAGS): Remove, it's in Makeconfig.
7324         (move-if-change): Remove, it's in Makeconfig.
7325
7326 2013-04-23  Paul Eggert  <eggert@cs.ucla.edu>
7327
7328         [BZ #13970]
7329         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
7330         (strtod, strtof, strtold, strtol, strtoul, strtoq)
7331         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
7332         (strtod_l, strtof_l, strtold_l): Remove __wur.
7333         It is not necessarily an error to ignore strtol's return value.
7334         One can reliably look at the stored endptr to decide whether
7335         the number had valid syntax.
7336
7337 2012-04-21  Andreas Jaeger  <aj@suse.de>
7338
7339         [BZ #13739]
7340         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
7341
7342 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
7343
7344         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
7345         * sysdeps/unix/sysv/Versions: Remove file.
7346
7347 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
7348
7349         [BZ #13927]
7350         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7351
7352 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
7353
7354         [BZ #7064]
7355         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
7356         version from __vm86.
7357
7358 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
7359
7360         * sysdeps/unix/common/lxstat.c: Remove file.
7361         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
7362
7363         * sysdeps/unix/sysv/Makefile: Remove file.
7364
7365         * sysdeps/unix/sysv/direct.h: Remove file.
7366
7367         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
7368         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
7369         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
7370         * sysdeps/unix/sysv/bits/signum.h: Likewise.
7371         * sysdeps/unix/sysv/bits/stat.h: Likewise.
7372         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
7373         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
7374
7375         * sysdeps/unix/sysv/setrlimit.c: Remove file.
7376
7377         * sysdeps/unix/xmknod.c: Remove file.
7378         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
7379
7380         * sysdeps/unix/sysv/settimeofday.c: Remove file.
7381
7382         * sysdeps/unix/sysv/i386/time.S: Remove file.
7383
7384         * sysdeps/unix/fxstat.c: Remove file.
7385         * sysdeps/unix/xstat.c: Likewise.
7386         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
7387
7388         * sysdeps/unix/sysv/sigaction.c: Remove file.
7389
7390         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
7391         (sysdep_headers): Remove variable.
7392         [termio.h not in sysdep_headers] (generated): Likewise.
7393         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
7394         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
7395         * sysdeps/unix/sysv/tcdrain.c: Likewise.
7396         * sysdeps/unix/sysv/tcflow.c: Likewise.
7397         * sysdeps/unix/sysv/tcflush.c: Likewise.
7398         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
7399         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
7400         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
7401         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
7402         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
7403
7404         * sysdeps/unix/siglist.c: Remove file.
7405
7406         * sysdeps/unix/getppid.S: Remove file.
7407
7408         * sysdeps/unix/mkdir.c: Remove file.
7409         * sysdeps/unix/rmdir.c: Likewise.
7410
7411 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
7412
7413         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
7414         ERR_MAX value.
7415         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
7416         errlist-compat value.
7417
7418 2012-04-18  David S. Miller  <davem@davemloft.net>
7419
7420         * sysdeps/generic/memcopy.h (reg_char): Delete.
7421         * debug/strcat_chk.c: Use char, not reg_char.
7422         * debug/strcpy_chk.c: Likewise.
7423         * debug/strncat_chk.c: Likewise.
7424         * debug/strncpy_chk.c: Likewise.
7425         * string/memchr.c: Likewise.
7426         * string/memrchr.c: Likewise.
7427         * string/rawmemchr.c: Likewise.
7428         * string/strcat.c: Likewise.
7429         * string/strchr.c: Likewise.
7430         * string/strchrnul.c: Likewise.
7431         * string/strcmp.c: Likewise.
7432         * string/strcpy.c: Likewise.
7433         * string/strncat.c: Likewise.
7434         * string/strncmp.c: Likewise.
7435         * string/strncpy.c: Likewise.
7436
7437 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
7438
7439         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
7440         __builtin_memcopy is called when src and dest ranges are known to not
7441         overlap.
7442
7443 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
7444
7445         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
7446         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
7447         fwd_align_merge macro call.
7448         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
7449         bwd_align_merge macro call.
7450         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
7451
7452 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
7453
7454         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
7455         bwd_align_merge macros.
7456         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
7457         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
7458         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
7459
7460 2012-04-18  David S. Miller  <davem@davemloft.net>
7461
7462         * sysdeps/sparc/sparc64/memcopy.h: Delete.
7463
7464 2012-04-18  Andreas Jaeger  <aj@suse.de>
7465
7466         [BZ# 6794]
7467         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
7468         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
7469         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
7470
7471         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
7472         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
7473         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
7474
7475         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
7476         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
7477         Adjust for changed ldbl-128 files.
7478
7479         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
7480         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
7481         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
7482
7483 2012-04-17  David S. Miller  <davem@davemloft.net>
7484
7485         * sysdeps/sparc/sparc32/memcopy.h: Delete.
7486
7487 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
7488
7489         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
7490         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
7491         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
7492         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
7493         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
7494         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
7495
7496 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7497
7498         [BZ #6794]
7499         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
7500         * math/libm-test.inc: Add ilogb errno and exception tests.
7501         * math/w_ilogb.c: New file: ilogb wrapper.
7502         * math/w_ilogbf.c: New file: ilogbf wrapper.
7503         * math/w_ilogbl.c: New file: ilogbl wrapper.
7504         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
7505         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
7506         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
7507         exception being thrown with 0.0 as argument.
7508         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
7509         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
7510         exception being thrown with 0.0 as argument.
7511         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
7512         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
7513         exception being thrown with 0.0 as argument.
7514         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
7515         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
7516         exception being thrown with 0.0 as argument.
7517         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
7518         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7519         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
7520         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
7521         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
7522         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
7523         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
7524         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
7525         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
7526
7527 2012-04-17  Petr Baudis  <pasky@ucw.cz>
7528
7529         * include/sys/uio.h: Change __vector to __iovec to avoid clash
7530         with altivec.
7531
7532 2012-04-16  Marek Polacek  <polacek@redhat.com>
7533
7534         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
7535
7536 2012-04-16  Marek Polacek  <polacek@redhat.com>
7537
7538         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
7539         operands of fdivp instruction.
7540
7541 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
7542
7543         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
7544         * elf/tst-auditmod3b.c: Likewise.
7545         * elf/tst-auditmod4b.c: Likewise.
7546         * elf/tst-auditmod5b.c: Likewise.
7547         * elf/tst-auditmod6b.c: Likewise.
7548         * elf/tst-auditmod6c.c: Likewise.
7549         * elf/tst-auditmod7b.c: Likewise.
7550         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
7551         * sysdeps/x86_64/preconfigure.in: Likewise.
7552         * sysdeps/x86_64/preconfigure: Regenerated.
7553
7554 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
7555
7556         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
7557         __ILP32__.
7558
7559 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
7560
7561         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
7562         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
7563
7564 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
7565
7566         [BZ #13973]
7567         * locale/iso-639.def: Fix gl language name. Spotted by
7568         Yaron Shahrabani.
7569
7570 2012-04-12  Roland McGrath  <roland@hack.frob.com>
7571
7572         [BZ #2074]
7573         * libio/libio.h (__io_write_fn): Update comment.
7574
7575 2012-04-12  Petr Baudis  <pasky@ucw.cz>
7576
7577         [BZ #2074]
7578         * stdio.texi (Hook Functions): The user provided writer function
7579         is not allowed to return -1.
7580
7581 2012-04-11  David S. Miller  <davem@davemloft.net>
7582
7583         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7584
7585 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
7586
7587         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
7588         Add a leading slash to rtkaio.
7589
7590 2012-04-11  Jim Meyering  <meyering@redhat.com>
7591
7592         [BZ #11959]
7593         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
7594         It is not necessarily an error to ignore fwrite's return
7595         value.  One can reliably use ferror to test for errors after
7596         the fact.
7597
7598 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
7599
7600         * bits/types.h (__snseconds_t): New type.
7601         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
7602
7603         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
7604         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
7605         (__SNSECONDS_T_TYPE): Likewise.
7606         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
7607         (__SNSECONDS_T_TYPE): Likewise.
7608         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
7609         (__SNSECONDS_T_TYPE): Likewise.
7610
7611 2012-04-10  Andreas Jaeger  <aj@suse.de>
7612
7613         [BZ #2636]
7614         * manual/time.texi (Processor Time): Return type of times is
7615         elapsed real time since an arbitrary point in the past.
7616         (CPU Time): Move CLK_TCK from here...
7617         (Processor Time): ...to here.  Correct description.
7618         * manual/conf.texi (Constants for Sysconf): Correct description of
7619         _SC_CLK_TCK.
7620
7621 2012-04-10  David S. Miller  <davem@davemloft.net>
7622
7623         [BZ #13967]
7624         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
7625         where the is a gap between DT_REL(A) and DT_JMPREL.
7626
7627 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
7628
7629         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
7630         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
7631         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
7632
7633 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7634
7635         * elf/dl-support.c (_dl_inhibit_cache): New variable.
7636         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
7637         (dl_main): Handle --inhibit-cache.
7638         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
7639         _dl_inhibit_cache.
7640         * elf/dl-load.c (_dl_map_object): Use it.
7641         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
7642
7643 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
7644
7645         [BZ #13872]
7646         * sysdeps/i386/fpu/e_powl.S (p78): New object.
7647         (__ieee754_powl): Saturate large exponents rather than testing for
7648         overflow of y*log2(x).
7649         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
7650         * math/libm-test.inc (pow_test): Do not permit spurious overflow
7651         exceptions.
7652
7653         [BZ #11521]
7654         * math/s_ctan.c: Include <float.h>.
7655         (__ctan): Avoid internal overflow or cancellation in calculating
7656         denominator.
7657         * math/s_ctanf.c: Likewise.
7658         * math/s_ctanl.c: Likewise.
7659         * math/s_ctanh.c: Likewise.
7660         * math/s_ctanhf.c: Likewise.
7661         * math/s_ctanhl.c: Likewise.
7662         * math/libm-test.inc (ctan_test): Add more tests.
7663         (ctanh_test): Likewise.
7664         * sysdeps/i386/fpu/libm-test-ulps: Update.
7665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7666
7667 2012-04-09  Andreas Jaeger  <aj@suse.de>
7668
7669         [BZ #6894]
7670         * manual/filesys.texi (Directory Entries): Mention that d_namlen
7671         is an optional BSD extension.
7672
7673         [BZ #10254]
7674         * manual/stdio.texi (Opening Streams): Document additional fopen
7675         parameters.
7676
7677 2012-04-09  Roland McGrath  <roland@hack.frob.com>
7678
7679         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
7680         %eax without telling the compiler.
7681
7682 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
7683
7684         [BZ # 13963]
7685         * manual/install.texi: Use sourceware.org.
7686
7687 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
7688
7689         [BZ #13873]
7690         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
7691         (__ieee754_pow): Generate overflow and underflow using huge*huge
7692         and tiny*tiny rather than just returning constant infinity or zero
7693         for large exponents.
7694         * math/libm-test.inc (pow_test): Require overflow exceptions for
7695         applicable cases of large exponents.
7696
7697         [BZ #706]
7698         * sysdeps/i386/fpu/e_pow.S (p10): New object.
7699         (__ieee754_pow): Use iterative multiplication algorithm only for
7700         integer exponents with absolute value below 1024.  Check for odd
7701         integer exponents when using algorithm for real exponents.
7702         * math/libm-test.inc (pow_test): Add more tests.
7703         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7704
7705 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
7706
7707         [BZ #13705]
7708         * math/libm-test.inc (exp_test): Do not allow overflow exception
7709         on underflow test.
7710
7711 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
7712
7713         [BZ #13705]
7714         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
7715         instead of __kernel_standard_f.
7716
7717 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
7718
7719         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
7720         * sysdeps/x86_64/memset_chk.S: Likewise.
7721
7722 2012-04-08  Andreas Jaeger  <aj@suse.de>
7723
7724         [BZ #10153]
7725         * manual/startup.texi (Environment Access): Describe return value
7726         for putenv and setenv.
7727
7728         [BZ #6895]
7729         * manual/filesys.texi (Directory Entries): Add description for
7730         DT_LNK.
7731
7732         [BZ #6890]
7733         * manual/filesys.texi (Directory Entries): Clarify that it's file
7734         system not operating system in the description of DT_UNKNOWN.
7735
7736         [BZ #6578]
7737         * manual/syslog.texi (closelog): Fix reference, it's openlog.
7738
7739 2012-04-08  Stephen Compall  <s11@member.fsf.org>
7740
7741         [BZ #6649]
7742         * manual/llio.texi (Opening and Closing Files): Add cross
7743         reference to explain mode argument.
7744
7745 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
7746
7747         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
7748         * sysdeps/x86_64/memset_chk.S: Likewise.
7749
7750 2012-04-07  David S. Miller  <davem@davemloft.net>
7751
7752         * elf/elf.h (R_SPARC_WDISP10): Define.
7753         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
7754         R_SPARC_SIZE32.
7755         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
7756         R_SPARC_SIZE64 and R_SPARC_H34.
7757
7758 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
7759
7760         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
7761         conditions and remove no longer applicable assertion.
7762
7763 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
7764
7765         * bits/byteswap.h: Include <features.h>.
7766         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
7767         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
7768
7769 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
7770
7771         * bits/byteswap.h (__bswap_16): Removed.
7772         Include <bits/byteswap-16.h> to get __bswap_16.
7773         * sysdeps/i386/bits/byteswap.h: Likewise.
7774         * sysdeps/s390/bits/byteswap.h: Likewise.
7775         * sysdeps/x86_64/bits/byteswap.h: Likewise.
7776         * bits/byteswap-16.h: New file.
7777         * sysdeps/i386/bits/byteswap-16.h: Likewise.
7778         * sysdeps/s390/bits/byteswap-16.h: Likewise.
7779         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
7780         * string/Makefile (headers): Add bits/byteswap-16.h.
7781
7782 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
7783
7784         [BZ #13895]
7785         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
7786         extra indirection.
7787         * nss/Makefile (tests-static, tests): Add tst-nss-static.
7788         * nss/tst-nss-static.c: New.
7789
7790 2012-04-06  Robert Millan  <rmh@gnu.org>
7791
7792         [BZ #6486]
7793         * manual/llio.texi (File Position Primitive): lseek
7794         refers to WHENCE when it really means OFFSET.
7795
7796 2012-04-06  Andreas Jaeger  <aj@suse.de>
7797
7798         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
7799         strncmp declarations.
7800
7801         * abilist/libc.abilist: Add __poll and __ppoll.
7802
7803 2012-04-05  David S. Miller  <davem@davemloft.net>
7804
7805         * scripts/check-local-headers.sh: Accept a host triplet in the
7806         path matched by the exclude regexp.
7807
7808         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
7809         definition.
7810         * sysdeps/powerpc/powerpc32/dl-machine.h
7811         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
7812         * sysdeps/s390/s390-32/dl-machine.h
7813         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
7814         * sysdeps/sparc/sparc32/dl-machine.h
7815         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
7816         * sysdeps/sparc/sparc64/dl-machine.h
7817         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
7818
7819         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
7820         lazy binding.
7821         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
7822         undefined symbol errors.
7823
7824         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
7825         DT_NEEDED entries.
7826
7827 2012-04-05  Michael Matz  <matz@suse.de>
7828
7829         [BZ #13592]
7830         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
7831
7832 2012-04-05  Andreas Jaeger  <aj@suse.de>
7833
7834         [BZ #13908]
7835         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
7836         comment.
7837
7838 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
7839
7840         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
7841         which ROUND is no valid rounding mode.
7842
7843 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
7844
7845         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
7846         read again.
7847         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
7848
7849 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
7850
7851         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
7852         an exception using FPU order intentionally.
7853
7854 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
7855
7856         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
7857         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
7858         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
7859         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
7860
7861 2012-04-05  Simon Josefsson  <simon@josefsson.org>
7862
7863         [BZ #12340]
7864         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
7865         EINVAL when BUFLEN is too smal.
7866
7867 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
7868
7869         [BZ #13553]
7870         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
7871         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7872
7873 2012-04-03  Andreas Jaeger  <aj@suse.de>
7874
7875         [BZ #13938]
7876         * manual/setjmp.texi (System V contexts): Fix sentence.
7877
7878         [BZ #13926]
7879         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
7880         New macro for this case.
7881         [!__GNUC__] (__bswap_64): New inline function for this case.
7882         * sysdeps/x86_64/bits/byteswap.h: Likewise.
7883         * bits/byteswap.h: Likewise.
7884         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
7885         ull, guard with __GLIBC_HAVE_LONG_LONG.
7886
7887         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
7888         __GLIBC_HAVE_LONG_LONG.
7889
7890         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
7891         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
7892
7893 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
7894
7895         [BZ #13691]
7896         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
7897         inptr and inend, rather than using last_ch.
7898
7899 2012-04-02  David S. Miller  <davem@davemloft.net>
7900
7901         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
7902         * stdio-common/printf-parse.h (read_int): Change return type to
7903         'int', return -1 on INT_MAX overflow.
7904         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
7905         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
7906         overflows INT_MAX.  Check for overflow of in-format-string precision
7907         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
7908         SIZE_MAX not INT_MAX for integer overflow test.
7909         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
7910         skip the construct in the format string but do not record anything.
7911         * stdio-common/bug22.c: Adjust to test both width/prevision
7912         INT_MAX overflow as well as total length INT_MAX overflow.  Check
7913         explicitly for proper errno values.
7914
7915 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
7916
7917         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
7918         CHAR_MAX.
7919         * string/test-strcmp.c [! WIDE]: Likewise.
7920         * time/tst-mktime2.c: Likewise for INT_MAX.
7921         * string/test-string.h: #include <sys/param.h> for MIN.
7922
7923         * csu/init-first.c (__libc_init_first): Call __ctype_init.
7924         * sysdeps/i386/init-first.c (init): Likewise.
7925         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
7926         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
7927         * sysdeps/sh/init-first.c (init): Likewise.
7928
7929 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
7930
7931         * po/ru.po: Update from translation team.
7932         * po/vi.po: Likewise.
7933
7934 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
7935
7936         * resolv/nss_dns/dns-host.c: Merge copyright years.
7937
7938 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
7939
7940         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
7941         Optimize memcpy with prefetch if
7942         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
7943         src, dst pointers have unequal 16 byte alignments.
7944
7945 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7946
7947         [BZ #13928]
7948         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
7949         from a CNAME entry and return the minimum ttl for the query.
7950         (gaih_getanswer_slice): Likewise.
7951
7952 2012-03-30  Jeff Law  <law@redhat.com>
7953
7954         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
7955         due to long keys.
7956         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
7957         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
7958
7959         * resolv/nss_dns/dns-host.c: Update copyright year.
7960
7961 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
7962
7963         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
7964         requests to save a system call.  Fix check that all bytes are sent.
7965
7966         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
7967         comments for sendmmsg.
7968
7969 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
7970
7971         [BZ #13691]
7972         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
7973         with only 1 character between 0x0041 and 0x01b0.
7974         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
7975         * wcsmbs/tst-mbsnrtowcs.c: New file.
7976
7977 2012-03-29  David S. Miller  <davem@davemloft.net>
7978
7979         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
7980         small copies by hand.
7981
7982 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
7983
7984         [BZ #13761]
7985         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
7986         _nss_compat_initgroups_dyn): Fall back to malloc/free
7987         for large group memberships.
7988
7989 2012-03-28  David S. Miller  <davem@davemloft.net>
7990
7991         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
7992         that branches into memcpy.
7993         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
7994         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
7995         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
7996         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
7997         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
7998         bits.
7999         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
8000         implementation too.
8001         * sysdeps/sparc/mempcpy.S: New file.
8002
8003         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
8004         the IFUNC routine in the libc case.
8005         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
8006
8007         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
8008         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
8009         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
8010         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
8011         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
8012         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
8013         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
8014         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
8015
8016         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
8017         loop to 256 bytes instead of 64 bytes and fix test signedness.
8018
8019         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
8020         * sysdeps/sparc/sparc32/Makefile: rather than here...
8021         * sysdeps/sparc/sparc64/Makefile: and here.
8022
8023 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
8024
8025         * malloc/mallocbug.c: Avoid warnings about unused variables.
8026
8027 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
8028
8029         [BZ #13760]
8030         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
8031         in the right place. Discard and retry query if response is
8032         larger than input buffer size.
8033
8034 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
8035
8036         [BZ #369]
8037         [BZ #2678]
8038         [BZ #3866]
8039         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
8040         x for large integer exponent.
8041         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
8042         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
8043         sign of result as needed afterwards.
8044         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
8045         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
8046         result for underflowing pow the same as for overflow.
8047         (__kernel_standard_l): Handle powl overflow and underflow here
8048         rather than calling __kernel_standard.
8049         * math/libm-test.inc (pow_test): Add more tests.
8050
8051         [BZ #3868]
8052         [BZ #13879]
8053         [BZ #13910]
8054         [BZ #13911]
8055         [BZ #13912]
8056         [BZ #13913]
8057         [BZ #13915]
8058         [BZ #13916]
8059         [BZ #13917]
8060         [BZ #13918]
8061         [BZ #13919]
8062         [BZ #13920]
8063         [BZ #13921]
8064         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
8065         * sysdeps/ieee754/k_standard.c: Include <float.h>.
8066         (__kernel_standard_l): New function.
8067         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
8068         __kernel_standard.
8069         * math/w_acosl.c (__acosl): Likewise.
8070         * math/w_asinl.c (__asinl): Likewise.
8071         * math/w_atan2l.c (__atan2l): Likewise.
8072         * math/w_atanhl.c (__atanhl): Likewise.
8073         * math/w_coshl.c (__coshl): Likewise.
8074         * math/w_exp10l.c (__exp10l): Likewise.
8075         * math/w_exp2l.c (__exp2l): Likewise.
8076         * math/w_fmodl.c (__fmodl): Likewise.
8077         * math/w_hypotl.c (__hypotl): Likewise.
8078         * math/w_j0l.c (__j0l, __y0l): Likewise.
8079         * math/w_j1l.c (__j1l, __y1l): Likewise.
8080         * math/w_jnl.c (__jnl, __ynl): Likewise.
8081         * math/w_lgammal.c (__lgammal): Likewise.
8082         * math/w_log10l.c (__log10l): Likewise.
8083         * math/w_log2l.c (__log2l): Likewise.
8084         * math/w_logl.c (__logl): Likewise.
8085         * math/w_powl.c (__powl): Likewise.
8086         * math/w_remainderl.c (__remainderl): Likewise.
8087         * math/w_scalbl.c (sysv_scalbl): Likewise.
8088         * math/w_sinhl.c (__sinhl): Likewise.
8089         * math/w_sqrtl.c (__sqrtl): Likewise.
8090         * math/w_tgammal.c (__tgammal): Likewise.
8091         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
8092         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
8093         * math/libm-test.inc (acos_test): Add more tests.
8094         (acosh_test): Likewise.
8095         (asin_test): Likewise.
8096         (atanh_test): Likewise.
8097         (exp_test): Likewise.
8098         (exp10_test): Likewise.
8099         (exp2_test): Likewise.
8100         (expm1_test): Likewise.
8101         (lgamma_test): Likewise.
8102         (log_test): Likewise.
8103         (log10_test): Likewise.
8104         (log1p_test): Likewise.
8105         (log2_test): Likewise.
8106         (pow_test): Do not allow some spurious overflow exceptions.
8107         (sqrt_test): Add more tests.
8108         (tgamma_test): Likewise.
8109         (y0_test): Likewise.
8110         (y1_test): Likewise.
8111         (yn_test): Likewise.
8112
8113 2012-03-27  Anton Blanchard  <anton@samba.org>
8114
8115         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
8116         MAP_HUGETLB.
8117         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
8118         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
8119         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
8120
8121 2012-03-27  David S. Miller  <davem@davemloft.net>
8122
8123         * conform/Makefile: Run run-conformtest.sh using $(BASH).
8124
8125         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
8126         have-as-vis3 check.
8127
8128 2012-03-27  Andreas Jaeger  <aj@suse.de>
8129
8130         * sysdeps/x86_64/elf/configure.in: Moved to ...
8131         * sysdeps/x86_64/configure.in: ... here.
8132         * sysdeps/x86_64/elf/start.S: Moved to ...
8133         * sysdeps/x86_64/start.S: ... here.
8134         * sysdeps/x86_64/elf/configure: Delete.
8135
8136         * sysdeps/x86_64/configure.in: Merge contents from
8137         sysdeps/i386/configure.in (without i686 check).
8138
8139         * sysdeps/i386/elf/Versions: Merge into ...
8140         * sysdeps/i386/Versions: ... this.
8141         * sysdeps/i386/elf/Versions: Delete file.
8142         * sysdeps/i386/elf/start.S: Moved to ...
8143         * sysdeps/i386/start.S: ...here.
8144         * sysdeps/i386/elf/configure.in: Merge into...
8145         * sysdeps/i386/configure.in: ...here.
8146         * sysdeps/i386/elf/configure.in: Delete file.
8147         * sysdeps/i386/elf/configure: Delete file.
8148
8149         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
8150         * debug/backtracesyms.c: ... here.
8151         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
8152         * debug/backtracesymsfd.c: ... here.
8153         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
8154         * sysdeps/generic/ifunc-sel.h: ... here.
8155
8156         * sysdeps/unix/i386/start.c: Delete file.
8157         * sysdeps/unix/sparc/start.c: Delete file.
8158         * sysdeps/unix/start.c: Delete file.
8159
8160         * sysdeps/sh/elf/configure.in: Moved to ...
8161         * sysdeps/sh/configure.in: ... here.
8162         * sysdeps/sh/elf/start.S: Moved to ...
8163         * sysdeps/sh/start.S: ... here.
8164         * sysdeps/sh/elf/configure: Delete file.
8165
8166         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
8167         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
8168         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
8169         * sysdeps/powerpc/powerpc64/entry.h: ... here.
8170         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
8171         * sysdeps/powerpc/powerpc64/start.S: here.
8172         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
8173         * sysdeps/powerpc/powerpc64/Makefile: ... this.
8174         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
8175         * sysdeps/powerpc/powerpc64/configure.in: ... this.
8176         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
8177
8178         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
8179         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
8180         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
8181         * sysdeps/powerpc/powerpc32/start.S: ... here.
8182         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
8183         * sysdeps/powerpc/powerpc32/configure.in: ... this.
8184         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
8185
8186         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
8187         * sysdeps/powerpc/ifunc-sel.h: ... here.
8188         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
8189         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
8190
8191         * sysdeps/sparc/elf/configure.in: Moved to ...
8192         * sysdeps/sparc/configure.in: ... here.
8193         * sysdeps/sparc/elf/configure: Delete file.
8194         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
8195         * sysdeps/sparc/sparc32/start.S: ... here.
8196         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
8197         * sysdeps/sparc/sparc64/start.S: ... here.
8198         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
8199         * sysdeps/sparc/sparc32/Makefile: ... this.
8200         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
8201         * sysdeps/sparc/sparc64/Makefile: ... this.
8202
8203         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
8204         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
8205         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
8206         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
8207         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
8208         * sysdeps/s390/s390-32/setjmp.S: ... here.
8209         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
8210         * sysdeps/s390/s390-32/configure.in: ... here.
8211         * sysdeps/s390/s390-32/elf/configure: Delete file.
8212         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
8213         * sysdeps/s390/s390-32/start.S: ... here.
8214
8215         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
8216         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
8217         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
8218         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
8219         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
8220         * sysdeps/s390/s390-64/setjmp.S: ... here.
8221         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
8222         * sysdeps/s390/s390-64/configure.in: ... here
8223         * sysdeps/s390/s390-64/elf/configure: Delete file.
8224         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
8225         * sysdeps/s390/s390-64/start.S: ... here.
8226         * sysdeps/s390/s390-64/elf/configure: Delete.
8227
8228         * configure.in: Remove support for elf directories in sysdeps.
8229
8230         * configure: Regenerated.
8231         * sysdeps/i386/configure: Regenerated.
8232         * sysdeps/powerpc/powerpc32/configure: Regenerated.
8233         * sysdeps/powerpc/powerpc64/configure: Regenerated.
8234         * sysdeps/s390/s390-32/configure: Regenerated.
8235         * sysdeps/s390/s390-64/configure: Regenerated.
8236         * sysdeps/sh/configure: Regenerated.
8237         * sysdeps/sparc/configure: Regenerated.
8238         * sysdeps/x86_64/configure: Regenerated.
8239
8240 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
8241
8242         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8243
8244         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
8245         denormal result into account.
8246
8247 2012-03-25  Roland McGrath  <roland@hack.frob.com>
8248
8249         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
8250         Reported by Allan McRae <allan@archlinux.org>.
8251
8252 2012-03-23  Jeff Law  <law@redhat.com>
8253
8254         * nss/getnssent.c (__nss_getent): Fix typo.
8255
8256 2012-03-23  David S. Miller  <davem@davemloft.net>
8257
8258         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8259
8260 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
8261
8262         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
8263         to pad to uint64_t for each field.
8264         (dl_tls_index): Replace unsigned long with uint64_t.
8265
8266 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
8267         Paul Pluzhnikov  <ppluzhnikov@google.com>
8268
8269         [BZ #6528]
8270         * grp/Makefile (otherlibs): Don't set it.
8271         * inet/Makefile (otherlibs): Likewise.
8272         * login/Makefile (otherlibs): Likewise.
8273         * nscd/Makefile (otherlibs): Likewise.
8274         * posix/Makefile (otherlibs): Likewise.
8275         * pwd/Makefile (otherlibs): Likewise.
8276         * rt/Makefile (otherlibs): Likewise.
8277         * sunrpc/Makefile (otherlibs): Likewise.
8278         * nss/Makefile (otherlibs): Likewise.
8279         Add libnss_files to routines and static-only-routines.
8280         ($(objpfx)getent): Remove rule.
8281         * resolv/Makefile: Add libnss_dns and libresolv to routines and
8282         static-only-routines.
8283
8284 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
8285
8286         [BZ #13892]
8287         * math/s_cexp.c: Include <float.h>.
8288         (__cexp): Handle exp result overflowing not necessarily
8289         overflowing both real and imaginary parts of result.
8290         * math/s_cexpf.c: Likewise.
8291         * math/s_cexpl.c: Likewise.
8292         * math/libm-test.inc (cexp_test): Add more tests.
8293         * sysdeps/i386/fpu/libm-test-ulps: Update.
8294         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8295
8296 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
8297
8298         * include/link.h (ELFW): New macro.
8299         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
8300         Replace ELF64_R_TYPE with ELFW(R_TYPE).
8301
8302 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
8303
8304         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
8305         with uint64_t.
8306
8307 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
8308
8309         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
8310         declaration.
8311         (struct La_x32_retval): Likewise.
8312
8313 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
8314
8315         * sysdeps/x86_64/preconfigure.in: New file.
8316         * sysdeps/x86_64/preconfigure: New generated file.
8317
8318 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
8319
8320         [BZ #13824]
8321         * math/e_exp2l.c: Include <float.h>.
8322         (__ieee754_exp2l): Handle overflow and underflow cases
8323         separately.  Only pass fractional part of argument to
8324         __ieee754_expl.
8325         * math/libm-test.inc (exp2_test): Add more tests.
8326
8327         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
8328         negating x to take absolute value.
8329         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
8330         Likewise.
8331         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
8332         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
8333         Likewise.
8334         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
8335         computing low part if x was negated.
8336         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
8337
8338 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
8339
8340         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
8341         la_x32_gnu_pltexit.
8342         (pltexit): Cast int_retval to ptrdiff_t.
8343         * elf/tst-auditmod3b.c: Likewise.
8344         * elf/tst-auditmod4b.c: Likewise.
8345         * elf/tst-auditmod5b.c: Likewise.
8346         * elf/tst-auditmod6b.c: Likewise.
8347         * elf/tst-auditmod6c.c: Likewise.
8348         * elf/tst-auditmod7b.c: Likewise.
8349
8350         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
8351         and x32_gnu_pltexit.
8352
8353         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
8354         __ELF_NATIVE_CLASS.
8355         (La_x32_regs): New macro.
8356         (La_x32_retval): Likewise.
8357         (la_x32_gnu_pltenter): New function prototype.
8358         (la_x32_gnu_pltexit): Likewise.
8359
8360 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
8361
8362         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
8363         exponent.
8364
8365         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8366
8367         * configure.in (libc_cv_cc_nofma): Check for option to disable
8368         generation of FMA instructions.
8369         * configure: Regenerate.
8370         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
8371         * sysdeps/ieee754/dbl-64/Makefile: New file.
8372         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
8373         Remove brandred-fma4.
8374         (CFLAGS-brandred-fma4.c): Remove.
8375         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
8376         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
8377         define.
8378         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
8379         define.
8380
8381 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
8382
8383         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
8384         LLONG_MAX != LONG_MAX.
8385         (_itoa_word): Use _ITOA_WORD_TYPE on value.
8386         (_fitoa_word): Likewise.
8387         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
8388         LLONG_MAX != LONG_MAX.
8389         * stdio-common/_itowa.h: Include <_itoa.h>.
8390         (_itowa_word): Use _ITOA_WORD_TYPE on value.
8391         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
8392         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
8393         only if not defined.
8394         (_ITOA_WORD_TYPE): Likewise.
8395         (_itoa_word): Use _ITOA_WORD_TYPE on value.
8396         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
8397
8398 2012-03-21  David S. Miller  <davem@davemloft.net>
8399
8400         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8401
8402 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
8403
8404         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
8405         of x86_64 when setting libc_cv_slibdir, libdir and
8406         libc_cv_localedir.
8407         * sysdeps/unix/sysv/linux/configure: Regenerated.
8408
8409 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
8410
8411         * manual/lang.texi (Old Varargs): Remove section.
8412         (How Variadic): Update menu.
8413         (va_start): Do not mention varargs.h.
8414
8415 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
8416             Joseph Myers  <joseph@codesourcery.com>
8417
8418         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
8419         link test.
8420         * configure: Regenerated.
8421
8422 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
8423
8424         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
8425         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
8426         conformtest.pl
8427
8428 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
8429
8430         * NOTES: Remove.
8431         * Makefile (files-for-dist): Remove NOTES.
8432         (NOTES): Remove rule.
8433         * README: Don't refer to NOTES.
8434         * manual/creature.texi: Don't include macros.texi.
8435         * manual/intro.texi (creature.texi): Remove comment referring to
8436         NOTES.
8437
8438         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
8439         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
8440         * configure: Regenerated.
8441         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
8442         LIBC_TRY_CC_OPTION.
8443         (libc_cv_as_i686): Likewise.
8444         (libc_cv_cc_avx): Likewise.
8445         (libc_cv_cc_sse2avx): Likewise.
8446         (libc_cv_cc_fma4): Likewise.
8447         (libc_cv_cc_novzeroupper): Likewise.
8448         * sysdeps/i386/configure: Regenerated.
8449
8450         [BZ #13883]
8451         * sysdeps/i386/fpu/s_cexp.S: Remove.
8452         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
8453         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
8454         * math/libm-test.inc (cexp_test): Add more tests.
8455         * sysdeps/i386/fpu/libm-test-ulps: Update.
8456         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8457
8458 2012-03-21  Allan McRae  <allan@archlinux.org>
8459
8460         * timezone/Makefile: Do not install iso3166.tab and zone.tab
8461
8462 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
8463
8464         [BZ #13871]
8465         * math/w_exp2.c: Do not include <float.h>.
8466         (o_threshold, u_threshold): Remove.
8467         (__exp2): Calculate result before checking finiteness and calling
8468         __kernel_standard.
8469         * math/w_exp2f.c: Likewise.
8470         * math/w_exp2l.c: Likewise.
8471         * math/libm-test.inc (exp2_test): Require overflow exception for
8472         1e6 input.
8473
8474         [BZ #3866]
8475         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
8476         range of signed 64-bit integers before using fistpll.  Remove
8477         checks for whether integers fit in mantissa bits.
8478         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
8479         the range of signed 32-bit integers before using fistpl.  Remove
8480         checks for whether integers fit in mantissa bits.
8481         * sysdeps/i386/fpu/e_powl.S (p64): New object.
8482         (__ieee754_powl): Test for y outside the range of signed 64-bit
8483         integers before using fistpll.  Reduce 64-bit values to 63-bit
8484         ones as needed.
8485         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
8486         divide-by-zero is raised for zero to large negative powers.
8487         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
8488         (__ieee754_powl): Test for y outside the range of signed 64-bit
8489         integers before using fistpll.  Reduce 64-bit values to 63-bit
8490         ones as needed.
8491         * math/libm-test.inc (pow_test): Add more tests.
8492
8493 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
8494
8495         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
8496         <stdio-common/_itoa.h>.
8497         * debug/segfault.c: Likewise.
8498         * elf/dl-cache.c: Likewise.
8499         * elf/dl-minimal.c: Likewise.
8500         * elf/dl-misc.c: Likewise.
8501         * elf/dl-sysdep.c: Likewise.
8502         * elf/dl-version.c: Likewise.
8503         * elf/rtld.c: Likewise.
8504         * hurd/hurdsock.c: Likewise.
8505         * hurd/lookup-retry.c: Likewise.
8506         * malloc/malloc.c: Likewise.
8507         * malloc/mtrace.c: Likewise.
8508         * nscd/nscd_getgr_r.c: Likewise.
8509         * nscd/nscd_getpw_r.c: Likewise.
8510         * nscd/nscd_getserv_r.c: Likewise.
8511         * posix/getopt_init.c: Likewise.
8512         * posix/wordexp.c: Likewise.
8513         * stdio-common/_itoa.c: Likewise.
8514         * stdio-common/printf_fphex.c: Likewise.
8515         * stdio-common/vfprintf.c: Likewise.
8516         * string/_strerror.c: Likewise.
8517         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
8518         * sysdeps/i386/i686/hp-timing.h: Likewise.
8519         * sysdeps/mach/_strerror.c: Likewise.
8520         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
8521         * sysdeps/mach/hurd/sethostid.c: Likewise.
8522         * sysdeps/mach/hurd/xmknodat.c: Likewise.
8523         * sysdeps/mach/xpg-strerror.c: Likewise.
8524         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
8525         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8526         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
8527         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
8528         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8529         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
8530         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8531         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8532         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
8533         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
8534         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
8535         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
8536         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
8537         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
8538         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
8539         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
8540         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
8541         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
8542         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8543         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8544         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
8545
8546         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
8547
8548         * stdio-common/_itoa.h: Moved to ...
8549         * sysdeps/generic/_itoa.h: Here.
8550
8551         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
8552
8553         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
8554         instead of "_itoa.h" and "_itowa.h".
8555         * stdio-common/vfprintf.: Likewise.
8556
8557 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
8558
8559         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
8560         <bits/wordsize.h>.
8561         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
8562         (__signbit): Likwise.
8563         (llrintf): Likwise.
8564         (llrint): Likwise.
8565
8566 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
8567
8568         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
8569         __WORDSIZE != 64.
8570
8571 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
8572
8573         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
8574         OVERFLOW_EXCEPTION_OK.
8575         * math/libm-test.inc ("Philosophy"): Update comment about
8576         exception testing.
8577         (OVERFLOW_EXCEPTION): Define.
8578         (OVERFLOW_EXCEPTION_OK): Likewise.
8579         (INVALID_EXCEPTION_OK): Renumber.
8580         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
8581         (IGNORE_ZERO_INF_SIGN): Likewise.
8582         (test_exceptions): Handle FE_OVERFLOW.
8583         (exp10_test): Expect overflow exceptions.
8584         (exp2_test): Likewise.
8585         (expm1_test): Likewise.
8586         (nextafter_test): Likewise.
8587         (pow_test): Likewise.
8588         (scalbn_test): Likewise.
8589         (scalbln_test): Likewise.
8590
8591 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
8592
8593         * sysdeps/x86_64/bits/atomic.h
8594         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
8595         64bit integer.
8596         (atomic_exchange_acq): Likewise.
8597         (__arch_exchange_and_add_body): Likewise.
8598         (__arch_add_body): Likewise.
8599         (atomic_add_negative): Likewise.
8600         (atomic_add_zero): Likewise.
8601
8602 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
8603
8604         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
8605         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
8606
8607 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
8608
8609         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
8610         Check __x86_64__ instead of __WORDSIZE.
8611
8612 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
8613
8614         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
8615
8616 2012-03-19  David S. Miller  <davem@davemloft.net>
8617
8618         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8619
8620         * sysdeps/sparc/fpu/fenv_private.h: New file.
8621         * sysdeps/sparc/fpu/math_private.h: Use it.
8622         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
8623         Remove.
8624         (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
8625         (libc_feholdexcept_setroundl): Remove.
8626         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
8627         Remove.
8628         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
8629         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
8630
8631 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
8632
8633         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
8634         int64_t instead of long int.
8635         (INSERT_WORDS64): Likwise.
8636
8637 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
8638
8639         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
8640         _Unwind_GetCFA return to _Unwind_Ptr first.
8641
8642 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
8643
8644         [BZ #13629]
8645         * math/s_clog.c: Include <float.h>.
8646         (__clog): Scale large or subnormal inputs.
8647         * math/s_clogf.c: Likewise.
8648         * math/s_clogl.c: Likewise.
8649         * math/s_clog10.c: Include <float.h>.
8650         (M_LOG10_2): Define.
8651         (__clog10): Scale large or subnormal inputs.
8652         * math/s_clog10f.c: Likewise.
8653         * math/s_clog10l.c: Likewise.
8654         * math/libm-test.inc (clog_test): Add more tests.
8655         (clog10_test): Likewise.
8656         * sysdeps/i386/fpu/libm-test-ulps: Update.
8657         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8658
8659         [BZ #11451]
8660         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
8661         x and y.
8662         * math/libm-test.inc (atan2_test): Add another test.
8663
8664         * Makerules (common-objdir-compile): Remove.
8665         * sysdeps/unix/Makefile (config-generated): Do not add
8666         $(unix-generated) to variable.
8667         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
8668         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
8669         Remove rule.
8670         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
8671         Likewise.
8672         [generic bits/local_lim.h] (before-compile): Do not append to
8673         variable.
8674         [generic bits/local_lim.h] (common-generated): Likewise.
8675         [generic sys/param.h] (before-compile): Do not append to variable.
8676         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
8677         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
8678         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
8679         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
8680         include.
8681         [generic sys/param.h] (sys/param.h-includes): Remove variable.
8682         [generic sys/param.h] (sys/param.h-includes): Remove rule.
8683         [generic sys/param.h] ($(addprefix
8684         $(common-objpfx),$(sys/param.h-includes))): Likewise.
8685         [generic sys/param.h] (common-generated): Do not append to
8686         variable.
8687         [generic sys/param.h] (sysdep_headers): Likewise.
8688         [generic bits/errno.h] (before-compile): Do not append to
8689         variable.
8690         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
8691         rule.
8692         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
8693         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
8694         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
8695         [generic bits/errno.h] (common-generated): Do not append to
8696         variable.
8697         [generic bits/ioctls.h] (before-compile): Do not append to
8698         variable.
8699         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
8700         rule.
8701         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
8702         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
8703         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
8704         rule.
8705         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
8706         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
8707         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
8708         [generic bits/ioctls.h] (common-generated): Do not append to
8709         variable.
8710         [generic sys/syscall.h] (syscall.h): Remove variable.
8711         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
8712         rule.
8713         [generic sys/syscall.h] (before-compile): Do not append to
8714         variable.
8715         [generic sys/syscall.h] (common-generated): Likewise.
8716         * sysdeps/unix/errnos-tmpl.c: Remove file.
8717         * sysdeps/unix/errnos.awk: Likewise.
8718         * sysdeps/unix/ioctls-tmpl.c: Likewise.
8719         * sysdeps/unix/ioctls.awk: Likewise.
8720         * sysdeps/unix/mk-local_lim.c: Likewise.
8721         * sysdeps/unix/snarf-ioctls: Likewise.
8722
8723 2012-03-19  Richard Henderson  <rth@twiddle.net>
8724
8725         * sysdeps/i386/fpu/fenv_private.h: New file.
8726         * sysdeps/i386/fpu/math_private.h: Use it.
8727         (math_opt_barrier, math_force_eval): Remove.
8728         (libc_feholdexcept_setround_53bit): Remove.
8729         (libc_feupdateenv_53bit): Remove.
8730         * sysdeps/x86_64/fpu/math_private.h: Likewise.
8731         (math_opt_barrier, math_force_eval): Remove.
8732         (libc_feholdexcept): Remove.
8733         (libc_feholdexcept_setround): Remove.
8734         (libc_fetestexcept, libc_fesetenv): Remove.
8735         (libc_feupdateenv_test): Remove.
8736         (libc_feupdateenv, libc_feholdsetround): Remove.
8737         (libc_feresetround): Remove.
8738
8739         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
8740         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
8741
8742         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
8743         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
8744         (libc_feupdateenv_testl): New.
8745         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
8746         (libc_feupdateenv_testf): New.
8747         (libc_feupdateenv): Use libc_feupdateenv_test.
8748         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
8749         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
8750
8751         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
8752         (libc_feholdsetroundf, libc_feholdsetroundl): New.
8753         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
8754         (libc_feresetround_noex): New.
8755         (libc_feresetround_noexf): New.
8756         (libc_feresetround_noexl): New.
8757         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
8758         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
8759         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
8760         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
8761         SET_RESTORE_ROUND.
8762         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
8763         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
8764         (__cos): Likewise.
8765         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
8766         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
8767         SET_RESTORE_ROUND_NOEX.
8768         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
8769         SET_RESTORE_ROUND_NOEXF.
8770         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
8771         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
8772         (libc_feholdsetroundf): New.
8773         (libc_feresetround, libc_feresetroundf): New.
8774
8775         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
8776         (libc_feholdexcept_setround_53bit): Convert from macro to function.
8777         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
8778
8779         * sysdeps/generic/math_private.h: Include <fenv.h>.
8780         (default_libc_feholdexcept): New.
8781         (default_libc_feholdexcept_setround): New.
8782         (default_libc_fesetenv, default_libc_feupdateenv): New.
8783         (libc_feholdexcept): Only define if undefined.
8784         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
8785         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
8786         (libc_feholdexcept_setroundl): Likewise.
8787         (libc_feholdexcept_setround_53bit): Likewise.
8788         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
8789         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
8790         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
8791         (libc_feupdateenv_53bit): Likewise.
8792         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
8793         (libc_feholdexcept): Convert from macro to inline function.
8794         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
8795         (libc_fesetenv, libc_feupdateenv): Likewise.
8796
8797         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
8798         not previously defined.
8799         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
8800         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
8801         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
8802         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
8803         * sysdeps/ieee754/flt-32/math_private.h: New file.
8804         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
8805         math_private.h below SET_FLOAT_WORD.
8806         (__isnan, __isinf_ns, __finite): Remove.
8807         (__isnanf, __isinf_nsf, __finitef): Remove.
8808
8809 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
8810
8811         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8812
8813 2012-03-17  David S. Miller  <davem@davemloft.net>
8814
8815         [BZ #6471]
8816         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
8817         for 2.16.
8818
8819 2012-03-16  David S. Miller  <davem@davemloft.net>
8820
8821         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
8822         warnings.
8823
8824         [BZ #6471]
8825         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
8826         properly.
8827         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
8828         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
8829         sysdep_routines when subdir is sysvipc.
8830         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
8831         __getshmlba helper.
8832
8833         * sysdeps/sparc/fpu/libm-test/ulps: Update.
8834
8835 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
8836
8837         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
8838         [__LP64__].
8839
8840 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
8841
8842         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
8843         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
8844         (__lround): Renamed to ...
8845         (__llround): This.  Replace long int with long long int.
8846         Define lround functions as aliases of llround functions.
8847         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
8848
8849 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
8850
8851         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
8852         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
8853         adresses to uintptr_t.  Replace "long int" and "unsigned long
8854         int" with "greg_t" on va_arg.
8855
8856 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
8857
8858         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
8859         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
8860
8861         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
8862         Move e_machine check before EI_CLASS check.  Handle x32
8863         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
8864         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
8865         SKIP_EM_IA_64 and include
8866         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
8867
8868         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
8869         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
8870         (add_system_dir): New macro.
8871
8872         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
8873         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
8874
8875 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
8876
8877         [BZ #2551]
8878         [BZ #2552]
8879         [BZ #2553]
8880         [BZ #2554]
8881         [BZ #2562]
8882         [BZ #2563]
8883         [BZ #2565]
8884         [BZ #2566]
8885         [BZ #2576]
8886         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
8887         (y0): Likewise.
8888         * math/w_j0f.c (j0f): Likewise.
8889         (y0f): Likewise.
8890         * math/w_j0l.c (__j0l): Likewise.
8891         (__y0l): Likewise.
8892         * math/w_j1.c (j1): Likewise.
8893         (y1): Likewise.
8894         * math/w_j1f.c (j1f): Likewise.
8895         (y1f): Likewise.
8896         * math/w_j1l.c (__j1l): Likewise.
8897         (__y1l): Likewise.
8898         * math/w_jn.c (jn): Likewise.
8899         (yn): Likewise.
8900         * math/w_jnf.c (jnf): Likewise.
8901         (ynf): Likewise.
8902         * math/w_jnl.c (__jnl): Likewise.
8903         (__ynl): Likewise.
8904         * math/libm-test.inc (j0_test): Add more tests.
8905         (j1_test): Likewise.
8906         (jn_test): Likewise.  Add trailing semicolon to existing test.
8907         (y0_test): Likewise.
8908         (y1_test): Likewise.
8909         * sysdeps/i386/fpu/libm-test-ulps: Update.
8910         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8911
8912         [BZ #13851]
8913         [BZ #13854]
8914         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
8915         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
8916         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
8917         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
8918         (__tanl): Set errno for infinite argument.
8919         * sysdeps/i386/fpu/mptan.c: Remove.
8920         * sysdeps/i386/fpu/s_tan.S: Likewise.
8921         * sysdeps/i386/fpu/s_tanl.S: Likewise.
8922         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
8923         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
8924         * math/libm-test.inc (tan_test): Add more tests and enable more
8925         tests for double and long double.
8926         * sysdeps/i386/fpu/libm-test-ulps: Update.
8927         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8928
8929 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8930
8931         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
8932         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
8933
8934 2012-03-16  Roland McGrath  <roland@hack.frob.com>
8935
8936         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
8937         * configure.in: Use it for both main tree and add-ons.
8938         * configure: Regenerated.
8939
8940 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
8941
8942         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
8943
8944 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
8945
8946         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
8947         in comment.
8948
8949         [BZ #13851]
8950         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
8951         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
8952         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
8953         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
8954         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
8955         infinite argument.
8956         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
8957         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
8958         != 0 for prec == 2.
8959         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
8960         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
8961         * sysdeps/i386/fpu/s_cosl.S: Likewise.
8962         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
8963         * sysdeps/i386/fpu/s_sinl.S: Likewise.
8964         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
8965         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
8966         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
8967         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
8968         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
8969         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
8970         * math/libm-test.inc (cos_test): Add more tests and enable more
8971         tests for long double.
8972         (sin_test): Likewise.
8973         (sincos_test): Likewise.
8974         * sysdeps/i386/fpu/libm-test-ulps: Update.
8975         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8976
8977 2012-03-16  David S. Miller  <davem@davemloft.net>
8978
8979         * sysdeps/sparc/fpu/math_private.h: New file.
8980
8981 2012-03-15  David S. Miller  <davem@davemloft.net>
8982
8983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
8984         file.
8985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
8986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
8987         file.
8988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
8989         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
8990         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
8991         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
8992         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
8993         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
8994         sysdep routines.
8995         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
8996
8997         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
8998         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
8999
9000         * sysdeps/sparc/sparc-ifunc.h: New file.
9001         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
9002         sparc-ifunc.h
9003         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
9004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
9005         Likewise.
9006         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
9007         Likewise.
9008         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
9009         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
9010         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
9011         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
9012         Likewise.
9013         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
9014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
9015         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
9016         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
9017         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
9018         Likewise.
9019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
9020         Likewise.
9021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
9022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
9023         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
9024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
9025         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
9026         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
9027         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
9028         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
9029         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
9030         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
9031         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
9032         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
9033         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
9034         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
9035         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
9036         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
9037         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
9038         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
9039         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
9040         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
9041         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
9042         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
9043         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
9044         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
9045
9046 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
9047
9048         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
9049         scaling.
9050         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9051
9052 2012-03-15  Andreas Jaeger  <aj@suse.de>
9053
9054         [BZ #13852]
9055         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
9056         ieee754/flt-32 implementation for sin, cos and sincos.
9057         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
9058         * sysdeps/i386/fpu/s_cosf.S: Likewise.
9059         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
9060         * sysdeps/i386/fpu/s_sinf.S: Likewise.
9061         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
9062         ieee754/flt-32 implementation for tan.
9063
9064         * math/libm-test.inc (cos_test): Enable some large input tests for
9065         float as well
9066         (sin_test): Likewise.
9067         (sincos_test): Likewise.
9068         (tan_test): Add tests for large input.
9069
9070         * sysdeps/i386/fpu/libm-test-ulps: Update.
9071
9072 2012-03-15  Andreas Jaeger  <aj@suse.de>
9073
9074         [BZ #13658]
9075         * math/libm-test.inc (cos_test): Add more test cases.
9076         (sin_test): Likewise.
9077         (sincos_test): Likewise.
9078
9079 2012-03-15  Andreas Jaeger  <aj@suse.de>
9080
9081         [BZ #13837]
9082         * math/libm-test.inc (cos_test): Add a test case for large input
9083         value.
9084         (sin_test): Likewise.
9085         (sincos_test): Likewise.
9086
9087 2012-03-15  Andreas Jaeger  <aj@suse.de>,
9088         Joseph Myers  <joseph@codesourcery.com>
9089
9090         [BZ #13658]
9091         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
9092         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
9093         * sysdeps/i386/fpu/branred.c: Likewise.
9094         * sysdeps/i386/fpu/dosincos.c: Likewise.
9095         * sysdeps/i386/fpu/mpa.c: Likewise.
9096         * sysdeps/i386/fpu/s_cos.S: Likewise.
9097         * sysdeps/i386/fpu/s_sin.S: Likewise.
9098         * sysdeps/i386/fpu/s_sincos.S: Likewise.
9099         * sysdeps/i386/fpu/sincos32.c: Likewise.
9100
9101         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
9102         Define.
9103         (libc_feupdateenv_53bit): Define.
9104         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
9105         Define.
9106         (libc_feupdateenv_53bit): Define.
9107
9108         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
9109         53 bit (without extend i386 double precision).
9110
9111         * math/libm-test.inc (sincos_test): Add tests for large input.
9112         (sin): Likewise.
9113         (cos): Likewise.
9114
9115         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9116
9117 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
9118
9119         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9120
9121 2012-03-15  David S. Miller  <davem@davemloft.net>
9122
9123         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
9124         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
9125         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
9126         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
9127         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
9128         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
9129         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
9130         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
9131         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
9132         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
9133         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
9134         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
9135         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
9136         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
9137         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
9138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
9139         file.
9140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
9141         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
9142         file.
9143         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
9144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
9145         file.
9146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
9147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
9148         file.
9149         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
9150         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
9151         fmin/fmax sysdep routines.
9152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
9153
9154 2012-03-14  David S. Miller  <davem@davemloft.net>
9155
9156         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
9157         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
9158         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
9159         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
9160         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
9161         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
9162         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
9163         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
9164         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
9165         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
9166         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
9167         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
9168         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
9169         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
9170         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
9171         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
9172         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
9173         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
9174         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
9175         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
9176         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
9177         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
9178         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
9179         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
9180         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
9181         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
9182         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
9183         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
9184         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
9185         routines.
9186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
9187         file.
9188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
9189         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
9190         file.
9191         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
9192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
9193         file.
9194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
9195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
9196         file.
9197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
9198         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
9199         file.
9200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
9201         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
9202         file.
9203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
9204         file.
9205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
9206         file.
9207         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
9208         file.
9209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
9210         New file.
9211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
9212         file.
9213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
9214         file.
9215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
9216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
9217         file.
9218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
9219         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
9220         file.
9221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
9222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
9223         file.
9224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
9225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
9226         VIS3 routines.
9227
9228         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
9229         New file.
9230
9231         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9232
9233         * sysdeps/sparc/configure.in: New file.
9234         * sysdeps/sparc/configure: Generate.
9235         * configure.in (libc_cv_sparc_as_vis3): Substitute.
9236         * configure: Regenerate.
9237         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
9238         * config.make.in (have-as-vis3): New.
9239         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
9240         available use -Av9d instead of -Av9a.
9241         * sysdeps/sparc/sparc64/Makefile: Likewise.
9242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
9243         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
9244         New file.
9245         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
9246         file.
9247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
9248         New file.
9249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
9250         file.
9251         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
9252         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
9253         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
9254         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
9255         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
9256
9257         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
9258         fzeros/fnegs to load 0x80000000 into a float register instead of
9259         using the stack.
9260         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
9261
9262 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
9263
9264         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
9265         bits/syscall.h.
9266         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
9267         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
9268         ($(inst_includedir)/bits/syscall.h): Remove rule.
9269         ($(objpfx)bits/syscall.d): Include instead of
9270         $(objpfx)syscall-list.d.
9271         (generated): Change syscall-list.h and syscall-list.d to
9272         bits/syscall.h and bits/syscall.d.
9273
9274 2012-03-14  Roland McGrath  <roland@hack.frob.com>
9275
9276         [BZ #13846]
9277         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
9278
9279 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
9280
9281         [BZ #13841]
9282         * math/s_csqrt.c: Include <float.h>.
9283         (__csqrt): Scale large or subnormal inputs.
9284         * math/s_csqrtf.c: Likewise.
9285         * math/s_csqrtl.c: Likewise.
9286         * math/libm-test.inc (csqrt_test): Add more tests.
9287         * sysdeps/i386/fpu/libm-test-ulps: Update.
9288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9289
9290         [BZ #13840]
9291         * math/libm-test.inc (hypot_test): Add more tests.
9292
9293 2012-03-13  David S. Miller  <davem@davemloft.net>
9294
9295         [BZ #13840]
9296         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
9297         double-precision for the calculation instead of scaling.
9298
9299 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
9300
9301         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
9302         manipulate bits before adding and subtracting TWO52[sx].
9303         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
9304         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
9305         Likewise.
9306         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
9307
9308 2012-03-13  David S. Miller  <davem@davemloft.net>
9309
9310         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
9311         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
9312         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
9313         rtld-global-offsets.h
9314         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
9315
9316         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
9317         large parameters.
9318
9319         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
9320
9321         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
9322         'err' in the ifdef scope in which it is actually used.
9323
9324         * nss/nss_db/db-init.c: Include string.h
9325
9326 2012-03-12  David S. Miller  <davem@davemloft.net>
9327
9328         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
9329         masking out of the most significant byte of random value used.
9330         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
9331         Fix coding style in previous change.
9332
9333         * sysdeps/unix/sysv/linux/kernel-features.h
9334         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
9335         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
9336         expression.
9337         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
9338         later.
9339
9340 2012-03-11  David S. Miller  <davem@davemloft.net>
9341
9342         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
9343         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
9344         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
9345         for 'resultvar' otherwise things get truncated on 64-bit.
9346
9347         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
9348         Fix masking out of the most significant byte of random value used.
9349
9350         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9351
9352 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
9353
9354         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9355
9356 2012-03-09  David S. Miller  <davem@davemloft.net>
9357
9358         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
9359         variables with appropriate CPP guards.
9360         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
9361         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
9362         on resulting framesize and the management of the outregs buffer for pltexit.
9363         Preserve floating point return values across _dl_call_pltexit call.
9364         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
9365         framesize and the management of the outregs buffer for pltexit.
9366         Preserve floating point return values across _dl_call_pltexit
9367         call.
9368         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
9369         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
9370         (print_exit): Fix format string for return register value.
9371
9372 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
9373
9374         * sunrpc/Makefile (others): Add rpcgen.
9375         ($(objpfx)rpcgen): Remove special build rule and dependency on
9376         libc.
9377         * sunrpc/rpcgen.c: New file.
9378
9379 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
9380
9381         [BZ #13673]
9382         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
9383         * stdio-common/bug-vfprintf-nargs.c: Likewise.
9384         * sysdeps/i386/crti.S: Likewise.
9385         * sysdeps/i386/crtn.S: Likewise.
9386         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
9387         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
9388         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
9389         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
9390         * sysdeps/sh/crti.S: Likewise.
9391         * sysdeps/sh/crtn.S: Likewise.
9392         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
9393
9394         [BZ #13673]
9395         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
9396         with URL.
9397         * locale/programs/locfile-kw.gperf: Likewise.
9398         * locale/programs/charmap-kw.h: Regenerated.
9399         * locale/programs/locfile-kw.h: Likewise.
9400
9401         [BZ #13673]
9402         * intl/plural.y: Replace FSF snail mail address with URL.
9403         * intl/plural.c: Regenerated.
9404
9405 2012-03-09  Richard Henderson  <rth@twiddle.net>
9406
9407         * include/math_private.h: Remove file.
9408         * math/math_private.h: Move file ...
9409         * sysdeps/generic/math_private.h: ... here.
9410
9411         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
9412         * sysdeps/powerpc/fpu/math_private.h: Likewise.
9413         * sysdeps/x86_64/fpu/math_private.h: Likewise.
9414
9415         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
9416         and <math_private.h>.
9417         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
9418         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
9419         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
9420         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
9421         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
9422         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
9423         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
9424         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
9425         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
9426         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
9427         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
9428         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
9429         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
9430         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
9431         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
9432         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
9433         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
9434         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
9435         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
9436         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
9437         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
9438         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
9439         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
9440         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
9441         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
9442         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
9443         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
9444         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
9445         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
9446         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
9447         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
9448         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
9449         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
9450         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
9451         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
9452         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
9453         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
9454         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
9455         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
9456         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
9457         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
9458         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
9459         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
9460         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
9461         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
9462         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
9463         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
9464         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
9465         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
9466         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
9467         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
9468         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
9469         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
9470         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
9471         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
9472         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
9473         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
9474         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
9475         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
9476         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
9477         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
9478         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
9479         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
9480         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
9481         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
9482         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
9483         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
9484         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
9485         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
9486         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
9487         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
9488         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
9489         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
9490         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
9491         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
9492         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
9493         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
9494         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
9495         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
9496         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
9497         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
9498         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
9499         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
9500         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
9501         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
9502         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
9503         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
9504         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
9505         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
9506         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
9507         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
9508         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
9509         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
9510         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
9511         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
9512         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
9513         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
9514         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
9515         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
9516         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
9517         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
9518         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
9519         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
9520         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
9521         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
9522         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
9523         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
9524         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
9525         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
9526         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
9527         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
9528         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
9529         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
9530         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
9531         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
9532         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
9533         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
9534         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
9535         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
9536         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
9537         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
9538         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
9539         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
9540         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
9541         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
9542         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
9543         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
9544         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
9545         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
9546         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
9547         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
9548         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
9549         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
9550         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
9551         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
9552         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
9553         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
9554         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
9555         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
9556         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
9557         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
9558         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
9559         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
9560         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
9561         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
9562         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
9563         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
9564         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
9565         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
9566         * sysdeps/ieee754/k_standard.c: Likewise.
9567         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
9568         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
9569         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
9570         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
9571         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
9572         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
9573         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
9574         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
9575         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
9576         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
9577         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
9578         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
9579         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
9580         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
9581         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
9582         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
9583         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
9584         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
9585         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
9586         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
9587         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
9588         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
9589         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
9590         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
9591         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
9592         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
9593         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
9594         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
9595         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
9596         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
9597         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
9598         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
9599         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
9600         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
9601         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
9602         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
9603         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
9604         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
9605         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
9606         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
9607         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
9608         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
9609         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
9610         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
9611         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
9612         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
9613         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
9614         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
9615         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
9616         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
9617         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
9618         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
9619         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
9620         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
9621         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
9622         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
9623         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
9624         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
9625         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
9626         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
9627         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
9628         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
9629         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
9630         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
9631         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
9632         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
9633         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
9634         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
9635         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
9636         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
9637         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
9638         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
9639         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
9640         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
9641         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
9642         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
9643         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
9644         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
9645         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
9646         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
9647         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
9648         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
9649         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
9650         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
9651         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
9652         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
9653         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
9654         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
9655         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
9656         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
9657         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
9658         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
9659         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
9660         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
9661         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
9662         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
9663         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
9664         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
9665         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
9666         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
9667         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
9668         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
9669         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
9670         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
9671         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
9672         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
9673         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
9674         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
9675         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
9676         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
9677         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
9678         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
9679         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
9680         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
9681         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
9682         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
9683         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
9684         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
9685         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
9686         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
9687         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
9688         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
9689         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
9690         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
9691         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
9692         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
9693         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
9694         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
9695         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
9696         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
9697         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
9698         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
9699         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
9700         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
9701         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
9702         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
9703         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
9704         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
9705         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
9706         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
9707         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
9708         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
9709         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
9710         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
9711         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
9712         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
9713         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
9714         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
9715         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
9716         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
9717         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
9718         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
9719         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
9720         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
9721         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
9722         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
9723         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
9724         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
9725         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
9726         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
9727         * sysdeps/ieee754/s_lib_version.c: Likewise.
9728         * sysdeps/ieee754/s_matherr.c: Likewise.
9729         * sysdeps/ieee754/s_signgam.c: Likewise.
9730         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
9731         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
9732         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
9733         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
9734         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
9735         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
9736         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
9737         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
9738         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
9739         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
9740         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
9741         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
9742         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
9743         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
9744         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
9745         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
9746         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
9747         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
9748         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
9749         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
9750         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
9751
9752 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
9753
9754         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
9755         * sunrpc/rpc_main.c: Likewise.
9756         * sunrpc/rpc_svcout.c: Likewise.
9757
9758 2012-03-09  David S. Miller  <davem@davemloft.net>
9759
9760         * include/math_private.h: New file.
9761
9762 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
9763
9764         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
9765         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
9766         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
9767         from <bits/socket_type.h>.
9768         (enum __socket_type): Don't define here.
9769         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
9770         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
9771         bits/socket_type.h.
9772
9773         [BZ #13566]
9774         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
9775         checking __USE_GNU.
9776
9777         * Makerules ($(inst_includedir)/%.h): New rule.
9778         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
9779         (install-others): Remove variable setting.
9780         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
9781
9782 2012-03-08  Richard Henderson  <rth@twiddle.net>
9783
9784         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
9785         from macro to inline function; merge with the
9786         !__LIBC_INTERNAL_MATH_INLINES version.
9787         (__ieee754_sqrtf): Likewise.
9788
9789         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
9790         to inline function.
9791         (__rintf, __floor, __floorf): Likewise.
9792
9793         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
9794         macro to inline function.
9795         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
9796
9797         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
9798         not <math/math_private.h>.
9799
9800 2012-03-08  David S. Miller  <davem@davemloft.net>
9801
9802         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
9803         copyright year.
9804         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
9805
9806 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
9807
9808         * resolv/gai_misc.c (handle_requests): Fix struct timespec
9809         normalization.
9810         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
9811         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
9812
9813 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
9814
9815         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
9816         be defined individually, they must be defined as a block.  Define
9817         S for printing a string instead of hidint the different by using a
9818         macro for adding the 'l'.
9819         * stdio-common/tst-fphex-wide.c: Adjust.
9820
9821 2012-03-07  Marek Polacek  <polacek@redhat.com>
9822
9823         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
9824
9825 2012-03-08  Marek Polacek  <polacek@redhat.com>
9826
9827         [BZ #13806]
9828         * stdio-common/Makefile (tests): Add tst-fphex-wide.
9829         * stdio-common/tst-fphex.c: Define a few macros to make the
9830         test reusable.  Use them.
9831         * stdio-common/tst-fphex-wide.c: New file.
9832
9833 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
9834
9835         [BZ #6911]
9836         * manual/macros.texi (gnusystems): New macro.
9837         (nongnusystems): Likewise.
9838         (gnulinuxhurdsystems): Likewise.
9839         (gnuhurdsystems): Likewise..
9840         (gnulinuxsystems): Likewise.
9841         * manual/charset.texi: Use new macros or @theglibc{} to refer to
9842         variants of the GNU system, not "GNU system".
9843         * manual/conf.texi: Likewise.
9844         * manual/errno.texi: Likewise.  Update example of errno macro
9845         expansion.
9846         * manual/filesys.texi: Likewise.
9847         (getumask): Document as specific to GNU/Hurd.
9848         * manual/install.texi: Likewise.  Reword some references to
9849         GNU/Linux.
9850         * manual/intro.texi: Likewise.
9851         * manual/io.texi: Likewise.
9852         (File Name Portability): Detail which constraints are inapplicable
9853         to all GNU systems and which are only inapplicable to GNU/Hurd.
9854         * manual/job.texi: Likewise.
9855         * manual/llio.texi: Likewise.
9856         (O_NOCTTY): Document as present on GNU/Linux.
9857         * manual/maint.texi: Likewise.
9858         * manual/memory.texi: Likewise.
9859         * manual/pattern.texi: Likewise.
9860         * manual/pipe.texi: Likewise.
9861         * manual/process.texi: Likewise.
9862         * manual/resource.texi: Likewise.
9863         (RUSAGE_CHILDREN): Remove statement about specifying a particular
9864         child on GNU/Hurd.
9865         * manual/setjmp.texi: Likewise.
9866         * manual/signal.texi: Likewise.
9867         * manual/startup.texi: Likewise.
9868         * manual/stdio.texi: Likewise.
9869         * manual/terminal.texi: Likewise.
9870         (ONLCR): Document as POSIX.
9871         (OXTABS): Document availability on GNU/Linux as XTABS.
9872         (ONOEOT): Document availability separately from other bits.
9873         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
9874         * manual/time.texi: Likewise.
9875         * manual/users.texi: Likewise.
9876         * INSTALL: Regenerated.
9877         * sysdeps/gnu/errlist.c: Regenerated.
9878
9879         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
9880         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
9881         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
9882         puts.
9883         * configure: Regenerated.
9884
9885 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
9886
9887         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
9888         default includes instead of AC_HEADER_CHECK.
9889         * sysdeps/i386/configure: Regenerated.
9890
9891         [BZ #10716]
9892         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
9893         * math/s_cacoshf.c (__cacoshf): Likewise.
9894         * math/s_cacoshl.c (__cacoshl): Likewise.
9895         * math/s_casinh.c (__casinh): Set signs of result from argument.
9896         * math/s_casinhf.c (__casinhf): Likewise.
9897         * math/s_casinhl.c (__casinhl): Likewise.
9898         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
9899         (casinh_test): Add more tests.
9900         * sysdeps/i386/fpu/libm-test-ulps: Update.
9901         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9902
9903 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
9904
9905         * po/zh_TW.po: Update from translation team.
9906
9907         * login/Makefile (distribute): Remove variable.
9908         * catgets/Makefile: Likewise.
9909         * mach/Makefile: Likewise.
9910         * malloc/Makefile: Likewise.
9911         * misc/Makefile: Likewise.
9912         * iconv/Makefile: Likewise.
9913         * nscd/Makefile: Likewise.
9914         * hurd/Makefile: Likewise.
9915         * manual/Makefile: Likewise.
9916         * locale/Makefile: Likewise.
9917         * intl/Makefile: Likewise.
9918         * conform/Makefile: Likewise.
9919         * nss/Makefile: Likewise.
9920         * time/Makefile: Likewise.
9921         * soft-fp/Makefile: Likewise.
9922         * dirent/Makefile: Likewise.
9923         * gmon/Makefile: Likewise.
9924         * po/Makefile: Likewise.
9925         * rt/Makefile: Likewise.
9926         * socket/Makefile: Likewise.
9927         * math/Makefile: Likewise.
9928         * signal/Makefile: Likewise.
9929         * debug/Makefile: Likewise.
9930         * elf/Makefile: Likewise.
9931         * timezone/Makefile: Likewise.
9932         * stdlib/Makefile: Likewise.
9933         * iconvdata/Makefile: Likewise.
9934         * sunrpc/Makefile: Likewise.
9935         * io/Makefile: Likewise.
9936         * argp/Makefile: Likewise.
9937         * inet/Makefile: Likewise.
9938         * hesiod/Makefile: Likewise.
9939         * grp/Makefile: Likewise.
9940         * csu/Makefile: Likewise.
9941         * wctype/Makefile: Likewise.
9942         * crypt/Makefile: Likewise.
9943         * libio/Makefile: Likewise.
9944         * string/Makefile: Likewise.
9945         * nis/Makefile: Likewise.
9946         * resolv/Makefile: Likewise.
9947         * stdio-common/Makefile: Likewise.
9948         * wcsmbs/Makefile: Likewise.
9949         * dlfcn/Makefile: Likewise.
9950         * posix/Makefile: Likewise.
9951
9952         [BZ #6959]
9953         * timezone/Makefile: Don't install timezone files, just the programs
9954         and scripts.
9955
9956 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
9957
9958         * nss/databases.def: Add missing gshadow entry.
9959
9960         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
9961
9962 2012-03-06  Marek Polacek  <polacek@redhat.com>
9963
9964         [BZ #13726]
9965         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
9966         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
9967         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
9968         * stdio-common/tst-long-dbl-fphex.c: New file.
9969
9970 2012-03-06  David S. Miller  <davem@davemloft.net>
9971
9972         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
9973         (set_obp_int): New function.
9974         (get_obp_int): New function.
9975         (__get_clockfreq_via_dev_openprom): Likewise.
9976         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
9977         Avoid unused variable warnings on 'val' and use builtin_expect.
9978         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
9979         __builtin_expect.
9980         (INLINE_CLONE_SYSCALL): Likewise.
9981
9982 2012-03-05  David S. Miller  <davem@davemloft.net>
9983
9984         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9985
9986 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
9987
9988         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9989
9990         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
9991         only for |x| >= 40.
9992         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
9993
9994 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
9995
9996         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
9997         Replace gettimeofday with __vdso_gettimeofday.
9998
9999         * sysdeps/unix/sysv/linux/x86_64/init-first.c
10000         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
10001         __vdso_clock_gettime and __vdso_getcpu.
10002
10003         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
10004         time with __vdso_time.
10005
10006 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
10007
10008         * manual/lang.texi (size_t): Note types to which size_t may be
10009         equivalent with the GNU C Library, but do not describe when
10010         differences between them are significant.
10011
10012 2012-03-05  Andreas Jaeger  <aj@suse.de>
10013
10014         * sysdeps/i386/fpu/libm-test-ulps: Update.
10015
10016 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
10017
10018         [BZ #3976]
10019         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
10020         (__ieee754_pow): Save and restore rounding mode and use
10021         round-to-nearest for main computations.
10022         * math/libm-test.inc (pow_test_tonearest): New function.
10023         (pow_test_towardzero): Likewise.
10024         (pow_test_downward): Likewise.
10025         (pow_test_upward): Likewise.
10026         (main): Call the new functions.
10027         * sysdeps/i386/fpu/libm-test-ulps: Update.
10028         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10029
10030         [BZ #3976]
10031         * math/libm-test.inc (cosh_test_tonearest): New function.
10032         (cosh_test_towardzero): Likewise.
10033         (cosh_test_downward): Likewise.
10034         (cosh_test_upward): Likewise.
10035         (sinh_test_tonearest): Likewise.
10036         (sinh_test_towardzero): Likewise.
10037         (sinh_test_downward): Likewise.
10038         (sinh_test_upward): Likewise.
10039         (main): Call the new functions.
10040         * sysdeps/i386/fpu/libm-test-ulps: Update.
10041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10042
10043 2012-03-05  Tom de Vries  <tom@codesourcery.com>
10044
10045         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
10046         default stack guard is set in last bytes.
10047         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
10048
10049 2012-03-05  Kees Cook  <keescook@chromium.org>
10050
10051         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
10052
10053         [BZ #13656]
10054         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
10055         possibly allocate from heap instead of stack.
10056         * stdio-common/bug-vfprintf-nargs.c: New file.
10057         * stdio-common/Makefile (tests): Add nargs overflow test.
10058
10059 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
10060
10061         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10062
10063 2012-03-03  Marek Polacek  <polacek@redhat.com>
10064
10065         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
10066         * math/math_private.h: Likewise.
10067         * stdlib/tst-strtod.c: Likewise.
10068         * sysdeps/i386/i486/bits/atomic.h: Likewise.
10069         * sysdeps/x86_64/bits/atomic.h: Likewise.
10070
10071 2012-03-02  David S. Miller  <davem@davemloft.net>
10072
10073         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
10074         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
10075         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
10076         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
10077         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
10078         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
10079         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
10080         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
10081
10082 2012-03-02  Roland McGrath  <roland@hack.frob.com>
10083
10084         [BZ #13792]
10085         * manual/examples/README: New file, says the example source files
10086         can be used under GPL>=2.
10087         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
10088         line containing just "*/".
10089         * manual/examples/add.c: Add copyright header (GPL>=2).
10090         * manual/examples/argp-ex1.c: Likewise.
10091         * manual/examples/argp-ex2.c: Likewise.
10092         * manual/examples/argp-ex3.c: Likewise.
10093         * manual/examples/argp-ex4.c: Likewise.
10094         * manual/examples/atexit.c: Likewise.
10095         * manual/examples/db.c: Likewise.
10096         * manual/examples/dir.c: Likewise.
10097         * manual/examples/dir2.c: Likewise.
10098         * manual/examples/execinfo.c: Likewise.
10099         * manual/examples/filecli.c: Likewise.
10100         * manual/examples/filesrv.c: Likewise.
10101         * manual/examples/fmtmsgexpl.c: Likewise.
10102         * manual/examples/genpass.c: Likewise.
10103         * manual/examples/inetcli.c: Likewise.
10104         * manual/examples/inetsrv.c: Likewise.
10105         * manual/examples/isockad.c: Likewise.
10106         * manual/examples/longopt.c: Likewise.
10107         * manual/examples/memopen.c: Likewise.
10108         * manual/examples/memstrm.c: Likewise.
10109         * manual/examples/mkfsock.c: Likewise.
10110         * manual/examples/mkisock.c: Likewise.
10111         * manual/examples/mygetpass.c: Likewise.
10112         * manual/examples/pipe.c: Likewise.
10113         * manual/examples/popen.c: Likewise.
10114         * manual/examples/rprintf.c: Likewise.
10115         * manual/examples/search.c: Likewise.
10116         * manual/examples/select.c: Likewise.
10117         * manual/examples/setjmp.c: Likewise.
10118         * manual/examples/sigh1.c: Likewise.
10119         * manual/examples/sigusr.c: Likewise.
10120         * manual/examples/stpcpy.c: Likewise.
10121         * manual/examples/strdupa.c: Likewise.
10122         * manual/examples/strftim.c: Likewise.
10123         * manual/examples/strncat.c: Likewise.
10124         * manual/examples/subopt.c: Likewise.
10125         * manual/examples/swapcontext.c: Likewise.
10126         * manual/examples/termios.c: Likewise.
10127         * manual/examples/testopt.c: Likewise.
10128         * manual/examples/testpass.c: Likewise.
10129         * manual/examples/timeval_subtract.c: Likewise.
10130
10131         [BZ #13792]
10132         * manual/time.texi (Elapsed Time): Move timeval_subtract example
10133         function to ...
10134         * manual/timeval_subtract.c.texi: ... here, new file.
10135
10136 2012-03-02  David S. Miller  <davem@davemloft.net>
10137
10138         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
10139
10140 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
10141
10142         [BZ #3976]
10143         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
10144         (__sin): Save and restore rounding mode and use round-to-nearest
10145         for all computations.
10146         (__cos): Save and restore rounding mode and use round-to-nearest
10147         for all computations.
10148         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
10149         <fenv.h>.
10150         (tan): Save and restore rounding mode and use round-to-nearest for
10151         all computations.
10152         * math/libm-test.inc (cos_test_tonearest): New function.
10153         (cos_test_towardzero): Likewise.
10154         (cos_test_downward): Likewise.
10155         (cos_test_upward): Likewise.
10156         (sin_test_tonearest): Likewise.
10157         (sin_test_towardzero): Likewise.
10158         (sin_test_downward): Likewise.
10159         (sin_test_upward): Likewise.
10160         (tan_test_tonearest): Likewise.
10161         (tan_test_towardzero): Likewise.
10162         (tan_test_downward): Likewise.
10163         (tan_test_upward): Likewise.
10164         (main): Call the new functions.
10165         * sysdeps/i386/fpu/libm-test-ulps: Update.
10166         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10167
10168         [BZ #10135]
10169         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
10170         small n, then large n, before computing and testing k+n.
10171         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
10172         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
10173         Likewise.
10174         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
10175         Likewise.
10176         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
10177         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
10178         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
10179         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
10180         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
10181         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
10182         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
10183         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
10184         * math/libm-test.inc (scalbn_test): Add more tests.
10185         (scalbln_test): Likewise.
10186
10187         * manual/filesys.texi (mode_t): Describe constraints on size and
10188         signedness, not exact equivalence to a particular type.
10189         (ino_t): Likewise.
10190         (ino64_t): Likewise.
10191         (dev_t): Likewise.
10192         (nlink_t): Likewise.
10193         (blkcnt_t): Likewise.
10194         (blkcnt64_t): Likewise.
10195         * manual/llio.texi (off_t): Likewise.
10196
10197         [BZ #3976]
10198         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
10199         (__ieee754_exp): Save and restore rounding mode and use
10200         round-to-nearest for all computations.
10201         * math/libm-test.inc (exp_test_tonearest): New function.
10202         (exp_test_towardzero): Likewise.
10203         (exp_test_downward): Likewise.
10204         (exp_test_upward): Likewise.
10205         (main): Call the new functions.
10206         * sysdeps/i386/fpu/libm-test-ulps: Update.
10207         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10208
10209 2012-03-01  Chris Demetriou  <cgd@google.com>
10210
10211         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
10212         have predictable order.
10213
10214 2012-03-01  David S. Miller  <davem@davemloft.net>
10215
10216         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
10217
10218         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
10219         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
10220         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
10221         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
10222
10223         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
10224         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
10225         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
10226         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
10227         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
10228         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
10229         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
10230         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
10231         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
10232
10233         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10234
10235         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
10236         * sysdeps/sparc/fpu/libm-test-ulps: to here.
10237         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
10238
10239         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
10240         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10241         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
10242         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
10243         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
10244         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
10245         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
10246         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10247         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
10248         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
10249         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
10250         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
10251         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
10252         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
10253         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
10254         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
10255         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
10256         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
10257         * sysdeps/sparc/elf/configure: Regenerated.
10258
10259 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
10260
10261         * configure.in (AS, LD): Require binutils 2.20 or later.
10262         * configure: Regenerated.
10263         * manual/install.texi (Tools for Compilation): Give binutils 2.20
10264         as required minimum version.
10265         * INSTALL: Regenerated.
10266
10267         [BZ #2541]
10268         [BZ #4108]
10269         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
10270         before squaring exponent.
10271         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
10272         bottom long double and 27 bits of top long double before squaring
10273         exponent.
10274         * math/libm-test.inc (erfc_test): Add more tests.
10275         * sysdeps/i386/fpu/libm-test-ulps: Update.
10276         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10277         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10278
10279 2012-03-01  Kai Tietz  <ktietz@redhat.com>
10280
10281         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
10282         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
10283         containing bit-fields.
10284         * soft-fp/extended.h (_FP_UNION_E): Likewise.
10285         * soft-fp/single.h (_FP_UNION_S): Likewise.
10286         * soft-fp/double.h (_FP_UNION_D): Likewise.
10287
10288 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
10289
10290         [BZ #13786]
10291         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
10292         not include ../strcmp.S.
10293         [USE_AS_STRNCASECMP_L]: Likewise.
10294         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
10295         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
10296         * sysdeps/i386/i686/multiarch/strncase_l-c.c
10297         (__strncasecmp_l_ia32): Define as alias to
10298         __strncasecmp_l_nonascii.
10299
10300         [BZ #5794]
10301         * math/libm-test.inc (expm1_test): Add test for bug 5794.
10302         * sysdeps/i386/fpu/libm-test-ulps: Update.
10303         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10304
10305         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
10306         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10307
10308 2012-02-29  Jeff Law  <law@redhat.com>
10309
10310         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
10311         out of bounds read.
10312
10313 2012-02-29  Marek Polacek  <polacek@redhat.com>
10314
10315         [BZ #13706]
10316         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
10317         * elf/Makefile: Add rules to run tst-unused-dep.out.
10318
10319 2012-02-28  David S. Miller  <davem@davemloft.net>
10320
10321         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
10322         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
10323         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
10324         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
10325         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
10326         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
10327
10328 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
10329
10330         * math/libm-test.inc (llround_test): Move one test from
10331         lround_test.  Use TEST_f_L in moved test.
10332         (lround_test): Move misplaced test to llround_test.  Add testcase
10333         from bug 2561.
10334
10335 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
10336
10337         * sysdeps/x86_64/fpu/e_expf.S: New file.
10338         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
10339
10340 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
10341
10342         [BZ #13637]
10343         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
10344         of remain_len that may cause incomplete multi-byte character and
10345         false match.
10346         * posix/bug-regex33.c: New file.
10347         * posix/Makefile (tests): Add bug-regex33.
10348
10349 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
10350
10351         * manual/macros.texi: New file.
10352         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
10353         * manual/libc.texinfo: Include macros.texi.
10354         * manual/creatute.texi: Likewise.
10355         * manual/install.texi: Likewise.
10356         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
10357         @glibcadj{} in references to the GNU C Library.
10358         * manual/charset.texi: Likewise.
10359         * manual/conf.texi: Likewise.
10360         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
10361         when not using those macros.
10362         * manual/creature.texi: Likewise.
10363         * manual/crypt.texi: Likewise.
10364         * manual/errno.texi: Likewise.
10365         * manual/filesys.texi: Likewise.
10366         * manual/header.texi: Likewise.
10367         * manual/install.texi: Likewise.
10368         * manual/intro.texi: Likewise.
10369         * manual/io.texi: Likewise.
10370         * manual/job.texi: Likewise.
10371         * manual/lang.texi: Likewise.
10372         * manual/libc.texiinfo: Likewise.
10373         * manual/llio.texi: Likewise.
10374         * manual/locale.texi: Likewise.
10375         * manual/maint.texi: Likewise.
10376         * manual/math.texi: Likewise.
10377         * manual/memory.texi: Likewise.
10378         * manual/message.texi: Likewise.
10379         * manual/nss.texi: Likewise.
10380         * manual/pattern.texi: Likewise.
10381         * manual/process.texi: Likewise.
10382         * manual/resource.texi: Likewise.
10383         * manual/search.texi: Likewise.
10384         * manual/setjmp.texi: Likewise.
10385         * manual/signal.texi: Likewise.
10386         * manual/socket.texi: Likewise.
10387         * manual/startup.texi: Likewise.
10388         * manual/stdio.texi: Likewise.
10389         * manual/string.texi: Likewise.
10390         * manual/sysinfo.texi: Likewise.
10391         * manual/syslog.texi: Likewise.
10392         * manual/terminal.texi: Likewise.
10393         * manual/time.texi: Likewise.
10394         * manual/users.texi: Likewise.
10395         * INSTALL: Regenerated.
10396         * NOTES: Regenerated.
10397         * sysdeps/gnu/errlist.c: Regenerated.
10398
10399 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
10400
10401         * include/dirent.h: Include <dirstream.h> before
10402         <dirent/dirent.h>.
10403
10404 2012-02-28  David S. Miller  <davem@davemloft.net>
10405
10406         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
10407         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
10408         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
10409         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
10410
10411 2012-02-27  David S. Miller  <davem@davemloft.net>
10412
10413         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
10414         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
10415         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
10416         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
10417
10418         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
10419         frame pointer instead of stack pointer relative arg slot.
10420         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
10421         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
10422         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
10423
10424 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
10425
10426         [BZ #3992]
10427         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
10428
10429 2012-02-27  David S. Miller  <davem@davemloft.net>
10430
10431         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
10432         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
10433         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
10434         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
10435         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
10436         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
10437         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
10438         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
10439
10440 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
10441
10442         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
10443         later.  Allow versions 5-9.
10444         * configure: Regenerated.
10445         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
10446         required minimum version and 4.6 as recommended version.  Do not
10447         mention bugs in GCC 2.7 and 2.8.
10448         * INSTALL: Regenerated.
10449
10450 2012-02-27  David S. Miller  <davem@davemloft.net>
10451
10452         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
10453         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
10454         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
10455         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
10456         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
10457         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
10458         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
10459         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
10460
10461         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
10462         manipulate bits before adding and subtracting TWO112[sx].
10463         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
10464
10465 2012-02-27  Roland McGrath  <roland@hack.frob.com>
10466
10467         [BZ #13775]
10468         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
10469         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
10470         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
10471         being in POSIX, because they are in 1003.1-2008.
10472
10473         * rt/tst-aio.c: Include <fcntl.h>.
10474         * rt/tst-aio7.c: Likewise.
10475         * rt/tst-aio64.c: Likewise.
10476
10477         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
10478
10479 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
10480
10481         * manual/install.texi (--with-headers): Describe headers as
10482         interface headers, not private headers.
10483         (Specific advice for GNU/Linux systems): Describe use of headers
10484         from "make headers_install", not private headers from older
10485         kernels.
10486         * INSTALL: Regenerated.
10487         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
10488         Change to 2.6.19.
10489         * sysdeps/unix/sysv/linux/configure: Regenerated.
10490
10491         * manual/llio.texi (fclean): Remove documentation.
10492
10493         * manual/Makefile (libc-texi-generated): New variable.  Include
10494         version.texi.
10495         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
10496         $(libc-texi-generated), not duplicated list of files.
10497         (version.texi, stamp-version): New rules.
10498         (realclean): Remove $(libc-texi-generated), not individual files
10499         from that list.  Do not remove dir-add.texinfo.
10500         * manual/libc.texinfo: Comment out uses of edition numbers and
10501         references to printed manual.  Remove last-updated dates.
10502         (EDITION): Comment out.
10503         (ISBN): Likewise.
10504         (VERSION, UPDATED): Remove.
10505         (version.texi): Include.
10506
10507 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
10508
10509         * sysdeps/posix/spawni.c: Include <signal.h>.
10510         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
10511         * sysdeps/pthread/aio_fsync.c: Likewise.
10512
10513 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
10514
10515         * conform/Makefile (tests): Run only when not cross-compiling and
10516         when fast-check is not defined.
10517
10518         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
10519         * conform/data/limits.h-data: Fixes for POSIX2008.
10520         * conform/run-conformtest.sh: Run all tests.
10521         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
10522         headers.
10523         * include/bits/dlfcn.h: Likewise.
10524         * include/langinfo.h: Likewise.
10525         * include/monetary.h: Likewise.
10526         * include/sys/poll.h: Likewise.
10527
10528         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
10529         for __USE_GNU.
10530         * posix/spawn.h: Define __need_sigset_t.
10531         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
10532         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
10533         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
10534         to get sigevent_t only.
10535         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
10536         only for __USE_GNU.
10537         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
10538         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
10539         process_vm_writev only for __USE_GNU.
10540         * termios/termios.h: Declare tcgetsid also for POSIX2008.
10541
10542         * conform/Makefile: For now ignore errors from run-conformtest.
10543         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
10544         POSIX to avoid namespace pollution.  Don't prepend headers.
10545         * conform/data/aio.h-data: Fixes for POSIX testing.
10546         * conform/data/fcntl.h-data: Likewise.
10547         * conform/data/glob.h-data: Likewise.
10548         * conform/data/grp.h-data: Likewise.
10549         * conform/data/pthread.h-data: Likewise.
10550         * conform/data/pwd.h-data: Likewise.
10551         * conform/data/signal.h-data: Likewise.
10552         * conform/data/spawn.h-data: Likewise.
10553         * conform/data/stdio.h-data: Likewise.
10554         * conform/data/stdlib.h-data: Likewise.
10555         * conform/data/stropts.h-data: Likewise.
10556         * conform/data/sys/mman.h-data: Likewise.
10557         * conform/data/sys/stat.h-data: Likewise.
10558         * conform/data/sys/types.h-data: Likewise.
10559         * conform/data/sys/wait.h-data: Likewise.
10560         * conform/data/time.h-data: Likewise.
10561         * conform/data/unistd.h-data: Likewise.
10562         * conform/data/utime.h-data: Likewise.
10563
10564         * io/sys/stat.h: fchmod was always in POSIX.
10565         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
10566         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
10567         * rt/aio.h: Define __need_timespec before including <time.h>.
10568         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
10569         struct.  Add forward declaration of pthread_attr_t and use it in
10570         sigevent.
10571         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
10572         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
10573         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
10574         always remove CLK_TCK definition.
10575
10576 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
10577
10578         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
10579
10580 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
10581
10582         * conform/run-conformtest.sh: New file.
10583         * conform/Makefile: Run run-conformtest for tests.
10584         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
10585         support.
10586
10587         * conform/data/uchar.h-data: New file.
10588         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
10589         * conform/data/arpa/inet.h-data: Likewise.
10590         * conform/data/assert.h-data: Likewise.
10591         * conform/data/complex.h-data: Likewise.
10592         * conform/data/cpio.h-data: Likewise.
10593         * conform/data/ctype.h-data: Likewise.
10594         * conform/data/dirent.h-data: Likewise.
10595         * conform/data/dlfcn.h-data: Likewise.
10596         * conform/data/errno.h-data: Likewise.
10597         * conform/data/fcntl.h-data: Likewise.
10598         * conform/data/float.h-data: Likewise.
10599         * conform/data/fmtmsg.h-data: Likewise.
10600         * conform/data/fnmatch.h-data: Likewise.
10601         * conform/data/ftw.h-data: Likewise.
10602         * conform/data/glob.h-data: Likewise.
10603         * conform/data/grp.h-data: Likewise.
10604         * conform/data/iconv.h-data: Likewise.
10605         * conform/data/inttypes.h-data: Likewise.
10606         * conform/data/langinfo.h-data: Likewise.
10607         * conform/data/libgen.h-data: Likewise.
10608         * conform/data/limits.h-data: Likewise.
10609         * conform/data/locale.h-data: Likewise.
10610         * conform/data/math.h-data: Likewise.
10611         * conform/data/monetary.h-data: Likewise.
10612         * conform/data/mqueue.h-data: Likewise.
10613         * conform/data/ndbm.h-data: Likewise.
10614         * conform/data/net/if.h-data: Likewise.
10615         * conform/data/netdb.h-data: Likewise.
10616         * conform/data/netinet/in.h-data: Likewise.
10617         * conform/data/nl_types.h-data: Likewise.
10618         * conform/data/poll.h-data: Likewise.
10619         * conform/data/pthread.h-data: Likewise.
10620         * conform/data/pwd.h-data: Likewise.
10621         * conform/data/regex.h-data: Likewise.
10622         * conform/data/sched.h-data: Likewise.
10623         * conform/data/search.h-data: Likewise.
10624         * conform/data/semaphore.h-data: Likewise.
10625         * conform/data/setjmp.h-data: Likewise.
10626         * conform/data/signal.h-data: Likewise.
10627         * conform/data/spawn.h-data: Likewise.
10628         * conform/data/stdarg.h-data: Likewise.
10629         * conform/data/stdio.h-data: Likewise.
10630         * conform/data/stdlib.h-data: Likewise.
10631         * conform/data/string.h-data: Likewise.
10632         * conform/data/strings.h-data: Likewise.
10633         * conform/data/stropts.h-data: Likewise.
10634         * conform/data/sys/ipc.h-data: Likewise.
10635         * conform/data/sys/mman.h-data: Likewise.
10636         * conform/data/sys/msg.h-data: Likewise.
10637         * conform/data/sys/resource.h-data: Likewise.
10638         * conform/data/sys/select.h-data: Likewise.
10639         * conform/data/sys/sem.h-data: Likewise.
10640         * conform/data/sys/shm.h-data: Likewise.
10641         * conform/data/sys/socket.h-data: Likewise.
10642         * conform/data/sys/stat.h-data: Likewise.
10643         * conform/data/sys/statvfs.h-data: Likewise.
10644         * conform/data/sys/time.h-data: Likewise.
10645         * conform/data/sys/timeb.h-data: Likewise.
10646         * conform/data/sys/times.h-data: Likewise.
10647         * conform/data/sys/types.h-data: Likewise.
10648         * conform/data/sys/uio.h-data: Likewise.
10649         * conform/data/sys/un.h-data: Likewise.
10650         * conform/data/sys/utsname.h-data: Likewise.
10651         * conform/data/sys/wait.h-data: Likewise.
10652         * conform/data/syslog.h-data: Likewise.
10653         * conform/data/tar.h-data: Likewise.
10654         * conform/data/termios.h-data: Likewise.
10655         * conform/data/utime.h-data: Likewise.
10656         * conform/data/utmpx.h-data: Likewise.
10657         * conform/data/varargs.h-data: Likewise.
10658         * conform/data/wchar.h-data: Likewise.
10659         * conform/data/wctype.h-data: Likewise.
10660         * conform/data/wordexp.h-data: Likewise.
10661
10662         * include/stropts.h: New file.
10663         * include/uchar.h: New file.
10664         * include/aio.h: Changes to allow conformtest.pl to use the headers.
10665         * include/assert.h: Likewise.
10666         * include/ctype.h: Likewise.
10667         * include/dirent.h: Likewise.
10668         * include/dlfcn.h: Likewise.
10669         * include/fcntl.h: Likewise.
10670         * include/fnmatch.h: Likewise.
10671         * include/glob.h: Likewise.
10672         * include/grp.h: Likewise.
10673         * include/libio.h: Likewise.
10674         * include/locale.h: Likewise.
10675         * include/math.h: Likewise.
10676         * include/net/if.h: Likewise.
10677         * include/netdb.h: Likewise.
10678         * include/netinet/in.h: Likewise.
10679         * include/pthread.h: Likewise.
10680         * include/pwd.h: Likewise.
10681         * include/regex.h: Likewise.
10682         * include/sched.h: Likewise.
10683         * include/search.h: Likewise.
10684         * include/setjmp.h: Likewise.
10685         * include/signal.h: Likewise.
10686         * include/stdio.h: Likewise.
10687         * include/stdlib.h: Likewise.
10688         * include/string.h: Likewise.
10689         * include/sys/cdefs.h: Likewise.
10690         * include/sys/mman.h: Likewise.
10691         * include/sys/msg.h: Likewise.
10692         * include/sys/resource.h: Likewise.
10693         * include/sys/select.h: Likewise.
10694         * include/sys/socket.h: Likewise.
10695         * include/sys/stat.h: Likewise.
10696         * include/sys/statvfs.h: Likewise.
10697         * include/sys/time.h: Likewise.
10698         * include/sys/times.h: Likewise.
10699         * include/sys/uio.h: Likewise.
10700         * include/sys/utsname.h: Likewise.
10701         * include/sys/wait.h: Likewise.
10702         * include/termios.h: Likewise.
10703         * include/time.h: Likewise.
10704         * include/ulimit.h: Likewise.
10705         * include/unistd.h: Likewise.
10706         * include/utime.h: Likewise.
10707         * include/wchar.h: Likewise.
10708         * include/wctype.h: Likewise.
10709         * include/wordexp.h: Likewise.
10710
10711         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
10712
10713         * time/time.h: TIME_UTC must be a macro.
10714         Make timespec_get available for ISO C11 only as well.
10715
10716 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
10717
10718         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
10719         Reported by Peng Haitao <penght@cn.fujitsu.com>.
10720
10721 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
10722
10723         * configure.in: Use -o not -a in test for unsupported multi-arch.
10724
10725 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
10726
10727         * manual/texinfo.tex: Update to version 2012-01-19.16.
10728
10729 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
10730
10731         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
10732
10733 2012-02-24  Roland McGrath  <roland@hack.frob.com>
10734
10735         [BZ #13738]
10736         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
10737         * manual/fdl-1.3.texi: New file.
10738         * manual/fdl-1.1.texi: File removed.
10739
10740         [BZ #13738]
10741         * manual/libc.texinfo (FDL_VERSION): New @set.
10742         Use it for mention of FDL in cover text.
10743         (Documentation License): Use it in @include file name.
10744
10745 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
10746             Roland McGrath  <roland@hack.frob.com>
10747
10748         [BZ #5461]
10749         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
10750         not LONG_LONG_MAX and LONG_LONG_MIN.
10751         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
10752         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
10753         name.
10754         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
10755
10756 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
10757
10758         [BZ #2547]
10759         [BZ #11365]
10760         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
10761         manipulate bits before adding and subtracting TWO23[sx].
10762         * math/libm-test.inc (nearbyint_test): Add more tests.
10763
10764 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
10765
10766         [BZ #2548]
10767         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
10768         bits before adding and subtracting TWO23[sx].
10769         * math/libm-test.inc (rint_test): Add more tests.
10770         (rint_test_tonearest): Likewise.
10771         (rint_test_towardzero): Likewise.
10772         (rint_test_downward): Likewise.
10773         (rint_test_upward: Likewise.
10774
10775 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
10776
10777         [BZ #10110]
10778         * include/stdc-predef.h: New file.  Extracted from features.h.
10779         * include/features.h: Include stdc-predef.h.
10780         * Makefile (headers): Add stdc-predef.h.
10781         * CONFORMANCE (Compiler limitations): Update.
10782
10783 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
10784
10785         * manual/libc.texinfo (VERSION, UPDATED): Revert.
10786
10787 2012-02-21  David S. Miller  <davem@davemloft.net>
10788
10789         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
10790         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
10791
10792 2012-02-20  David S. Miller  <davem@davemloft.net>
10793
10794         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
10795         using a normal save/restore sequence, rather than allocating a
10796         dummy stack frame just to store a frame pointer and restore.
10797         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
10798
10799 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
10800
10801         * manual/install.texi: Fix stray word in line-wrapped comment.
10802
10803 2012-02-20  David S. Miller  <davem@davemloft.net>
10804
10805         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
10806         both binutils and gcc support GOTDATA.
10807
10808         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
10809         "rd %pc" in the PIC register setup sequences.
10810
10811         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
10812         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
10813         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
10814         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
10815         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
10816         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
10817         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
10818         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
10819         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
10820         (SYSCALL_ERROR_HANDLER): Likewise.
10821         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
10822         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
10823         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
10824         (SYSCALL_ERROR_HANDLER): Likewise.
10825
10826         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
10827         (HAVE_GCC_GOTDATA): New.
10828         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
10829         relocation support in both binutils and gcc.
10830         * sysdeps/sparc/elf/configure: Regenerate.
10831
10832         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
10833         * sysdeps/sparc/sparc32/elf/configure: Delete.
10834         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
10835         * sysdeps/sparc/sparc64/elf/configure: Delete.
10836         * sysdeps/sparc/elf/configure.in: New file.
10837         * sysdeps/sparc/elf/configure: Generate.
10838
10839         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
10840         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
10841         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
10842         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
10843         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
10844
10845 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
10846
10847         * manual/install.texi: Do not mention specific glibc version
10848         numbers.
10849         * manual/libc.texinfo (VERSION, UPDATED): Update.
10850         (@copying): Use @copyright{} and range of years.
10851
10852 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
10853
10854         [BZ #13695]
10855         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
10856         [crti.S not in sysdirs] (generated): Do not append.
10857         [crti.S not in sysdirs] (omit-deps): Likewise.
10858         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
10859         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
10860         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
10861         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
10862         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
10863         Likewise.
10864         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
10865         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
10866         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
10867         * csu/defs.awk: Remove file.
10868         * sysdeps/generic/initfini.c: Likewise.
10869         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
10870         variable.
10871         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
10872         Likewise.
10873
10874 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
10875
10876         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
10877         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
10878         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
10879         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
10880         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
10881         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
10882         <bits/epoll.h>.
10883         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
10884         (__EPOLL_PACKED): Define to empty if not defined by
10885         <bits/epoll.h>.
10886         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
10887         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10888         bits/epoll.h.
10889
10890 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
10891
10892         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
10893         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
10894         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
10895         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
10896         <bits/timerfd.h>.
10897         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
10898         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10899         bits/timerfd.h.
10900
10901 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
10902
10903         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
10904         in C locale.
10905         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10906         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
10907         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
10908         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10909
10910 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
10911
10912         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
10913         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
10914
10915 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
10916
10917         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
10918         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
10919         defined.
10920         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
10921         Likewise.
10922         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
10923         entry for 2.16.
10924
10925 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
10926
10927         * math/w_acos.c: Use non-signaling floating-point comparisons.
10928         * math/w_acosf.c: Likewise.
10929         * math/w_acosh.c: Likewise.
10930         * math/w_acoshf.c: Likewise.
10931         * math/w_acoshl.c: Likewise.
10932         * math/w_acosl.c: Likewise.
10933         * math/w_asin.c: Likewise.
10934         * math/w_asinf.c: Likewise.
10935         * math/w_asinl.c: Likewise.
10936         * math/w_atanh.c: Likewise.
10937         * math/w_atanhf.c: Likewise.
10938         * math/w_atanhl.c: Likewise.
10939         * math/w_exp2.c: Likewise.
10940         * math/w_exp2f.c: Likewise.
10941         * math/w_exp2l.c: Likewise.
10942         * math/w_j0.c: Likewise.
10943         * math/w_j0f.c: Likewise.
10944         * math/w_j0l.c: Likewise.
10945         * math/w_j1.c: Likewise.
10946         * math/w_j1f.c: Likewise.
10947         * math/w_j1l.c: Likewise.
10948         * math/w_jn.c: Likewise.
10949         * math/w_jnf.c: Likewise.
10950         * math/w_log.c: Likewise.
10951         * math/w_log10.c: Likewise.
10952         * math/w_log10f.c: Likewise.
10953         * math/w_log10l.c: Likewise.
10954         * math/w_log2.c: Likewise.
10955         * math/w_log2f.c: Likewise.
10956         * math/w_log2l.c: Likewise.
10957         * math/w_logf.c: Likewise.
10958         * math/w_logl.c: Likewise.
10959         * math/w_sqrt.c: Likewise.
10960         * math/w_sqrtf.c: Likewise.
10961         * math/w_sqrtl.c: Likewise.
10962         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
10963         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
10964         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
10965         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
10966         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
10967
10968 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
10969
10970         [BZ #9739]
10971         * manual/string.texi (strnlen): Use correct parameter name in
10972         equivalent expression.
10973
10974 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
10975
10976         [BZ #11174]
10977         * manual/users.texi (seteuid): Consistently use neweuid for
10978         argument name.
10979
10980 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
10981
10982         [BZ #13704]
10983         * manual/nss.texi (Services in the NSS configuration): Correct
10984         list of services in example configuration file.
10985
10986 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
10987
10988         [BZ #11322]
10989         * manual/arith.texi: Remove statements about negative zero
10990         behaving identically to zero.
10991
10992 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
10993
10994         [BZ #5993]
10995         * manual/install.texi: Do not document upgrading from libc5.
10996
10997 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
10998
10999         [BZ #4596]
11000         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
11001
11002 2012-02-18  David S. Miller  <davem@davemloft.net>
11003
11004         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
11005         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
11006         %o7 across the call.
11007         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
11008         instead.
11009         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
11010         SETUP_PIC_REG_LEAF.
11011         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
11012         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
11013         * sysdeps/sparc/crtn.S: Likewise.
11014
11015 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
11016
11017         * aout/Makefile: Remove.
11018
11019 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
11020
11021         [BZ #13058]
11022         * manual/examples/argp-ex1.c (main): Format definition in GNU
11023         style.
11024         * manual/examples/argp-ex2.c (main): Likewise.
11025         * manual/examples/argp-ex3.c (main): Likewise.
11026         * manual/examples/argp-ex4.c (main): Likewise.
11027         * manual/examples/longopt.c (main): Use new-style prototype
11028         definition.
11029         * manual/examples/strncat.c (main): Specify return type and use
11030         (void) for arguments.
11031         * manual/examples/subopt.c (main): Use char **argv argument.
11032
11033 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
11034
11035         [BZ #5077]
11036         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
11037         rounding modes.
11038
11039 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
11040
11041         [BZ #6907]
11042         * manual/string.texi (strchr): Change when strchrnul is
11043         recommended.
11044
11045 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
11046
11047         [BZ #174]
11048         * manual/locale.texi (setlocale): Document LOCPATH.
11049
11050 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
11051
11052         [BZ #10210]
11053         * manual/process.texi (execle): Move @dots{} before last argument.
11054
11055 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
11056
11057         [BZ #12047]
11058         * manual/charset.texi (Generic Charset Conversion): Fix typo
11059         (LC_TYPE -> LC_CTYPE).
11060
11061 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
11062
11063         [BZ #5805]
11064         * manual/arith.texi (scalbn): Use @var{} on parameter names.
11065         (scalbnf): Likewise.
11066         (scalbnl): Likewise.
11067         (scalbln): Likewise.
11068         (scalblnf): Likewise.
11069         (scalblnl): Likewise.
11070         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
11071         (vwarnx): Likewise.
11072         (verr): Likewise.
11073         (verrx): Likewise.
11074         * manual/filesys.texi (telldir): Use braces around return type.
11075         * manual/llio.texi (mmap): Add space after comma.
11076         (mmap64): Likewise.
11077         * manual/math.texi (jn): Use @var{} on parameter names.
11078         (jnf): Likewise.
11079         (jnl): Likewise.
11080         (yn): Likewise.
11081         (ynf): Likewise.
11082         (ynl): Likewise.
11083         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
11084         line.
11085         * manual/resource.texi (ulimit): Use @dots{} instead of literal
11086         "...".
11087         (sched_get_priority_min): Remove semicolon on @deftypefun line.
11088         (sched_get_priority_max): Likewise.
11089         * manual/signal.texi (sigvec): Add space after comma.
11090         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
11091         names.
11092         (if_indextoname): Likewise.
11093         (if_freenameindex): Likewise.
11094         (sendto): Use ',' instead of '.' in prototype.
11095         * manual/startup.texi (syscall): Use @dots{} instead of literal
11096         "...".
11097         * manual/stdio.texi (__fpending): Separate initial words of
11098         paragraph from @deftypefun line.
11099         * manual/syslog.texi (syslog): Use @dots{} instead of literal
11100         "...".
11101         (vsyslog): Use @var{} on parameter names.
11102         * manual/terminal.texi (stty): Use @var{} on parameter names.
11103         * manual/users.texi (getutmp): Use @var{} on parameter names.
11104         (getutmpx): Likewise.
11105
11106 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
11107
11108         [BZ #6884]
11109         * manual/stdio.texi (fopen): Fix typos in description of
11110         ",ccs=STRING".
11111
11112 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
11113
11114         [BZ #4026]
11115         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
11116         get clock_id definition.
11117
11118 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
11119
11120         [BZ #4822]
11121         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
11122         (madvise): Cast every argument to void on its own.
11123
11124 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
11125
11126         [BZ #9902]
11127         * manual/startup.texi (Exit Status): Fix typo.
11128
11129 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
11130
11131         [BZ #10140]
11132         * manual/examples/argp-ex1.c: Include <stdlib.h>.
11133         * manual/examples/argp-ex2.c: Likewise.
11134         * manual/examples/argp-ex3.c: Likewise.
11135
11136 2012-02-16  Richard Henderson  <rth@redhat.com>
11137
11138         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
11139         * sysdeps/s390/s390-32/initfini.c: Remove.
11140         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
11141         * sysdeps/s390/s390-64/initfini.c: Remove.
11142
11143 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11144
11145         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
11146         compiler output for sysdeps/generic/initfini.c.
11147         * sysdeps/sh/elf/initfini.c: Remove file.
11148
11149 2012-02-16  David S. Miller  <davem@davemloft.net>
11150
11151         [BZ #11494]
11152         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
11153
11154         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
11155         * sysdeps/sparc/crti.S: New file.
11156         * sysdeps/sparc/crtn.S: New file.
11157         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
11158         * sysdeps/sparc/sparc64/Makefile: Likewise.
11159
11160 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
11161
11162         [BZ #3335]
11163         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
11164
11165 2012-02-15  Roland McGrath  <roland@hack.frob.com>
11166
11167         [BZ #4822]
11168         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
11169
11170         * mach/devstream.c (cookie_io_functions_t): Macro removed.
11171         (write, read, close): Likewise.
11172         Patch by Aurelien Jarno <aurelien@aurel32.net>.
11173
11174 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
11175
11176         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
11177         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
11178         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
11179         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
11180         <bits/signalfd.h>.
11181         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
11182         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11183         bits/signalfd.h.
11184
11185 2012-02-14  Marek Polacek  <polacek@redhat.com>
11186
11187         * sysdeps/x86_64/crti.S: New file.
11188         * sysdeps/x86_64/crtn.S: New file.
11189         * sysdeps/x86_64/elf/initfini.c: Remove file.
11190
11191 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
11192
11193         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
11194         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
11195         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
11196         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
11197         <bits/inotify.h>.
11198         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
11199         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11200         bits/inotify.h.
11201
11202 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
11203
11204         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
11205         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
11206         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
11207         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
11208         <bits/eventfd.h>.
11209         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
11210         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11211         bits/eventfd.h.
11212
11213 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
11214
11215         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
11216         __feraiseexcept instead of feraiseexcept.
11217
11218         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
11219         nanosleep invocations.
11220         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
11221         strings, and add error checking for a nanosleep invocations.
11222
11223 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
11224
11225         Replace FSF snail mail address with URLs, as per GNU coding standards.
11226         Most of the snail mail addresses were wrong anyway, and omitting
11227         them makes the source code easier to maintain.  Almost all of the
11228         changes are to license notices and to locale LC_IDENTIFICATION
11229         addresses, except for this one:
11230         * manual/libc.texinfo: In "Published by", give the FSF's URL,
11231         not its snail mail address.
11232
11233 2012-02-09  Richard Henderson  <rth@twiddle.net>
11234
11235         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
11236         of kernel-features.h.
11237
11238         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
11239
11240 2012-02-08  Marek Polacek  <polacek@redhat.com>
11241
11242         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
11243         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
11244         * sysdeps/gnu/_G_config.h: Likewise.
11245         * sysdeps/generic/_G_config.h: Likewise.
11246
11247 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
11248
11249         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
11250         tests.
11251         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11252
11253         * sysdeps/powerpc/powerpc32/crti.S: New file.
11254         * sysdeps/powerpc/powerpc32/crtn.S: New file.
11255         * sysdeps/powerpc/powerpc64/crti.S: New file.
11256         * sysdeps/powerpc/powerpc64/crtn.S: New file.
11257
11258         * Makeconfig (have-initfini): Don't set.
11259         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
11260         * configure.in (nopic_initfini): Don't substitute.
11261         * config.h.in (HAVE_INITFINI): Don't #undef.
11262         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
11263         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
11264
11265 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
11266
11267         Support crti.S and crtn.S provided directly by architectures.
11268         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
11269         [crti.S in sysdirs] (omit-deps): Likewise.
11270         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
11271         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
11272         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
11273         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
11274         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
11275         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
11276         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
11277         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
11278         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
11279         compiler output for sysdeps/generic/initfini.c.
11280         * sysdeps/i386/elf/Makefile: Remove file.
11281         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
11282
11283 2012-02-07  Marek Polacek  <polacek@redhat.com>
11284
11285         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
11286         * sysdeps/gnu/_G_config.h: Likewise.
11287         * sysdeps/mach/hurd/_G_config.h: Likewise.
11288
11289 2012-02-07  Marek Polacek  <polacek@redhat.com>
11290
11291         * math/Makefile (tests): Add tst-CMPLX2.
11292         * math/tst-CMPLX2.c: New file.
11293
11294 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
11295
11296         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
11297
11298         * math/libm-test.inc (jn_test): Add missing L suffix.
11299
11300 2012-02-06  Marek Polacek  <polacek@redhat.com>
11301
11302         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
11303         * sysdeps/i386/fpu/e_powf.S: Likewise.
11304         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
11305         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
11306         * sysdeps/i386/fpu/e_acosh.S: Likewise.
11307         * sysdeps/i386/fpu/e_pow.S: Likewise.
11308         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
11309         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
11310         * sysdeps/i386/fpu/s_expm1.S: Likewise.
11311         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
11312         * sysdeps/i386/fpu/e_log2.S: Likewise.
11313         * sysdeps/i386/fpu/e_log2l.S: Likewise.
11314         * sysdeps/i386/fpu/e_scalb.S: Likewise.
11315         * sysdeps/i386/fpu/e_powl.S: Likewise.
11316         * sysdeps/i386/fpu/s_log1p.S: Likewise.
11317         * sysdeps/i386/fpu/e_log10f.S: Likewise.
11318         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
11319         * sysdeps/i386/fpu/e_logl.S: Likewise.
11320         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
11321         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
11322         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
11323         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
11324         * sysdeps/i386/fpu/e_log2f.S: Likewise.
11325         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
11326         * sysdeps/i386/fpu/e_log.S: Likewise.
11327         * sysdeps/i386/fpu/s_cexp.S: Likewise.
11328         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
11329         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
11330         * sysdeps/i386/fpu/e_logf.S: Likewise.
11331         * sysdeps/i386/fpu/e_log10l.S: Likewise.
11332         * sysdeps/i386/fpu/e_atanh.S: Likewise.
11333         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
11334         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
11335         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
11336         * sysdeps/i386/fpu/e_log10.S: Likewise.
11337         * sysdeps/i386/fpu/s_frexp.S: Likewise.
11338         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
11339         * sysdeps/i386/fpu/s_asinh.S: Likewise.
11340         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
11341         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
11342         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
11343         * sysdeps/i386/asm-syntax.h: Likewise.
11344         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
11345         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
11346         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
11347         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
11348         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
11349         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
11350         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
11351         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
11352         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
11353         * sysdeps/powerpc/sysdep.h: Likewise.
11354         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
11355         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
11356
11357 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
11358
11359         [BZ #411]
11360         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
11361
11362 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
11363
11364         * sysdeps/i386/sysdep.h: Include <features.h>.
11365         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
11366         version.
11367
11368 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
11369
11370         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
11371         Define.
11372         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
11373         LOAD_PIC_REG_STR.
11374
11375 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
11376
11377         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
11378         (SETUP_PIC_REG): Use GET_PC_THUNK.
11379         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
11380         macro.
11381
11382 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
11383
11384         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
11385         for non-PIC compilation.
11386         (SETUP_PIC_REG): Add .p2align directive.
11387         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
11388         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
11389         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
11390         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
11391         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
11392         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
11393         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
11394         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
11395         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
11396         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
11397         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
11398         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
11399         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
11400         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
11401         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
11402         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
11403         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
11404         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
11405         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
11406         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
11407         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
11408         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
11409         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
11410         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
11411         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
11412         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
11413         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
11414         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
11415         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
11416         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
11417         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
11418         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
11419         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
11420         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
11421         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
11422         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
11423         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
11424         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
11425         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
11426         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
11427         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
11428
11429 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
11430
11431         * math/tst-CMPLX.c: Include <stdio.h>.
11432
11433 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
11434
11435         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
11436         float.
11437         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
11438         * sysdeps/sparc/bits/mathdef.h: Likewise.
11439
11440 2012-01-31  Marek Polacek  <polacek@redhat.com>
11441
11442         * libio/libio.h: Don't define _PARAMS.
11443         * locale/programs/config.h: Don't define PARAMS.
11444         * stdlib/strtol_l.c: Likewise.
11445         (__strtol_l): Remove PARAMS from the prototype.
11446
11447 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
11448
11449         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
11450         names.  Just use the correct names.  Remove unnecessary wrapper
11451         functions.
11452         * malloc/arena.c: Likewise.
11453         * malloc/hooks.c: Likewise.
11454
11455         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
11456         ARENA_TEST says not to.  Simplify test for creation of a new arena.
11457         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
11458
11459 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
11460
11461         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
11462         into tail calls.
11463         (update_get_addr): New function.
11464         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
11465         GET_ADDR_MODULE parameter.
11466
11467 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
11468
11469         * crypt/cert.c: Remove __STDC__ conditionals.
11470         * crypt/crypt-entry.c: Likewise.
11471         * crypt/crypt_util.c: Likewise.
11472         * libio/filedoalloc.c: Likewise.
11473         * libio/fileops.c: Likewise.
11474         * libio/genops.c: Likewise.
11475         * libio/iofclose.c: Likewise.
11476         * libio/iofdopen.c: Likewise.
11477         * libio/iofopen.c: Likewise.
11478         * libio/iofopen64.c: Likewise.
11479         * libio/iogetdelim.c: Likewise.
11480         * libio/iopopen.c: Likewise.
11481         * libio/obprintf.c: Likewise.
11482         * libio/oldfileops.c: Likewise.
11483         * libio/oldiofclose.c: Likewise.
11484         * libio/oldiofdopen.c: Likewise.
11485         * libio/oldiofopen.c: Likewise.
11486         * libio/oldiopopen.c: Likewise.
11487         * libio/wfiledoalloc.c: Likewise.
11488         * libio/wgenops.c: Likewise.
11489         * locale/programs/xmalloc.c: Likewise.
11490         * misc/syslog.c: Likewise.
11491         * stdio-common/xbug.c: Likewise.
11492         * string/memchr.c: Likewise.
11493         * string/memcmp.c: Likewise.
11494         * string/memrchr.c: Likewise.
11495         * string/rawmemchr.c: Likewise.
11496         * sysdeps/posix/getcwd.c: Likewise.
11497         * time/strftime_l.c: Likewise.
11498
11499 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
11500
11501         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
11502         * config.make.in (config-cflags-sse2avx): Define.
11503         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
11504         Fix typo.
11505
11506 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
11507
11508         * scripts/config.guess: Update from upstream config git repository.
11509         * scripts/config.sub: Likewise.
11510
11511 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
11512
11513         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
11514         (EM_NUM): Update.
11515         (R_TILEPRO_*, R_TILEGX_*): New macros.
11516
11517         * scripts/firstversions.awk: Fix bug in version range handling.
11518
11519         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
11520
11521         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
11522
11523         * include/sys/epoll.h: New file.
11524         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
11525         libc_hidden_def.
11526
11527 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
11528
11529         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
11530         Avoid unnecessary __WORDSIZE == 64 test.
11531         (fmaxf): Use VEX format if possible.
11532         (fmax): Likewise.
11533         (fminf): Likewise.
11534         (fmin): Likewise.
11535
11536         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
11537         * math/math_private.h: Remove libc_fegetround* and
11538         libc_fesetround*.
11539         * sysdeps/i386/configure.in: Check for -msse2avx.
11540         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
11541         also if SSE2AVX is defined.
11542         Remove libc_fegetround* and libc_fesetround*.
11543         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
11544         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
11545         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
11546         of HAS_YMM_USABLE.
11547         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
11548         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
11549         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
11550         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
11551         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
11552
11553         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
11554
11555 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11556
11557         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
11558         size is not set.
11559         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
11560
11561 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
11562
11563         [BZ #13618]
11564         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
11565         relocation.
11566         * Makeconfig (libm): Define.
11567         * elf/Makefile: Add rules to build and run tst-relsort1.
11568         * elf/tst-relsort1.c: New file.
11569         * elf/tst-relsort1mod1.c: New file.
11570         * elf/tst-relsort1mod2.c: New file.
11571
11572 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
11573
11574         * math/s_ldexp.c: Remove __STDC__ conditionals.
11575         * math/s_ldexpf.c: Likewise.
11576         * math/s_ldexpl.c: Likewise.
11577         * math/s_nextafter.c: Likewise.
11578         * math/s_nexttowardf.c: Likewise.
11579         * math/s_significand.c: Likewise.
11580         * math/s_significandf.c: Likewise.
11581         * math/s_significandl.c: Likewise.
11582         * math/w_jnl.c: Likewise.
11583         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
11584         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
11585         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
11586         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
11587         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
11588         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
11589         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
11590         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
11591         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
11592         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
11593         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
11594         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
11595         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
11596         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
11597         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
11598         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
11599         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
11600         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
11601         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
11602         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
11603         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
11604         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
11605         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
11606         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
11607         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
11608         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
11609         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
11610         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
11611         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
11612         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
11613         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
11614         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
11615         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
11616         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
11617         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
11618         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
11619         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
11620         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
11621         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
11622         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
11623         * sysdeps/ieee754/k_standard.c: Likewise.
11624         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
11625         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
11626         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
11627         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
11628         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
11629         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
11630         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
11631         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
11632         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
11633         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
11634         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
11635         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
11636         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
11637         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
11638         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
11639         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
11640         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
11641         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
11642         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
11643         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
11644         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11645         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
11646         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
11647         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
11648         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
11649         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
11650         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
11651         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
11652         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
11653         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
11654         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
11655         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
11656         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
11657         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
11658         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
11659         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
11660         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
11661         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
11662         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
11663         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
11664         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
11665         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
11666         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
11667         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
11668         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
11669         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
11670         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
11671         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
11672         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
11673         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
11674         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
11675         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
11676         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
11677         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
11678         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
11679         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
11680         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
11681         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
11682         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
11683         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
11684         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
11685         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
11686         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
11687         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
11688         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
11689         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
11690         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
11691         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
11692         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
11693         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
11694         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
11695         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
11696         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
11697         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
11698         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
11699         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
11700         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
11701         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
11702         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
11703         * sysdeps/ieee754/s_matherr.c: Likewise.
11704         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
11705         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
11706         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
11707         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
11708
11709 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
11710
11711         * crypt/md5.h: Remove __STDC__ conditionals.
11712         * libio/libioP.h: Likewise.
11713         * locale/programs/config.h: Likewise.
11714         * sysdeps/generic/sysdep.h: Likewise.
11715         * sysdeps/i386/asm-syntax.h: Likewise.
11716         * sysdeps/s390/asm-syntax.h: Likewise.
11717         * sysdeps/unix/sysdep.h: Likewise.
11718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
11719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
11720
11721 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
11722
11723         * libio/libio.h: Remove __STDC__ conditionals.
11724         * malloc/obstack.h: Likewise.
11725         * math/complex.h: Likewise.
11726         * math/math.h: Likewise.
11727         * sysdeps/generic/_G_config.h: Likewise.
11728         * sysdeps/gnu/_G_config.h: Likewise.
11729         * sysdeps/mach/hurd/_G_config.h: Likewise.
11730         * sysdeps/powerpc/bits/mathdef.h: Likewise.
11731         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
11732         * sysdeps/sparc/bits/mathdef.h: Likewise.
11733
11734 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
11735
11736         [BZ #13583]
11737         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
11738         Clean up HAS_* macros.
11739         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
11740         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
11741         possible.
11742         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
11743         HAS_AVX.
11744         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
11745         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
11746         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
11747         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
11748         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
11749
11750 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
11751
11752         * elf/tst-unique3.cc (gets): Remove declaration.
11753         * elf/tst-unique3lib.cc (gets): Likewise.
11754         * elf/tst-unique3lib2.cc (gets): Likewise.
11755         * elf/tst-unique4.cc (gets): Likewise.
11756
11757 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
11758
11759         * include/stdio.h: Add C++ protection.  Add gets declarations and
11760         definitions.
11761         * debug/tst-chk1.c: Don't declare gets here.
11762         * stdio-common/tst-gets.c: Likewise.
11763
11764 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
11765
11766         * posix/glob: Remove directory.
11767
11768 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
11769
11770         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
11771
11772 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
11773
11774         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
11775         of the non-standard EPFNOSUPPORT.
11776
11777 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11778
11779         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
11780         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
11781         ANYWHERE set to 1 only on KERN_NO_SPACE error.
11782
11783 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
11784
11785         * wcsmbs/uchar.h: Test __STDC_VERSION__.
11786
11787 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
11788
11789         * nscd/aicache.c (addhstaiX): Do not cache negative results of
11790         transient errors.
11791         * nscd/grpcache.c (cache_addgr): Likewise.
11792         * nscd/hstcache.c (cache_addhst): Likewise.
11793         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11794         * nscd/pwdcache.c (cache_addpw): Likewise.
11795         * nscd/servicescache.c (cache_addserv): Likewise.
11796
11797 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
11798
11799         * malloc/malloc.c: Various cleanups.
11800         * malloc/hooks.c: Likewise.
11801
11802         * stdlib/Makefile (tests): Add bug-fmtmsg1.
11803         * stdlib/bug-fmtmsg1.c: New file.
11804
11805         * stdlib/fmtmsg.c (init): Add missing unlock.
11806         Patch by Peng Haitao <penght@cn.fujitsu.com>.
11807
11808 2012-01-12  Marek Polacek  <polacek@redhat.com>
11809
11810         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
11811         and _GNU_SOURCE.
11812
11813 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
11814
11815         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
11816         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
11817         macro to ensure uniqueness of label name.
11818         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
11819         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
11820
11821 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
11822
11823         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
11824
11825         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
11826         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
11827         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11828         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
11829
11830 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
11831
11832         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
11833
11834         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
11835         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
11836         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
11837
11838         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
11839
11840         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
11841         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
11842         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
11843         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
11844
11845         * math/bits/math-finite.h: Add ldexp support.
11846
11847 2012-01-10  Marek Polacek  <polacek@redhat.com>
11848
11849         * locale/programs/localedef.h (show_archive_content): Add noreturn
11850         attribute.
11851
11852 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
11853
11854         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
11855
11856 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
11857
11858         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
11859
11860         * io/Makefile (headers): Add bits/poll2.h.
11861
11862 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
11863
11864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
11865         typo #include statement.
11866
11867 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
11868
11869         * include/sys/cdefs.h: Define __attribute_alloc_size.
11870         * catgets/gencat.c: Add alloc_size attribute and apply consistently
11871         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
11872         * elf/pldd.c: Likewise.
11873         * iconv/iconv_charmap.c: Likewise.
11874         * iconv/iconvconfig.c: Likewise.
11875         * iconv/strtab.c: Likewise.
11876         * locale/programs/locale.c: Likewise.
11877         * locale/programs/localedef.h: Likewise.
11878         * locale/programs/simple-hash.c: Likewise.
11879         * nscd/nscd.h: Likewise.
11880         * nss/makedb.c: Likewise.
11881         * sysdeps/generic/ldconfig.h: Likewise.
11882         * locale/programs/localedef.c: Remove xmalloc prototype.
11883         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
11884
11885 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
11886
11887         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
11888         appropriate.
11889
11890 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
11891
11892         * math/Makefile (tests): Add tst-CMPLX.
11893         * math/tst-CMPLX.c: New file.
11894
11895         * math/complex.h (CMPLXL): Fix typo.
11896
11897         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
11898         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
11899         GLIBC_2.16.
11900         * debug/tst-chk1.c: Add poll and ppoll tests.
11901         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
11902         * include/sys/poll.h: Add hidden proto for ppoll.
11903         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
11904         * sysdeps/mach/hurd/ppoll.c: Likewise.
11905         * io/ppoll.c: Likewise.
11906         * debug/poll_chk.c: New file.
11907         * debug/ppoll_chk.c: New file.
11908         * include/bits/poll2.h: New file.
11909         * io/bits/poll2.h: New file.
11910
11911         [BZ #1350]
11912         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
11913
11914         * configure.in: static is always set to yes.  Remove.
11915         * config.make.in: Don't set build-static.
11916         * Makeconfig: Remove use of build-static.
11917         * dlfcn/Makefile: Likewise.
11918         * elf/Makefile: Likewise.
11919         * math/Makefile: Likewise.
11920         * misc/Makefile: Likewise.
11921         * nptl/Makefile: Likewise.
11922         * sysdeps/mach/hurd/Makefile: Likewise.
11923
11924         * configure.in: PWD_P is not used anymore.
11925         * config.make.in: Remove PWD_P entry.
11926
11927         * configure.in: Remove last remnants of RANLIB.
11928         No need to check for signed size_t anymore.
11929         Don't set libc_commonpagesize and libc_relro_required here for Alpha
11930         and IA-64.
11931         Remove __builtin_expect test because we require at least gcc 3.4.
11932         * aclocal.m4: Likewise.
11933
11934         * wcsmbs/mbrtoc16.c: Implement using towc function.
11935         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
11936         * wcsmbs/wcsmbsload.c: Likewise.
11937         * iconv/gconv_simple.c: Likewise.
11938         * iconv/gconv_int.h: Likewise.
11939         * iconv/gconv_builtin.h: Likewise.
11940         * iconv/iconv_prog.c: Remove CHAR16 handling.
11941
11942         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
11943
11944         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
11945
11946         * configure.in: Remove --with-elf and --enable-bounded options.
11947         Dont set base_machine for ia64.  More non-ELF conditions removed.
11948         Remove testing and setting of leading underscore information.
11949         * config.make.in (build-bounded): Set to no.
11950         * config.h.in: Remove NO_UNDERSCORES entry.
11951         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
11952         them.
11953         * csu/start.c: Remove !NO_UNDERSCORE code.
11954         * locale/localeinfo.h: Likewise.
11955         * sysdeps/generic/machine-gmon.h: Likewise.
11956         * sysdeps/generic/sysdep.h: Likewise.
11957         * sysdeps/i386/sysdep.h: Likewise.
11958         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
11959         * sysdeps/mach/sysdep.h: Likewise.
11960         * sysdeps/s390/s390-32/sysdep.h: Likewise.
11961         * sysdeps/s390/s390-64/sysdep.h: Likewise.
11962         * sysdeps/sh/sysdep.h: Likewise.
11963         * sysdeps/sparc/sparc32/alloca.S: Likewise.
11964         * sysdeps/unix/i386/sysdep.S: Likewise.
11965         * sysdeps/unix/sparc/start.c: Likewise.
11966         * sysdeps/unix/sparc/sysdep.S: Likewise.
11967         * sysdeps/unix/sparc/sysdep.h: Likewise.
11968         * sysdeps/unix/start.c: Likewise.
11969         * sysdeps/unix/x86_64/sysdep.S: Likewise.
11970         * sysdeps/x86_64/sysdep.h: Likewise.
11971
11972 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
11973
11974         [BZ #13553]
11975         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
11976         for non-gcc.
11977         * argp/argp-fmtstream.h: Use const instead __const.
11978         * argp/argp.h: Likewise.
11979         * assert/assert.h: Likewise.
11980         * bits/fenv.h: Likewise.
11981         * bits/sched.h: Likewise.
11982         * bits/sigset.h: Likewise.
11983         * bits/sigthread.h: Likewise.
11984         * catgets/nl_types.h: Likewise.
11985         * conform/data/pthread.h-data: Likewise.
11986         * crypt/crypt-private.h: Likewise.
11987         * crypt/crypt.h: Likewise.
11988         * crypt/crypt_util.c: Likewise.
11989         * ctype/ctype.h: Likewise.
11990         * debug/execinfo.h: Likewise.
11991         * debug/mbsnrtowcs_chk.c: Likewise.
11992         * debug/mbsrtowcs_chk.c: Likewise.
11993         * debug/wcsnrtombs_chk.c: Likewise.
11994         * debug/wcsrtombs_chk.c: Likewise.
11995         * debug/wcstombs_chk.c: Likewise.
11996         * dirent/dirent.h: Likewise.
11997         * dlfcn/dlfcn.h: Likewise.
11998         * elf/neededtest4.c: Likewise.
11999         * grp/grp.h: Likewise.
12000         * gshadow/gshadow.h: Likewise.
12001         * iconv/gconv.h: Likewise.
12002         * iconv/gconv_int.h: Likewise.
12003         * iconv/gconv_simple.c: Likewise.
12004         * iconv/iconv.h: Likewise.
12005         * iconv/loop.c: Likewise.
12006         * iconv/skeleton.c: Likewise.
12007         * include/aio.h: Likewise.
12008         * include/aliases.h: Likewise.
12009         * include/argz.h: Likewise.
12010         * include/arpa/inet.h: Likewise.
12011         * include/assert.h: Likewise.
12012         * include/dirent.h: Likewise.
12013         * include/dlfcn.h: Likewise.
12014         * include/execinfo.h: Likewise.
12015         * include/fcntl.h: Likewise.
12016         * include/fenv.h: Likewise.
12017         * include/glob.h: Likewise.
12018         * include/grp.h: Likewise.
12019         * include/libintl.h: Likewise.
12020         * include/mntent.h: Likewise.
12021         * include/netdb.h: Likewise.
12022         * include/pwd.h: Likewise.
12023         * include/rpc/netdb.h: Likewise.
12024         * include/sched.h: Likewise.
12025         * include/search.h: Likewise.
12026         * include/shadow.h: Likewise.
12027         * include/signal.h: Likewise.
12028         * include/stdio.h: Likewise.
12029         * include/stdlib.h: Likewise.
12030         * include/string.h: Likewise.
12031         * include/sys/socket.h: Likewise.
12032         * include/sys/stat.h: Likewise.
12033         * include/sys/statfs.h: Likewise.
12034         * include/sys/statvfs.h: Likewise.
12035         * include/sys/syslog.h: Likewise.
12036         * include/sys/time.h: Likewise.
12037         * include/sys/uio.h: Likewise.
12038         * include/time.h: Likewise.
12039         * include/unistd.h: Likewise.
12040         * include/utmp.h: Likewise.
12041         * include/wchar.h: Likewise.
12042         * include/wctype.h: Likewise.
12043         * inet/aliases.h: Likewise.
12044         * inet/arpa/inet.h: Likewise.
12045         * inet/netinet/ether.h: Likewise.
12046         * inet/netinet/in.h: Likewise.
12047         * intl/libintl.h: Likewise.
12048         * io/bits/fcntl2.h: Likewise.
12049         * io/fcntl.h: Likewise.
12050         * io/ftw.h: Likewise.
12051         * io/sys/poll.h: Likewise.
12052         * io/sys/stat.h: Likewise.
12053         * io/sys/statfs.h: Likewise.
12054         * io/sys/statvfs.h: Likewise.
12055         * io/utime.h: Likewise.
12056         * libio/bits/stdio.h: Likewise.
12057         * libio/bits/stdio2.h: Likewise.
12058         * libio/libio.h: Likewise.
12059         * libio/libioP.h: Likewise.
12060         * libio/stdio.h: Likewise.
12061         * locale/lc-ctype.c: Likewise.
12062         * locale/locale.h: Likewise.
12063         * login/utmp.h: Likewise.
12064         * malloc/arena.c: Likewise.
12065         * malloc/malloc.c: Likewise.
12066         * malloc/malloc.h: Likewise.
12067         * malloc/mcheck.c: Likewise.
12068         * malloc/mtrace.c: Likewise.
12069         * math/bits/mathcalls.h: Likewise.
12070         * math/fenv.h: Likewise.
12071         * math/math_private.h: Likewise.
12072         * misc/bits/error.h: Likewise.
12073         * misc/bits/syslog.h: Likewise.
12074         * misc/err.h: Likewise.
12075         * misc/error.h: Likewise.
12076         * misc/fstab.h: Likewise.
12077         * misc/mntent.h: Likewise.
12078         * misc/regexp.h: Likewise.
12079         * misc/search.h: Likewise.
12080         * misc/sgtty.h: Likewise.
12081         * misc/sys/mman.h: Likewise.
12082         * misc/sys/syslog.h: Likewise.
12083         * misc/sys/uio.h: Likewise.
12084         * misc/sys/xattr.h: Likewise.
12085         * misc/ttyent.h: Likewise.
12086         * nis/rpcsvc/ypclnt.h: Likewise.
12087         * nss/nss.h: Likewise.
12088         * posix/bits/unistd.h: Likewise.
12089         * posix/fnmatch.h: Likewise.
12090         * posix/glob.h: Likewise.
12091         * posix/sched.h: Likewise.
12092         * posix/spawn.h: Likewise.
12093         * posix/sys/wait.h: Likewise.
12094         * posix/unistd.h: Likewise.
12095         * posix/wordexp.h: Likewise.
12096         * pwd/pwd.h: Likewise.
12097         * resolv/netdb.h: Likewise.
12098         * resource/sys/resource.h: Likewise.
12099         * rt/aio.h: Likewise.
12100         * rt/bits/mqueue2.h: Likewise.
12101         * rt/mqueue.h: Likewise.
12102         * shadow/shadow.h: Likewise.
12103         * signal/signal.h: Likewise.
12104         * socket/send.c: Likewise.
12105         * socket/sendto.c: Likewise.
12106         * socket/sys/socket.h: Likewise.
12107         * stdio-common/printf.h: Likewise.
12108         * stdlib/bits/stdlib.h: Likewise.
12109         * stdlib/fmtmsg.h: Likewise.
12110         * stdlib/monetary.h: Likewise.
12111         * stdlib/stdlib.h: Likewise.
12112         * stdlib/ucontext.h: Likewise.
12113         * streams/stropts.h: Likewise.
12114         * string/argz.h: Likewise.
12115         * string/bits/string2.h: Likewise.
12116         * string/string.h: Likewise.
12117         * string/strings.h: Likewise.
12118         * sunrpc/rpc/auth.h: Likewise.
12119         * sunrpc/rpc/auth_des.h: Likewise.
12120         * sunrpc/rpc/clnt.h: Likewise.
12121         * sunrpc/rpc/netdb.h: Likewise.
12122         * sunrpc/rpc/pmap_clnt.h: Likewise.
12123         * sunrpc/rpc/xdr.h: Likewise.
12124         * sysdeps/generic/inttypes.h: Likewise.
12125         * sysdeps/generic/net/if.h: Likewise.
12126         * sysdeps/generic/sys/swap.h: Likewise.
12127         * sysdeps/gnu/net/if.h: Likewise.
12128         * sysdeps/gnu/utmpx.h: Likewise.
12129         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
12130         * sysdeps/i386/i486/bits/string.h: Likewise.
12131         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
12132         * sysdeps/s390/bits/string.h: Likewise.
12133         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
12134         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
12135         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
12136         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
12137         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
12138         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
12139         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
12140         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
12141         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
12142         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
12143         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
12144         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
12145         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
12146         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
12147         * sysdeps/unix/sysv/linux/readv.c: Likewise.
12148         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
12149         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
12150         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
12151         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
12152         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
12153         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
12154         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
12155         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
12156         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
12157         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
12158         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
12159         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
12160         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
12161         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
12162         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
12163         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
12164         * sysvipc/sys/ipc.h: Likewise.
12165         * sysvipc/sys/msg.h: Likewise.
12166         * sysvipc/sys/sem.h: Likewise.
12167         * sysvipc/sys/shm.h: Likewise.
12168         * termios/termios.h: Likewise.
12169         * time/sys/time.h: Likewise.
12170         * time/time.h: Likewise.
12171         * wcsmbs/bits/wchar2.h: Likewise.
12172         * wcsmbs/uchar.h: Likewise.
12173         * wcsmbs/wchar.h: Likewise.
12174         * wctype/wctype.h: Likewise.
12175
12176         [BZ #13551]
12177         * Makeconfig: Remove all but ELF support including AIX support.
12178         * Makerules: Likewise.
12179         * config.h.in: Likewise.
12180         * config.make.in: Likewise.
12181         * configure: Likewise.
12182         * configure.in: Likewise.
12183         * csu/Makefile: Likewise.
12184         * csu/version.c: Likewise.
12185         * debug/Makefile: Likewise.
12186         * dlfcn/Makefile: Likewise.
12187         * elf/Makefile: Likewise.
12188         * extra-lib.mk: Likewise.
12189         * iconv/Makefile: Likewise.
12190         * include/libc-symbols.h: Likewise.
12191         * include/shlib-compat.h: Likewise.
12192         * resolv/Makefile: Likewise.
12193         * resolv/res_libc.c: Likewise.
12194         * rt/Makefile: Likewise.
12195         * sysdeps/i386/asm-syntax.h: Likewise.
12196         * sysdeps/i386/sysdep.h: Likewise.
12197         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
12198         * sysdeps/mach/sysdep.h: Likewise.
12199         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
12200         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
12201         * sysdeps/s390/asm-syntax.h: Likewise.
12202         * sysdeps/s390/s390-32/sysdep.h: Likewise.
12203         * sysdeps/s390/s390-64/sysdep.h: Likewise.
12204         * sysdeps/sh/sysdep.h: Likewise.
12205         * sysdeps/unix/sparc/sysdep.h: Likewise.
12206         * sysdeps/wordsize-32/divdi3.c: Likewise.
12207         * sysdeps/x86_64/sysdep.h: Likewise.
12208
12209         * argp/Versions: Remove _argp_unlock_xxx.
12210
12211         [BZ #13559]
12212         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
12213         * abilist/libBrokenLocale.abilist: Likewise.
12214         * abilist/libanl.abilist: Likewise.
12215         * abilist/libc.abilist: Likewise.
12216         * abilist/libcrypt.abilist: Likewise.
12217         * abilist/libdl.abilist: Likewise.
12218         * abilist/libm.abilist: Likewise.
12219         * abilist/libnsl.abilist: Likewise.
12220         * abilist/libpthread.abilist: Likewise.
12221         * abilist/libresolv.abilist: Likewise.
12222         * abilist/librt.abilist: Likewise.
12223         * abilist/libthread_db.abilist: Likewise.
12224         * abilist/libutil.abilist: Likewise.
12225         * abilist/libnss_db.abilist: New file.
12226
12227         * scripts/abilist.awk: Add support for indirect functions.
12228
12229         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
12230
12231         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
12232
12233         * shlib-versions: Remove entries for ports architectures.
12234
12235         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
12236         files in ports.
12237         * elf/stackguard-macros.h: Remove support for IA-64.
12238         * elf/tst-auditmod1.c: Likewise.
12239         * sysdeps/generic/ldsodefs.h: Likewise.
12240
12241         * sysdeps/unix/sysv/linux/configure.in: Ports should define
12242         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
12243         configure files.
12244
12245         [BZ #13552]
12246         * configure.in: Remove --enable-omitfp support.
12247         * FAQ.in: Adjust.
12248         * config.make.in: Likewise.
12249         * Makeconfig: Likewise.
12250         * manual/install.texi: Likewise.
12251
12252         In case anyone cares, the IA-64 architecture could move to ports.
12253         * sysdeps/ia64/*: Removed.
12254         * sysdeps/unix/sysv/linux/ia64/*: Removed.
12255         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
12256
12257         [BZ #13555]
12258         * configure.in: Remove entries for unsupported architectures.
12259
12260         [BZ #13533]
12261         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
12262         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
12263         routines.
12264         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
12265         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
12266         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
12267         fall back to using wcrtomb.
12268         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
12269         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
12270         renaming.
12271         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
12272         * wcsmbs/tst-c16c32-1.c: New file.
12273
12274         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
12275         local variable.
12276
12277         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
12278
12279         * elf/tst-unique3.cc: Add explicit declaration of gets.
12280         * elf/tst-unique3lib.cc: Likewise.
12281         * elf/tst-unique3lib2.cc: Likewise.
12282         * elf/tst-unique4.cc: Likewise.
12283
12284         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
12285
12286 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
12287
12288         [BZ #13566]
12289         * assert/assert.h (static_assert): Don't define for C++.
12290         * libio/stdio.h (gets): Do declare for C++ <= C++11.
12291         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
12292
12293 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
12294
12295         * iconv/loop.c (single loop): Fix assertion in storing of
12296         remaining bytes.
12297
12298         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
12299
12300 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
12301
12302         * posix/getconf.c: Update copyright year.
12303         * nss/getent.c: Likewise.
12304         * nss/makedb.c: Likewise.
12305         * iconv/iconvconfig.c: Likewise.
12306         * iconv/iconv_prog.c: Likewise.
12307         * elf/ldconfig.c: Likewise.
12308         * elf/pldd.c: Likewise.
12309         * elf/sotruss.ksh: Likewise.
12310         * catgets/gencat.c: Likewise.
12311         * csu/version.c: Likewise.
12312         * elf/ldd.bash.in: Likewise.
12313         * elf/sprof.c (print_version): Likewise.
12314         * locale/programs/locale.c: Likewise.
12315         * locale/programs/localedef.c: Likewise.
12316         * login/programs/pt_chown.c: Likewise.
12317         * nscd/nscd.c (print_version): Likewise.
12318         * debug/xtrace.sh: Likewise.
12319         * malloc/memusage.sh: Likewise.
12320         * malloc/mtrace.pl: Likewise.
12321         * debug/catchsegv.sh: Likewise.
12322
12323 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
12324
12325         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
12326         pure attribute.
12327
12328 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
12329
12330         [BZ #13533]
12331         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
12332         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
12333         transformations.
12334         * iconv/gconv_int.h: Likewise.
12335         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
12336         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
12337         from libc for GLIBC_2.16.
12338         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
12339         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
12340         * wcsmbs/uchar.h: Really define mbstate_t.
12341         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
12342         * wcsmbs/c16rtomb.c: New file.
12343         * wcsmbs/mbrtoc16.c: New file.
12344         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
12345         for C/POSIX locale.
12346         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
12347         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
12348
12349         * wcsmbs/wchar.h: Add missing __restrict.
12350
12351 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
12352
12353         [BZ #13532]
12354         * time/Makefile (routines): Add timespec_get.
12355         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
12356         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
12357         timespec for ISO C11.
12358         * time/timespec_get.c: New file.
12359         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
12360         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
12361
12362         [BZ #13531]
12363         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
12364         * stdlib/stdlib.h: Declare aligned_alloc.
12365         * Versions.def: Add GLIBC_2.16 for libc.
12366         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
12367
12368         [BZ 13527]
12369         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
12370         ISO C11.
12371
12372         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
12373         code.
12374
12375         [BZ #13528]
12376         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
12377
12378         [BZ #13529]
12379         * assert/assert.h (static_assert): Define.
12380
12381         * version.h: Update for 2.16 development version.
12382
12383         [BZ #13526]
12384         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
12385         _ISOC11_SOURCE.
12386
12387         * version.h (RELEASE): Bump for 2.15 release.
12388         * include/features.h (__GLIBC_MINOR__): Bump to 15.
12389
12390         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
12391         Patch by Marek Polacek <mpolacek@redhat.com>.
12392
12393         * bits/byteswap.h: Protect long long constants with __extension__.
12394         * sysdeps/i386/bits/byteswap.h: Likewise.
12395         * sysdeps/ia64/bits/byteswap.h: Likewise.
12396         * sysdeps/s390/bits/byteswap.h: Likewise.
12397         * sysdeps/x86_64/bits/byteswap.h: Likewise.
12398
12399 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12400
12401         [BZ #13540]
12402         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
12403         destination buffer.
12404         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
12405
12406 2011-12-23  Marek Polacek  <polacek@redhat.com>
12407
12408         * elf/dl-addr.c (determine_info): Add inline keyword.
12409         * elf/tst-auditmod4b.c (check_avx): Likewise.
12410         * elf/tst-auditmod6b.c (check_avx): Likewise.
12411         * elf/tst-auditmod6c.c (check_avx): Likewise.
12412         * elf/tst-auditmod7b.c (check_avx): Likewise.
12413
12414 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
12415
12416         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
12417         !__SSE_MATH__.
12418
12419 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12420
12421         [BZ #13540]
12422         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
12423         processing for last bytes.
12424
12425 2011-08-06  Bruno Haible  <bruno@clisp.org>
12426
12427         [BZ #13061]
12428         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
12429         U+0385, not to U+1FEE.
12430
12431         [BZ #13062]
12432         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
12433         entry for U+00A5 U+0301.
12434
12435 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
12436
12437         [BZ #13166]
12438         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
12439         buffer for the output is too small.
12440
12441         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
12442         optimization.
12443
12444         [BZ #13185]
12445         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
12446         SSE flags if possible.
12447
12448 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12449
12450         [BZ #13540]
12451         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
12452         processing for last bytes.
12453
12454 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
12455
12456         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
12457         (syscall-list-default-options, syscall-list-default-condition)
12458         (syscall-list-includes): Define.
12459         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
12460         list of ABIs and options and #if conditions for each ABI.  Do not
12461         handle common syscalls between ABIs specially.
12462         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
12463         Remove.
12464         (syscall-list-variants, syscall-list-32bit-options)
12465         (syscall-list-32bit-condition, syscall-list-64bit-options)
12466         (syscall-list-64bit-condition): Define.
12467         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
12468         (syscall-list-variants, syscall-list-32bit-options)
12469         (syscall-list-32bit-condition, syscall-list-64bit-options)
12470         (syscall-list-64bit-condition): Define.
12471         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
12472         Remove.
12473         (syscall-list-variants, syscall-list-32bit-options)
12474         (syscall-list-32bit-condition, syscall-list-64bit-options)
12475         (syscall-list-64bit-condition): Define.
12476         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
12477         Remove.
12478         (syscall-list-variants, syscall-list-32bit-options)
12479         (syscall-list-32bit-condition, syscall-list-64bit-options)
12480         (syscall-list-64bit-condition): Define.
12481
12482 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
12483
12484         * locale/iso-639.def: Add brx entry.
12485
12486         [BZ #13328]
12487         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
12488         Proposed by Mariusz_Cukr <marcukr@op.pl>.
12489
12490         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
12491         __feraiseexcept_renamed.
12492
12493 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
12494
12495         [BZ #13538]
12496         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
12497         EPOLLET with unsigned values.
12498         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
12499         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
12500
12501         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
12502         to large cancellation.
12503         * math/s_cacoshf.c: Likewise.
12504         * math/s_cacoshl.c: Likewise.
12505
12506 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
12507
12508         [BZ #13305]
12509         [BZ #12786]
12510         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
12511         * math/s_cacoshf.c: Likewise.
12512         * math/s_cacoshl.c: Likewise.
12513
12514 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
12515
12516         [BZ #13439]
12517         * iconv/gconv.h: Define __GCONV_SWAP.
12518         * iconvdata/unicode.c: The swap bit must be stored in __flags.
12519         * iconvdata/utf-16.c: Likewise.
12520         * iconvdata/utf-32.c: Likewise.
12521
12522 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
12523
12524         [BZ #13524]
12525         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
12526         numerator after shifting it by one limb.
12527
12528 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
12529
12530         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
12531         under [__USE_EXTERN_INLINES].
12532
12533 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
12534
12535         [BZ #13446]
12536         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
12537
12538 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12539
12540         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
12541         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
12542         optimized code.
12543         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
12544         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
12545         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
12546         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
12547         for strncasecmp/strncasecmp_l compilation.
12548         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
12549         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
12550
12551 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
12552
12553         [BZ #13484]
12554         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
12555         of __asm__.
12556
12557 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
12558
12559         [BZ #13506]
12560         * time/tzfile.c (__tzfile_read): Check values from file header.
12561
12562 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
12563
12564         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
12565         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
12566         * powerpc/powerpc32/dl-start.S: Likewise.
12567         * powerpc/powerpc32/elf/start.S: Likewise.
12568         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
12569         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
12570         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
12571         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
12572         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
12573         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
12574         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
12575         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
12576         * powerpc/powerpc32/fpu/s_round.S: Likewise.
12577         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
12578         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
12579         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
12580         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
12581         * powerpc/powerpc32/memset.S: Likewise.
12582         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
12583         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
12584         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
12585         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
12586         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
12587         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
12588         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
12589         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
12590         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
12591         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
12592         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
12593         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
12594         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
12595
12596 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12597
12598         * math/libm-test.inc: Added more nearbyint tests.
12599         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
12600         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
12601         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
12602         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
12603
12604 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
12605
12606         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
12607         FD_CLOEXEC.
12608
12609 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12610
12611         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
12612         Add wcscpy-ssse3 wcscpy-c.
12613         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
12614         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
12615         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
12616         * sysdeps/x86_64/wcschr.S: New file.
12617         * sysdeps/x86_64/wcsrchr.S: New file.
12618         * string/test-strcmp.c: Remove checking of wcscmp function for
12619         wrong alignments.
12620         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
12621         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
12622         wcsrchr-sse2 wcsrchr-c.
12623         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
12624         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
12625         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
12626         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
12627         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
12628         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
12629         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
12630         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
12631         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
12632         * wcsmbc/wcschr.c (WCSCHR): New macro.
12633
12634 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12635
12636         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
12637         * wcsmbs/test-wcsrchr.c: New file.
12638         * string/test-strrchr.c: Add wcsrchr support.
12639         (WIDE): New macro.
12640         * wcsmbs/test-wcscpy.c: New file.
12641         * string/test-strcpy.c: Add wcscpy support.
12642         (WIDE): New macro.
12643
12644 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
12645
12646         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
12647         the inner loop.
12648
12649 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
12650
12651         [BZ #13472]
12652         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
12653
12654 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
12655
12656         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
12657         Minor optimizations.
12658
12659         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
12660         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
12661         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
12662
12663 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
12664
12665         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
12666         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
12667         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
12668         for gcc to avoid warnings.
12669         * inet/Makefile (tests): Add tst-checks.
12670         * inet/tst-checks.c: New file.
12671
12672         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
12673         warning.
12674
12675         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
12676         __wmemcmp_sse2.
12677
12678         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
12679         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
12680
12681         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
12682
12683 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
12684
12685         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
12686         problem.
12687
12688         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
12689
12690 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
12691
12692         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
12693         conditional on GCC version.
12694         (__arch_compare_and_exchange_val_8_acq)
12695         (__arch_compare_and_exchange_val_16_acq)
12696         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
12697         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
12698         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
12699
12700 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
12701
12702         * sysdeps/sh/backtrace.c: New file.
12703
12704 2011-12-02  Andreas Schwab  <schwab@redhat.com>
12705
12706         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
12707         parenthesis.
12708
12709 2011-12-01  Andreas Schwab  <schwab@redhat.com>
12710
12711         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
12712         falling back to utime.
12713
12714 2011-11-30  Andreas Schwab  <schwab@redhat.com>
12715
12716         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
12717         expectations for float.
12718
12719 2011-11-29  Andreas Schwab  <schwab@redhat.com>
12720
12721         * locale/weight.h (findidx): Add parameter len.
12722         * locale/weightwc.h (findidx): Likewise.
12723         * posix/fnmatch_loop.c (FCT): Adjust caller.
12724         * posix/regcomp.c (build_equiv_class): Likewise.
12725         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
12726         * posix/regexec.c (check_node_accept_bytes): Likewise.
12727         * string/strcoll_l.c (STRCOLL): Likewise.
12728         * string/strxfrm_l.c (STRXFRM): Likewise.
12729
12730 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
12731
12732         * Makefile.in: Remove CVSOPT handling.
12733         * configure.in: Remove use of AC_REVISION.
12734         * iconvdata/Makefile (distribute): No need to filter out CVS.
12735         * scripts/list-sources.sh: Remove CVS, subversion and monotone
12736         handling.
12737
12738 2011-11-16  Andreas Schwab  <schwab@redhat.com>
12739
12740         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
12741         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
12742         [USE_AS_STRNCASECMP_L]: Likewise.
12743         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
12744         NO_TLS_DIRECT_SEG_REFS.
12745         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
12746         Fix argument offsets for non-PIC.
12747         [USE_AS_STRNCASECMP_L]: Likewise.
12748         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
12749         NO_TLS_DIRECT_SEG_REFS.
12750
12751 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
12752
12753         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
12754         O_CLOEXEC.
12755         * locale/loadlocale.c (_nl_load_locale): Likewise.
12756
12757 2011-11-15  Andreas Schwab  <schwab@redhat.com>
12758
12759         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
12760         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
12761         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
12762         (SYSCALL_GETTIME): Set errno on error.
12763
12764         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
12765         count references to noai6ai_cached.
12766
12767 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
12768
12769         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
12770
12771         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
12772         FD_CLOEXEC for /proc/self/maps.
12773
12774         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
12775         FD_CLOEXEC for /proc/meminfo.
12776
12777         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
12778         gai.conf.
12779
12780         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
12781         FD_CLOEXEC for given file.
12782
12783         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
12784
12785         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
12786         FD_CLOEXEC for /etc/hosts.
12787         (_gethtent): Likewise.
12788
12789         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
12790
12791         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
12792         cancellation and set FD_CLOEXEC for /etc/netgroup.
12793
12794         * nss/nss_files/files-key.c (search): Don't allow cancellation when
12795         reading /etc/publickey.
12796
12797         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
12798         allow cancellation when reading /etc/group.
12799
12800         * nss/nss_files/files-alias.c (internal_setent): Don't allow
12801         cancellation.
12802         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
12803
12804         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
12805         when using data file.
12806
12807         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
12808
12809         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
12810         (write_nis_obj): Use "c" and "e" in fopen.
12811
12812         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
12813
12814         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
12815
12816         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
12817
12818         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
12819
12820         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
12821         locale.alias.
12822
12823         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
12824
12825         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
12826
12827         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
12828
12829         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
12830         file parsing and set FD_CLOEXEC.
12831
12832 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
12833
12834         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
12835
12836 2011-11-14  Andreas Schwab  <schwab@redhat.com>
12837
12838         * malloc/arena.c (arena_get2): Don't call reused_arena when
12839         _int_new_arena failed.
12840
12841 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
12842
12843         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
12844         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
12845         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
12846         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
12847         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
12848         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
12849         to compile strcasecmp and strncasecmp.
12850         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
12851         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
12852
12853         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
12854
12855 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
12856
12857         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
12858         locale-defines.sym to gen-as-const-headers.
12859         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
12860         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
12861         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
12862         to compile strcasecmp and strncasecmp.
12863         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
12864         strcasecmp_l and strncasecmp_l.
12865         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
12866         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
12867         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
12868         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
12869         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
12870         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
12871         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
12872         * sysdeps/i386/i686/multiarch/strncase.S: New file.
12873         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
12874         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
12875         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
12876
12877 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
12878
12879         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
12880         result of SYSDEP_GETTIME_CPU to retval.
12881         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
12882         parameter list to macro.  Remove trailing semicolon.  Adjust users.
12883
12884         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
12885         variable.
12886
12887         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
12888         mantissa words.
12889         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
12890
12891         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
12892         from unused variable.
12893
12894         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
12895         DWARF definitions.
12896         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
12897         for assembling.
12898
12899         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
12900         over namespaces.
12901
12902         * sunrpc/rpc_prot.c (rejected): Fix case value.
12903
12904         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
12905         unsigned long long int to avoid warnings in shift.
12906
12907         * posix/regex_internal.c (re_string_reconstruct): Actually use result
12908         of use of trans.
12909         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
12910         variable tmp.
12911
12912         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
12913         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
12914         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
12915
12916         * nis/nis_table.c (nis_list): Use variable of correct type for
12917         result of __follow_path call.
12918
12919 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12920
12921         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
12922         of math functions ceil, trunc, floor, round, and sqrt, when
12923         avaliable on the platform.
12924         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
12925         name clash.
12926         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
12927         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
12928         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
12929
12930 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
12931
12932         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
12933         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
12934
12935 2011-11-11  Roland McGrath  <roland@hack.frob.com>
12936
12937         * include/unistd.h: Fix __readlink return type.
12938         Reported by Chris Metcalf <cmetcalf@tilera.com>.
12939
12940 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
12941
12942         * stdlib/ucontext.h: Undo last change for makecontext.
12943
12944 2011-11-11  Andreas Schwab  <schwab@redhat.com>
12945
12946         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
12947
12948         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
12949         * setjmp/setjmp.h: Mark functions as non-leaf.
12950         * setjmp/bits/setjmp2.h: Likewise.
12951         * stdlib/ucontext.h: Likewise.
12952
12953 2011-11-10  Andreas Schwab  <schwab@redhat.com>
12954
12955         * malloc/arena.c (_int_new_arena): Don't increment narenas.
12956         (reused_arena): Don't check arena limit.
12957         (arena_get2): Atomically check arena limit.
12958
12959 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
12960
12961         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
12962         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
12963
12964         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
12965         instructions.
12966
12967 2011-11-07  Andreas Schwab  <schwab@redhat.com>
12968
12969         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
12970         handler when locking.
12971
12972         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
12973         Fix size of allocated buffer.
12974
12975 2011-11-04  Andreas Schwab  <schwab@redhat.com>
12976
12977         [BZ #10103]
12978         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
12979         declarations for long double functions.
12980         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
12981
12982         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
12983
12984 2011-11-03  Andreas Schwab  <schwab@redhat.com>
12985
12986         * nscd/nscd.c (main): Don't start AVC thread until credentials are
12987         installed.
12988
12989         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
12990         is disabled.
12991
12992 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12993
12994         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
12995
12996 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
12997
12998         * include/alloca.h (stackinfo_alloca_round): Define.
12999         (extend_alloca): Use it.
13000         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
13001         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
13002         here.
13003
13004         * scripts/check-local-headers.sh: Ignore libaudit.h.
13005
13006         * nscd/Makefile (extra-objs): Make recursively expanded.
13007
13008 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
13009
13010         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
13011         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
13012
13013         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
13014         * posix/tst-rfc3484-2.c: Likewise.
13015         * posix/tst-rfc3484-3.c: Likewise.
13016
13017         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
13018         process_vm_writev.
13019         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
13020         process_vm_writev.
13021         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
13022         process_vm_writev from libc using GLIBC_2.15 version.
13023
13024         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
13025
13026 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
13027
13028         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
13029         stack usage.
13030
13031 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
13032
13033         [BZ #13367]
13034         * nss/getent.c (initgroups_keys): Show error message in case no group
13035         names are given.
13036
13037         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
13038         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
13039         __bump_nl_timestamp.
13040         * nscd/connections (nscd_init): When host database is served open
13041         netlink socket and request notification about configuration changes.
13042         (main_loop_poll): Track netlink file descriptor and bump timestamp
13043         in case data becomes available.
13044         (main_loop_epoll): Likewise.
13045         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
13046         (database_pers_head): Add extra_data fileds.
13047         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
13048         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
13049         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
13050         Adjust caller.
13051         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
13052         in6ai data, call __free_in6ai.
13053         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
13054         Add -DHAVE_NETLINK.
13055         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
13056         interface information.  Reuse previous data if netlink timestamp
13057         is not changed.
13058         (__bump_nl_timestamp): New function.
13059         (__free_in6ai): New function.
13060
13061 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
13062
13063         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
13064         close_not_cancel_no_status here.
13065         (__check_pf): Reorganize code a bit to not call close twice if OOM.
13066
13067 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
13068
13069         [BZ #13276]
13070         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
13071         return value.
13072
13073         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
13074         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
13075         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
13076
13077 2011-07-03  Andreas Jaeger  <aj@suse.de>
13078
13079         [BZ #10709]
13080         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
13081         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
13082         * math/libm-test.inc (sin_test): Add test case.
13083
13084 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
13085
13086         [BZ #13337]
13087         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
13088         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
13089
13090         * elf/chroot_canon.c (chroot_canon): Cleanups.
13091
13092         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
13093
13094         [BZ #13335]
13095         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
13096         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
13097
13098         * string/test-strchr.c: Make usable for strchrnul testing.
13099         * string/test-strchrnul.c: New file.
13100         * string/Makefile (strop-tests): Add strchrnul.
13101
13102         * po/it.po: Update from translation team.
13103         * po/es.po: Likewise.
13104
13105 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
13106
13107         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
13108         the three constants needed as parameters.  Drop the others.
13109         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
13110         __m128i_strloadu_tolower.
13111         Create and initialize variable zero and use it in all the places
13112         where _mm_setzero_si128 was used.
13113
13114         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
13115         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
13116         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
13117         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
13118         anymore.
13119         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
13120         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
13121         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
13122         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
13123         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
13124         __mpranred, __mptan.
13125         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
13126         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
13127         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
13128         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
13129         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
13130         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
13131         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
13132         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
13133         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
13134
13135 2011-10-28  Andreas Schwab  <schwab@redhat.com>
13136
13137         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
13138         redefine if SHARED.
13139         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
13140
13141         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
13142         wide char related routines to wcsmbs subdir.
13143
13144 2011-10-27  Andreas Schwab  <schwab@redhat.com>
13145
13146         [BZ #13344]
13147         * misc/sys/cdefs.h (__THROWNL): Define.
13148         * posix/unistd.h: Use __THREADNL instead of __THREAD
13149         for memory synchronization functions.
13150
13151 2011-10-26  Roland McGrath  <roland@hack.frob.com>
13152
13153         [BZ #13349]
13154         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
13155         doesn't exist.
13156         * manual/stdio.texi (Obstack Streams): Node removed.
13157
13158 2011-10-26  Andreas Schwab  <schwab@redhat.com>
13159
13160         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
13161         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
13162         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
13163
13164         * math/math_private.h (math_force_eval): Allow non-addressable
13165         arguments.
13166         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
13167
13168 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
13169
13170         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
13171         file is not needed.
13172
13173         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
13174         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
13175         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
13176         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
13177         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
13178         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
13179         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
13180         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
13181         Add AVX variants.
13182         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
13183         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
13184         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
13185         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
13186         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
13187         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
13188         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
13189         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
13190         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
13191         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
13192         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
13193         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
13194         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
13195         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
13196         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
13197         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
13198         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
13199         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
13200         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
13201
13202         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
13203         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
13204
13205         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
13206         place.  Use VEX encoding when compiling for AVX.
13207
13208 2011-10-25  Andreas Schwab  <schwab@redhat.com>
13209
13210         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
13211         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
13212
13213         * string/test-strchr.c (do_test): Don't generate NUL bytes.
13214
13215 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
13216
13217         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
13218         useless if() expression.
13219         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
13220         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
13221         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
13222         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
13223         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
13224         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
13225         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
13226         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
13227         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
13228         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
13229         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
13230         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
13231         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
13232         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
13233         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
13234         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
13235         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
13236         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
13237         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
13238
13239         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
13240
13241 2011-10-25  Andreas Schwab  <schwab@redhat.com>
13242
13243         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
13244         condition.
13245         * elf/dl-fini.c (_dl_sort_fini): Likewise.
13246
13247 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
13248
13249         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
13250         .text section.  Avoid duplicate constants.
13251         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
13252         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
13253         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
13254         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
13255         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
13256         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
13257         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
13258         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
13259         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
13260         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
13261         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
13262         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
13263         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
13264         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
13265         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
13266         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
13267         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
13268         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
13269         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
13270         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
13271         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
13272         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
13273         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
13274         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
13275         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
13276         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
13277         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
13278         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
13279         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
13280         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
13281         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
13282         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
13283         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
13284         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
13285         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
13286         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
13287         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
13288         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
13289         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
13290         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
13291         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
13292         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
13293         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
13294         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
13295         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
13296
13297 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
13298
13299         * sysdeps/x86_64/dla.h: Move to ...
13300         * sysdeps/x86_64/fpu/dla.h: ...here.
13301         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
13302         situations.  Use __builtin_fma only for gcc 4.6 and up.
13303
13304         * config.make.in: Add have-mfma4 entry.
13305         * configure.in: Substitute libc_cv_cc_fma4.
13306         * math/Makefile (dbl-only-routines): Add sincostab.
13307         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
13308         Use __sincostab not sincos.
13309         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
13310         name is a macro.
13311         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
13312         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
13313         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
13314         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
13315         using __copysign.
13316         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
13317         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
13318         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
13319         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
13320         and __inv.
13321         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
13322         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
13323         __copysign.
13324         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
13325         define aliases when function name is a macro.
13326         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
13327         sysdeps/ieee754/dbl-64/sincos.tbl.
13328         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
13329         fma4-enabled routines.
13330         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
13331         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
13332         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
13333         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
13334         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
13335         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
13336         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
13337         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
13338         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
13339         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
13340         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
13341         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
13342         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
13343         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
13344         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
13345         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
13346         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
13347         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
13348         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
13349         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
13350         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
13351         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
13352         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
13353         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
13354         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
13355         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
13356         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
13357         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
13358         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
13359         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
13360
13361         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
13362         rename.
13363         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
13364         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
13365         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
13366         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
13367         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
13368         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
13369         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
13370         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
13371
13372 2011-10-24  Andreas Schwab  <schwab@redhat.com>
13373
13374         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
13375
13376 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
13377
13378         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
13379
13380         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
13381         prediction.
13382         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
13383
13384         * string/strnlen.c: Don't define STRNLEN, reverse logic.
13385         Remove unused variable magic_bits.
13386         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
13387
13388         * string/strnlen.c: Define and use STRNLEN macro.
13389         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
13390         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
13391         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
13392         * wcsmbs/wcslen.c: Define and use WCSLEN.
13393         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
13394         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
13395         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
13396         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
13397         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
13398         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
13399         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
13400
13401 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13402
13403         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
13404         strnlen-sse2-no-bsf.
13405         Rename strlen-no-bsf to strlen-sse2-no-bsf.
13406         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
13407         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
13408         Add strnlen support.
13409         (USE_AS_STRNLEN): New macro.
13410         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
13411         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
13412         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
13413         * sysdeps/x86_64/wcslen.S: New file.
13414
13415 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
13416
13417         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
13418         XMM-moves are used for copying on small sizes.
13419
13420 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13421
13422         * wcsmbs/Makefile (strop-tests): Add wcschr.
13423         * wcsmbs/test-wcschr.c: New file.
13424         * string/test-strchr.c: Update.
13425         Add wcschr support.
13426         (WIDE): New macro.
13427
13428 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13429
13430         * wcsmbs/Makefile (strop-tests): Add wcslen.
13431         * wcsmbs/test-wcslen.c: New file.
13432         * string/test-strlen.c: Update.
13433         Add wcslen support.
13434         (WIDE): New macro.
13435
13436 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
13437
13438         * po/it.po: Update from translation team.
13439
13440 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13441
13442         * sysdeps/x86_64/wcscmp.S: Update.
13443         Fix wrong comparison semantics.
13444         wcscmp shall use signed comparison not unsigned.
13445         Don't use substraction to avoid overflow bug.
13446         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
13447         * wcsmbc/wcscmp.c: Likewise.
13448         * string/test-strcmp.c: Likewise.
13449         Add new tests to check cases with negative values.
13450
13451 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
13452
13453         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
13454         * sysdeps/x86_64/dla.h: ...here.  New file.
13455         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
13456         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
13457         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
13458         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
13459         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
13460         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
13461         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
13462         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
13463         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
13464
13465 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
13466
13467         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
13468         __ynl_finite aliases.
13469
13470 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
13471
13472         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13473
13474         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
13475         define DLA_FMA.
13476         [DLA_FMA] (EMULV): Use DLA_FMA.
13477         [DLA_FMA] (MUL12): Use EMULV.
13478         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
13479         that are not needed.
13480         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
13481         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
13482         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
13483         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
13484         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
13485         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
13486         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
13487
13488 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
13489
13490         * math/s_nan.c: Undef __nan.
13491         * math/s_nanf.c: Undef __nanf.
13492         * math/s_nanl.c: Undef __nanl.
13493         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
13494         "math_private.h".
13495
13496 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
13497
13498         * math/s_catan.c: Add branch predictions.
13499         * math/s_catanf.c: Likewise.
13500         * math/s_catanh.c: Likewise.
13501         * math/s_catanhf.c: Likewise.
13502         * math/s_catanhl.c: Likewise.
13503         * math/s_catanl.c: Likewise.
13504         * math/s_cexp.c: Likewise.
13505         * math/s_cexpf.c: Likewise.
13506         * math/s_cexpl.c: Likewise.
13507         * math/s_clog.c: Likewise.
13508         * math/s_clog10.c: Likewise.
13509         * math/s_clog10f.c: Likewise.
13510         * math/s_clog10l.c: Likewise.
13511         * math/s_clogf.c: Likewise.
13512         * math/s_clogl.c: Likewise.
13513         * math/s_csqrt.c: Likewise.
13514         * math/s_csqrtf.c: Likewise.
13515         * math/s_csqrtl.c: Likewise.
13516         * math/s_ctanf.c: Likewise.
13517         * math/s_ctanh.c: Likewise.
13518         * math/s_ctanhf.c: Likewise.
13519         * math/s_ctanhl.c: Likewise.
13520         * math/s_ctanl.c: Likewise.
13521
13522         * math/math_private.h: Define __nan, __nanf, __nanl.
13523         * math/s_cacosh.c: Include <math_private.h>.
13524         * math/s_cacoshl.c: Likewise.
13525         * math/s_casinh.c: Likewise.
13526         * math/s_casinhf.c: Likewise.
13527         * math/s_casinhl.c: Likewise.
13528         * math/s_ccos.c: Rely entire on ccosh.
13529         * math/s_ccosf.c: Rely entire on ccoshf.
13530         * math/s_ccosl.c: Rely entirely on ccoshl.
13531         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
13532         Remove tests for FE_INVALID.
13533         * math/s_ccoshf.c: Likewise.
13534         * math/s_ccoshl.c: Likewise.
13535         * math/s_csin.c: Likewise.
13536         * math/s_csinf.c: Likewise.
13537         * math/s_csinh.c Likewise.
13538         * math/s_csinhf.c: Likewise.
13539         * math/s_csinhl.c: Likewise.
13540         * math/s_csinl.c: Likewise.
13541         * math/s_ctan.c: Likewise.
13542         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
13543         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
13544         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
13545
13546 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
13547
13548         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
13549         compilation problems.
13550
13551         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
13552         __builtin_expect.
13553
13554 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
13555
13556         * sysdeps/i386/configure.in: Test for -mfma4 option.
13557         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
13558         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
13559         COMMON_CPUID_INDEX_80000001.
13560         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
13561         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
13562         use it if FMA3 is not supported.
13563         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
13564
13565         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
13566         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
13567
13568 2011-10-20  Andreas Schwab  <schwab@redhat.com>
13569
13570         [BZ #12892]
13571         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
13572         it would create a cycle with a link time dependency.
13573
13574 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
13575
13576         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
13577         instruction.
13578         * string/Makefile (strop-tests): Add rawmemchr.
13579         * string/test-rawmemchr.c: New file.
13580
13581         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
13582         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
13583         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
13584         when compiling str{,n}casecmp and when AVX is available.  Hook up
13585         new optimized code in initializers.
13586
13587 2011-10-19  Andreas Schwab  <schwab@redhat.com>
13588
13589         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
13590         __feraiseexcept instead of feraiseexcept.
13591
13592 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
13593
13594         * math/math_private.h: Define defaults for libc_fetestexcept and
13595         libc_feupdateenv.
13596         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
13597         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
13598         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
13599         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
13600         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
13601         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
13602         libc_fetestexcept and libc_feupdateenv.
13603
13604         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
13605         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
13606         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
13607         * sysdeps/x86_64/fpu/math_private.h: Define special version of
13608         libc_feholdexcept_setround.
13609
13610         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
13611         Add s_nearbyint-c and s_nearbyintf-c.
13612         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
13613         nearbyintf inlines.
13614         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
13615         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
13616         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
13617         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
13618
13619         * math/math_private.h: Define defaults for libc_fegetround,
13620         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
13621         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
13622         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
13623         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
13624         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
13625         standard functions.
13626         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
13627         Remove comments and hacks for old compiler versions.
13628         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
13629         libc_fegetround, libc_fesetround, libc_feholdexcept, and
13630         libc_feholdexceptl.
13631
13632 2011-10-18  Andreas Schwab  <schwab@redhat.com>
13633
13634         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
13635         (__feraiseexcept_renamed): Add __NTH.
13636         (feraiseexcept): Add __NTH.  Rename local variables to fix
13637         namespace violations.
13638
13639 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
13640
13641         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
13642
13643         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
13644
13645         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
13646         recently added interfaces.
13647         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
13648
13649         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
13650         about macro parameter expansion.
13651
13652         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
13653         __NO_MATH_INLINES is defined.  Cleanups.
13654
13655         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
13656         and __floorf is target has SSE4.1.
13657         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
13658         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
13659         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
13660         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
13661
13662         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
13663         name.
13664         (floorf): Likewise.
13665
13666         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
13667
13668 2011-10-17  Andreas Schwab  <schwab@redhat.com>
13669
13670         * misc/sys/cdefs.h: Fix last change.
13671
13672         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
13673         database lookup.
13674
13675 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
13676
13677         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
13678
13679         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
13680         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
13681         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
13682         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
13683         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
13684         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
13685         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
13686         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
13687         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
13688         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
13689         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
13690         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
13691         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
13692         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
13693         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
13694         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
13695         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
13696         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
13697         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
13698         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
13699         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
13700         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
13701
13702         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
13703         ceil, ceilf, floor, floorf.
13704
13705         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
13706         Perform IRELATIVE relocations last.
13707
13708         * elf/do-rel.h: Add another parameter nrelative, replacing the
13709         local variable with the same name.  Change name of the function
13710         to end in Rel or Rela (uppercase).
13711         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
13712         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
13713         elf_dynamic_do_##reloc function.
13714
13715 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
13716
13717         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
13718         is sufficient, at least on modern CPUs.
13719
13720         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
13721
13722         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
13723         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
13724
13725         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
13726         __expl_finite.
13727         * math/bits/math-finite.h: Add entries for exp.
13728         * math/e_expl.c: Add __*_finite alias.
13729         * sysdeps/i386/fpu/e_exp.S: Likewise.
13730         * sysdeps/i386/fpu/e_expf.S: Likewise.
13731         * sysdeps/i386/fpu/e_expl.c: Likewise.
13732         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
13733         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
13734         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
13735         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
13736         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
13737         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
13738         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
13739
13740         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
13741         is sufficient, at least on modern CPUs.
13742
13743         * ctype/ctype-info.c (__ctype_init): Define.
13744         * include/ctype.h (__ctype_init): Declare.
13745         (__ctype_b_loc): The variable is always initialized.
13746         (__ctype_toupper_loc): Likewise.
13747         (__ctype_tolower_loc): Likewise.
13748         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
13749         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
13750
13751 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
13752
13753         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
13754
13755         * configure.in: Also look in $cxxmachine/include for C++ system
13756         headers.
13757
13758 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13759
13760         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
13761         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
13762         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
13763         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
13764         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
13765         (USE_AS_WMEMCMP): New macro.
13766         Fixing indents.
13767         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
13768         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
13769         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
13770         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
13771         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
13772         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
13773         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
13774         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
13775         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
13776         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
13777         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
13778         (USE_AS_WMEMCMP): New macro.
13779         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
13780         * sysdeps/string/test-memcmp.c: Update.
13781         Fix simple_wmemcmp.
13782         Add new tests.
13783         * wcsmbs/wmemcmp.c: Update.
13784         (WMEMCMP): New macro.
13785         Fix overflow bug.
13786
13787 2011-10-12  Andreas Jaeger  <aj@suse.de>
13788
13789         [BZ #13268]
13790         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
13791
13792 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
13793
13794         * libio/iofwide.c (do_length): Avoid warning.
13795
13796         * ctype/ctype.h (__isctype_f): Add missing __THROW.
13797
13798 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
13799
13800         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
13801
13802         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
13803         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
13804         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
13805         * sysdeps/i386/i686/fpu/e_log.S: New file.
13806         * sysdeps/i386/i686/fpu/e_logf.S: New file.
13807         * sysdeps/i386/i686/fpu/e_logl.S: New file.
13808
13809         * ctype/ctype.h: Add support for inlined isXXX functions when
13810         compiling C++ code.
13811
13812 2011-10-14  Andreas Schwab  <schwab@redhat.com>
13813
13814         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
13815
13816         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
13817
13818 2011-10-13  Roland McGrath  <roland@hack.frob.com>
13819
13820         [BZ #13291]
13821         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
13822
13823 2011-10-13  Andreas Schwab  <schwab@redhat.com>
13824
13825         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
13826         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
13827         feraiseexcept.
13828
13829         * sysdeps/x86_64/memrchr.S: Check for zero size.
13830
13831         * string/stratcliff.c: Add memrchr tests.
13832
13833 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13834
13835         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
13836         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
13837         rawmemchr-sse2 rawmemchr-sse2-bsf.
13838         * sysdeps/i386/i686/multiarch/memchr.S: New file.
13839         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
13840         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
13841         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
13842         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
13843         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
13844         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
13845         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
13846         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
13847         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
13848         * string/memrchr.c (MEMRCHR): New macro.
13849
13850 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
13851
13852         Add integration with gcc's -ffinite-math-only and optimize wrapper
13853         functions in libm.
13854         * Versions.def: Define GLIBC_2.15 version for libm.
13855         * math/Makefile (headers): Add bits/math-finite.h.
13856         * math/bits/math-finite.h: New file.
13857         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
13858         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
13859         * math/e_acoshl.c: Add __*_finite alias.
13860         * math/e_acosl.c: Likewise.
13861         * math/e_asinl.c: Likewise.
13862         * math/e_atan2l.c: Likewise.
13863         * math/e_atanhl.c: Likewise.
13864         * math/e_coshl.c: Likewise.
13865         * math/e_exp10.c: Likewise.
13866         * math/e_exp10f.c: Likewise.
13867         * math/e_exp10l.c: Likewise.
13868         * math/e_exp2l.c: Likewise.
13869         * math/e_fmodl.c: Likewise.
13870         * math/e_gammal_r.c: Likewise.
13871         * math/e_hypotl.c: Likewise.
13872         * math/e_j0l.c: Likewise.
13873         * math/e_j1l.c: Likewise.
13874         * math/e_jnl.c: Likewise.
13875         * math/e_lgammal_r.c: Likewise.
13876         * math/e_log10l.c: Likewise.
13877         * math/e_log2l.c: Likewise.
13878         * math/e_logl.c: Likewise.
13879         * math/e_powl.c: Likewise.
13880         * math/e_sinhl.c: Likewise.
13881         * math/e_sqrtl.c: Likewise.
13882         * math/e_scalb.c: Completely rewritten and optimized.
13883         * math/e_scalbf.c: Likewise.
13884         * math/e_scalbl.c: Likewise.
13885         * math/w_acos.c: Likewise.
13886         * math/w_acosf.c: Likewise.
13887         * math/w_acosl.c: Likewise.
13888         * math/w_acosh.c: Likewise.
13889         * math/w_acoshf.c: Likewise.
13890         * math/w_acoshl.c: Likewise.
13891         * math/w_asin.c: Likewise.
13892         * math/w_asinf.c: Likewise.
13893         * math/w_asinl.c: Likewise.
13894         * math/w_atan2.c: Likewise.
13895         * math/w_atan2f.c: Likewise.
13896         * math/w_atan2l.c: Likewise.
13897         * math/w_atanh.c: Likewise.
13898         * math/w_atanhf.c: Likewise.
13899         * math/w_atanhl.c: Likewise.
13900         * math/w_exp10.c: Likewise.
13901         * math/w_exp10f.c: Likewise.
13902         * math/w_exp10l.c: Likewise.
13903         * math/w_fmod.c: Likewise.
13904         * math/w_fmodf.c: Likewise.
13905         * math/w_fmodl.c: Likewise.
13906         * math/w_j0.c: Likewise.
13907         * math/w_j0f.c: Likewise.
13908         * math/w_j0l.c: Likewise.
13909         * math/w_j1.c: Likewise.
13910         * math/w_j1f.c: Likewise.
13911         * math/w_j1l.c: Likewise.
13912         * math/w_jn.c: Likewise.
13913         * math/w_jnf.c: Likewise.
13914         * math/w_log.c: Likewise.
13915         * math/w_logf.c: Likewise.
13916         * math/w_logl.c: Likewise.
13917         * math/w_log10.c: Likewise.
13918         * math/w_log10f.c: Likewise.
13919         * math/w_log10l.c: Likewise.
13920         * math/w_log2.c: Likewise.
13921         * math/w_log2f.c: Likewise.
13922         * math/w_log2l.c: Likewise.
13923         * math/w_pow.c: Likewise.
13924         * math/w_powf.c: Likewise.
13925         * math/w_powl.c: Likewise.
13926         * math/w_remainder.c: Likewise.
13927         * math/w_remainderf.c: Likewise.
13928         * math/w_remainderl.c: Likewise.
13929         * math/w_scalb.c: Likewise.
13930         * math/w_scalbf.c: Likewise.
13931         * math/w_scalbl.c: Likewise.
13932         * math/w_sqrt.c: Likewise.
13933         * math/w_sqrtf.c: Likewise.
13934         * math/w_sqrtl.c: Likewise.
13935         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
13936         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
13937         used.
13938         * math/math_private.h: Declare __kernel_standard_f.
13939         * math/w_cosh.c: Remove cruft and optimize a bit.
13940         * math/w_coshf.c: Likewise.
13941         * math/w_coshl.c: Likewise.
13942         * math/w_exp2.c: Likewise.
13943         * math/w_exp2f.c: Likewise.
13944         * math/w_exp2l.c: Likewise.
13945         * math/w_hypot.c: Likewise.
13946         * math/w_hypotf.c: Likewise.
13947         * math/w_hypotl.c: Likewise.
13948         * math/w_lgamma.c: Likewise.
13949         * math/w_lgamma_r.c: Likewise.
13950         * math/w_lgammaf.c: Likewise.
13951         * math/w_lgammaf_r.c: Likewise.
13952         * math/w_lgammal.c: Likewise.
13953         * math/w_lgammal_r.c: Likewise.
13954         * math/w_sinh.c: Likewise.
13955         * math/w_sinhf.c: Likewise.
13956         * math/w_sinhl.c: Likewise.
13957         * math/w_tgamma.c: Likewise.
13958         * math/w_tgammaf.c: Likewise.
13959         * math/w_tgammal.c: Likewise.
13960         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
13961         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
13962         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
13963         Minor optimizations.  Pretty printing.  Remove cruft.
13964         * sysdeps/i386/fpu/e_acosf.S: Likewise.
13965         * sysdeps/i386/fpu/e_acosh.S: Likewise.
13966         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
13967         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
13968         * sysdeps/i386/fpu/e_acosl.c: Likewise.
13969         * sysdeps/i386/fpu/e_asin.S: Likewise.
13970         * sysdeps/i386/fpu/e_asinf.S: Likewise.
13971         * sysdeps/i386/fpu/e_atan2.S: Likewise.
13972         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
13973         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
13974         * sysdeps/i386/fpu/e_atanh.S: Likewise.
13975         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
13976         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
13977         * sysdeps/i386/fpu/e_exp10.S: Likewise.
13978         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
13979         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
13980         * sysdeps/i386/fpu/e_exp2.S: Likewise.
13981         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
13982         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
13983         * sysdeps/i386/fpu/e_fmod.S: Likewise.
13984         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
13985         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
13986         * sysdeps/i386/fpu/e_hypot.S: Likewise.
13987         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
13988         * sysdeps/i386/fpu/e_log.S: Likewise.
13989         * sysdeps/i386/fpu/e_log10.S: Likewise.
13990         * sysdeps/i386/fpu/e_log10f.S: Likewise.
13991         * sysdeps/i386/fpu/e_log10l.S: Likewise.
13992         * sysdeps/i386/fpu/e_log2.S: Likewise.
13993         * sysdeps/i386/fpu/e_log2f.S: Likewise.
13994         * sysdeps/i386/fpu/e_log2l.S: Likewise.
13995         * sysdeps/i386/fpu/e_logf.S: Likewise.
13996         * sysdeps/i386/fpu/e_logl.S: Likewise.
13997         * sysdeps/i386/fpu/e_pow.S: Likewise.
13998         * sysdeps/i386/fpu/e_powf.S: Likewise.
13999         * sysdeps/i386/fpu/e_powl.S: Likewise.
14000         * sysdeps/i386/fpu/e_remainder.S: Likewise.
14001         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
14002         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
14003         * sysdeps/i386/fpu/e_scalb.S: Likewise.
14004         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
14005         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
14006         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
14007         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
14008         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
14009         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
14010         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
14011         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14012         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
14013         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
14014         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
14015         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
14016         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
14017         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
14018         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
14019         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
14020         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
14021         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14022         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
14023         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
14024         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
14025         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
14026         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
14027         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
14028         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14029         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
14030         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
14031         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
14032         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
14033         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
14034         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
14035         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
14036         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
14037         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
14038         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
14039         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
14040         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
14041         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
14042         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
14043         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
14044         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
14045         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
14046         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
14047         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
14048         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
14049         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
14050         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
14051         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
14052         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
14053         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
14054         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
14055         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
14056         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
14057         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
14058         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
14059         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
14060         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
14061         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
14062         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
14063         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
14064         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
14065         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
14066         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
14067         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
14068         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
14069         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
14070         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
14071         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
14072         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
14073         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
14074         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
14075         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
14076         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
14077         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
14078         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
14079         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
14080         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
14081         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
14082         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
14083         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
14084         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
14085         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
14086         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
14087         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
14088         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
14089         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
14090         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
14091         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
14092         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
14093         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
14094         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
14095         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
14096         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
14097         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
14098         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
14099         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
14100         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
14101         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
14102         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
14103         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
14104         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
14105         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
14106         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
14107         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
14108         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
14109         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
14110         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
14111         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
14112         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
14113         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
14114         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
14115         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
14116         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
14117         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
14118         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
14119         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
14120         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
14121         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
14122         (__isnanf): Likewise.
14123         (__isinf_ns): Likewise.
14124         (__isinf_nsf): Likewise.
14125         (__finite): Likewise.
14126         (__finitef): Likewise.
14127         (__ieee754_sqrt): Define as macro.
14128         (__ieee754_sqrtf): Define as macro.
14129         (__ieee754_sqrtl): Define as macro.
14130         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
14131         inlined copy.
14132         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
14133         __FINITE_MATH_ONLY__ consistent.
14134         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
14135
14136 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
14137
14138         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
14139         of rawmemchr.
14140
14141         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
14142
14143 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
14144
14145         * po/ja.po: Update from translation team.
14146
14147 2011-10-08  Roland McGrath  <roland@hack.frob.com>
14148
14149         * locale/programs/locarchive.c (prepare_address_space): New function.
14150         (create_archive, enlarge_archive, open_archive): Use it.
14151
14152         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
14153         inside [SHARED], where it is used.
14154
14155         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
14156
14157         * nss/getent.c (netgroup_keys): Remove unused variable.
14158         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
14159
14160 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
14161
14162         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
14163         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
14164         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
14165         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
14166         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
14167         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
14168         * math/Makefile (libm-calls): Add s_isinf_ns.
14169         * math/divtc3.c: Use __isinf_nsl instead of isinf.
14170         * math/multc3.c: Likewise.
14171         * math/s_casin.c: Likewise.
14172         * math/s_casinf.c: Likewise.
14173         * math/s_casinl.c: Likewise.
14174         * math/s_ccos.c: Likewise.
14175         * math/s_ccosf.c: Likewise.
14176         * math/s_ccosl.c: Likewise.
14177         * math/s_ctan.c: Likewise.
14178         * math/s_ctanf.c: Likewise.
14179         * math/s_ctanh.c: Likewise.
14180         * math/s_ctanhf.c: Likewise.
14181         * math/s_ctanhl.c: Likewise.
14182         * math/s_ctanl.c: Likewise.
14183         * math/w_fmod.c: Likewise.
14184         * math/w_fmodf.c: Likewise.
14185         * math/w_fmodl.c: Likewise.
14186         * math/w_remainder.c: Likewise.
14187         * math/w_remainderf.c: Likewise.
14188         * math/w_remainderl.c: Likewise.
14189         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
14190         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
14191         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
14192         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
14193         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
14194         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
14195         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
14196         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
14197
14198         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
14199         of the number.
14200         * stdio-common/printf_fphex.c: Likewise.
14201         * stdio-common/printf_size.c: Likewise.
14202
14203         * math/e_exp10.c: Include math_private.h using <...> not "...".
14204         * math/e_exp10f.c: Likewise.
14205         * math/e_exp10l.c: Likewise.
14206         * math/e_exp2l.c: Likewise.
14207         * math/e_j0l.c: Likewise.
14208         * math/e_j1l.c: Likewise.
14209         * math/e_jnl.c: Likewise.
14210         * math/e_lgammal_r.c: Likewise.
14211         * math/e_rem_pio2l.c: Likewise.
14212         * math/e_scalb.c: Likewise.
14213         * math/e_scalbf.c: Likewise.
14214         * math/e_scalbl.c: Likewise.
14215         * math/k_cosl.c: Likewise.
14216         * math/k_sinl.c: Likewise.
14217         * math/k_tanl.c: Likewise.
14218         * math/s_cacoshf.c: Likewise.
14219         * math/s_catan.c: Likewise.
14220         * math/s_catanf.c: Likewise.
14221         * math/s_catanh.c: Likewise.
14222         * math/s_catanhf.c: Likewise.
14223         * math/s_catanhl.c: Likewise.
14224         * math/s_catanl.c: Likewise.
14225         * math/s_ccosh.c: Likewise.
14226         * math/s_ccoshf.c: Likewise.
14227         * math/s_ccoshl.c: Likewise.
14228         * math/s_cexp.c: Likewise.
14229         * math/s_cexpf.c: Likewise.
14230         * math/s_cexpl.c: Likewise.
14231         * math/s_clog.c: Likewise.
14232         * math/s_clog10.c: Likewise.
14233         * math/s_clog10f.c: Likewise.
14234         * math/s_clog10l.c: Likewise.
14235         * math/s_clogf.c: Likewise.
14236         * math/s_clogl.c: Likewise.
14237         * math/s_csin.c: Likewise.
14238         * math/s_csinf.c: Likewise.
14239         * math/s_csinh.c: Likewise.
14240         * math/s_csinhf.c: Likewise.
14241         * math/s_csinhl.c: Likewise.
14242         * math/s_csinl.c: Likewise.
14243         * math/s_csqrt.c: Likewise.
14244         * math/s_csqrtf.c: Likewise.
14245         * math/s_csqrtl.c: Likewise.
14246         * math/s_ctan.c: Likewise.
14247         * math/s_ctanf.c: Likewise.
14248         * math/s_ctanh.c: Likewise.
14249         * math/s_ctanhf.c: Likewise.
14250         * math/s_ctanhl.c: Likewise.
14251         * math/s_ctanl.c: Likewise.
14252         * math/s_ldexp.c: Likewise.
14253         * math/s_ldexpf.c: Likewise.
14254         * math/s_ldexpl.c: Likewise.
14255         * math/s_significand.c: Likewise.
14256         * math/s_significandf.c: Likewise.
14257         * math/s_significandl.c: Likewise.
14258         * math/w_acos.c: Likewise.
14259         * math/w_acosf.c: Likewise.
14260         * math/w_acosh.c: Likewise.
14261         * math/w_acoshf.c: Likewise.
14262         * math/w_acoshl.c: Likewise.
14263         * math/w_acosl.c: Likewise.
14264         * math/w_asin.c: Likewise.
14265         * math/w_asinf.c: Likewise.
14266         * math/w_asinl.c: Likewise.
14267         * math/w_atan2.c: Likewise.
14268         * math/w_atan2f.c: Likewise.
14269         * math/w_atan2l.c: Likewise.
14270         * math/w_atanh.c: Likewise.
14271         * math/w_atanhf.c: Likewise.
14272         * math/w_atanhl.c: Likewise.
14273         * math/w_cosh.c: Likewise.
14274         * math/w_coshf.c: Likewise.
14275         * math/w_coshl.c: Likewise.
14276         * math/w_dremf.c: Likewise.
14277         * math/w_exp10.c: Likewise.
14278         * math/w_exp10f.c: Likewise.
14279         * math/w_exp10l.c: Likewise.
14280         * math/w_exp2.c: Likewise.
14281         * math/w_exp2f.c: Likewise.
14282         * math/w_fmod.c: Likewise.
14283         * math/w_fmodf.c: Likewise.
14284         * math/w_fmodl.c: Likewise.
14285         * math/w_hypot.c: Likewise.
14286         * math/w_hypotf.c: Likewise.
14287         * math/w_hypotl.c: Likewise.
14288         * math/w_j0.c: Likewise.
14289         * math/w_j0f.c: Likewise.
14290         * math/w_j0l.c: Likewise.
14291         * math/w_j1.c: Likewise.
14292         * math/w_j1f.c: Likewise.
14293         * math/w_j1l.c: Likewise.
14294         * math/w_jn.c: Likewise.
14295         * math/w_jnf.c: Likewise.
14296         * math/w_jnl.c: Likewise.
14297         * math/w_lgamma.c: Likewise.
14298         * math/w_lgamma_r.c: Likewise.
14299         * math/w_lgammaf.c: Likewise.
14300         * math/w_lgammaf_r.c: Likewise.
14301         * math/w_lgammal.c: Likewise.
14302         * math/w_lgammal_r.c: Likewise.
14303         * math/w_log.c: Likewise.
14304         * math/w_log10.c: Likewise.
14305         * math/w_log10f.c: Likewise.
14306         * math/w_log10l.c: Likewise.
14307         * math/w_log2.c: Likewise.
14308         * math/w_log2f.c: Likewise.
14309         * math/w_log2l.c: Likewise.
14310         * math/w_logf.c: Likewise.
14311         * math/w_logl.c: Likewise.
14312         * math/w_pow.c: Likewise.
14313         * math/w_powf.c: Likewise.
14314         * math/w_powl.c: Likewise.
14315         * math/w_remainder.c: Likewise.
14316         * math/w_remainderf.c: Likewise.
14317         * math/w_remainderl.c: Likewise.
14318         * math/w_scalb.c: Likewise.
14319         * math/w_scalbf.c: Likewise.
14320         * math/w_scalbl.c: Likewise.
14321         * math/w_sinh.c: Likewise.
14322         * math/w_sinhf.c: Likewise.
14323         * math/w_sinhl.c: Likewise.
14324         * math/w_sqrt.c: Likewise.
14325         * math/w_sqrtf.c: Likewise.
14326         * math/w_sqrtl.c: Likewise.
14327         * math/w_tgamma.c: Likewise.
14328         * math/w_tgammaf.c: Likewise.
14329         * math/w_tgammal.c: Likewise.
14330
14331         * po/ja.po: Update from translation team.
14332
14333 2011-09-29  Andreas Jaeger  <aj@suse.de>
14334
14335         [BZ #13179]
14336         * sunrpc/netname.c (netname2host): Fix logic.
14337
14338         [BZ #6779]
14339         [BZ #6783]
14340         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
14341         correctly.
14342         * math/w_remainder.c (__remainder): Likewise.
14343         * math/w_remainderf.c (__remainderf): Likewise.
14344         * math/libm-test.inc (remainder_test): Add test cases.
14345
14346 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14347
14348         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
14349         sdiv_qrnnd.
14350
14351 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
14352
14353         * string/test-memcmp.c: Avoid unncessary #defines.
14354         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
14355
14356 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14357
14358         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
14359         Use new sse2 version for core i3 - i7 as it's faster
14360         than sse42 version.
14361         (bit_Prefer_PMINUB_for_stringop): New.
14362         * sysdeps/x86_64/rawmemchr.S: Update.
14363         Replace with faster SSE2 version.
14364         * sysdeps/x86_64/memrchr.S: New file.
14365         * sysdeps/x86_64/memchr.S: Update.
14366         Replace with faster SSE2 version.
14367
14368 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
14369
14370         * elf/dl-load.c (lose): Add cast to avoid warning.
14371
14372 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
14373
14374         * po/ca.po: Update from translation team.
14375
14376         * inet/getnetgrent_r.c: Hook up nscd.
14377         * nscd/Makefile (routines): Add nscd_netgroup.
14378         (nscd-modules): Add netgroupcache.
14379         (CFLAGS-netgroupcache.c): Define.
14380         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
14381         (cache_search): Add const to second parameter.
14382         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
14383         INNETGR.
14384         (dbs): Add netgrdb entry.
14385         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
14386         (verify_persistent_db): Handle netgrdb.
14387         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
14388         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
14389         GETFDNETGR.
14390         (netgroup_response_header): Define.
14391         (innetgroup_response_header): Define.
14392         (datahead): Add netgroup_response_header and innetgroup_response_header
14393         elements.
14394         * nscd/nscd.conf: Add entries for netgroup cache.
14395         * nscd/nscd.h (dbtype): Add netgrdb.
14396         (_PATH_NSCD_NETGROUP_DB): Define.
14397         (netgroup_iov_disabled): Declare.
14398         (xmalloc, xcalloc, xrealloc): Move declarations here.
14399         (cache_search): Adjust prototype.
14400         Add netgroup-related prototypes.
14401         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
14402         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
14403         (__nscd_innetgr): Declare.
14404         * nscd/selinux.c (perms): Use access_vector_t as element type and
14405         add netgroup-related initializers.
14406         * nscd/netgroupcache.c: New file.
14407         * nscd/nscd_netgroup.c: New file.
14408         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
14409         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
14410         For four parameters use innetgr.
14411         * nss/nss_files/files-init.c: Add definition and callback for netgr.
14412         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
14413         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
14414         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
14415
14416         * nscd/connections.c (register_traced_file): Don't register file
14417         for disabled databases.
14418
14419 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
14420
14421         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
14422
14423         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
14424         from tree and freeing node.
14425
14426 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
14427
14428         * nss/nsswitch.c (__nss_database_lookup): Handle
14429         nss_parse_service_list out of memory case.
14430
14431 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
14432
14433         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
14434         out of memory case.
14435
14436 2011-10-04  Andreas Schwab  <schwab@redhat.com>
14437
14438         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
14439         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
14440         pass it down.
14441         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
14442         elf_machine_rela, elf_machine_lazy_rel.
14443         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
14444         (ELF_DYNAMIC_DO_REL): Likewise.
14445         (ELF_DYNAMIC_DO_RELA): Likewise.
14446         (ELF_DYNAMIC_RELOCATE): Likewise.
14447         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
14448         to ELF_DYNAMIC_DO_REL.
14449         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
14450         (dl_main): In trace mode always set __RTLD_NOIFUNC.
14451         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
14452         elf_machine_rela.
14453         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
14454         skip_ifunc, don't call ifunc function if non-zero.
14455         (elf_machine_rela): Likewise.
14456         (elf_machine_lazy_rel): Likewise.
14457         (elf_machine_lazy_rela): Likewise.
14458         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
14459         (elf_machine_lazy_rel): Likewise.
14460         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
14461         Likewise.
14462         (elf_machine_lazy_rel): Likewise.
14463         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
14464         Likewise.
14465         (elf_machine_lazy_rel): Likewise.
14466         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
14467         (elf_machine_lazy_rel): Likewise.
14468         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
14469         (elf_machine_lazy_rel): Likewise.
14470         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
14471         (elf_machine_lazy_rel): Likewise.
14472         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
14473         (elf_machine_lazy_rel): Likewise.
14474         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
14475         (elf_machine_lazy_rel): Likewise.
14476         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
14477         (elf_machine_lazy_rel): Likewise.
14478
14479 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
14480
14481         * nss/nss_files/files-init.c (_nss_files_init): Use static
14482         initialization for all the *_traced_file variables.
14483
14484 2011-09-28  Andreas Schwab  <schwab@redhat.com>
14485
14486         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
14487
14488 2011-09-27  Roland McGrath  <roland@hack.frob.com>
14489
14490         [BZ #13226]
14491         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
14492
14493 2011-09-27  Andreas Schwab  <schwab@redhat.com>
14494
14495         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
14496         Reread the line before reparsing it.
14497
14498 2011-09-26  Andreas Schwab  <schwab@redhat.com>
14499
14500         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
14501
14502 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
14503             Maxim Kuvyrkov  <maxim@codesourcery.com>
14504             Joseph Myers  <joseph@codesourcery.com>
14505
14506         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
14507         if needed for __stack_chk_guard.
14508
14509 2011-09-19  Roland McGrath  <roland@hack.frob.com>
14510
14511         * sysdeps/posix/spawni.c (script_execute): Always define it.
14512         It will be optimized away if unused.
14513         (maybe_script_execute): New function.
14514         (__spawni): Call it.
14515
14516         * Makerules: Don't include tls.make.
14517         (config-tls): Always set to thread.
14518         * tls.make.c: File removed.
14519
14520 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
14521
14522         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
14523         * config.make.in (CPPFLAGS-config): New substituted variable.
14524
14525 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
14526
14527         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
14528
14529         [BZ #13192]
14530         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
14531         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
14532
14533 2011-09-15  Roland McGrath  <roland@hack.frob.com>
14534
14535         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
14536         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
14537         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
14538         (CALL_FAIL): Likewise.
14539         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
14540         (CALL_FAIL): Macro removed.
14541         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
14542
14543 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
14544
14545         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
14546         for __FINITE_MATH_ONLY__ == 1.
14547
14548 2011-09-15  Andreas Schwab  <schwab@redhat.com>
14549
14550         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
14551         __ieee754_sqrt instead of sqrt.
14552         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
14553         __ieee754_sqrtf instead of sqrtf.
14554         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
14555         __floorf instead of floorf.
14556         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
14557         __floorf, __truncf instead of floorf, truncf.
14558
14559 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
14560
14561         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
14562
14563         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
14564         __extern_always_inline.
14565         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
14566         32-bit.
14567
14568 2011-09-14  Andreas Schwab  <schwab@redhat.com>
14569
14570         * elf/rtld.c (dl_main): Also relocate in dependency order when
14571         doing symbol dependency testing.
14572
14573 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
14574
14575         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
14576         Always define `refsym'.
14577
14578 2011-09-13  Andreas Schwab  <schwab@redhat.com>
14579
14580         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
14581         (__FD_ELT): Renamed from __FDELT.
14582         * misc/bits/select2.h (__FD_ELT): Likewise.
14583         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
14584         __FD_MASK instead of __FDELT, __FDMASK.
14585         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
14586         Likewise.
14587         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
14588         Likewise.
14589
14590         * elf/Makefile (gen-ldd): Fix pattern.
14591
14592         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
14593         (init_tls): Likewise.
14594
14595 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
14596
14597         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
14598
14599 2011-09-12  Andreas Schwab  <schwab@redhat.com>
14600
14601         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
14602         `struct cmsghdr *' instead of `void *'.
14603         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
14604         Likewise.
14605
14606 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
14607
14608         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
14609         if non-absolute.
14610         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
14611         ldd_rewrite_script.
14612
14613 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
14614
14615         * configure.in: Remove --with-tls option.
14616         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
14617         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
14618         out in case it is missing.
14619         * sysdeps/ia64/elf/configure.in: Likewise.
14620         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
14621         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
14622         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
14623         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
14624         * sysdeps/sh/elf/configure.in: Likewise.
14625         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
14626         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
14627         * sysdeps/x86_64/elf/configure.in: Likewise.
14628         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
14629         * sysdeps/mach/hurd/tls.h: Likewise.
14630
14631         [BZ #13067]
14632         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
14633
14634         [BZ #13090]
14635         * configure.in: Fix use of AC_INIT.
14636
14637         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
14638
14639 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
14640
14641         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
14642         __set_errno.
14643         * malloc/hooks.c: Likewise.
14644
14645         [BZ #11929]
14646         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
14647         variables statically.
14648         (narenas): Initialize.
14649         (list_lock): Initialize.
14650         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
14651         initializtion of main_arena and list_lock.  Small cleanups.
14652         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
14653         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
14654         Add initializers to main_arena and mp_.
14655         (malloc_state): Remove pagesize member.  Change all users to use
14656         GLRO(dl_pagesize).
14657
14658         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
14659         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
14660         is always initialized.
14661
14662         * malloc/malloc.c: Removed unused configurations and dead code.
14663         * malloc/arena.c: Likewise.
14664         * malloc/hooks.c: Likewise.
14665         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
14666
14667         * include/tls.h: Removed.  USE___THREAD must always be defined.
14668         * bits/libc-tsd.h: Don't handle !USE___THREAD.
14669         * elf/dl-libc.c: Likewise.
14670         * elf/dl-tsd.c: Likewise.
14671         * include/errno.h: Likewise.
14672         * include/netdb.h: Likewise.
14673         * include/resolv.h: Likewise.
14674         * inet/herrno-loc.c: Likewise.
14675         * inet/herrno.c: Likewise.
14676         * malloc/arena.c: Likewise.
14677         * malloc/hooks.c: Likewise.
14678         * malloc/malloc.c: Likewise.
14679         * resolv/res-state.c: Likewise.
14680         * resolv/res_libc.c: Likewise.
14681         * sysdeps/i386/dl-machine.h: Likewise.
14682         * sysdeps/ia64/dl-machine.h: Likewise.
14683         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
14684         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
14685         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
14686         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
14687         * sysdeps/sh/dl-machine.h: Likewise.
14688         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
14689         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
14690         * sysdeps/unix/i386/sysdep.S: Likewise.
14691         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
14692         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
14693         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
14694         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
14695         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
14696         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
14697         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
14698         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
14699         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
14700         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
14701         * sysdeps/unix/x86_64/sysdep.S: Likewise.
14702         * sysdeps/x86_64/dl-machine.h: Likewise.
14703         * tls.make.c: Likewise.
14704
14705         * configure.in: Remove --with-__thread option.  Make tests for
14706         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
14707         tls_model attribute fail if no support is available.  Remove
14708         USE_IN_LIBIO.
14709         * Makeconfig: Adjust for dropped configure option.  All features are
14710         now mandatory.
14711         * Makerules: Likewise.
14712         * Versions.def: Likewise.
14713         * argp/argp-fmtstream.c: Likewise.
14714         * argp/argp-fmtstream.h: Likewise.
14715         * argp/argp-help.c: Likewise.
14716         * assert/assert.c: Likewise.
14717         * config.h.in: Likewise.
14718         * config.make.in: Likewise.
14719         * configure: Likewise.
14720         * configure.in: Likewise.
14721         * csu/Versions: Likewise.
14722         * csu/init.c: Likewise.
14723         * elf/tst-audit2.c: Likewise.
14724         * elf/tst-tls10.c: Likewise.
14725         * elf/tst-tls10.h: Likewise.
14726         * elf/tst-tls11.c: Likewise.
14727         * elf/tst-tls12.c: Likewise.
14728         * elf/tst-tls14.c: Likewise.
14729         * elf/tst-tlsmod11.c: Likewise.
14730         * elf/tst-tlsmod12.c: Likewise.
14731         * elf/tst-tlsmod13.c: Likewise.
14732         * elf/tst-tlsmod13a.c: Likewise.
14733         * elf/tst-tlsmod14a.c: Likewise.
14734         * elf/tst-tlsmod15b.c: Likewise.
14735         * elf/tst-tlsmod16a.c: Likewise.
14736         * elf/tst-tlsmod16b.c: Likewise.
14737         * elf/tst-tlsmod7.c: Likewise.
14738         * elf/tst-tlsmod8.c: Likewise.
14739         * elf/tst-tlsmod9.c: Likewise.
14740         * gmon/gmon.c: Likewise.
14741         * grp/fgetgrent_r.c: Likewise.
14742         * grp/putgrent.c: Likewise.
14743         * hurd/fopenport.c: Likewise.
14744         * include/libc-symbols.h: Likewise.
14745         * include/tls.h: Likewise.
14746         * intl/gettextP.h: Likewise.
14747         * intl/loadinfo.h: Likewise.
14748         * locale/global-locale.c: Likewise.
14749         * locale/localeinfo.h: Likewise.
14750         * mach/devstream.c: Likewise.
14751         * malloc/arena.c: Likewise.
14752         * malloc/set-freeres.c: Likewise.
14753         * misc/err.c: Likewise.
14754         * misc/getttyent.c: Likewise.
14755         * misc/mntent_r.c: Likewise.
14756         * posix/getopt.c: Likewise.
14757         * posix/wordexp.c: Likewise.
14758         * pwd/fgetpwent_r.c: Likewise.
14759         * resolv/Versions: Likewise.
14760         * resolv/res_hconf.c: Likewise.
14761         * shadow/fgetspent_r.c: Likewise.
14762         * shadow/putspent.c: Likewise.
14763         * stdio-common/printf_fphex.c: Likewise.
14764         * stdio-common/tmpfile.c: Likewise.
14765         * stdlib/abort.c: Likewise.
14766         * stdlib/fmtmsg.c: Likewise.
14767         * sunrpc/auth_unix.c: Likewise.
14768         * sunrpc/clnt_perr.c: Likewise.
14769         * sunrpc/clnt_tcp.c: Likewise.
14770         * sunrpc/clnt_udp.c: Likewise.
14771         * sunrpc/clnt_unix.c: Likewise.
14772         * sunrpc/openchild.c: Likewise.
14773         * sunrpc/svc_simple.c: Likewise.
14774         * sunrpc/svc_tcp.c: Likewise.
14775         * sunrpc/svc_udp.c: Likewise.
14776         * sunrpc/svc_unix.c: Likewise.
14777         * sunrpc/xdr.c: Likewise.
14778         * sunrpc/xdr_array.c: Likewise.
14779         * sunrpc/xdr_rec.c: Likewise.
14780         * sunrpc/xdr_ref.c: Likewise.
14781         * sunrpc/xdr_stdio.c: Likewise.
14782
14783 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
14784
14785         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
14786
14787 2011-07-03  Andreas Jaeger  <aj@suse.de>
14788
14789         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
14790         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
14791         regenerate with gen-libm-tests.pl.
14792
14793 2010-05-12  Petr Baudis  <pasky@suse.cz>
14794
14795         [BZ #11589]
14796         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
14797         around j0() zero points by switching to j1().
14798         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
14799         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
14800         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
14801         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
14802
14803 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
14804
14805         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
14806         instead of 0.
14807         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
14808         instead of 0.                              .
14809         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
14810         Patch in part by Pavel Roskin <proski@gnu.org>.
14811
14812         [BZ #13138]
14813         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
14814         realloc.
14815         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
14816         Free memory block if necessary.
14817
14818         [BZ #12847]
14819         * libio/genops.c (INTDEF): For string streams the _lock pointer can
14820         be NULL.  Don't lock in this case.
14821
14822 2011-09-09  Roland McGrath  <roland@hack.frob.com>
14823
14824         * elf/elf.h (ELFOSABI_GNU): New macro.
14825         (ELFOSABI_LINUX): Define to that.
14826
14827 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
14828
14829         * string/strncat.c (strncat): Undef the symbol in case it has been
14830         defined in bits/string.h.
14831
14832 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
14833
14834         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
14835
14836         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
14837         link map.
14838
14839 2011-08-17  Andreas Jaeger  <aj@suse.de>
14840
14841         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
14842
14843 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
14844             Ian Lance Taylor  <iant@google.com>
14845
14846         * math/libm-test.inc (lround_test): New testcase.
14847         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
14848
14849 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
14850
14851         * Makefile: Remove support for automatic cvs check-ins.
14852         * Makerules: Likewise.
14853         * config.make.in: Likewise.
14854         * configure.in: Likewise.
14855         * intl/Makefile: Likewise.
14856         * locale/Makefile: Likewise.
14857         * po/Makefile: Likewise.
14858         * posix/Makefile: Likewise.
14859         * sysdeps/gnu/Makefile: Likewise.
14860         * sysdeps/mach/hurd/Makefile: Likewise.
14861         * sysdeps/sparc/sparc32/Makefile: Likewise.
14862
14863         [BZ #13118]
14864         * posix/Makefile (bug-regex32-ENV): Define.
14865         Patch by John Stanley <jpsinthemix@verizon.net>.
14866
14867         * misc/Makefile (headers): Add bits/select2.h.
14868         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
14869         * misc/bits/select2.h: New file.
14870         * include/bits/select2.h: New file.
14871         * debug/Makefile (routines): Add fdelt_chk.
14872         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
14873         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
14874         FD_ISSET.
14875         * debug/fdelt_chk.c: New file.
14876
14877         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
14878         * wcsmbs/test-wmemcmp.c: Likewise.
14879         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
14880         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
14881
14882 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14883
14884         * string/Makefile (strop-tests): Add memcmp.
14885         * string/test-wmemcmp.c: New file.
14886         * string/test-memcmp.c: Add wmemcmp support.
14887
14888 2011-09-08  Roland McGrath  <roland@hack.frob.com>
14889
14890         [BZ #13153]
14891         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
14892         2011-07-19 change.
14893
14894         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
14895         garbage value in a __mach_port_mod_refs call in the cases of the
14896         task-self and thread-self ports.
14897
14898 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14899
14900         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
14901
14902 2011-09-08  Andreas Schwab  <schwab@redhat.com>
14903
14904         * elf/dl-load.c (lose): Check for non-null L.
14905
14906 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
14907
14908         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
14909
14910         * elf/dl-libc.c (dlerror_run): Pass back error code from
14911         dl_catch_error.
14912
14913         [BZ #13123]
14914         * elf/dl-load.c (lose): Free l_origin if it is valid.
14915
14916         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
14917         names.
14918         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
14919         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
14920         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
14921         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
14922         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
14923         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
14924
14925 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14926
14927         * sysdeps/powerpc/fpu/e_hypot.c: New file.
14928         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
14929         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
14930         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
14931         * sysdeps/powerpc/fpu/k_cosf.c: New file.
14932         * sysdeps/powerpc/fpu/k_sinf.c: New file.
14933         * sysdeps/powerpc/fpu/s_cosf.c: New file.
14934         * sysdeps/powerpc/fpu/s_sinf.c: New file.
14935         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
14936         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
14937
14938 2011-08-15  Alan Modra  <amodra@gmail.com>
14939
14940         [BZ #13092]
14941         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
14942         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
14943         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
14944         ppc_mcount to static-only-routines.
14945         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
14946         __mcount_internal.
14947         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
14948         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
14949
14950 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
14951
14952         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
14953         for finite and infinity parameters.
14954
14955 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
14956
14957         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
14958         and add nop instructions for throughput optimization.
14959         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
14960
14961 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
14962
14963         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
14964         aligned copy for power7 with vector-scalar instructions.
14965         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
14966
14967 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
14968
14969         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
14970         AVX check.
14971
14972 2011-09-07  Andreas Schwab  <schwab@redhat.com>
14973
14974         [BZ #13144]
14975         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
14976         last change.
14977
14978 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
14979
14980         * sysdeps/unix/sysv/linux/x86_64/init-first.c
14981         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
14982         syscall wrapper around clock_gettime in __vdso_clock_gettime.
14983         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
14984         clock_gettime.
14985
14986 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
14987
14988         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
14989         Forgot to demangle the pointer.
14990
14991         * sysdeps/i386/sysdep.h: Define atom_text_section.
14992         * sysdeps/x86_64/sysdep.h: Likewise.
14993         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
14994         section with atom_text_section.
14995         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
14996         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
14997         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
14998         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
14999         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
15000
15001         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
15002         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
15003         already be defined.  Change to take two parameters and don't assign
15004         result to variable.  Adjust all users.
15005         Define INTERNAL_GETTIME if not already defined.
15006         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
15007         call.
15008         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
15009         HAVE_CLOCK_GETTIME_VSYSCALL.
15010         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
15011
15012         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
15013         gettimeofday vsyscall, just use time.
15014
15015 2011-09-06  Andreas Schwab  <schwab@redhat.com>
15016
15017         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
15018         <errno.h>.
15019
15020 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
15021
15022         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
15023         syscall on x86-64.
15024         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
15025         syscall.
15026         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
15027         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
15028         syscall if possible.
15029
15030 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
15031
15032         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
15033         e_ident.  Don't pass to find_mapsXX.
15034         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
15035
15036 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
15037
15038         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
15039         strchr-sse2-no-bsf strrchr-sse2-no-bsf
15040         * sysdeps/x86_64/multiarch/strchr.S: Update.
15041         Check bit_slow_BSF bit.
15042         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
15043         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
15044         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
15045
15046 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
15047
15048         [BZ #13134]
15049         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
15050         before glibc 2.15.
15051         (tryshell): Define.
15052         (__spawni): Change last parameter to be flag.  Test
15053         SPAWN_XFLAGS_USE_PATH flag to use path or not.
15054         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
15055         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
15056         * posix/spawni.c: Likewise.
15057         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
15058         * posix/spawnp.c: Likewise.  Change normal version to use
15059         SPAWN_XFLAGS_USE_PATH.
15060         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
15061         SPAWN_XFLAGS_TRY_SHELL.
15062
15063         [BZ #13150]
15064         * posix/glob.h: Remove gcc 1.x support.
15065
15066         [BZ #13068]
15067         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
15068
15069 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
15070
15071         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
15072         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
15073         strrchr-sse2-bsf
15074         * sysdeps/i386/i686/multiarch/strchr.S: New file.
15075         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
15076         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
15077         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
15078         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
15079         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
15080
15081 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
15082
15083         * sysdeps/x86_64/wcscmp.S: New file.
15084
15085         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
15086         wcscmp-c wcscmp-sse2
15087         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
15088         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
15089         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
15090         * wcsmbs/wcscmp.c: Allow renaming.
15091
15092 2011-09-05  David S. Miller  <davem@davemloft.net>
15093
15094         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
15095         stack slot, rather than the struct return pointer slot.
15096         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
15097         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
15098         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
15099         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
15100
15101 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
15102
15103         * po/ja.po: Update from translation team.
15104
15105         [BZ #13144]
15106         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
15107         kernel in 64-bit binaries.
15108
15109 2011-09-01  David S. Miller  <davem@davemloft.net>
15110
15111         * elf/elf.h (HWCAP_SPARC_*): Move to..
15112         * sysdeps/sparc/sysdep.h: this new file and add new values.
15113         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
15114         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
15115         _DL_HWCAP_COUNT to 24.
15116         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
15117         entries.
15118         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
15119         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
15120         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
15121         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
15122         instead of magic constants.
15123         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
15124
15125 2011-08-31  David S. Miller  <davem@davemloft.net>
15126
15127         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
15128         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
15129         Reimplement to do errno handling inline.
15130         (SYSCALL_ERROR_HANDLER): New macro.
15131         (__SYSCALL_STRING): Do not do errno handling in asm.
15132         (__CLONE_SYSCALL_STRING): Delete.
15133         (__INTERNAL_SYSCALL_STRING): Delete.
15134         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
15135         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
15136         (PSEUDO): Reimplement to do errno handling inline.
15137         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
15138         (SYSCALL_ERROR_HANDLER): New macro.
15139         (__SYSCALL_STRING): Do not do errno handling in asm.
15140         (__CLONE_SYSCALL_STRING): Delete.
15141         (__INTERNAL_SYSCALL_STRING): Delete.
15142         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
15143         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
15144         i386.
15145         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
15146         (inline_syscall*): Add 'err' argument.
15147         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
15148         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
15149         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
15150         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
15151
15152         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
15153         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
15154
15155 2011-08-30  Andreas Schwab  <schwab@redhat.com>
15156
15157         * elf/rtld.c (dl_main): Relocate objects in dependency order.
15158
15159 2011-08-29  Jiri Olsa <jolsa@redhat.com>
15160
15161         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
15162         directive.
15163
15164 2011-08-24  David S. Miller  <davem@davemloft.net>
15165
15166         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
15167
15168 2011-08-24  Andreas Schwab  <schwab@redhat.com>
15169
15170         * elf/Makefile: Add rules to build and run unload8 test.
15171         * elf/unload8.c: New file.
15172         * elf/unload8mod1.c: New file.
15173         * elf/unload8mod1x.c: New file.
15174         * elf/unload8mod2.c: New file.
15175         * elf/unload8mod3.c: New file.
15176
15177         * elf/dl-close.c (_dl_close_worker): Reset private search list if
15178         it wasn't used.
15179
15180 2011-08-23  David S. Miller  <davem@davemloft.net>
15181
15182         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
15183         subtract stack bias.
15184         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
15185         %sp not %fp in calculations.
15186         (_JMPBUF_UNWINDS_ADJ): Likewise.
15187
15188         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
15189         (aio_suspend): Call it to force an exception region around the
15190         AIO_MISC_WAIT() invocation.
15191
15192 2011-08-23  Andreas Schwab  <schwab@redhat.com>
15193
15194         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
15195         backslash.
15196
15197 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
15198
15199         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
15200         protection macro.
15201         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
15202         and <dl-machine.h>.
15203         (Elf64_FuncDesc): Remove.
15204
15205 2011-08-22  David S. Miller  <davem@davemloft.net>
15206
15207         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
15208         sigaltstack check, add missing cfi directives.
15209         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
15210         missing cfi directives, and sigaltstack handling.
15211
15212 2011-08-16  Andreas Schwab  <schwab@redhat.com>
15213
15214         [BZ #11724]
15215         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
15216         object is seen twice.
15217         * elf/dl-fini.c (_dl_sort_fini): Likewise.
15218
15219         * elf/Makefile (distribute): Add tst-initorder2.c.
15220         (tests): Add tst-initorder2.
15221         (modules-names): Add tst-initorder2a tst-initorder2b
15222         tst-initorder2c tst-initorder2d.  Add rules to build them.
15223         ($(objpfx)tst-initorder2.out): New rule.
15224         * elf/tst-initorder2.c: New file.
15225         * elf/tst-initorder2.exp: New file.
15226
15227 2011-08-22  Andreas Schwab  <schwab@redhat.com>
15228
15229         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
15230
15231         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
15232         dependencies back to end of function.
15233
15234         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
15235         $(elfobjdir)/ld.so.
15236
15237 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
15238
15239         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
15240         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
15241         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
15242         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
15243         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
15244         of __vdso_gettimeofday.
15245         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
15246         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
15247         attribute_hidden.
15248         (_libc_vdso_platform_setup): Remove initialization of
15249         __vdso_gettimeofday and __vdso_time.
15250
15251 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
15252
15253         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
15254         and fgetc_unlocked.
15255         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
15256         getc_unlocked.
15257
15258         * elf/dl-open.c (add_to_global): Report additions to the global scope
15259         for LD_DEBUG=scopes.
15260         (dl_open_worker): Also print scope of newly loaded dependencies.
15261         (_dl_show_scope): Indicate if there is no scope.
15262
15263         [BZ #13114]
15264         * stdio-common/Makefile (tests): Add bug24.
15265         * stdio-common/bug24.c: New file.
15266
15267 2011-08-19  Andreas Jaeger  <aj@suse.de>
15268
15269         [BZ #13114]
15270         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
15271         non-existant file when using close-on-exec mode.
15272
15273 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
15274
15275         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
15276         the very first instruction.
15277
15278         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
15279         the CFI state in the end.
15280         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
15281         inclusion of dl-trampoline.h.
15282         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
15283
15284 2011-08-19  Andreas Schwab  <schwab@redhat.com>
15285
15286         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
15287         expectations for long double.
15288
15289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
15290         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
15291
15292 2011-08-14  David S. Miller  <davem@davemloft.net>
15293
15294         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
15295         artificual limit depends upon the system page size.
15296
15297 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
15298
15299         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
15300         * resolv/Makefile: Define CFLAGS-libresolv.
15301
15302 2011-08-17  Andreas Schwab  <schwab@redhat.com>
15303
15304         * nss/makedb.c (compute_tables): Make variables used in nested
15305         function static.
15306
15307 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
15308
15309         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
15310         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
15311         if buffer was too small.
15312
15313         * elf/pldd.c (main): Attach to all threads in the process.
15314         Rewrite /proc handling to use *at functions.
15315
15316 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
15317
15318         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
15319         specifies first scope to show.
15320         (dl_open_worker): Update callers.  Move printing scope of new
15321         object to before the relocation.
15322         * elf/rtld.c (dl_main): Update _dl_show_scope call.
15323         * sysdeps/generic/ldsodefs.h: Update declaration.
15324
15325         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
15326         string for the scope number.
15327
15328 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
15329
15330         * nscd/servicescache.c (cache_addserv): Make sure written is always
15331         initialized.
15332
15333 2011-08-14  Roland McGrath  <roland@hack.frob.com>
15334
15335         * sysdeps/i386/i486/bits/atomic.h
15336         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
15337         statement expression, so as to suppress "set but not used" warning.
15338         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
15339
15340         * string/strncat.c (STRNCAT): Use prototype definition.
15341
15342         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
15343         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
15344         -Iprograms here.
15345         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
15346         (localedef-modules): Add localedef.
15347         (locale-modules): Add locale.
15348
15349         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
15350         * elf/rtld.c (dl_main): Invert order of assignment in last change,
15351         to avoid a warning.
15352
15353 2011-08-14  David S. Miller  <davem@davemloft.net>
15354
15355         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
15356         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
15357
15358 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
15359
15360         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
15361         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
15362         * elf/rtld.c (dl_main): Set l_name of vDSO.
15363         Call _dl_show_scope when DL_DEBUG_SCOPES.
15364         (process_dl_debug): Recognize scopes flag and also set it for all.
15365         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
15366         Declare _dl_show_scope.
15367
15368         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
15369         (do_dlopen): Pass caller_dlopen to dl_open.
15370         (__libc_dlopen_mode): Initialize caller_dlopen.
15371
15372         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
15373         of libc.  Make tolower call locale-independent.  Optimize a bit by
15374         using isdigit instead of isalnum.
15375         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
15376
15377 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
15378
15379         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
15380         was a dependency or dynamically loaded.
15381
15382 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
15383
15384         * intl/l10nflist.c: Allow architecture-specific pop function.
15385         * sysdeps/x86_64/l10nflist.c: New file.
15386
15387         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
15388         classification.
15389
15390 2011-08-10  Andreas Schwab  <schwab@redhat.com>
15391
15392         * include/dirent.h: Add libc_hidden_proto for scandirat and
15393         scandirat64.  Don't declare __scandirat64.
15394         * dirent/scandirat.c: Add libc_hidden_def.
15395         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
15396         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
15397
15398 2011-08-10  David S. Miller  <davem@davemloft.net>
15399
15400         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
15401         enum.
15402         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15403         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15404         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15405
15406 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
15407
15408         * Versions.def [libc]: Add GLIBC_2.15.
15409         * dirent/Makefile (routines): Add scandirat and scandirat64.
15410         * dirent/Versions [libc]: Export scandirat and scandirat64 for
15411         GLIBC_2.15.
15412         * dirent/dirent.h: Declare scandirat and scandirat64.
15413         * dirent/scandirat.c: New file.
15414         * dirent/scandirat64.c: New file.
15415         * sysdeps/wordsize-64/scandirat.c: New file.
15416         * sysdeps/wordsize-64/scandirat64.c: New file.
15417         * dirent/opendir.c: Define opendirat.
15418         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
15419         using scandirat.
15420         * dirent/scandir64.c: Adjust for scandir.c change.
15421         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
15422         __scandirat64, and __scandir_cancel_handler.
15423         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
15424         additional parameter and use openat instead of open (outside of ld.so).
15425         Add new __opendir as wrapper around __opendirat.
15426         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
15427         here without requiring old scandirat implementation.
15428
15429 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
15430
15431         * dirent/scandir.c (cancel_handler): Renamed to
15432         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
15433         defined.  Adjust users.
15434         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
15435         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
15436
15437 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
15438
15439         * string/test-string.h (IMPL): Use __STRING to expand name and then
15440         stringify it.
15441
15442         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
15443         of cleanups.
15444
15445 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
15446
15447         * string/Makefile: Update.
15448         (strop-tests): Append strncat.
15449         * string/test-wcscmp.c: New file.
15450         New comprehensive test for wcscmp.
15451         * string/test-strcmp.c: Update.
15452         (WIDE): New define.
15453
15454 2011-07-22  Andreas Schwab  <schwab@redhat.com>
15455
15456         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
15457         line.
15458
15459 2011-07-26  Andreas Schwab  <schwab@redhat.com>
15460
15461         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
15462         encoding to ACE if AI_IDN.
15463
15464 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
15465
15466         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
15467         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
15468
15469 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
15470
15471         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
15472         Fix overflow bug in strncat.
15473         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
15474
15475         * string/test-strncat.c: Update.
15476         Add new tests for checking overflow bugs.
15477
15478 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
15479
15480         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
15481         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
15482         * sysdeps/i386/i686/multiarch/strcat.S: New file.
15483         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
15484         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
15485         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
15486         * sysdeps/i386/i686/multiarch/strncat.S: New file.
15487         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
15488         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
15489
15490         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
15491         (USE_AS_STRCAT): Define.
15492         Add strcat and strncat support.
15493         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
15494
15495 2011-07-25  Andreas Schwab  <schwab@redhat.com>
15496
15497         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
15498         __n bigger than INT_MAX+1.
15499         (__strncmp_g): Likewise.
15500
15501 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
15502
15503         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
15504         * libio/stido.h: Likewise.
15505
15506         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
15507         (AF_NFC): Define.
15508         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
15509         (AF_NFC): Define.
15510
15511         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
15512         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15513         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15514         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
15515         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15516
15517         [BZ #13021]
15518         * scripts/test-installation.pl: Don't expect libnss_test1 to be
15519         installed.
15520
15521         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
15522         typo.
15523         (_dl_x86_64_save_sse): Likewise.
15524
15525 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
15526
15527         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
15528         OSXSAVE.
15529         (_dl_x86_64_save_sse): Likewise.
15530
15531         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
15532
15533         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
15534
15535 2011-07-21  Andreas Schwab  <schwab@redhat.com>
15536
15537         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
15538         change.
15539         (_dl_x86_64_save_sse): Use correct AVX check.
15540
15541 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
15542
15543         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
15544         bug in strncpy/strncat.
15545         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
15546
15547 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
15548
15549         * string/tester.c (test_strcat): Add tests for different alignments
15550         of source and destination.
15551         (test_strncat): Likewise.
15552
15553 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
15554
15555         [BZ #12852]
15556         * posix/glob.c (glob): Check passed in values before using them in
15557         expressions to avoid some overflows.
15558         (glob_in_dir): Likewise.
15559
15560         [BZ #13007]
15561         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
15562         check for AVX enablement so that we don't crash with old kernels and
15563         new hardware.
15564         * elf/tst-audit4.c: Add same checks here.
15565         * elf/tst-audit6.c: Likewise.
15566
15567         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
15568
15569 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
15570
15571         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
15572
15573 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
15574
15575         * po/cs.po: Update from translation team.
15576         * po/bg.po: Likewise.
15577
15578 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
15579
15580         * misc/sys/cdefs.h: Add support for const attribute.
15581         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
15582         to gnu_dev_{major,minor,makedev} functions.
15583
15584 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
15585
15586         * intl/dcigettext.c (get_output_charset): Add missing bracket.
15587
15588 2011-07-20  Andreas Schwab  <schwab@redhat.com>
15589
15590         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
15591         strlen results.
15592
15593 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15594
15595         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
15596         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
15597         register in order to avoid conflicts with the soft frame pointer
15598         being held in r11 when necessary.
15599         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
15600         (INTERNAL_VSYSCALL_NCS): Likewise.
15601
15602 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
15603
15604         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
15605         * elf/dl-fini.c (_dl_fini): Adjust caller.
15606         * elf/dl-close.c (_dl_close_worker): Likewise.
15607         * sysdeps/generic/ldsodefs.h: Adjust declaration.
15608
15609 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
15610
15611         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
15612         "aux_cache->nlibs < 0".
15613
15614         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
15615         in the reload-count case.
15616
15617 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
15618
15619         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
15620         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
15621         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
15622         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
15623         * sysdeps/x86_64/multiarch/strcat.S: New file.
15624         * sysdeps/x86_64/multiarch/strncat.S: New file.
15625         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
15626         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
15627         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
15628         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
15629         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
15630         (USE_AS_STRCAT): Define.
15631         Add strcat and strncat support.
15632         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
15633         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
15634         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
15635         * string/strncat.c: Update.
15636         (USE_AS_STRNCAT): Define.
15637         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15638         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
15639         and i7.
15640         * sysdeps/x86_64/multiarch/init-arch.h
15641         (bit_Prefer_PMINUB_for_stringop): New.
15642         (index_Prefer_PMINUB_for_stringop): Likewise.
15643         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
15644         bit_Prefer_PMINUB_for_stringop.
15645
15646 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
15647
15648         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
15649         buffer64.
15650         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
15651         of casting of buffer.
15652         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
15653         buffer32 and buffer64.
15654         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
15655         writes instead of casting of buffer.
15656         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
15657         buffer32.
15658         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
15659         casting of buffer.
15660
15661 2011-07-19  Andreas Schwab  <schwab@redhat.com>
15662
15663         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
15664
15665 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
15666
15667         * nscd/nscd.c (termination_handler): Don't do anything for a database
15668         if it has not yet been initialized.
15669
15670 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
15671
15672         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
15673
15674 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
15675
15676         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
15677
15678 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
15679
15680         * po/nl.po: Update from translation team.
15681         * po/sv.po: Likewise.
15682
15683 2011-07-16  Roland McGrath  <roland@hack.frob.com>
15684
15685         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
15686         now disallowed by GCC.
15687
15688         * configure.in (use-default-link): Default to yes if a test -shared
15689         link meets our qualifications.
15690         * configure: Regenerated.
15691
15692         * config.make.in (output-format): New variable.
15693         * configure.in: Check for ld --print-output-format support.
15694         * configure: Regenerated.
15695         * Makerules ($(common-objpfx)format.lds)
15696         [$(output-format) != unknown]: Just use $(output-format),
15697         instead of the linker-script munging.
15698
15699 2011-07-14  Roland McGrath  <roland@hack.frob.com>
15700
15701         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
15702         of $(common-objpfx)shlib.lds.
15703         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
15704
15705         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
15706         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
15707
15708         * configure.in (-z relro check): Adjust test code to add a large
15709         writable data section after it.
15710         * configure: Regenerated.
15711
15712 2011-07-11  Roland McGrath  <roland@hack.frob.com>
15713
15714         * configure.in (-z relro check): Fix test code to make the variable
15715         truly const.
15716         * configure: Regenerated.
15717
15718 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
15719
15720         * nscd/nscd.h (struct traced_file): Define.
15721         (struct database_dyn): Remove inotify_descr, reset_res, and filename
15722         elements.  Add traced_files.
15723         (inotify_fd): Declare.
15724         (register_traced_file): Declare.
15725         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
15726         (inotify_fd): Export.
15727         (resolv_conf_descr): Remove.
15728         (nscd_init): Move inotify descriptor creation to main.
15729         Don't register files for notification here.
15730         (register_traced_file): New function.
15731         (invalidate_cache): Don't use reset_res to determine whether to call
15732         res_init, go through the list of registered files.
15733         (main_loop_poll): The inotify descriptors are now stored in the
15734         structures for the traced files.
15735         (main_loop_epoll): Likewise
15736         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
15737         to __nss_disable_nscd.
15738         * nscd/cache.c (prune_cache): There is no single inotify descriptor
15739         for a database anymore.  Check the records for all the registered
15740         files instead.
15741         * nss/Makefile (libnss_files-routines): Add files-init.
15742         (libnss_db-routines): Add db-init.
15743         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
15744         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
15745         * nss/nss_db/db-init.c: New file.
15746         * nss/nss_files/files-init.c: New file.
15747         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
15748         __nss_lookup_function.
15749         (__nss_lookup_function): Call nss_load_library.
15750         (nss_load_all_libraries): New function.
15751         (__nss_disable_nscd): Take parameter with callback function for files
15752         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
15753         used for the cached services.
15754         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
15755         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
15756         options for features to all the files in nscd.
15757
15758         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
15759
15760 2011-07-10  Roland McGrath  <roland@hack.frob.com>
15761
15762         * csu/elf-init.c (__libc_csu_init): Comment typo.
15763
15764 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
15765
15766         * po/pl.po: Update from translation team.
15767         * po/ja.po: Likewise.
15768         * po/ru.po: Likewise.
15769         * po/ko.po: Likewise.
15770         * po/fr.po: Likewise.
15771
15772 2011-07-09  Roland McGrath  <roland@hack.frob.com>
15773
15774         * configure.in (.ctors/.dtors header and trailer check):
15775         Use an empirical test on a built program.
15776         * configure: Regenerated.
15777
15778         * configure.in (-z relro check): Use an empirical test on a built DSO.
15779         Detect, but do not require, on ia64.
15780         * configure: Regenerated.
15781
15782         * configure.in (READELF): Find it with AC_CHECK_TOOL.
15783         Update tests that use readelf to use $READELF instead.
15784         * configure: Regenerated.
15785
15786 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
15787
15788         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
15789         if the result is not used.
15790
15791 2011-07-05  Andreas Jaeger  <aj@suse.de>
15792
15793         [BZ#9696]
15794         * stdlib/tst-strtod.c: Add testcase.
15795
15796 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
15797
15798         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
15799         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
15800         The latter has a higher limit.  Take additional parameter to pass to
15801         the new function.
15802         (__pathconf): Pass file to __statfs_link_max.
15803         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
15804         __statfs_link_max.
15805         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
15806         __statfs_link_max.
15807
15808         [BZ #12868]
15809         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
15810         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
15811         Handle Lustre.
15812         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
15813         (__statfs_filesize_max): Likewise.
15814         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
15815
15816 2011-07-05  Andreas Jaeger  <aj@suse.de>
15817
15818         * resolv/res_comp.c (dn_skipname): Remove unused variable.
15819
15820 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
15821
15822         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
15823         `status' variable.
15824         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
15825         Likewise.
15826
15827 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
15828
15829         * Makefile (strop-tests): Add strncat.
15830         * string/test-strncat.c: New file.
15831
15832 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
15833
15834         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
15835
15836 2011-06-21  Andreas Jaeger  <aj@suse.de>
15837
15838         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
15839         Copy rule from iconvdata/Makefile.
15840
15841 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
15842
15843         [BZ #12922]
15844         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
15845         but no long options are defined, just return 'W'.
15846
15847 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
15848
15849         [BZ #9696]
15850         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
15851
15852 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
15853
15854         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
15855         netgroups to read.
15856         (innetgr): Likewise.
15857
15858 2011-07-05  Roland McGrath  <roland@hack.frob.com>
15859
15860         * config.make.in (install_root): Default to $(DESTDIR).
15861
15862 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
15863
15864         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
15865
15866 2011-07-02  Roland McGrath  <roland@hack.frob.com>
15867
15868         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
15869
15870         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
15871         containing directory rather than embedding absolute directory names.
15872
15873         * scripts/check-local-headers.sh: Rewritten using awk.
15874         Match by word, not by line.  Print error messages for matches.
15875         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
15876
15877         * Makerules [shlib-lds-flags empty]:
15878         ($(common-objpfx)libc_pic.opts): New target.
15879         ($(common-objpfx)libc_pic.os.clean): New target.
15880         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
15881
15882         * config.make.in (OBJCOPY): New variable.
15883         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
15884         * configure: Regenerated.
15885
15886         * config.make.in (use-default-link): New variable.
15887         * configure.in (use_default_link): Grok --with-default-link to set it.
15888         * configure: Regenerated.
15889         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
15890         (shlib-lds, shlib-lds-flags): Define to empty.
15891
15892         * Makerules (shlib-lds): New variable.
15893         (shlib-lds-flags): New variable.
15894         (build-shlib, build-moduile, build-module-asneeded): Use it.
15895         ($(common-objpfx)libc.so): Use $(shlib-lds).
15896         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
15897         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
15898
15899         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
15900         DT_FLAGS/DT_FLAGS_1 with zero flags.
15901
15902         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
15903         linker script munging.
15904
15905 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
15906
15907         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
15908         as 128-bit value.
15909         * crypt/sha512.c (sha512_process_block): Perform total addition using
15910         128-bit if possible.
15911         (__sha512_finish_ctx): Likewise.
15912         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
15913         as 64-bit value.
15914         * crypt/sha256.c (SWAP64): Define.
15915         (sha256_process_block): Perform total addition using 64-bit if
15916         possible.
15917         (__sha256_finish_ctx): Likewise.
15918
15919 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
15920
15921         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
15922         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15923         * nscd/hstcache.c (cache_addhst): Likewise.
15924         * nscd/grpcache.c (cache_addgr): Likewise.
15925         * nscd/aicache.c (addhstaiX): Likewise
15926         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
15927
15928 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
15929
15930         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
15931         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15932         * nscd/hstcache.c (cache_addhst): Likewise.
15933         * nscd/grpcache.c (cache_addgr): Likewise.
15934         * nscd/aicache.c (addhstaiX): Likewise
15935
15936 2011-07-01  Andreas Schwab  <schwab@redhat.com>
15937
15938         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
15939         domain only when needed.
15940
15941 2011-06-30  Andreas Schwab  <schwab@redhat.com>
15942
15943         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
15944         is always restored.
15945
15946 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
15947
15948         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
15949         are re-adding the entry.
15950         * nscd/servicescache.c (cache_addserv): Likewise.
15951
15952 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
15953
15954         * sysdeps/generic/dl-irel.h: fix protection against multiple
15955         inclusions.
15956         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
15957
15958 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
15959
15960         [BZ #12935]
15961         * malloc/memusage.sh: Fix quoting in message.
15962         * debug/xtrace.sh: Likewise.
15963
15964         * configure.in: Remove support for --experimental-malloc option, make
15965         it the default.
15966         * config.make.in: Likewise.
15967         * malloc/Makefile: Likewise.
15968
15969 2011-06-27  Andreas Schwab  <schwab@redhat.com>
15970
15971         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
15972         two-byte characters.
15973
15974 2011-06-27  Roland McGrath  <roland@hack.frob.com>
15975
15976         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
15977         AC_CACHE_CHECK invocation.
15978         * configure: Regenerated.
15979
15980         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
15981
15982 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
15983
15984         [BZ #12350]
15985         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
15986         bit from old_res_options.
15987
15988         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
15989
15990         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
15991         value type for setfct.
15992
15993 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
15994
15995         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
15996         __gettimeofday instead of gettimeofday.
15997
15998 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
15999
16000         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
16001
16002 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
16003
16004         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
16005
16006         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
16007         info.
16008
16009 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
16010
16011         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
16012         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
16013         strcpy-sse2-unaligned strncpy-sse2-unaligned
16014         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
16015         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
16016         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
16017         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
16018         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
16019         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
16020         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
16021         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
16022         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
16023         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
16024         (STRCPY): Support SSE2 and SSSE3 versions.
16025
16026 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
16027
16028         [BZ #12874]
16029         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
16030         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
16031         kernels which artificially limit size of requests.
16032
16033 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
16034
16035         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
16036         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
16037         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
16038         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
16039         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
16040         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
16041         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
16042         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
16043         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
16044         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
16045         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
16046         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
16047         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
16048         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
16049         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
16050         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
16051         Enable unaligned load optimization for Intel Core i3, i5 and i7
16052         processors.
16053         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
16054         Define.
16055         (index_Fast_Unaligned_Load): Define.
16056         (HAS_FAST_UNALIGNED_LOAD): Define.
16057
16058 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
16059
16060         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
16061
16062 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
16063
16064         [BZ #12907]
16065         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
16066         until it is clear that the information is realy needed.
16067         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
16068
16069 2011-06-22  Andreas Schwab  <schwab@redhat.com>
16070
16071         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
16072
16073 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
16074
16075         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
16076         /sys/devices/system/cpu/online if it is usable.
16077
16078         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
16079         reading the information from the /proc filesystem to once a second.
16080
16081 2011-06-21  Andreas Jaeger  <aj@suse.de>
16082
16083         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
16084         NULL after inclusion of kernel headers.
16085
16086 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
16087
16088         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
16089         calls to internal_setent.
16090
16091         [BZ #12885]
16092         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
16093         addresses using gethostbyname4_r ignore IPv4 addresses.
16094
16095         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
16096         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
16097
16098         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
16099
16100 2011-06-20  David S. Miller  <davem@davemloft.net>
16101
16102         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
16103         inclusions.
16104         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
16105
16106         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
16107         (elf_irel): Use it.
16108         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
16109         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
16110         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
16111         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
16112         * sysdeps/x86_64/dl-irel.h: Likewise.
16113
16114         * elf/dl-runtime.c: Use elf_ifunc_invoke.
16115         * elf/dl-sym.c: Likewise.
16116
16117 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
16118
16119         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
16120         need to dereference resplen2.
16121
16122 2011-06-14  Andreas Schwab  <schwab@redhat.com>
16123
16124         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
16125
16126 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
16127
16128         * Makeconfig: Define vardbdir and inst_vardbdir.
16129         * nss/Makefile: Add rules to install db-Makefile.
16130
16131         * nss/nss_db/db-XXX.c: Cleanup.
16132
16133         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
16134         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
16135         GLIBC_PRIVATE.
16136         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
16137         * nss/makedb.c: Implement -g option to specify that value strings
16138         are generated and should not be added to table iterated over for
16139         get*ent calls.
16140         * nss/nss_db/db-initgroups.c: New file.
16141
16142         * nss/getent.c: Add support for initgroups lookups through getgrouplist
16143         interface.
16144
16145         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
16146         (internal_getgrouplist): Adjust to name change.
16147         Update use_initgroups_entry if this is not the first call.
16148         * nss/databases.def: Add initgroups entry.
16149
16150         * nss/makedb.c (compute_tables): Check result of multiple hash table
16151         sizes to minimize maximum chain length.
16152
16153 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
16154
16155         * Versions.def: Add entry for libnss_db.
16156         * shlib-versions: Likewise.
16157         * nss/Makefile: Add rules to build libnss_db.
16158         * nss/Versions: Add libnss_db information.  Organize libnss_files
16159         entries better.
16160         * nss/db-Makefile: Add gshadow support.  Change rules for the new
16161         makedb progra.  Some minor improvements to generate smaller files.
16162         * nss/nss_db/nss_db.h: Move NSS database header data structures to
16163         here from...
16164         * nss/makedb.c: ...here.
16165         Improve database format to be smaller and require less memory at
16166         runtime.
16167         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
16168         db anymore.
16169         * nss/nss_db/db-netgrp.c: Likewise.
16170         * nss/nss_db/db-open.c: Likewise.
16171         * nss/nss_files/flies-XXX.x: Adjust comments.
16172         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
16173         * nss/nss_files/files-grp.c: Likewise.
16174         * nss/nss_files/files-hosts.c: Likewise.
16175         * nss/nss_files/files-network.c: Likewise.
16176         * nss/nss_files/files-proto.c: Likewise.
16177         * nss/nss_files/files-pwd.c: Likewise.
16178         * nss/nss_files/files-rpc.c: Likewise.
16179         * nss/nss_files/files-service.c: Likewise.
16180         * nss/nss_files/files-sgrp.c: Likewise.
16181         * nss/nss_files/files-spwd.c: Likewise.
16182         * nss/nss_db/db-alias.c: Removed.
16183         * nss/nss_db/dummy-db.h: Removed.
16184
16185 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
16186
16187         * nss/makedb.c: Rewritten to not use database library.
16188         * nss/Makefile: Update to build new makedb program.
16189
16190 2011-06-14  Andreas Jaeger  <aj@suse.de>
16191
16192         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
16193         memset declaration.
16194
16195 2011-06-10  Andreas Schwab  <schwab@redhat.com>
16196
16197         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
16198         tmpbuf.
16199
16200 2011-06-10  Roland McGrath  <roland@hack.frob.com>
16201
16202         * Makerules (shlib.lds): Fail if the linker script comes out empty.
16203         * elf/Makefile ($(objpfx)ld.so): Likewise.
16204
16205         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
16206         Don't list ld.so twice in dependencies.
16207
16208         * posix/bug-regex31.c: Include <stdlib.h>.
16209
16210         * nscd/hstcache.c (cache_addhst): Remove unused variable.
16211
16212         * nis/nss_compat/compat-spwd.c
16213         (getspent_next_nss_netgr): Remove unused variable.
16214         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
16215
16216         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
16217         nonmembers" output to use the right array.
16218
16219         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
16220
16221         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
16222
16223         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
16224         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
16225         * catgets/gencat.c (read_input_file): Likewise.
16226         * locale/programs/locarchive.c (enlarge_archive): Likewise.
16227
16228         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
16229         variable definition inside #if's controlling its use.
16230
16231         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
16232
16233         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
16234
16235         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
16236
16237         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
16238         unreachable code.
16239
16240         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
16241
16242         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
16243         * configure: Regenerated.
16244
16245         * Makerules: Revert last change.
16246         * elf/Makefile: Likewise.
16247
16248 2011-06-09  Roland McGrath  <roland@hack.frob.com>
16249
16250         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
16251         * elf/Makefile ($(objpfx)librtld.os): Likewise.
16252         (reloc-link): Likewise.
16253
16254 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
16255
16256         * elf/Makefile: Add rules to build pldd.
16257         * elf/pldd.c: New file.
16258         * elf/pldd-xx.c: New file.
16259
16260 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
16261
16262         * version.h: Update for 2.15 development version.
16263
16264 2011-06-07  David S. Miller  <davem@davemloft.net>
16265
16266         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
16267         ifuncs.
16268         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
16269         elf_machine_lazy_rel): Likewise.
16270         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
16271         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
16272         elf_machine_lazy_rel): Likewise.
16273         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
16274         dl_hwcap via passed in argument.
16275         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
16276         Likewise.
16277
16278 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16279
16280         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
16281
16282 2011-06-06  Roland McGrath  <roland@hack.frob.com>
16283
16284         [BZ #12849]
16285         * manual/fdl-1.1.texi: New file, verbatim from:
16286         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
16287         * manual/lgpl-2.1.texi: New file, verbatim from:
16288         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
16289         * manual/Makefile (licenses): New variable, list those new file names.
16290         (texis): Use it.
16291         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
16292
16293         * manual/fdl.texi: File removed.
16294         * manual/lesser.texi: File removed.
16295         * manual/libc.texinfo (Copying, Documentation License):
16296         Use new @include file names, put @appendix directive before @include.
16297
16298 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
16299
16300         [BZ #12841]
16301         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
16302         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
16303         (mq_open): Add __NTH.
16304
16305 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
16306
16307         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
16308         Assume Intel Core i3/i5/i7 processor if AVX is available.
16309
16310 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
16311
16312         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
16313         typo.
16314
16315 2011-05-31  Andreas Schwab  <schwab@redhat.com>
16316
16317         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
16318         memory.  Use alloca_account.  Fix memory leak when retrying.
16319
16320 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
16321
16322         * version.h (RELEASE): Bump for 2.14 release.
16323         * include/features.h (__GLIBC_MINOR__): Bump to 14.
16324
16325         * config.make.in (RANLIB): Remove entry.
16326
16327 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
16328
16329         * po/Makefile (po-sed-cmd): Add ksh to extensions.
16330         (libc.pot): Work around missing support for .ksh extension in xgettext.
16331
16332         [BZ #12684]
16333         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
16334         if both request failed.
16335         (send_dg): In case of server errors clear resplen or *resplen2.
16336
16337         [BZ #12454]
16338         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
16339         when there are multiple maps.
16340         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
16341         (_dl_fini): Remove test here.
16342
16343         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
16344
16345 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
16346
16347         [BZ #12350]
16348         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
16349         bit from old_res_options.
16350         (gaih_inet): Likewise.
16351
16352         [BZ #11099]
16353         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
16354         as signed.
16355
16356         * resolv/res_init.c (res_setoptions): Make the code more compact.
16357
16358         [BZ #11558]
16359         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
16360         set RES_USEVC.
16361
16362         [BZ #11634]
16363         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
16364
16365         * malloc/malloc.h: Mark malloc hook variables as deprecated.
16366
16367         [BZ #11781]
16368         * malloc/malloc.h: Declare malloc hook variables as volatile.
16369
16370         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
16371         in last patch.
16372
16373         [BZ #11799]
16374         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
16375         raise in the comment.
16376         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
16377         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
16378         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
16379
16380 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
16381
16382         [BZ #12811]
16383         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
16384         grow the buffers more if it already has to be sufficient.
16385         (build_wcs_upper_buffer): Likewise.
16386         * posix/regexec.c (check_matching): Likewise.
16387         (clean_state_log_if_needed): Likewise.
16388         (extend_buffers): Don't enlarge buffers beyond size of the input
16389         buffer.
16390         Patches mostly by Emil Wojak <emil@wojak.eu>.
16391         * posix/bug-regex32.c: New file.
16392         * posix/Makefile (tests): Add bug-regex32.
16393
16394         * locale/findlocale.c (_nl_find_locale): Return right away if
16395         _nl_explode_name failed.
16396         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
16397
16398         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
16399
16400         * debug/xtrace.sh: Unify messages.
16401         * malloc/memusage.sh: Likewise.
16402
16403         [BZ #12813]
16404         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
16405         time symbol from vDSO.  Substitute with vsyscall if not available.
16406         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
16407         __vdso_time.
16408
16409         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
16410         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
16411         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
16412         Add sendmmsg and internal_sendmmsg.
16413         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
16414         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
16415         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
16416
16417         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
16418         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
16419         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
16420
16421 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
16422
16423         [BZ #12813]
16424         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
16425         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
16426         available.
16427         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
16428         __vdso_getcpu.
16429
16430         [BZ #12814]
16431         * iconvdata/Makefile (tests): Add bug-iconv9.
16432         * iconvdata/bug-iconv9.c: New file.
16433
16434 2011-05-27  Andreas Schwab  <schwab@redhat.com>
16435
16436         [BZ #12814]
16437         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
16438
16439 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
16440
16441         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
16442         (struct user_regs_struct): Change intcs field back to cs.
16443
16444 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
16445
16446         * po/ja.po: Update from translation team.
16447
16448 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
16449
16450         [BZ #12795]
16451         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
16452         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
16453
16454 2011-05-20  Andreas Schwab  <schwab@redhat.com>
16455
16456         * stdlib/longlong.h: Update from GCC.
16457
16458 2011-05-23  Andreas Schwab  <schwab@redhat.com>
16459
16460         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
16461         parameter name.
16462         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
16463         Add parameter name.
16464         (__sysconf): Pass it down.
16465
16466 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
16467
16468         [BZ #12671]
16469         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
16470         some situations.
16471         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
16472         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
16473         add in in __libc_use_alloca calls.  Adjust callers.
16474         (glob): Use malloc in some situations.
16475
16476         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
16477         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
16478         pltexit.
16479
16480 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
16481
16482         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
16483         and CLOCK_BOOTTIME_ALARM.
16484
16485         [BZ #12782]
16486         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
16487         is returned.
16488
16489         * string/_strerror.c (__strerror_r): Print negative errors as signed
16490         numbers.
16491
16492         [BZ #12777]
16493         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
16494         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
16495         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
16496
16497         * configure.in: Fix typo in redirection and correct removal of test
16498         files in two cases.
16499
16500         [BZ #12788]
16501         * locale/setlocale.c (new_composite_name): Fix test to check for
16502         identical name of all categories.
16503
16504         [BZ #12792]
16505         * libio/filedoalloc.c (local_isatty): New function.
16506         (_IO_file_doallocate): Use local_isatty.
16507         * stdio-common/perror.c (perror): In case a new stream is used
16508         forward the stream error.
16509         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
16510         error flag.
16511
16512 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
16513
16514         [BZ #11869]
16515         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
16516         alloca.
16517         * include/alloca.h (extend_alloca_account): Define.
16518
16519         [BZ #11857]
16520         * posix/regex.h: Fix comments with documentation of user-accessible
16521         fields after compilation and describe correct free'ing of pattern
16522         after re_compile_pattern.
16523         Patch by Reuben Thomas <rrt@sc3d.org>.
16524
16525 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
16526
16527         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
16528         and -mno-altivec to prevent the compiler from using Altivec and/or
16529         VSX instructions when the corresponding registers are not available.
16530
16531 2011-05-19  Andreas Schwab  <schwab@redhat.com>
16532
16533         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
16534
16535 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
16536
16537         * libio/freopen.c (freopen): Use __dup2, not dup2.
16538         * libio/freopen64.c (freopen64): Likewise.
16539
16540 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
16541
16542         [BZ #12775]
16543         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
16544         * math/Makefile (tests): Add test-powl.
16545         (CFLAGS-test-powl.c): Define.
16546         * math/test-powl.c: New file.
16547
16548 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
16549
16550         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
16551
16552 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
16553
16554         [BZ #11837]
16555         * iconvdata/gb18030.c: Update to GB18020-2005.
16556
16557 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
16558
16559         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
16560         RE_SYNTAX_POSIX_AWK): Update to match recent development.
16561         Patch by Aharon Robbins <arnold@skeeve.com>.
16562
16563         [BZ #11892]
16564         * stdlib/putenv.c (putenv): Don't always create copy of the variable
16565         on the stack.
16566
16567         [BZ #11895]
16568         * misc/pselect.c (__pselect): Handle timeout value errors hidden
16569         through underflows.
16570
16571         [BZ #12766]
16572         * misc/error.c (error_at_line): Ensure file_name and old_file_name
16573         point to strings before performing equality test for error_one_per_line
16574         mode.
16575
16576         [BZ #11697]
16577         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
16578
16579         [BZ #11820]
16580         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
16581         (struct user_fpregs_struct): Avoid __uint*_t types.
16582
16583         [BZ #6420]
16584         * malloc/mtrace.c (tr_where): Add additional parameter to point to
16585         symbol info.  Use it instead of calling _dl_addr locally.
16586         (lock_and_info): New function.
16587         (tr_freehook): Call lock_and_info and pass symbol info as additional
16588         parameter to tr_where.
16589         (tr_mallochook): Likewise.
16590         (tr_reallochook): Likewise.
16591         (tr_memalignhook): Likewise.
16592
16593         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
16594         used and couldn't be at all thread-safe.
16595
16596 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
16597
16598         * libio/freopen.c (freopen): Don't close old file descriptor
16599         before the new one is opened.  Instead dup the new file descriptor
16600         to the old one after the new stream is created.
16601         * libio/freopen64.c (freopen64): Likewise.
16602         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
16603         * libio/fileops.c (_IO_new_file_close_it): Handle new
16604         _IO_FLAGS2_NOCLOSE flag.
16605         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
16606         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
16607         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
16608         _IO_FLAGS2_NOCLOSE flag.
16609         * include/unistd.h: Add hidden_proto for dup3.
16610         Define __have_dup3.
16611         * io/dup3.c: Define hidden symbol.
16612         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
16613
16614         [BZ #7101]
16615         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
16616         when an incomplete long option is used.
16617         * posix/tst-getopt_long1.c: New file.
16618         * posix/Makefile (tests): Add tst-getopt_long1.
16619
16620         [BZ #10138]
16621         * scripts/config.guess: Update from autoconf-2.68.
16622         * scripts/config.sub: Likewise.
16623
16624         [BZ #10157]
16625         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
16626         tests into ...
16627         (has_cpuclock): ...this.  New function.
16628         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
16629         macro here based on has_cpuclock code.
16630
16631         [BZ #10149]
16632         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
16633         First byte (not low byte) is now always NUL.
16634         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
16635
16636         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
16637         Use non-cancelable interfaces.
16638
16639         [BZ #9809]
16640         * locale/iso-639.def: Add entry for Sorani.
16641
16642         [BZ #11901]
16643         * include/stdlib.h: Move include protection to the right place.
16644         Define abort_msg_s.  Declare __abort_msg with it.
16645         * stdlib/abort.c (__abort_msg): Adjust type.
16646         * assert/assert.c (__assert_fail_base): New function.  Majority
16647         of code from __assert_fail.  Allocate memory for __abort_msg with
16648         mmap.
16649         (__assert_fail): Now call __assert_fail_base.
16650         * assert/assert-perr.c: Remove bulk of implementation.  Use
16651         __assert_fail_base.
16652         * include/assert.hL Declare __assert_fail_base.
16653         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
16654         mmap.
16655         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
16656
16657 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
16658
16659         [BZ #11952]
16660         [BZ #12453]
16661         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
16662         until all modules are registered in the DTV.
16663         * elf/Makefile: Add rules to build and run tst-tls19.
16664         * elf/tst-tls19.c: New file.
16665         * elf/tst-tls19mod1.c: New file.
16666         * elf/tst-tls19mod2.c: New file.
16667         * elf/tst-tls19mod3.c: New file.
16668         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
16669
16670         [BZ #12083]
16671         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
16672         correctly.
16673
16674         [BZ #12601]
16675         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
16676         two-byte sequence errors.
16677         * iconvdata/Makefile (tests): Add bug-iconv8.
16678         * iconvdata/bug-iconv8.c: New file.
16679
16680         [BZ #12626]
16681         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
16682         buf2 definition.
16683
16684         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
16685
16686         [BZ #12432]
16687         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
16688         (dummy_getcfa): New function.
16689         (init): Get _Unwind_GetCFA address, use dummy if not found.
16690         (backtrace_helper): In recursion check, also check whether CFA changes.
16691         (__backtrace): Completely initialize arg.
16692
16693         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
16694         storing incomplete byte sequence in state object.  Avoid testing for
16695         guaranteed too small input if we know there is enough data available.
16696
16697 2011-05-11  Andreas Schwab  <schwab@redhat.com>
16698
16699         * Makeconfig (+link-pie): Indent.
16700         * Rules (binaries-pie): Define if $(have-fpie) and
16701         $(build-shared).
16702         (binaries-shared): Also filter out $(binaries-pie).
16703         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
16704         * nscd/Makefile (others-pie): Add nscd.
16705         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
16706         ($(objpfx)nscd): Remove command override.
16707         * login/Makefile (others-pie): Add pt_chown.
16708         ($(objpfx)pt_chown): Remove command override.
16709         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
16710         remove command overrides.
16711
16712 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
16713
16714         * libio/tst_putwc.c: Fix error messages.
16715
16716         [BZ #12724]
16717         * libio/fileops.c (_IO_new_file_close_it): Always flush when
16718         currently writing and seek to current position when not.
16719         * libio/Makefile (tests): Add bug-fclose1.
16720         * libio/bug-fclose1.c: New file.
16721
16722 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
16723
16724         [BZ #12511]
16725         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
16726         don't set DF_1_NODELETE here.
16727         (do_lookup_x): When entering new entry test for copy relocation
16728         and if necessary set DF_1_NODELETE flag.
16729         * elf/tst-unique4.cc: New file.
16730         * elf/tst-unique4.h: New file.
16731         * elf/tst-unique4lib.cc: New file.
16732         * elf/Makefile: Add rules to build and run tst-unique4.
16733         Patch by Piotr Bury <pbury@goahead.com>.
16734
16735 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
16736
16737         [BZ #12052]
16738         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
16739
16740         [BZ #12625]
16741         * misc/mntent_r.c (addmntent): Flush the stream after the output
16742
16743         [BZ #12393]
16744         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
16745         (is_trusted_path_normalize): Skip initial colon.  Append slash
16746         to empty buffer.  Duplicate is_trusted_path code but allow
16747         constructed patch to be prefix.
16748         (is_dst): Allow $ORIGIN followed by /.
16749         (_dl_dst_substitute): Correct clearing of check_for_trusted.
16750         Correct testing of result of is_trusted_path_normalize
16751         (decompose_rpath): Fix warning.
16752
16753 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
16754
16755         [BZ #11257]
16756         * grp/initgroups.c (internal_getgrouplist): When we found the service
16757         list through the initgroups entry in nsswitch.conf do not always
16758         continue on a successful lookup.  Don't always use the
16759         __nss_group_database value if it is set.
16760         * nss/nsswitch.conf (initgroups): Change action for successful db
16761         lookup to continue for compatibility.
16762
16763 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
16764
16765         [BZ #11532]
16766         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
16767         and CP774 modules.
16768         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
16769         and CP774 modules.
16770         * iconvdata/tst-tables.sh: Likewise.
16771         * iconvdata/cp770.c: New file.
16772         * iconvdata/cp771.c: New file.
16773         * iconvdata/cp772.c: New file.
16774         * iconvdata/cp773.c: New file.
16775         * iconvdata/cp774.c: New file.
16776         * iconvdata/testdata/CP770: New file.
16777         * iconvdata/testdata/CP770..UTF8: New file.
16778         * iconvdata/testdata/CP771: New file.
16779         * iconvdata/testdata/CP771..UTF8: New file.
16780         * iconvdata/testdata/CP772: New file.
16781         * iconvdata/testdata/CP772..UTF8: New file.
16782         * iconvdata/testdata/CP773: New file.
16783         * iconvdata/testdata/CP773..UTF8: New file.
16784         * iconvdata/testdata/CP774: New file.
16785         * iconvdata/testdata/CP774..UTF8: New file.
16786
16787         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
16788         END CHARMAP line.
16789         * iconvdata/gen-8bit-gap.sh: Likewise.
16790         * iconvdata/gen-8bit.sh: Likewise.
16791
16792         * locale/iso-639.def: Add ary entry.
16793
16794         [BZ #11258]
16795         * locale/C-translit.h.in: Add U20A1 transliteration.
16796
16797         [BZ #12178]
16798         * locale/iso-639.def: Add wae entry.
16799         Patch by Kevin Bortis <bortis@translate-wae.ch>.
16800
16801         [BZ #12545]
16802         * locale/programs/localedef.c (construct_output_path): Use ssize_t
16803         for n.
16804
16805         [BZ #12711]
16806         * locale/C-translit.h.in: Add entry for U20B9.
16807         Patch by pravin.d.s@gmail.com.
16808
16809 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
16810
16811         [BZ #12713]
16812         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
16813         ENAMETOOLONG use generic getcwd.
16814         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
16815         in rtld.  Use *stat64.
16816         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
16817         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
16818         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
16819         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
16820         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
16821         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
16822         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
16823         __fstatat64 macros.
16824         * include/dirent.h: Add libc_hidden_proto for rewinddir.
16825         * dirent/rewinddir.c: Add libc_hidden_def.
16826         * sysdeps/mach/hurd/rewinddir.c: Likewise.
16827         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
16828
16829         * include/dirent.h (__alloc_dir): Add flags parameter.
16830         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
16831         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
16832         __alloc_dir.
16833         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
16834         from fdopendir if O_CLOEXEC is already set.
16835
16836 2011-03-15  Alan Modra  <amodra@gmail.com>
16837
16838         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
16839         l_tls_firstbyte_offset non-zero.  Save padding offset in
16840         l_tls_firstbyte_offset for later use.
16841         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
16842         freeing static tls block.
16843
16844 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
16845
16846         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
16847         where #ifdef was intended.  The intent is to prevent ARG_MAX from
16848         being defined by the kernel headers.
16849
16850 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
16851
16852         [BZ #12734]
16853         * resolv/resolv.h: Define RES_NOTLDQUERY.
16854         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
16855         no-tld-query and set RES_NOTLDQUERY.
16856         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
16857         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
16858         modern BIND to search name as TLD unless forbidden.
16859
16860 2011-05-07  Petr Baudis  <pasky@suse.cz>
16861             Ulrich Drepper  <drepper@gmail.com>
16862
16863         [BZ #12393]
16864         * elf/dl-load.c (fillin_rpath): Move trusted path check...
16865         (is_trusted_path): ...to here.
16866         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
16867         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
16868         using is_trusted_path_normalize() in setuid scripts.
16869
16870 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
16871
16872         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
16873         __BEGIN/__END_DECLS.
16874
16875 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
16876
16877         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
16878         NSS_STATUS_NOTFOUND if no record was found.
16879
16880 2011-05-05  Andreas Schwab  <schwab@redhat.com>
16881
16882         * sunrpc/Makefile (headers): Add rpc/netdb.h.
16883         (headers-not-in-tirpc): Remove rpc/netdb.h
16884         * resolv/netdb.h: Revert last change.
16885
16886 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
16887
16888         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
16889         circular dependency between libgcc.a and libc.a.
16890
16891 2011-05-05  Andreas Schwab  <schwab@redhat.com>
16892
16893         * resolv/netdb.h: Don't include <rpc/netdb.h>.
16894         * nis/Makefile: Don't install rpcsvc/*.
16895         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
16896         instead of <rpc/types.h>.
16897         (MAXHOSTNAMELEN): Define.
16898
16899 2011-05-03  Andreas Schwab  <schwab@redhat.com>
16900
16901         * elf/ldconfig.c (add_dir): Don't crash on empty path.
16902
16903 2011-04-28  Maciej Babinski  <mbabinski@google.com>
16904
16905         [BZ #12714]
16906         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
16907         gethostbyname4_r when IPv6 results are possible.
16908
16909 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
16910
16911         [BZ #12723]
16912         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
16913         _PC_PIPE_BUF handling.
16914
16915 2011-04-30  Bruno Haible  <bruno@clisp.org>
16916
16917         [BZ #12717]
16918         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
16919         * resolv/netdb.h (getnameinfo): Change type of flags parameter
16920         to 'int'.
16921         * inet/getnameinfo.c (getnameinfo): Likewise.
16922
16923 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
16924
16925         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
16926         to groups setting in database lookup.
16927         * nss/nsswitch.conf: Add initgroups entry.
16928
16929 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
16930
16931         [BZ #12685]
16932         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
16933         mode string.
16934         Patch by Eric Blake <eblake@redhat.com>.
16935
16936 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
16937
16938         * sunrpc/Makefile (need-export-routines): Add svc_run.
16939         (routines): Remove svc_run.
16940         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
16941         * sunrpc/clnt_perr.c (clnt_perrno): Export.
16942         * sunrpc/svc_run.c (svc_run): Likewise.
16943         * sunrpc/svc_udp.c (svcudp_create): Likewise.
16944
16945 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
16946
16947         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
16948         problem in reallocation in last patch.
16949
16950 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
16951
16952         * sunrpc/Makefile: Move inclusion of Rules.
16953
16954 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
16955
16956         * nss/nss_files/files-initgroups.c: New file.
16957         * nss/Makefile (libnss_files-routines): Add files-initgroups.
16958         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
16959         _nss_files_initgroups_dyn.
16960
16961 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
16962
16963         * elf/elf.h (R_ARM_IRELATIVE): Define.
16964
16965 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
16966
16967         * po/ru.po: Update from translation team.
16968
16969 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
16970
16971         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
16972         dependencies.
16973
16974 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
16975
16976         [BZ #12653]
16977         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
16978         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
16979         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
16980         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
16981         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
16982
16983 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
16984
16985         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
16986         differing bytes.
16987         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
16988         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
16989         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16990
16991 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
16992
16993         [BZ #12420]
16994         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
16995         storing it.
16996         * stdlib/bug-getcontext.c: New file.
16997         * stdlib/Makefile: Add rules to build and run bug-getcontext.
16998
16999 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17000
17001         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
17002         instructions into .machine "z9-109".
17003         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
17004         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
17005
17006 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17007
17008         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
17009         between environment variables and auxiliary vector.
17010
17011 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
17012
17013         * Makefile: Add rules to build linkobj/libc.so.
17014         * include/libc-symbols.h: Define libc_hidden_nolink.
17015         * include/rpc/auth.h: Mark functions which are to be hidden.
17016         * include/rpc/auth_des.h: Likewise.
17017         * include/rpc/auth_unix.h: Likewise.
17018         * include/rpc/clnt.h: Likewise.
17019         * include/rpc/des_crypt.h: Likewise.
17020         * include/rpc/key_prot.h: Likewise.
17021         * include/rpc/pmap_clnt.h: Likewise.
17022         * include/rpc/pmap_prot.h: Likewise.
17023         * include/rpc/pmap_rmt.h: Likewise.
17024         * include/rpc/rpc_msg.h: Likewise.
17025         * include/rpc/svc.h: Likewise.
17026         * include/rpc/svc_auth.h: Likewise.
17027         * include/rpc/xdr.h: Likewise.
17028         * nis/Makefile: Link all DSOs against linkobj/libc.so.
17029         * nss/Makefile: Likewise.
17030         * sunrpc/Makefile: Don't install headers.  Build library with normal
17031         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
17032         * sunrpc/auth_des.c: Hide exported symbols by default, export some
17033         for the compat linking library.  Remove use of INTDEF/INTUSE.
17034         * sunrpc/auth_none.c: Likewise.
17035         * sunrpc/auth_unix.c: Likewise.
17036         * sunrpc/authdes_prot.c: Likewise.
17037         * sunrpc/authuxprot.c: Likewise.
17038         * sunrpc/clnt_gen.c: Likewise.
17039         * sunrpc/clnt_perr.c: Likewise.
17040         * sunrpc/clnt_raw.c: Likewise.
17041         * sunrpc/clnt_simp.c: Likewise.
17042         * sunrpc/clnt_tcp.c: Likewise.
17043         * sunrpc/clnt_udp.c: Likewise.
17044         * sunrpc/clnt_unix.c: Likewise.
17045         * sunrpc/des_crypt.c: Likewise.
17046         * sunrpc/des_soft.c: Likewise.
17047         * sunrpc/get_myaddr.c: Likewise.
17048         * sunrpc/key_call.c: Likewise.
17049         * sunrpc/key_prot.c: Likewise.
17050         * sunrpc/netname.c: Likewise.
17051         * sunrpc/pm_getmaps.c: Likewise.
17052         * sunrpc/pm_getport.c: Likewise.
17053         * sunrpc/pmap_clnt.c: Likewise.
17054         * sunrpc/pmap_prot.c: Likewise.
17055         * sunrpc/pmap_prot2.c: Likewise.
17056         * sunrpc/pmap_rmt.c: Likewise.
17057         * sunrpc/publickey.c: Likewise.
17058         * sunrpc/rpc_cmsg.c: Likewise.
17059         * sunrpc/rpc_common.c: Likewise.
17060         * sunrpc/rpc_dtable.c: Likewise.
17061         * sunrpc/rpc_prot.c: Likewise.
17062         * sunrpc/rpc_thread.c: Likewise.
17063         * sunrpc/rtime.c: Likewise.
17064         * sunrpc/svc.c: Likewise.
17065         * sunrpc/svc_auth.c: Likewise.
17066         * sunrpc/svc_authux.c: Likewise.
17067         * sunrpc/svc_raw.c: Likewise.
17068         * sunrpc/svc_run.c: Likewise.
17069         * sunrpc/svc_simple.c: Likewise.
17070         * sunrpc/svc_tcp.c: Likewise.
17071         * sunrpc/svc_udp.c: Likewise.
17072         * sunrpc/svc_unix.c: Likewise.
17073         * sunrpc/svcauth_des.c: Likewise.
17074         * sunrpc/xcrypt.c: Likewise.
17075         * sunrpc/xdr.c: Likewise.
17076         * sunrpc/xdr_array.c: Likewise.
17077         * sunrpc/xdr_float.c: Likewise.
17078         * sunrpc/xdr_intXX_t.c: Likewise.
17079         * sunrpc/xdr_mem.c: Likewise.
17080         * sunrpc/xdr_rec.c: Likewise.
17081         * sunrpc/xdr_ref.c: Likewise.
17082         * sunrpc/xdr_sizeof.c: Likewise.
17083         * sunrpc/xdr_stdio.c: Likewise.
17084
17085 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
17086
17087         [BZ #12650]
17088         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
17089         * sysdeps/ia64/dl-tls.h: Likewise.
17090         * sysdeps/powerpc/dl-tls.h: Likewise.
17091         * sysdeps/s390/dl-tls.h: Likewise.
17092         * sysdeps/sh/dl-tls.h: Likewise.
17093         * sysdeps/sparc/dl-tls.h: Likewise.
17094         * sysdeps/x86_64/dl-tls.h: Likewise.
17095         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
17096
17097 2011-03-14  Andreas Schwab  <schwab@redhat.com>
17098
17099         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
17100         rpath element also skip the following colon.
17101         (expand_dynamic_string_token): Add is_path parameter and pass
17102         down to DL_DST_REQUIRED and _dl_dst_substitute.
17103         (decompose_rpath): Call expand_dynamic_string_token with
17104         non-zero is_path.  Ignore empty rpaths.
17105         (_dl_map_object_from_fd): Call expand_dynamic_string_token
17106         with zero is_path.
17107
17108 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
17109
17110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
17111         Make cancelable.
17112
17113 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
17114
17115         [BZ #12655]
17116         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
17117         Patch by Filipe David Manana <fdmanana@apache.org>.
17118
17119 2011-04-07  Andreas Schwab  <schwab@redhat.com>
17120
17121         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
17122         Maintain aligned stack.
17123         (CHECK_RSP): Remove unused macro.
17124
17125 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
17126
17127         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
17128         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
17129
17130 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
17131
17132         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
17133
17134         * include/features.h: Mention __USE_XOPEN2K8 in comment.
17135
17136 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
17137
17138         [BZ #12518]
17139         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
17140         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
17141         * sysdeps/x86_64/memmove.c: New file.
17142         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
17143         (memcpy): Renamed to ...
17144         (__new_memcpy): This.
17145         (memcpy): Provide GLIBC_2_14 memcpy.
17146         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
17147         (memcpy): Provide GLIBC_2_2_5 memcpy.
17148
17149 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
17150
17151         [BZ #12631]
17152         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
17153
17154 2011-03-30  Andreas Schwab  <schwab@redhat.com>
17155
17156         * misc/syncfs.c: New file.
17157         * misc/Makefile (routines): Add syncfs.
17158         * posix/unistd.h: Declare syncfs.
17159         * sysdeps/unix/syscalls.list: Add syncfs.
17160
17161 2011-04-01  Andreas Schwab  <schwab@redhat.com>
17162
17163         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
17164         open_by_handle_at.
17165         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
17166         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
17167         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
17168         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
17169         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
17170         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
17171         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
17172
17173 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
17174
17175         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
17176         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
17177         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
17178         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
17179         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
17180         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
17181         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
17182
17183         * io/Makefile: Compile fallocate.c, fallocate64.c, and
17184         sync_file_range.c with -fexceptions.
17185         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
17186         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
17187         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
17188         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
17189         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
17190         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
17191         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
17192         sync_file_range as cancellation point
17193         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
17194         now a wrapper around __call_sync_file_range with cancellation handling.
17195         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
17196         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
17197         function name to __call_sync_file_range.
17198         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
17199         Add call_sync_file_range.
17200
17201 2011-04-01  Andreas Schwab  <schwab@redhat.com>
17202
17203         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
17204         bits/timex.h.
17205
17206 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
17207
17208         * iconv/iconv.h: Fix typo in comment.
17209         * io/fcntl.h: Likewise.
17210         * libio/stdio.h: Likewise.
17211         * posix/spawn.h: Likewise.
17212         * posix/unistd.h: Likewise.
17213         * stdlib/stdlib.h: Likewise.
17214         * time/time.h: Likewise.
17215         * wcsmbs/wchar.h: Likewise.
17216
17217         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
17218         open_by_handle): Add.
17219         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
17220         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
17221         Augment a few comments.
17222         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
17223         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
17224         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
17225         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
17226         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
17227         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
17228         open_by_handle.
17229
17230         * io/fcntl.h (AT_EMPTY_PATH): Define.
17231
17232 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
17233
17234         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
17235         * sysdeps/unix/sysv/linux/bits/time.h: New file.
17236         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
17237         to...
17238         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
17239         * Versions.def: Add GLIBC_2.14.
17240         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
17241         Export.
17242
17243 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
17244
17245         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
17246         round counter.
17247         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
17248
17249 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
17250
17251         [BZ #12597]
17252         * string/test-strncmp.c (do_page_test): New function.
17253         (check2): Likewise.
17254         (test_main): Call check2.
17255         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
17256
17257 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
17258
17259         [BZ #12587]
17260         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
17261         Handle cache information in CPU leaf 4.
17262         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
17263
17264 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
17265
17266         [BZ #12583]
17267         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
17268         character representation.
17269         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
17270
17271 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
17272
17273         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
17274         END(__isnan) to END(__isnanf) to match function entry point/label
17275         EALIGN(__isnanf,...).
17276
17277 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
17278
17279         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
17280
17281 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
17282
17283         [BZ #12510]
17284         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
17285         copy from the symbol referenced in the relocation to initialize the
17286         used variable.
17287         Patch by Piotr Bury <pbury@goahead.com>.
17288         * elf/Makefile: Add rules to build and tst-unique3.
17289         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
17290         * elf/tst-unique3.cc: New file.
17291         * elf/tst-unique3.h: New file.
17292         * elf/tst-unique3lib.cc: New file.
17293         * elf/tst-unique3lib2.cc: New file.
17294
17295         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
17296
17297 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
17298
17299         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
17300         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
17301         to _start.
17302
17303 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
17304
17305         * elf/dl-load.c (_dl_map_object): If we are looking for the first
17306         to-be-loaded object along a path to loader is ld.so.
17307
17308 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
17309             Ulrich Drepper  <drepper@gmail.com>
17310
17311         * sysdeps/x86_64/memset.S: After aligning destination, code
17312         branches to different locations depending on the value of
17313         misalignment, when multiarch is enabled. Fix this.
17314
17315 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
17316
17317         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
17318         Set _x86_64_preferred_memory_instruction for AMD processsors.
17319         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17320         Set bit_Prefer_SSE_for_memop for AMD processors.
17321
17322 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
17323
17324         * libio/fmemopen.c (fmemopen): Optimize a bit.
17325
17326 2011-03-03  Andreas Schwab  <schwab@redhat.com>
17327
17328         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
17329
17330 2011-03-03  Roland McGrath  <roland@redhat.com>
17331
17332         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
17333
17334 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
17335
17336         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
17337         __bzero_ultra1 instead of __memset_ultra1.
17338
17339 2011-02-23  Andreas Schwab  <schwab@redhat.com>
17340             Ulrich Drepper  <drepper@gmail.com>
17341
17342         [BZ #12509]
17343         * include/link.h (struct link_map): Add l_orig_initfini.
17344         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
17345         returning unsuccessfully.
17346         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
17347         close of a file loaded at startup, restore the original l_initfini
17348         list.
17349         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
17350         list, store the pointer.
17351         * elf/Makefile ($(objpfx)noload-mem): New rule.
17352         (noload-ENV): Define.
17353         (tests): Add $(objpfx)noload-mem.
17354         * elf/noload.c: Include <memcheck.h>.
17355         (main): Call mtrace.  Close all opened handles.
17356
17357 2011-02-17  Andreas Schwab  <schwab@redhat.com>
17358
17359         [BZ #12454]
17360         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
17361         dependencies are missing.
17362
17363 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17364
17365         Fix __if_freereq crash: Unlike the generic version which uses free,
17366         Hurd needs munmap.
17367         * sysdeps/mach/hurd/ifreq.h: New file.
17368
17369 2011-01-27  Petr Baudis  <pasky@suse.cz>
17370             Ulrich Drepper  <drepper@gmail.com>
17371
17372         [BZ 12445]#
17373         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
17374         to extend_alloca().
17375         * stdio-common/bug23.c: New file.
17376         * stdio-common/Makefile (tests): Add bug23.
17377
17378 2010-09-28  Andreas Schwab  <schwab@redhat.com>
17379             Ulrich Drepper  <drepper@gmail.com>
17380
17381         [BZ #12489]
17382         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
17383         before performing relro protection.  At old place add assertion
17384         to make sure nothing changed.
17385
17386 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
17387             Glauber de Oliveira Costa  <glommer@gmail.com>
17388
17389         * elf/elf.h: Add new ARM TLS relocs.
17390
17391 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
17392
17393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
17394         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
17395         cast from r3.
17396         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
17397         'tests' variable.
17398         * sysdeps/wordsize-64/tst-writev.c: New file.
17399
17400 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
17401
17402         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
17403         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
17404         insns in _dl_start to prevent a TOC reference before relocs are
17405         resolved.
17406
17407 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
17408
17409         [BZ #12469]
17410         * Makeconfig: Remove RANLIB definition.
17411         * Makerules: Don't use RANLIB.
17412         * aclocal.m4: Remove ranlib test.
17413         * configure.in: No need to check for ranlib.
17414         * elf/rtld-Rules: Don't use RANLIB.
17415
17416 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17417
17418         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
17419         protection macro.
17420         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
17421         inclusion protection macro.
17422
17423         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
17424         SIGRTMIN and SIGRTMAX and print information in that case only when
17425         SIGRTMIN is defined.
17426
17427 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
17428
17429         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
17430         arginfo fn returning -1.
17431
17432         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
17433         and thousands string is zero terminated.
17434
17435 2011-02-03  Andreas Schwab  <schwab@redhat.com>
17436
17437         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
17438         sysdeps/unix/sysv/linux/bits/socket.h.
17439
17440 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17441
17442         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
17443         (__CPU_COUNT): Remove old macros.
17444         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
17445         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
17446         (__CPU_ALLOC, __CPU_FREE): Add macros.
17447         (__sched_cpualloc, __sched_cpufree): Add declarations.
17448
17449 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
17450
17451         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
17452         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
17453         * nscd/aicache.c (addhstaiX): Return timeout of added value.
17454         (readdhstai): Return value of addhstaiX call.
17455         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
17456         (addgrbyX): Return value returned by cache_addgr.
17457         (readdgrbyname): Return value returned by addgrbyX.
17458         (readdgrbygid): Likewise.
17459         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
17460         (addpwbyX): Return value returned by cache_addpw.
17461         (readdpwbyname): Return value returned by addhstbyX.
17462         (readdpwbyuid): Likewise.
17463         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
17464         (addservbyX): Return value returned by cache_addserv.
17465         (readdservbyname): Return value returned by addservbyX:
17466         (readdservbyport): Likewise.
17467         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
17468         (addhstbyX): Return value returned by cache_addhst.
17469         (readdhstbyname): Return value returned by addhstbyX.
17470         (readdhstbyaddr): Likewise.
17471         (readdhstbynamev6): Likewise.
17472         (readdhstbyaddrv6): Likewise.
17473         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
17474         (readdinitgroups): Return value returned by addinitgroupsX.
17475         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
17476         (prune_cache): Keep track of timeout value of re-added entries.
17477         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
17478         * nscd/nscd.h: Adjust prototypes of readd* functions.
17479
17480 2011-02-04  Roland McGrath  <roland@redhat.com>
17481
17482         * nis/nis_server.c (nis_servstate): Use the right name for 0.
17483         (nis_stats): Likewise.
17484         * nis/nis_modify.c (nis_modify): Likewise.
17485         * nis/nis_remove.c (nis_remove): Likewise.
17486         * nis/nis_add.c (nis_add): Likewise.
17487
17488         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
17489
17490         * posix/fnmatch_loop.c: Add some consts.
17491
17492         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
17493
17494 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
17495
17496         [BZ #12460]
17497         * config.make.in (config-cflags-novzeroupper): Define.
17498         * configure.in: Substitute libc_cv_cc_novzeroupper.
17499         * elf/Makefile (AVX-CFLAGS): Define.
17500         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
17501         (CFLAGS-tst-auditmod4a.c): Likewise.
17502         (CFLAGS-tst-auditmod4b.c): Likewise.
17503         (CFLAGS-tst-auditmod6b.c): Likewise.
17504         (CFLAGS-tst-auditmod6c.c): Likewise.
17505         (CFLAGS-tst-auditmod7b.c): Likewise.
17506         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
17507
17508 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
17509
17510         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
17511         function to the callback.
17512         Patch partly by Jiri Olsa <jolsa@redhat.com>.
17513
17514 2011-02-02  Andreas Schwab  <schwab@redhat.com>
17515
17516         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
17517         of errno.
17518
17519 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
17520
17521         [BZ #11724]
17522         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
17523         of constructors.
17524         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
17525         of destructors.
17526         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
17527
17528         [BZ #11724]
17529         * elf/Makefile: Add rules to build and run new test.
17530         * elf/tst-initorder.c: New file.
17531         * elf/tst-initorder.exp: New file.
17532         * elf/tst-initordera1.c: New file.
17533         * elf/tst-initordera2.c: New file.
17534         * elf/tst-initordera3.c: New file.
17535         * elf/tst-initordera4.c: New file.
17536         * elf/tst-initorderb1.c: New file.
17537         * elf/tst-initorderb2.c: New file.
17538         * elf/tst-order-a1.c: New file.
17539         * elf/tst-order-a2.c: New file.
17540         * elf/tst-order-a3.c: New file.
17541         * elf/tst-order-a4.c: New file.
17542         * elf/tst-order-b1.c: New file.
17543         * elf/tst-order-b2.c: New file.
17544         * elf/tst-order-main.c: New file.
17545         New test case by George Gensure <werkt0@gmail.com>.
17546
17547 2010-10-01  Andreas Schwab  <schwab@redhat.com>
17548
17549         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
17550         decoding ACE if AI_CANONIDN.
17551
17552 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
17553
17554         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
17555
17556 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
17557
17558         * version.h (RELEASE): Bump for 2.13 release.
17559         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
17560
17561         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
17562
17563         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
17564         MADV_NOHUGEPAGE.
17565         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
17566         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
17567         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
17568         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
17569         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
17570         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
17571
17572         * posix/getconf.c: Update copyright year.
17573         * catgets/gencat.c: Likewise.
17574         * csu/version.c: Likewise.
17575         * debug/catchsegv.sh: Likewise.
17576         * debug/xtrace.sh: Likewise.
17577         * elf/ldconfig.c: Likewise.
17578         * elf/ldd.bash.in: Likewise.
17579         * elf/sprof.c (print_version): Likewise.
17580         * iconv/iconv_prog.c: Likewise.
17581         * iconv/iconvconfig.c: Likewise.
17582         * locale/programs/locale.c: Likewise.
17583         * locale/programs/localedef.c: Likewise.
17584         * malloc/memusage.sh: Likewise.
17585         * malloc/mtrace.pl: Likewise.
17586         * nscd/nscd.c (print_version): Likewise.
17587         * nss/getent.c: Likewise.
17588
17589         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
17590         PF_CAIF, and PF_ALG.
17591         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
17592
17593 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
17594
17595         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
17596         (modules-names): Use them.
17597         (ifunc-test-modules, ifunc-pie-tests): Define.
17598         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
17599         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
17600         (test-extras): Likewise.
17601         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
17602         $(compile-command.c).
17603         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
17604         (all-built-dso): Define.
17605         (check-textrel.out, check-execstack.out): Depend on it.
17606
17607         * configure.in: Don't override --enable-multi-arch.
17608
17609 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
17610
17611         [BZ #6812]
17612         * nscd/hstcache.c (tryagain): Define.
17613         (cache_addhst): Return tryagain not notfound for temporary errors.
17614         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
17615         failed.
17616
17617 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
17618
17619         [BZ #10563]
17620         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
17621         to make the syscall.
17622         * sysdeps/unix/sysv/linux/setgroups.c: New file.
17623
17624         [BZ #12378]
17625         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
17626         and fall back to matching as normal character if the string ends before
17627         the matching ']' is found.  This is what POSIX requires.
17628         * posix/testfnm.c: Adjust test result.
17629         * posix/globtest.sh: Adjust test result.  Add new test.
17630         * posix/tst-fnmatch.input: Likewise.
17631         * posix/tst-fnmatch2.c: Add new test.
17632
17633 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
17634
17635         * elf/Makefile (check-execstack): Revert last change.  Depend on
17636         check-execstack.h.
17637         (check-execstack.h): New target.
17638         (generated): Add check-execstack.h.
17639         * elf/check-execstack.c: Include "check-execstack.h".
17640         (main): Revert last change.
17641         (handle_file): Return zero if GNU_STACK is absent and
17642         DEFAULT_STACK_PERMS doesn't include PF_X.
17643
17644 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
17645
17646         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
17647         in child fails because the descriptor is already closed.
17648         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
17649         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
17650         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
17651
17652         [BZ #12397]
17653         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
17654         syscall.
17655
17656         [BZ #10484]
17657         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
17658         temporary buffer used to handle multi lookups locally.
17659         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
17660
17661 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
17662
17663         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
17664         loader is ld.so.
17665
17666 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
17667
17668         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
17669         alignment for SSE2.
17670
17671 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
17672
17673         [BZ #12394]
17674         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
17675         characters.  When rounding increased number of integer digits recompute
17676         number of groups.
17677         * stdio-common/tst-grouping.c: New file.
17678         * stdio-common/Makefile: Add rules to build and run tst-grouping.
17679
17680 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
17681
17682         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
17683         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
17684
17685         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
17686         void.
17687         * bits/select.h: Likewise.
17688
17689 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
17690
17691         * po/ja.po: Update from translation team.
17692
17693 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
17694
17695         [BZ #11155]
17696         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
17697         implementation just like for lxstat, fxstatat, et al.
17698
17699 2010-12-27  Jim Meyering  <meyering@redhat.com>
17700
17701         [BZ #12348]
17702         * posix/regexec.c (build_trtable): Return failure indication upon
17703         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
17704
17705 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
17706
17707         [BZ #12201]
17708         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
17709         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
17710         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
17711         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
17712
17713         [BZ #12207]
17714         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
17715
17716         [BZ #12204]
17717         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
17718         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
17719
17720 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
17721
17722         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
17723         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
17724         script has SORT_BY_INIT_PRIORITY.
17725         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
17726         NO_CTORS_DTORS_SECTIONS is defined.
17727         * elf/soinit.c: Likewise.
17728         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
17729         NO_CTORS_DTORS_SECTIONS is defined.
17730         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
17731         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
17732         * sysdeps/sh/init-first.c: Likewise.
17733         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
17734
17735 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
17736
17737         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
17738         always use the slow path.
17739
17740 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
17741
17742         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
17743         similar rule which adds the sysdep directories to the header search in
17744         order to pick up the correct platform stackinfo.h.
17745         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
17746         perform test if it is, otherwise return successfully without testing.
17747         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
17748         DEFAULT_STACK_PERMS define in stackinfo.h.
17749         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
17750         defined in stackinfo.h.
17751         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
17752         DEFAULT_STACK_PERMS defined in stackinfo.h.
17753         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
17754         * sysdeps/ia64/stackinfo.h: Likewise.
17755         * sysdeps/s390/stackinfo.h: Likewise.
17756         * sysdeps/sh/stackinfo.h: Likewise.
17757         * sysdeps/sparc/stackinfo.h: Likewise.
17758         * sysdeps/x86_64/stackinfo.h: Likewise.
17759         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
17760         PF_X for powerpc64.  Retain PF_X for powerpc32.
17761
17762 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
17763
17764         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
17765         accurately.
17766         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
17767         GETDENTS_64BIT_ALIGNED.
17768
17769 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
17770
17771         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
17772
17773 2010-12-10  Andreas Schwab  <schwab@redhat.com>
17774
17775         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
17776         _GNU_SOURCE.
17777
17778         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
17779         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
17780         Remove __restrict.
17781         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
17782         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
17783
17784 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
17785
17786         [BZ #11655]
17787         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
17788         are initialized.
17789
17790 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
17791
17792         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
17793
17794 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
17795
17796         * po/it.po: Update from translation team.
17797
17798 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
17799
17800         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
17801         unused codes.
17802
17803 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
17804
17805         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
17806
17807 2010-11-24  Andreas Schwab  <schwab@redhat.com>
17808
17809         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
17810         specially.
17811         (gaih_getanswer_slice): Likewise.
17812
17813 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
17814
17815         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
17816
17817 2010-05-31  Petr Baudis  <pasky@suse.cz>
17818
17819         [BZ #11149]
17820         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
17821         silently even in the chroot mode.
17822
17823 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
17824
17825         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
17826         last patch a bit.  Pretty printing
17827
17828 2010-05-31  Petr Baudis <pasky@suse.cz>
17829
17830         [BZ #10085]
17831         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
17832         initialization of skip_initgroups_dyn.
17833
17834 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
17835
17836         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
17837         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
17838
17839 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
17840
17841         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
17842
17843 2010-11-11  Andreas Schwab  <schwab@redhat.com>
17844
17845         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
17846         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
17847         (tst-fnmatch-ENV): Set MALLOC_TRACE.
17848         ($(objpfx)tst-fnmatch-mem): New rule.
17849         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
17850         * posix/tst-fnmatch.c (main): Call mtrace.
17851
17852 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
17853
17854         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17855         Support Intel processor model 6 and model 0x2c.
17856
17857 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
17858
17859         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
17860           signed comparison.
17861
17862 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
17863
17864         [BZ #12205]
17865         * string/test-strncasecmp.c (check_result): New function.
17866         (do_one_test): Use it.
17867         (check1): New function.
17868         (test_main): Use it.
17869         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
17870         Support strcasecmp and strncasecmp.
17871
17872 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
17873
17874         [BZ #12194]
17875         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
17876         * sysdeps/x86_64/bits/byteswap.h: Likewise.
17877
17878 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
17879
17880         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
17881         IFUNC support.
17882         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
17883         memset-x86-64.
17884         * sysdeps/x86_64/multiarch/bzero.S: New file.
17885         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
17886         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
17887         * sysdeps/x86_64/multiarch/memset.S: New file.
17888         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
17889         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17890         Set bit_Prefer_SSE_for_memop for Intel processors.
17891         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
17892         Define.
17893         (index_Prefer_SSE_for_memop): Define.
17894         (HAS_PREFER_SSE_FOR_MEMOP): Define.
17895
17896 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
17897
17898         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
17899         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
17900
17901 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
17902
17903         [BZ #12191]
17904         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
17905         (__x86_64_raw_data_cache_size_half): Likewise.
17906         (__x86_64_raw_shared_cache_size): Likewise.
17907         (__x86_64_raw_shared_cache_size_half): Likewise.
17908
17909         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
17910         (__x86_64_raw_data_cache_size_half): Likewise.
17911         (__x86_64_raw_shared_cache_size): Likewise.
17912         (__x86_64_raw_shared_cache_size_half): Likewise.
17913         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
17914         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
17915         and __x86_64_raw_shared_cache_size_half.  Round
17916         __x86_64_data_cache_size_half, __x86_64_data_cache_size
17917         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
17918         to multiple of 256 bytes.
17919
17920 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
17921
17922         [BZ #12167]
17923         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
17924         of inacessible symlinks.  Verify result of symlink before returning it.
17925         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17926         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
17927
17928 2010-10-28  Erich Ritz  <erichritz@gmail.com>
17929
17930         * math/math.h (isinf): Fix typo in comment.
17931
17932 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
17933
17934         * po/da.po: Update from translation team.
17935
17936 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
17937
17938         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
17939         is added to the list.
17940
17941 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17942             Ulrich Drepper  <drepper@gmail.com>
17943
17944         * elf/dl-object.c (_dl_new_object): Don't append the new object to
17945         the global list here.  Move code to...
17946         (_dl_add_to_namespace_list): ...here.  New function.
17947         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
17948         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
17949         * elf/dl-load.c (lose): Don't remove the element from the list.
17950         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
17951         (_dl_map_object): Likewise.
17952
17953 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
17954
17955         [BZ #12159]
17956         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
17957         into all bytes of SSE register.
17958         Patch by Richard Li <richardpku@gmail.com>.
17959
17960 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
17961
17962         [BZ #12140]
17963         * malloc/malloc.c (_int_free): Fill correct number of bytes when
17964         perturbing.
17965
17966 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
17967
17968         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
17969         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
17970         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
17971         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
17972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
17973         submachine.
17974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
17975
17976 2010-10-22  Andreas Schwab  <schwab@redhat.com>
17977
17978         * include/dlfcn.h (__RTLD_SECURE): Define.
17979         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
17980         mode & __RTLD_SECURE instead.
17981         (open_path): Rename preloaded parameter to secure.
17982         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
17983         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
17984         * elf/dl-deps.c (openaux): Likewise.
17985         * elf/rtld.c (struct map_args): Remove is_preloaded.
17986         (map_doit): Don't use it.
17987         (dl_main): Likewise.
17988         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
17989         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
17990
17991 2010-09-09  Andreas Schwab  <schwab@redhat.com>
17992
17993         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
17994         (sysd-rules-targets): Remove duplicates.
17995         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
17996         rtld-%.$o dependency.
17997
17998 2010-10-18  Andreas Schwab  <schwab@redhat.com>
17999
18000         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
18001         _dl_map_object do it.
18002
18003 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
18004
18005         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
18006         fast fma builtins, define the macros in the C99 standard.
18007         (FP_FAST_FMAF): Likewise.
18008         (FP_FAST_FMAL): Likewise.
18009         * sysdeps/x86_64/bits/mathdef.h: Likewise.
18010
18011         * bits/mathdef.h: Update copyright year.
18012         * sysdeps/powerpc/bits/mathdef.h: Likewise.
18013
18014 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
18015
18016         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
18017         builtins, define the macros in the C99 standard.
18018         (FP_FAST_FMAF): Likewise.
18019         (FP_FAST_FMAL): Likewise.
18020         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
18021         multiply/add.
18022         (FP_FAST_FMAF): Likewise.
18023
18024 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
18025
18026         [BZ #3268]
18027         * math/libm-test.inc (fma_test): Some new testcases.
18028         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
18029         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
18030         y and infinite z.  Do multiplication by C already in long double.
18031         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
18032         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
18033         y and infinite z.  Do bitwise or of inexact bit into u.d.
18034         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
18035         * sysdeps/i386/fpu/s_fmaf.S: Removed.
18036         * sysdeps/i386/fpu/s_fma.S: Removed.
18037         * sysdeps/i386/fpu/s_fmal.S: Removed.
18038
18039 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
18040
18041         [BZ #3268]
18042         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
18043         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
18044         computation is not scheduled after fetestexcept.  Fix value
18045         of minimum denormal long double.
18046
18047 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
18048
18049         [BZ #3268]
18050         * math/libm-test.inc (fma_test): Add some more tests.
18051         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
18052         correctly.
18053
18054 2010-10-15  Andreas Schwab  <schwab@redhat.com>
18055
18056         * scripts/data/localplt-s390-linux-gnu.data: New file.
18057         * scripts/data/localplt-s390x-linux-gnu.data: New file.
18058
18059 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
18060
18061         [BZ #3268]
18062         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
18063         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
18064         instead of dbl-64.
18065         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
18066         inlines.
18067         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
18068         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
18069         if one of x and y is very large and the other is subnormal.
18070         * sysdeps/s390/fpu/s_fmaf.c: New file.
18071         * sysdeps/s390/fpu/s_fma.c: New file.
18072         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
18073         * sysdeps/powerpc/fpu/s_fma.S: New file.
18074         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
18075         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
18076         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
18077
18078 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
18079
18080         [BZ #3268]
18081         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
18082         fma tests.
18083         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
18084         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
18085         * sysdeps/i386/i686/multiarch/s_fma.c: Include
18086         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
18087         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
18088         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
18089         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
18090
18091 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
18092
18093         [BZ #12078]
18094         * posix/regcomp.c (parse_branch): One more memory leak plugged.
18095         * posix/bug-regex31.input: Add test case.
18096
18097 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
18098
18099         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
18100         * posix/bug-regex31.input: New file.
18101
18102         [BZ #12078]
18103         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
18104         (parse_sub_exp): Fix last change, use postorder.
18105
18106         * posix/bug-regex31.c: New file.
18107         * posix/Makefile: Add rules to build and run bug-regex31.
18108
18109         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
18110
18111         [BZ #12078]
18112         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
18113
18114         [BZ #12108]
18115         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
18116         to have entries in sys_siglist.
18117
18118         [BZ #12093]
18119         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
18120         be NULL.
18121
18122 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
18123
18124         [BZ #3268]
18125         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
18126         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
18127         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
18128         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
18129         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
18130         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
18131         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
18132         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
18133         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
18134         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
18135         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
18136         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
18137         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
18138         * math/ftestexcept.c (fetestexcept): Likewise.
18139         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
18140         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
18141         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
18142         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
18143         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
18144         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
18145         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
18146
18147 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
18148
18149         [BZ #12107]
18150         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
18151         newline.
18152
18153 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
18154
18155         * string/bug-strstr1.c: New file.
18156         * string/Makefile: Add rules to build and run bug-strstr1.
18157
18158 2010-10-05  Eric Blake  <eblake@redhat.com>
18159
18160         [BZ #12092]
18161         * string/str-two-way.h (two_way_long_needle): Always clear memory
18162         when skipping input due to the shift table.
18163
18164 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
18165
18166         [BZ #12005]
18167         * malloc/mcheck.c: Handle large requests.
18168
18169         [BZ #12077]
18170         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
18171         for strncmp and strncasecmp.
18172         * string/stratcliff.c: Add tests for strcmp and strncmp.
18173         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
18174
18175 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
18176
18177         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
18178         __set_fpscr.
18179
18180 2010-09-30  Andreas Jaeger  <aj@suse.de>
18181
18182         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
18183         (CGROUP_SUPER_MAGIC): Define.
18184         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
18185         Handle btrfs and cgroup file systems.
18186         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
18187         Likewise.
18188
18189 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
18190
18191         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
18192         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
18193
18194 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18195
18196         [BZ #12067]
18197         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
18198         trying to locate the ELF header.
18199
18200 2010-09-27  Andreas Schwab  <schwab@redhat.com>
18201
18202         [BZ #11611]
18203         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
18204         Mask out sign-bit copies when constructing f_fsid.
18205
18206 2010-09-24  Petr Baudis <pasky@suse.cz>
18207
18208         * debug/stack_chk_fail_local.c: Add missing licence exception.
18209         * debug/warning-nop.c: Likewise.
18210
18211 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
18212
18213         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
18214         implementing getdents64 using getdents syscall, set d_type if
18215         __ASSUME_GETDENTS32_D_TYPE.
18216
18217 2010-09-16  Andreas Schwab  <schwab@redhat.com>
18218
18219         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
18220         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
18221
18222 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
18223
18224         [BZ #12037]
18225         * posix/unistd.h: Undo change of feature selection for ftruncate from
18226         2010-01-11.
18227
18228 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
18229
18230         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
18231         detection.
18232
18233 2010-09-20  Andreas Schwab  <schwab@redhat.com>
18234
18235         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
18236         fanotify_mark.
18237         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
18238
18239 2010-09-14  Andreas Schwab  <schwab@redhat.com>
18240
18241         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
18242         variables after CHECK_SP call.
18243         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
18244
18245 2010-09-13  Andreas Schwab  <schwab@redhat.com>
18246             Ulrich Drepper  <drepper@redhat.com>
18247
18248         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
18249         re-relocationg ld.so.
18250         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
18251         _dl_init_paths call.
18252         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
18253         here anymore.
18254
18255 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
18256
18257         * resolv/res_init.c (__res_vinit): Count the default server we added.
18258
18259 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
18260             Ulrich Drepper  <drepper@redhat.com>
18261
18262         [BZ #11968]
18263         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
18264         (____longjmp_chk): Use %ebx for saving value across system call.
18265         Add unwind info.
18266
18267 2010-09-06  Andreas Schwab  <schwab@redhat.com>
18268
18269         * manual/Makefile: Don't mix pattern rules with normal rules.
18270
18271 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
18272
18273         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
18274         operation.
18275         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
18276         * libio/iofopncook.c (_IO_cookie_init): Likewise.
18277         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
18278         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
18279         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
18280         Likewise.
18281
18282 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
18283
18284         [BZ #11979]
18285         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
18286         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
18287
18288 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
18289
18290         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
18291         * sysdeps/x86_64/addmul_1.S: Likewise.
18292         * sysdeps/x86_64/lshift.S: Likewise.
18293         * sysdeps/x86_64/mul_1.S: Likewise.
18294         * sysdeps/x86_64/rshift.S: Likewise.
18295         * sysdeps/x86_64/sub_n.S: Likewise.
18296         * sysdeps/x86_64/submul_1.S: Likewise.
18297
18298 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18299
18300         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
18301         Define __sched_param instead of SCHED_* and sched_param when
18302         <bits/sched.h> is included with __need_schedparam defined.
18303         * bits/sched.h [__need_schedparam]
18304         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
18305         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
18306         (__defined_schedparam): Define to 1.
18307         (__sched_param): New structure, identical to sched_param.
18308         (__need_schedparam): Undefine.
18309
18310 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
18311
18312         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
18313         (epoll_create1): Declare.
18314
18315         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
18316
18317 2010-08-31  Andreas Schwab  <schwab@redhat.com>
18318
18319         [BZ #7066]
18320         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
18321         shifting retval into place.
18322
18323 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
18324
18325         * nis/rpcsvc/nis.h: Update copyright notice.
18326         * nis/rpcsvc/nis.x: Likewise.
18327         * nis/rpcsvc/nis_callback.h: Likewise.
18328         * nis/rpcsvc/nis_callback.x: Likewise.
18329         * nis/rpcsvc/nis_object.x: Likewise.
18330         * nis/rpcsvc/nis_tags.h: Likewise.
18331         * nis/rpcsvc/yp.h: Likewise.
18332         * nis/rpcsvc/yp.x: Likewise.
18333         * nis/rpcsvc/ypupd.h: Likewise.
18334         * nis/yp_xdr.c: Likewise.
18335         * nis/ypupdate_xdr.c: Likewise.
18336
18337         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
18338         mainly the body of pmap_getport.  Add parameters to specify timeouts.
18339         (pmap_getport): Use __libc_rpc_getport.
18340         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
18341         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
18342         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
18343
18344 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
18345
18346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
18347         fanotify_mark.
18348
18349 2010-08-27  Roland McGrath  <roland@redhat.com>
18350
18351         * sysdeps/i386/i686/multiarch/Makefile
18352         (CFLAGS-varshift.c): New variable.
18353
18354 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
18355
18356         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
18357         * sysdeps/i386/i686/multiarch/varshift.c: New file.
18358
18359         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
18360
18361         * sysdeps/x86_64/strlen.S: Minimal code improvement.
18362
18363 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
18364
18365         * sysdeps/x86_64/strlen.S: Unroll the loop.
18366         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
18367         strlen-sse2 strlen-sse2-bsf.
18368         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
18369         __strlen_no_bsf if bit_Slow_BSF is set.
18370         (__strlen_sse42): Removed.
18371         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
18372         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
18373
18374 2010-08-25  Roland McGrath  <roland@redhat.com>
18375
18376         * sysdeps/x86_64/multiarch/varshift.S: File removed.
18377         * sysdeps/x86_64/multiarch/varshift.c: New file.
18378         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
18379         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
18380         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
18381         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
18382
18383 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
18384
18385         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
18386         strlen-sse2 strlen-sse2-bsf.
18387         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
18388         __strlen_sse2_bsf if bit_Slow_BSF is unset.
18389         (__strlen_sse2): Removed.
18390         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
18391         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
18392         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
18393         bit_Slow_BSF for Atom.
18394         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
18395         (index_Slow_BSF): Define.
18396         (HAS_SLOW_BSF): Define.
18397
18398 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
18399
18400         [BZ #10851]
18401         * resolv/res_init.c (__res_vinit): When no server address at all
18402         is given default to loopback.
18403
18404 2010-08-24  Roland McGrath  <roland@redhat.com>
18405
18406         * configure.in: Remove config-name.h generation.
18407         * configure: Regenerated.
18408         * config-name.in: File removed.
18409         * scripts/config-uname.sh: New file.
18410         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
18411         ($(objdir)config-name.h): New target.
18412
18413         * sunrpc/rpc_parse.h: Avoid nested comment.
18414
18415 2010-08-24  Richard Henderson  <rth@redhat.com>
18416             Ulrich Drepper  <drepper@redhat.com>
18417             H.J. Lu  <hongjiu.lu@intel.com>
18418
18419         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
18420         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
18421         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
18422         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
18423         _mm_alignr_epi8 with _mm_loadu_si128.
18424         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
18425         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
18426         (__m128i_shift_right): Removed.
18427         * sysdeps/i386/i686/multiarch/varshift.h: New file.
18428         * sysdeps/i386/i686/multiarch/varshift.S: New file.
18429         * sysdeps/x86_64/multiarch/varshift.h: New file.
18430         * sysdeps/x86_64/multiarch/varshift.S: New file.
18431
18432 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
18433
18434         * configure.in: Move assembler checks to before sysdep dir checking.
18435
18436 2010-08-20  Petr Baudis  <pasky@suse.cz>
18437
18438         * LICENSES: Sync the sunrpc license.
18439
18440 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
18441
18442         * sunrpc/auth_des.c: Update copyright notice once again.
18443         * sunrpc/auth_none.c: Likewise.
18444         * sunrpc/auth_unix.c: Likewise.
18445         * sunrpc/authdes_prot.c: Likewise.
18446         * sunrpc/authuxprot.c: Likewise.
18447         * sunrpc/bindrsvprt.c: Likewise.
18448         * sunrpc/clnt_gen.c: Likewise.
18449         * sunrpc/clnt_perr.c: Likewise.
18450         * sunrpc/clnt_raw.c: Likewise.
18451         * sunrpc/clnt_simp.c: Likewise.
18452         * sunrpc/clnt_tcp.c: Likewise.
18453         * sunrpc/clnt_udp.c: Likewise.
18454         * sunrpc/clnt_unix.c: Likewise.
18455         * sunrpc/des_crypt.c: Likewise.
18456         * sunrpc/des_soft.c: Likewise.
18457         * sunrpc/get_myaddr.c: Likewise.
18458         * sunrpc/getrpcport.c: Likewise.
18459         * sunrpc/key_call.c: Likewise.
18460         * sunrpc/key_prot.c: Likewise.
18461         * sunrpc/openchild.c: Likewise.
18462         * sunrpc/pm_getmaps.c: Likewise.
18463         * sunrpc/pm_getport.c: Likewise.
18464         * sunrpc/pmap_clnt.c: Likewise.
18465         * sunrpc/pmap_prot.c: Likewise.
18466         * sunrpc/pmap_prot2.c: Likewise.
18467         * sunrpc/pmap_rmt.c: Likewise.
18468         * sunrpc/rpc/auth.h: Likewise.
18469         * sunrpc/rpc/auth_unix.h: Likewise.
18470         * sunrpc/rpc/clnt.h: Likewise.
18471         * sunrpc/rpc/des_crypt.h: Likewise.
18472         * sunrpc/rpc/key_prot.h: Likewise.
18473         * sunrpc/rpc/netdb.h: Likewise.
18474         * sunrpc/rpc/pmap_clnt.h: Likewise.
18475         * sunrpc/rpc/pmap_prot.h: Likewise.
18476         * sunrpc/rpc/pmap_rmt.h: Likewise.
18477         * sunrpc/rpc/rpc.h: Likewise.
18478         * sunrpc/rpc/rpc_des.h: Likewise.
18479         * sunrpc/rpc/rpc_msg.h: Likewise.
18480         * sunrpc/rpc/svc.h: Likewise.
18481         * sunrpc/rpc/svc_auth.h: Likewise.
18482         * sunrpc/rpc/types.h: Likewise.
18483         * sunrpc/rpc/xdr.h: Likewise.
18484         * sunrpc/rpc_clntout.c: Likewise.
18485         * sunrpc/rpc_cmsg.c: Likewise.
18486         * sunrpc/rpc_common.c: Likewise.
18487         * sunrpc/rpc_cout.c: Likewise.
18488         * sunrpc/rpc_dtable.c: Likewise.
18489         * sunrpc/rpc_hout.c: Likewise.
18490         * sunrpc/rpc_main.c: Likewise.
18491         * sunrpc/rpc_parse.c: Likewise.
18492         * sunrpc/rpc_parse.h: Likewise.
18493         * sunrpc/rpc_prot.c: Likewise.
18494         * sunrpc/rpc_sample.c: Likewise.
18495         * sunrpc/rpc_scan.c: Likewise.
18496         * sunrpc/rpc_scan.h: Likewise.
18497         * sunrpc/rpc_svcout.c: Likewise.
18498         * sunrpc/rpc_tblout.c: Likewise.
18499         * sunrpc/rpc_util.c: Likewise.
18500         * sunrpc/rpc_util.h: Likewise.
18501         * sunrpc/rpcinfo.c: Likewise.
18502         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
18503         * sunrpc/rpcsvc/key_prot.x: Likewise.
18504         * sunrpc/rpcsvc/klm_prot.x: Likewise.
18505         * sunrpc/rpcsvc/mount.x: Likewise.
18506         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
18507         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
18508         * sunrpc/rpcsvc/rex.x: Likewise.
18509         * sunrpc/rpcsvc/rstat.x: Likewise.
18510         * sunrpc/rpcsvc/rusers.x: Likewise.
18511         * sunrpc/rpcsvc/sm_inter.x: Likewise.
18512         * sunrpc/rpcsvc/spray.x: Likewise.
18513         * sunrpc/rpcsvc/yppasswd.x: Likewise.
18514         * sunrpc/rtime.c: Likewise.
18515         * sunrpc/svc.c: Likewise.
18516         * sunrpc/svc_auth.c: Likewise.
18517         * sunrpc/svc_authux.c: Likewise.
18518         * sunrpc/svc_raw.c: Likewise.
18519         * sunrpc/svc_run.c: Likewise.
18520         * sunrpc/svc_simple.c: Likewise.
18521         * sunrpc/svc_tcp.c: Likewise.
18522         * sunrpc/svc_udp.c: Likewise.
18523         * sunrpc/svc_unix.c: Likewise.
18524         * sunrpc/svcauth_des.c: Likewise.
18525         * sunrpc/xcrypt.c: Likewise.
18526         * sunrpc/xdr.c: Likewise.
18527         * sunrpc/xdr_array.c: Likewise.
18528         * sunrpc/xdr_float.c: Likewise.
18529         * sunrpc/xdr_mem.c: Likewise.
18530         * sunrpc/xdr_rec.c: Likewise.
18531         * sunrpc/xdr_ref.c: Likewise.
18532         * sunrpc/xdr_sizeof.c: Likewise.
18533         * sunrpc/xdr_stdio.c: Likewise.
18534
18535         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
18536         handling.
18537
18538 2010-08-19  Andreas Schwab  <schwab@redhat.com>
18539
18540         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
18541
18542 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
18543
18544         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
18545         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
18546         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
18547         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
18548         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
18549         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
18550         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
18551         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
18552         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
18553         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
18554         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
18555         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
18556         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
18557         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
18558
18559 2010-07-26  Anton Blanchard  <anton@samba.org>
18560
18561         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
18562         * malloc/arena.c (heap_trim): Likewise.
18563
18564 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
18565
18566         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
18567         here.  Not...
18568         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
18569         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
18570
18571 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
18572
18573         * sysdeps/i386/elf/Makefile: New file.
18574
18575 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
18576
18577         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
18578         from fanotify_init.
18579         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
18580         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
18581
18582 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
18583
18584         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
18585         of strncasecmp_l.
18586         * sysdeps/multiarch/strcmp.S: Likewise.
18587
18588 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
18589
18590         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
18591         strncase_l-nonascii.
18592         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
18593         Add strncase_l-ssse3.
18594         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
18595         * sysdeps/x86_64/strcmp.S: Likewise.
18596         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
18597         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
18598         * sysdeps/x86_64/strncase.S: New file.
18599         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
18600         * sysdeps/x86_64/strncase_l.S: New file.
18601         * string/Makefile (strop-tests): Add strncasecmp.
18602         * string/test-strncasecmp.c: New file.
18603
18604         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
18605         warning.
18606
18607         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
18608         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
18609
18610 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
18611
18612         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
18613
18614 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
18615
18616         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
18617         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
18618         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
18619
18620 2010-05-01  Alan Modra  <amodra@gmail.com>
18621
18622         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
18623         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
18624         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
18625         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
18626         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
18627         tidying.  Don't tail-call __sigjmp_save for static lib.
18628         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
18629         save location.
18630         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
18631         (CALL_MCOUNT): Add eh info, and nop after bl.
18632         (TAIL_CALL_SYSCALL_ERROR): New macro.
18633         (PSEUDO_RET): Use it.
18634         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18635         Correct save location of integer regs and cr.
18636         (_dl_profile_resolve): Correct cr save location.  Delete nops
18637         after bl when SHARED.  Reduce cfi size a little by better
18638         placement of cfi directives.
18639         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
18640         make a stack frame.  Instead use parm save area as a temp.
18641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
18642         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
18643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18644         Don't make a stack frame for parent, use parm save area.
18645         Increase child stack frame to 112 bytes.  Don't save unused reg,
18646         and adjust reg usage.  Set up cfi on error recovery and
18647         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
18648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18649         (__makecontext): Add dummy nop after jump to exit.
18650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
18651         Use correct parm save area and cr save, reduce stack frame.
18652         Correct cfi for possible PSEUDO_RET frame setup.
18653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
18654         Branch to local label emitted by PSEUDO_RET rather than
18655         __syscall_error.
18656
18657 2010-08-12  Andreas Schwab  <schwab@redhat.com>
18658
18659         [BZ #11904]
18660         * locale/programs/locale.c (print_assignment): New function.
18661         (show_locale_vars): Use it.
18662
18663 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
18664
18665         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
18666         field.
18667         (struct statfs64): Likewise.
18668         (_STATFS_F_FLAGS): Define.
18669         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
18670         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
18671         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
18672         (ST_VALID): Define locally.
18673         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
18674         __statvfs_getflags, use the provided value.
18675         * sysdeps/unix/sysv/linux/kernel-features.h: Define
18676         __ASSUME_STATFS_F_FLAGS.
18677
18678         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
18679
18680         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
18681         Add sys/fanotify.h.
18682         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
18683         fanotify_mask for GLIBC_2.13.
18684         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
18685         fanotify_init and fanotify_mark.
18686         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
18687         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
18688
18689         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
18690         Add prlimit.
18691         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
18692         prlimit64 for GLIBC_2.13.
18693         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
18694         prlimit64.
18695         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
18696         syscall.
18697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
18698         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
18699         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
18700         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
18701         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
18702         add prlimit alias.
18703         * sysdeps/unix/sysv/linux/prlimit.c: New file.
18704
18705         [BZ #11903]
18706         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
18707         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
18708
18709         * nss/Makefile: Add rules to build and run tst-nss-test1.
18710         * shlib-versions: Add entry for libnss_test1.
18711         * nss/nss_test1.c: New file.
18712         * nss/tst-nss-test1.c: New file.
18713
18714         * nss/nsswitch.c (__nss_database_custom): Define new variable.
18715         (__nss_configure_lookup): Set appropriate entry in
18716         __nss_configure_lookup to true.
18717         * nss/nsswitch.h: Define enum with indeces of databases in
18718         databases and __nss_database_custom arrays.  Declare
18719         __nss_database_custom.
18720         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
18721         to avoid using nscd when custom rules are installed.
18722         * nss/getXXbyYY_r.c: Likewise.
18723         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18724
18725         * nss/nss_files/files-parse.c: Whitespace fixes.
18726
18727 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
18728
18729         [BZ #11883]
18730         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
18731         * posix/fnmatch_loop.c: Likewise.
18732
18733 2010-07-17  Andi Kleen  <ak@linux.intel.com>
18734
18735         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
18736         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
18737         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
18738         * Versions.def [GLIBC_2.13]: Add.
18739
18740 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
18741
18742         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
18743         Also fail if tpwd after pwuid call is NULL.
18744
18745 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18746
18747         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
18748         when converting to ms.
18749
18750 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18751
18752         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
18753         EOPNOTSUPP errors with ENOTTY.
18754         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
18755         EOPNOTSUPP errors with ENOTTY.
18756
18757 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
18758
18759         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
18760         Add strcasecmp_l-ssse3.
18761         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
18762         strcasecmp.
18763         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
18764         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
18765         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
18766
18767 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
18768
18769         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
18770
18771         * string/Makefile (strop-tests): Add strcasecmp.
18772         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
18773         strcasecmp_l-nonascii.
18774         (gen-as-const-headers): Add locale-defines.sym.
18775         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
18776         * sysdeps/x86_64/strcasecmp.S: New file.
18777         * sysdeps/x86_64/strcasecmp_l.S: New file.
18778         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
18779         * sysdeps/x86_64/locale-defines.sym: New file.
18780         * string/test-strcasecmp.c: New file.
18781
18782         * string/test-strcasestr.c: Test both ends of the range of characters.
18783         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
18784
18785 2010-07-29  Roland McGrath  <roland@redhat.com>
18786
18787         [BZ #11856]
18788         * manual/locale.texi (Yes-or-No Questions): Fix example code.
18789
18790 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
18791
18792         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
18793         for ld.so.
18794
18795 2010-07-27  Andreas Schwab  <schwab@redhat.com>
18796
18797         * manual/memory.texi (Malloc Tunable Parameters): Document
18798         M_PERTURB.
18799
18800 2010-07-26  Roland McGrath  <roland@redhat.com>
18801
18802         [BZ #11840]
18803         * configure.in (-fgnu89-inline check): Set and substitute
18804         gnu89_inline, not libc_cv_gnu89_inline.
18805         * configure: Regenerated.
18806         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
18807
18808 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
18809
18810         * string/test-strnlen.c: New file.
18811         * string/Makefile (strop-tests): Add strnlen.
18812         * string/tester.c (test_strnlen): Add a few more test cases.
18813         * string/tst-strlen.c: Better error reporting.
18814
18815         * sysdeps/x86_64/strnlen.S: New file.
18816
18817 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
18818
18819         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
18820         lower-latency instructions.
18821
18822 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
18823
18824         * string/test-strcasestr.c: New file.
18825         * string/test-strstr.c: New file.
18826         * string/Makefile (strop-tests): Add strstr and strcasestr.
18827         * string/str-two-way.h: Don't undefine MAX.
18828         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
18829
18830 2010-07-21  Andreas Schwab  <schwab@redhat.com>
18831
18832         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
18833         strcasestr-nonascii.
18834         (CFLAGS-strcasestr-nonascii.c): Define.
18835         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
18836         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
18837         Remove unused attribute.
18838
18839 2010-07-20  Roland McGrath  <roland@redhat.com>
18840
18841         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
18842         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
18843         ld.so.cache was broken.  With it, there is no way to disable dsocaps
18844         like LD_HWCAP_MASK can disable hwcaps.
18845
18846 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
18847
18848         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
18849
18850 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
18851
18852         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
18853         call in strcasestr.
18854         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
18855         __strcasestr_sse42_nonascii.
18856         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
18857         strcasestr-nonascii.c.
18858         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
18859
18860 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
18861
18862         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
18863         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
18864         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
18865         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
18866
18867 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
18868
18869         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
18870         fcntl.
18871
18872 2010-07-06  Andreas Schwab  <schwab@redhat.com>
18873
18874         [BZ #11577]
18875         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
18876         dl_signal_cerror.
18877
18878 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
18879
18880         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
18881         _PC_PIPE_BUF using F_GETPIPE_SZ.
18882
18883 2010-07-05  Roland McGrath  <roland@redhat.com>
18884
18885         * manual/arith.texi (Rounding Functions): Fix rint description
18886         implicit in round description.
18887
18888 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
18889
18890         * elf/Makefile: Fix linking for a few tests to make recent linker
18891         happy.
18892
18893 2010-06-30  Andreas Schwab  <schwab@redhat.com>
18894
18895         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
18896         $(common-objpfx)libc_nonshared.a.
18897
18898 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
18899
18900         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
18901         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
18902         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
18903         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
18904         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
18905         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
18906         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
18907         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
18908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
18909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
18910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
18911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
18912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
18913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
18914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
18915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
18916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
18917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
18918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
18919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
18920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
18921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
18922         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
18923         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
18924         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
18925         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
18926         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
18927         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
18928         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
18929         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
18930         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
18931         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
18932         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
18933         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
18934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
18935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
18936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
18937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
18938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
18939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
18940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
18941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
18942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
18943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
18944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
18945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
18946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
18947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
18948
18949 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
18950
18951         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
18952         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
18953         * string/memmove.c (memmove): Renamed to ...
18954         (MEMMOVE): ...this.  Default to memmove.
18955         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
18956         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
18957         (END_CHK): Define.
18958         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
18959         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
18960         mempcpy-ssse3-back memmove-ssse3-back.
18961         * sysdeps/x86_64/multiarch/bcopy.S: New file .
18962         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
18963         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
18964         * sysdeps/x86_64/multiarch/memcpy.S: New file.
18965         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
18966         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
18967         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
18968         * sysdeps/x86_64/multiarch/memmove.c: New file.
18969         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
18970         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
18971         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
18972         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
18973         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
18974         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
18975         Define.
18976         (index_Fast_Copy_Backward): Define.
18977         (HAS_ARCH_FEATURE): Define.
18978         (HAS_FAST_REP_STRING): Define.
18979         (HAS_FAST_COPY_BACKWARD): Define.
18980
18981 2010-06-21  Andreas Schwab  <schwab@redhat.com>
18982
18983         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
18984         Restore proper fallback handling.
18985
18986 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
18987
18988         [BZ #11701]
18989         * posix/group_member.c (__group_member): Correct checking loop.
18990
18991         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
18992         OOM in getpwuid_r correctly.  Return error number when the caller
18993         should return, otherwise -1.
18994         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
18995         call returning > 0 value.
18996         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
18997
18998 2010-06-07  Andreas Schwab  <schwab@redhat.com>
18999
19000         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
19001         libc_nonshared.a from targets in modules-names.
19002
19003 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
19004
19005         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
19006         requires it.
19007
19008 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
19009
19010         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
19011         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
19012         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
19013         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
19014
19015 2010-06-02  Andreas Schwab  <schwab@redhat.com>
19016
19017         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
19018
19019 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
19020
19021         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
19022         and F_GETPIPE_SZ.
19023         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
19024         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
19025         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
19026         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19027         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
19028         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
19029
19030 2010-06-14  Roland McGrath  <roland@redhat.com>
19031
19032         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
19033
19034 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
19035
19036         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
19037         __REDIRECT followed by __THROW.
19038         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
19039         * posix/getopt.h (getopt): Likewise.
19040
19041 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
19042
19043         * hurd/lookup-at.c (__file_name_lookup_at): Accept
19044         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
19045         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
19046         in AT_FLAGS.
19047         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
19048         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
19049
19050 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
19051
19052         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
19053
19054 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
19055
19056         [BZ #11640]
19057         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19058         Properly check family and model.
19059
19060 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
19061
19062         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
19063
19064 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
19065
19066         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
19067
19068 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
19069
19070         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
19071         symbol reference.
19072
19073 2010-05-19  Andreas Schwab  <schwab@redhat.com>
19074
19075         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
19076         symbol reference.
19077
19078 2010-05-21  Andreas Schwab  <schwab@redhat.com>
19079
19080         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
19081         and internal_recvmmsg.
19082         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
19083         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
19084         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
19085         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
19086
19087         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
19088         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
19089         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
19090
19091 2010-05-20  Andreas Schwab  <schwab@redhat.com>
19092
19093         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
19094
19095 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
19096
19097         POWER7 optimizations.
19098         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
19099         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
19100
19101 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
19102
19103         * version.h: Update for 2.13 development version.
19104
19105 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
19106
19107         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
19108         exceptions.  Return 0.
19109
19110 2010-05-07  Roland McGrath  <roland@redhat.com>
19111
19112         * elf/ldconfig.c (main): Add a const.
19113
19114 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
19115
19116         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
19117         (args_options): Add no-idn option.
19118         (ahosts_keys_int): Add idn_flags to ai_flags.
19119         (parse_option): Handle 'i' option to clear idn_flags.
19120
19121         * malloc/malloc.c (_int_free): Possible race in the most recently
19122         added check.  Only act on the data if no current modification
19123         happened.
19124
19125 See ChangeLog.17 for earlier changes.