Define NOT_IN_libc when compiling benchmark programs
[glibc.git] / ChangeLog
blobca232e7a68e71e0239cb62f249bb7e569db4387f
1 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3         * benchtests/Makefile: Include cppflags-iterator.mk to add
4         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
6         * Makefile.in (bench-clean): New target.
7         * benchtests/Makefile (bench-clean): Likewise.
9 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
11         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
13 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
15         * stdio-common/tstdiomisc.c: Fix coding-style violation.
17 2013-04-15  Andreas Schwab  <schwab@suse.de>
19         * nscd/grpcache.c (cache_addgr): Properly check for short write.
20         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21         * nscd/pwdcache.c (cache_addpw): Likewise.
22         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
23         more than recsize.
25 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27         * benchtests/Makefile (bench): Write all output to
28         bench-out.tmp together.
30 2013-04-15  Andreas Schwab  <schwab@suse.de>
32         * nscd/nscd.c (main): Don't fork again after closing files.
34 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
36         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
38         * benchtests/Rules (bench-deps): Collect dependencies into a
39         single variable.  Add Makefile to dependencies.
40         ($(objpfx)bench-%.c): Depend on bench-deps.
42 2013-04-12  Roland McGrath  <roland@hack.frob.com>
43             Xavier Roche  <roche+kml2@exalead.com>
45         [BZ #15361]
46         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
47         just that it's a file descriptor.
48         * manual/llio.texi (Synchronizing AIO Operations): Update description
49         for EBADF error from aio_fsync.
51 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
53         * Rules (bench): Move target definition...
54         * benchtests/Makefile: ... here.
56 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
58         * math/libm-test.inc (cos_test): Fix PI/2 test.
59         (sincos_test): Likewise.
60         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
61         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
63 2013-04-11  Andreas Schwab  <schwab@suse.de>
65         [BZ #13988]
66         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
67         accept exponent character only when digits were seen.
68         * stdio-common/Makefile (tests): Add bug26.
69         * stdio-common/bug26.c: New file.
71         [BZ #14293]
72         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
73         non-freeable.
75 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
77         * Makeconfig (rtld-prefix): Define built linker prefix.
78         * Rules (run-bench): Use it.
79         * math/Makefile (run-regen-ulps): Likewise.
81         * Rules (bench): Remove eval.
83 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
84             Roland McGrath  <roland@hack.frob.com>
85             Ondrej Bilka  <neleai@seznam.cz>
87         [BZ #15346]
88         * time/getdate.c: Include ctype.h and alloca.h.
89         (__getdate_r): Trim leading and trailing spaces of input.
90         * time/tst-getdate.c (tests): Add tests with leading and
91         trailing spaces.
93 2013-04-08  Roland McGrath  <roland@hack.frob.com>
95         [BZ #14280]
96         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
97         when computing value.
99 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
101         * math/README.libm-test (How can I generate "libm-test-ulps"?):
102         Use testrun.sh to run libm tests.
104         [BZ #15309]
105         * elf/dl-open.c (dl_open_worker): memset all of seen array.
107 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
109         [BZ #15264]
110         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
112 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
114         * Makefile.in (regen-ulps): New target.
115         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
116         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
117         [ifneq (no,$(PERL)] (regen-ulps): New target.
118         [ifeq (no,$(PERL)] (regen-ulps): New target.
119         * math/libm-test.inc (ulps_file_name): Define.
120         (output_dir): New variable.
121         (options): Add "output-dir" option.
122         (parse_opt): Handle 'o' case.
123         (main): If output_dir is non-NULL use it as a prefix
124         otherwise use "".
125         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
127 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
129         [BZ #10060, #10062]
130         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
131         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
132         fail configure if __sync_val_compare_and_swap is not inlined.
133         * sysdeps/i386/configure: Regenerate.
134         * configure.in: Build for i686 when configured for i386.
135         * configure: Regenerate.
136         * README: Remove i386 reference.
138 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
140         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
141         * sysdeps/s390/s390-64/sysdep.h: Likewise.
143 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
145         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
146         (lmsnanval): New variables.
147         (F): Add conversion tests.
148         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
149         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
151         * stdio-common/tstdiomisc.c (F): Properly collect individual
152         tests' results.
154         [BZ #14686, #15336]
155         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
156         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
157         Instead, use input NaN values or generate a qNaN by arithmetic
158         operation.  Also fix bugs to comply with the standard.
159         * math/libm-test.inc (remainder_test): Add more tests.
161         [BZ #15335, #15342]
162         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
163         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
164         input NaN values or generate a qNaN by arithmetic operation.
166         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
167         unreachable code.
169         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
170         definitions.
172 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
174         [BZ #14478]
175         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
176         underflowed result.
177         * math/s_cexpf.c (__cexpf): Likewise.
178         * math/s_cexpl.c (__cexpl): Likewise.
179         * math/libm-test.inc (cexp_test): Add more tests.
181 2013-04-03  Andreas Schwab  <schwab@suse.de>
183         [BZ #15330]
184         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
185         order arrays from heap if bigger than alloca cutoff.
187 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
189         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
190         (SNAN_TESTS_double): Refer to GCC PR56831.
191         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
192         GCC PR56828.
194 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
196         * Rules (bench): Move bench.out after the run is complete.
198         * Rules (bench): Echo currently running benchmark.
200         * benchtests/Makefile (bench): Add atan and slowatan.
201         * benchtests/atan-inputs: New file.
202         * benchtests/slowatan-inputs: New file.
203         * benchtests/slowatan.c: New file.
205         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
206         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
207         its value.
209         [BZ #15305]
210         * sysdeps/unix/sysv/linux/kernel-features.h
211         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
212         __ASSUME_XFS_RESTRICTED_CHOWN.
213         * sysdeps/unix/sysv/linux/pathconf.c
214         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
215         Save and restore errno.
217 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
219         [BZ #15327]
220         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
221         arguments using __kernel_casinh.
222         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
223         arguments using __kernel_casinhf.
224         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
225         arguments using __kernel_casinhl.
226         * math/libm-test.inc (cacosh_test): Add more tests.
227         * sysdeps/i386/fpu/libm-test-ulps: Update.
228         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
230 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
232         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
233         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
235         * bench/Makefile (bench): Add sin and slowsin.
236         * benchtests/sin-inputs: New file.
237         * benchtests/slowsin-inputs: New file.
238         * benchtests/slowsin.c: New file.
240         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
241         (bench): Add slowexp and slowpow.
242         (exp-ITER): Increase iterations.
243         (pow-ITER): Likewise.
244         * benchtests/exp-inputs: Change input.
245         * benchtests/pow-inputs: Likewise.
246         * benchtests/slowexp-inputs: New file.
247         * benchtests/slowexp.c: New file.
248         * benchtests/slowpow-inputs: New file.
249         * benchtests/slowpow.c: New file.
251 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
253         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
254         instructions.
255         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
256         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
257         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
258         * benchtests/Makefile: Add rint benchtest.
259         * benchtests/rint-inputs: Input for rint benchtest.
261 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
263         * Versions.def (libm): Add GLIBC_2.18.
264         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
265         hidden libm prototypes.
266         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
267         * math/Makefile (libm-calls): Add s_issignaling.
268         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
269         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
270         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
271         declaration.
272         * math/math.h [__USE_GNU] (issignaling): New macro.
273         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
274         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
275         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
276         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
277         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
278         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
279         * manual/arith.texi (issignaling): New section.
280         * manual/libm-err-tab.pl (@all_functions): Update comment.
281         * math/gen-libm-test.pl (parse_args): Apply special handling for
282         issignaling.
283         * math/libm-test.inc (print_float, issignaling_test): New
284         functions.
285         (check_float_internal): Add issignaling checks.
286         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
287         default definition.
288         * sysdeps/powerpc/math-tests.h: New file.
289         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
290         tests.
291         * math/test-snan.c (TEST_FUNC): Likewise.
293 2013-03-30  David S. Miller  <davem@davemloft.net>
295         * po/de.po: Update from translation team.
297 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
299         [BZ #10357]
300         * math/k_casinh.c (__kernel_casinh): Handle arguments with
301         imaginary part less than 1.0 and real part less than 0.5
302         specially.
303         * math/k_casinhf.c (__kernel_casinhf): Likewise.
304         * math/k_casinhl.c (__kernel_casinhl): Likewise.
305         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
306         (cacos_test): Add more tests.
307         (casin_test): Likewise.
308         (casinh_test): Likewise.
309         * sysdeps/i386/fpu/libm-test-ulps: Update.
310         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
312 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
314         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
315         ONE with its value.
317         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
318         (__pow_mp): Replace ONE and MONE with their values.
319         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
320         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
321         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
322         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
323         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
324         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
326         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
328         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
329         (__pow_mp): Replace ZERO and MZERO with their values.
330         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
331         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
332         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
333         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
334         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
335         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
336         (__sqr): Likewise.
338         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
340         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
342 2013-03-28  Roland McGrath  <roland@hack.frob.com>
344         * include/stdlib.h [!SHARED] (__call_tls_dtors):
345         Declare with __attribute__ ((weak)).
346         * stdlib/exit.c (__libc_atexit) [!SHARED]:
347         Call __call_tls_dtors only if it's not NULL.
349 2013-03-28  Roland McGrath  <roland@hack.frob.com>
351         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
352         didn't do it already, then set _dl_phdr and _dl_phnum based on the
353         magic __ehdr_start linker symbol if it's defined.
354         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
355         them up here if it was already done.
357         * elf/dl-support.c (_dl_phdr): Make pointer to const.
358         (_dl_aux_init): Use const in cast when setting it.
359         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
360         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
361         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
363         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
364         Declare them here.
365         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
366         * csu/libc-tls.c: Nor here.
367         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
369         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
370         (__libc_message): Never call vsyslog.
372 2013-03-28  Alan Modra  <amodra@gmail.com>
374         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
375         Define as empty.
376         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
377         Likewise.
379 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
381         [BZ #15214]
382         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
383         underflow.
384         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
386 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
388         [BZ #15304]
389         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
390         Don't add gid passed as argument.
392         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
394 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
396         [BZ #15307]
397         * math/k_casinh.c (__kernel_casinh): Handle arguments with
398         imaginary part between 1.0 and 1.5 and real part less than 0.5
399         specially.
400         * math/k_casinhf.c (__kernel_casinhf): Likewise.
401         * math/k_casinhl.c (__kernel_casinhl): Likewise.
402         * math/libm-test.inc (cacos_test): Add more tests.
403         (casin_test): Likewise.
404         (casinh_test): Likewise.
405         * sysdeps/i386/fpu/libm-test-ulps: Update.
406         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
408 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
410         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
411         constants.
412         (norm): Likewise.
413         (denorm): Likewise.
414         (__dbl_mp): Likewise.
415         (add_magnitudes): Likewise.
416         (sub_magnitudes): Likewise.
417         (__add): Likewise.
418         (__sub): Likewise.
419         (__mul): Likewise.
420         (__sqr): Likewise.
421         (__inv): Likewise.
422         (__dvd): Likewise.
424         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
425         commented code.
426         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
427         (__dubcos): Likewise.
428         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
429         (__ieee754_acos): Likewise.
430         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
431         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
432         (__exp1): Likewise.
433         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
434         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
435         (log1): Likewise.
436         (my_log2): Likewise.
437         (checkint): Likewise.
438         * sysdeps/ieee754/dbl-64/e_remainder.c
439         (__ieee754_remainder): Likewise.
440         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
441         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
442         (bsloww): Likewise.
443         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
445         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
446         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
447         MANTISSA_STORE_T to store computations on mantissa.  Use
448         macros for rounding and division.
449         (denorm): Likewise.
450         (__dbl_mp): Likewise.
451         (add_magnitudes): Likewise.
452         (sub_magnitudes): Likewise.
453         (__mul): Likewise.
454         (__sqr): Likewise.
455         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
456         powers of two in terms of TWOPOW macro.
457         (mp_no): Make type of mantissa as MANTISSA_T.
458         [!RADIXI]: Define RADIXI.
459         [!TWO52]: Define TWO52.
460         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
462 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
464         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
465         llroundl symbol when building for PPC32.
467 2013-03-24  Mark H Weaver  <mhw@netris.org>
469         * manual/arith.texi (Normalization Functions): Fix prototypes for
470         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
472 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
474         [BZ #13889]
475         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
476         high value to check if expl overflow.
477         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
478         to check for underflow and overflow.
479         * math/libm-test.inc: Add exp test.
481 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
483         [BZ #11120]
484         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
485         with NOT_IN_libc.
487 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
489         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
490         symbol.
492 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
494         * math/gen-libm-test.pl (parse_args, special_functions): Properly
495         wrap blocks consisting of several statements.
497         * sysdeps/generic/math-tests.h: New file.
498         * sysdeps/i386/fpu/math-tests.h: Likewise.
499         * math/test-snan.c: Include it.
500         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
502 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
504         [BZ #15285]
505         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
506         (__ieee754_j0l): Do not improve calculations using cos of twice
507         input for inputs above LDBL_MAX / 2.0L.
508         (__ieee754_y0l): Likewise.
509         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
510         (__ieee754_j1l): Do not improve calculations using cos of twice
511         input for inputs above LDBL_MAX / 2.0L.
512         (__ieee754_y1l): Likewise.
513         * math/libm-test.inc (j0_test): Add another test.
514         (j1_test): Likewise.
515         (y0_test): Likewise.
516         (y1_test): Likewise.
517         * sysdeps/i386/fpu/libm-test-ulps: Update.
519 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
521         * Rules ($(objpfx)bench-%.c): Include code from a C source
522         file.
524 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
526         [BZ #15287]
527         * math/k_casinh.c (__kernel_casinh): Handle arguments with
528         imaginary part 1.0 and real part less than 0.5 specially.
529         * math/k_casinhf.c (__kernel_casinhf): Likewise.
530         * math/k_casinhl.c (__kernel_casinhl): Likewise.
531         * math/libm-test.inc (cacos_test): Add more tests.
532         (casin_test): Likewise.
533         (casinh_test): Likewise.
534         * sysdeps/i386/fpu/libm-test-ulps: Update.
535         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
537 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
539         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
540         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
542 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
544         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
545         * config.make.in (config-cflags-sse4): Remove variable.
546         (config-cflags-avx): Likewise.
547         (config-cflags-sse2avx): Likewise.
548         (config-cflags-novzeroupper): Likewise.
549         (config-asflags-i686): Likewise.
550         (have-mfma4): Likewise.
551         (have-as-vis3): Likewise.
552         (MIG): Likewise.
553         * configure.in (MIG): Do not AC_SUBST.
554         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
555         (libc_cv_cc_sse4): Do not AC_SUBST.
556         (libc_cv_cc_avx): Likewise.
557         (libc_cv_cc_sse2avx): Likewise.
558         (libc_cv_cc_novzeroupper): Likewise.
559         (libc_cv_cc_fma4): Likewise.
560         (libc_cv_as_i686): Likewise.
561         (libc_cv_sparc_as_vis3): Likewise.
562         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
563         LIBC_CONFIG_VAR.
564         (config-asflags-i686): Likewise.
565         (config-cflags-avx): Likewise.
566         (config-cflags-sse2avx): Likewise.
567         (have-mfma4): Likewise.
568         (config-cflags-novzeroupper): Likewise.
569         * sysdeps/mach/configure.in (MIG): Likewise.
570         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
571         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
572         LIBC_CONFIG_VAR.
573         (config-cflags-avx): Likewise.
574         (config-cflags-sse2avx): Likewise.
575         (have-mfma4): Likewise.
576         (config-cflags-novzeroupper): Likewise.
577         * configure: Regenerated.
578         * sysdeps/i386/configure: Likewise.
579         * sysdeps/mach/configure: Likewise.
580         * sysdeps/sparc/configure: Likewise.
581         * sysdeps/x86_64/configure: Likewise.
583 2013-03-20  Roland McGrath  <roland@hack.frob.com>
585         [BZ #14812]
586         * locale/programs/localedef.c (options): Put N_ translation marker
587         on argument names, not just descriptions.
589 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
591         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
593 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
595         [BZ #14176]
596         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
598 2013-03-19  Roland McGrath  <roland@hack.frob.com>
600         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
601         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
602         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
603         [!BEFORE_ABORT] (before_abort): New function.
604         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
605         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
606         (writev_for_fatal): New function.
607         (WRITEV_FOR_FATAL): New macro; call that.
608         (backtrace_and_maps): New function.
609         (BEFORE_ABORT): New macro; call that.
610         (struct str_list): Type removed.
611         (__libc_message, __libc_fatal): Functions removed.
612         Include <sysdeps/posix/libc_fatal.c> instead.
614 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
616         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
617         constants.
618         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
619         double constants.
621 2013-03-19  Andreas Schwab  <schwab@suse.de>
623         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
624         * sysdeps/gnu/configure: Regenerate.
626         * configure.in: Substitute libc_cv_rtlddir.
627         * configure: Regenerate.
628         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
629         * Makeconfig (rtlddir, inst_rtlddir): New variables.
630         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
631         * elf/Makefile (install-others, CFLAGS-interp.c)
632         (ldso_install, common-ldd-rewrite): Likewise.
633         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
634         $(inst_slibdir)/$(rtld-installed-name).
635         * scripts/rellns-sh: Add -p option.
636         * Makerules (make-shlib-link): Use rellns-sh to get relative name
637         for source.
639 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
641         * manual/nptl.texi: Renamed to ...
642         * manual/threads.texi: ... this.
643         * manual/Makefile (chapters): Update.
645 2013-03-18  Roland McGrath  <roland@hack.frob.com>
647         [BZ #14812]
648         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
649         on argument names, not just descriptions.
650         * malloc/memusagestat.c (options): Likewise.
651         * nss/getent.c (options): Likewise.
653 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
655         [BZ #14812]
656         * iconv/iconv_prog.c (options): Put N_ translation marker
657         on argument names, not just descriptions.
658         * iconv/iconvconfig.c (options): Likewise.
660 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
662         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
663         implementation which is faster on all x86_64 architectures.
664         Tested on AMD, Intel Nehalem, SNB, IVB.
665         * sysdeps/x86_64/strnlen.S: Likewise.
667         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
668         Remove all multiarch strlen and strnlen versions.
669         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
670         Remove strlen and strnlen related parts.
672         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
673         Inline strlen part.
674         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
676         * sysdeps/x86_64/multiarch/strlen.S: Remove.
677         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
678         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
679         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
680         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
681         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
683 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
685         * manual/memory.texi (Malloc Tunable Parameters):
686         Sort parameters alphabetically. Add comments for missing entries.
688 2013-03-17  David S. Miller  <davem@davemloft.net>
690         * sysdeps/sparc/fpu/libm-test-ulps: Update.
692 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
694         [BZ #15283]
695         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
696         for arguments at most half maximum finite value.
697         * math/libm-test.inc (j0_test): Add more tests.
698         (j1_test): Likewise.
699         (y0_test): Likewise.
700         (y1_test): Likewise.
701         * sysdeps/i386/fpu/libm-test-ulps: Update.
702         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
704         [BZ #14155]
705         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
706         1 / x and functions P and Q for arguments above 0x1p256L.
707         (__ieee754_y0l): Likewise.
708         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
709         (__ieee754_y1l): Likewise.
710         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
711         (j1_test): Likewise.
712         (y0_test): Likewise.
713         (y1_test): Likewise.
715 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
717         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
718         variable.
720 2013-03-15  Roland McGrath  <roland@hack.frob.com>
722         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
723         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
724         zero since it's initialized to EXEC_PAGESIZE.
726         * sysdeps/unix/sysv/linux/ldsodefs.h
727         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
728         * sysdeps/generic/ldsodefs.h: ... here.
730 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
732         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
734         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
735         math/test-snan.c.
736         * math/test-snan.c: Renamed from
737         sysdeps/powerpc/fpu/test-powerpc-snan.c.
738         * math/Makefile (tests): Add test-snan.
739         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
740         test-powerpc-snan.
742         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
743         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
744         functions.
745         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
746         __builtin_nan family of functions.
747         * math/libm-test.inc (initialize): Initialize qnan_value with
748         __builtin_nan family of functions.
749         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
750         Remove variables.
751         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
752         Remove functions.
753         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
754         storage class.  Initialize qNaN_var and sNaN_var with
755         __builtin_nan and __builtin_nans families of functions,
756         respectively.
758         * math/libm-test.inc (acosh_test): Also test with qNaN input.
759         (sqrt_test): Remove duplicate test with qNaN input.
760         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
761         (round_test, signbit_test, significand_test): Note missing +/-Inf
762         as well as qNaN tests.
764         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
765         qNaN_var.  Fix a few strings, too.
766         * math/libm-test.inc (nan_value): Rename to qnan_value.
767         * math/gen-libm-test.pl (%beautify): Adjust to that.
768         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
769         * math/test-misc.c (main): Likewise.
770         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
771         to __qnan_bytes, and __qnan_union, respectively.
772         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
773         Likewise.
774         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
775         and lqnanval, respectively.
776         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
777         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
778         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
779         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
781         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
782         * math/test-misc.c (main) [__x86_64__]: Enable test for long
783         doubles.
785         * math/test-misc.c (main): Fix copy'n'pastos.
786         * misc/tst-efgcvt.c (special): Likewise.
788         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
789         Remove declarations.
791 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
793         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
794         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
795         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
796         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
798 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
800         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
801         macro to return vdso values correctly in IFUNC implementations.
802         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
803         Optimization by using IFUNC.
805 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
806             Richard Henderson  <rth@redhat.com>
807             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
809         * Makefile.in (bench): New target.
810         * NEWS: Mention the benchmark framework.
811         * Rules (bench): Likewise.
812         (binaries-bench): Generate binaries for functions to
813         benchmark.
814         * benchtests/Makefile: New makefile for benchmark tests.
815         * benchtests/bench-skeleton.c: New skeleton file for benchmark
816         programs.
817         * benchtests/exp-inputs: New input file for EXP function.
818         * benchtests/pow-inputs: New input file for POW function.
819         * scripts/bench.pl: New script to generate source files for
820         benchmark programs.
822 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
824         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
825         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
826         computations on mantissa.  Use macros for rounding and
827         division.
828         (denorm): Likewise.
829         (__dbl_mp): Likewise.
830         (add_magnitudes): Likewise.
831         (sub_magnitudes): Likewise.
832         (__mul): Likewise.
833         (__sqr): Likewise.
834         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
835         powers of two in terms of TWOPOW macro.
836         (mp_no): Make type of mantissa as MANTISSA_T.
837         [!RADIXI]: Define RADIXI.
838         [!TWO52]: Define TWO52.
839         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
841         * manual/nptl.texi (cindex): Modify threads to pthreads.
843 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
845         * sysdeps/x86_64/preconfigure: Regenerated.
847 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
849         [BZ #14155]
850         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
851         0x1p28 and above.
852         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
853         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
854         0x1p28 and above.
855         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
856         * math/libm-test.inc (j0_test): Do not allow one spurious
857         underflow exception.
858         (y1_test): Likewise.
860 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
862         * manual/Makefile (chapters): Add nptl.
863         * manual/debug.texi (Debugging Support): Add link to Threads
864         chapter.
865         * manual/nptl.texi: New file.
867         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
869 2013-03-14  Petr Baudis  <pasky@ucw.cz>
871         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
872         for non-NULL pointer before the memory validity test. Pointed
873         out by Holger Brunck <holger.brunck@keymile.com>.
875 2013-03-13  Andreas Schwab  <schwab@suse.de>
877         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
878         instead of .os.
880 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
882         * timezone/zic.c: Update from tzcode 2013b.
884 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
886         * manual/install.texi (Configuring and compiling):
887         Mention i686 and i586.
888         * INSTALL: Regenerate.
890 2013-03-12  Roland McGrath  <roland@hack.frob.com>
892         * sysdeps/init_array/elf-init.c: New file.
893         * csu/elf-init.c
894         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
895         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
897         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
898         __gmon_start__ as global, but as static with a .preinit_array pointer.
899         * sysdeps/init_array/gmon-start.c: New file.  Use that.
900         * sysdeps/init_array/crti.S: New file, empty except for comments.
901         * sysdeps/init_array/crtn.S: Likewise.
903 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
905         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
906         definining bcopy.
907         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
908         Remove Prefer_SSE_for_memop.
909         * sysdeps/x86_64/multiarch/init-arch.h: Remove
910         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
911         HAS_PREFER_SSE_FOR_MEMOP.
912         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
913         memset-x86-64.
914         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
915         Remove bzero, memset ifunc support.
916         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
917         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
918         * sysdeps/x86_64/multiarch/memset.S: Likewise.
919         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
921 2013-03-11  Andreas Schwab  <schwab@suse.de>
923         [BZ #15234]
924         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
925         by SHLIB_COMPAT.
926         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
927         (GLIBC_2.16): Remove pthread_atfork.
929 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
931         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
932         (ptestcases.h): Likewise.
934 2013-03-08  Roland McGrath  <roland@hack.frob.com>
936         * Makeconfig ($(common-objpfx)config.status): Depend on
937         sysdeps/*/preconfigure{,.in} too.
939 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
941         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
942         (__free_hook): Use void * instead of __malloc_ptr_t.
943         (__malloc_hook): Likewise.
944         (__realloc_hook): Likewise.
945         (__memalign_hook): Likewise.
946         (__after_morecore_hook): Likewise.
947         * malloc/arena.c (save_malloc_hook): Likewise.
948         (save_free_hook): Likewise.
949         * malloc/hooks.c (malloc_hook_ini): Likewise.
950         (realloc_hook_ini): Likewise.
951         (memalign_hook_ini): Likewise.
952         * malloc/malloc.c (malloc_hook_ini): Likewise.
953         (realloc_hook_ini): Likewise.
954         (memalign_hook_ini): Likewise.
955         (__free_hook): Likewise.
956         (__malloc_hook): Likewise.
957         (__realloc_hook): Likewise.
958         (__memalign_hook): Likewise.
959         (__libc_malloc): Likewise.
960         (__libc_free): Likewise.
961         (__libc_realloc): Likewise.
962         (__libc_memalign): Likewise.
963         (__libc_valloc): Likewise.
964         (__libc_pvalloc): Likewise.
965         (__libc_calloc): Likewise.
966         (__posix_memalign): Likewise.
967         * malloc/morecore.c (__sbrk): Likewise.
968         (__default_morecore): Likewise.
970         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
972         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
973         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
974         __malloc_ptrdiff_t.
976         * malloc/malloc.h (__malloc_size_t): Remove macro.
977         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
978         __malloc_size_t.
979         (old_memalign_hook): Likewise.
980         (old_realloc_hook): Likewise.
981         (struct hdr): Likewise.
982         (flood): Likewise.
983         (mallochook): Likewise.
984         (memalignhook): Likewise.
985         (reallochook): Likewise.
986         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
987         (tr_old_realloc_hook): Likewise.
988         (tr_old_memalign_hook): Likewise.
989         (tr_mallochook): Likewise.
990         (tr_reallochook): Likewise.
991         (tr_memalignhook): Likewise.
993 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
995         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
996         default_ldbl_pack and using as default implementation.
997         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
998         implementation.
999         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
1000         redundant definition.
1001         (ldbl_insert_mantissa): Likewise.
1002         (ldbl_canonicalize): Likewise.
1003         (ldbl_nearbyint): Likewise.
1004         (ldbl_pack): Rename to ldbl_pack_ppc.
1005         (ldbl_unpack): Rename to ldbl_unpack_ppc.
1006         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
1007         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
1009 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1011         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
1012         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
1013         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
1014         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
1015         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
1016         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
1017         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
1018         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
1020 2013-03-07  Andreas Jaeger  <aj@suse.de>
1022         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1023         bits/mman-linux.h.
1025 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
1027         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
1028         Include mpa.h and declare __MPEXP.
1029         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
1030         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
1031         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
1032         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
1033         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
1034         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
1035         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
1037         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
1038         (__slowpow): Use long double EXPL and LOGL functions to
1039         compute POW.
1040         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
1041         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
1042         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
1043         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
1044         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
1045         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
1047         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
1048         intermediate variable to calculate exponent.
1049         (__sqr): Likewise.
1050         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
1051         Likewise.
1052         (__sqr): Likewise.
1054         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
1055         [!NO__SQR]: Define __sqr.
1056         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
1057         and NO__SQR.  Remove all code except __mul and __sqr.  Include
1058         sysdeps/ieee754/dbl-64/mpa.c.
1059         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
1061         [BZ #12723]
1062         * posix/Makefile (tests): Add tst-pathconf.
1063         * posix/tst-pathconf.c: New test case.
1064         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
1065         _PC_PIPE_BUF.
1066         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
1068 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
1070         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
1072 2013-03-06  Andreas Jaeger  <aj@suse.de>
1074         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
1075         definition via __MAP_ANONYMOUS.
1077         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
1078         it's not part of Linux headers.
1080         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
1081         (MAP_HUGE_MASK): Define.
1083         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
1084         Define.
1085         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
1086         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
1087         Define.
1088         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
1089         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
1090         Define.
1091         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
1092         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
1093         Define.
1094         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
1096         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
1097         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
1098         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
1099         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
1100         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
1101         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
1103         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
1104         Handle f2fs.
1106         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
1107         Handle f2fs and efivarfs.
1109         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
1110         f2fs.
1112         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
1113         (EFIVARFS_MAGIC): Add.
1114         (F2FS_LINK_MAX): Add.
1116 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1118         * stdio-common/vfprintf.c: Replace __builtin_expect with
1119         __glibc_unlikely.
1121 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
1123         [BZ #13550]
1124         * sysdeps/generic/bp-sym.h: Remove file.
1125         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
1126         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
1127         <bp-sym.h> and <bp-asm.h>.
1128         (__longjmp): Don't use BP_SYM.
1129         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
1130         and <bp-asm.h>.
1131         (memcpy): Don't use BP_SYM.
1132         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
1133         <bp-sym.h> and <bp-asm.h>.
1134         (memcpy): Don't use BP_SYM.
1135         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
1136         <bp-asm.h>.
1137         (memcpy): Don't use BP_SYM.
1138         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
1139         <bp-asm.h>.
1140         (memset): Don't use BP_SYM.
1141         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
1142         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
1143         (__bzero): Don't use BP_SYM.
1144         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
1145         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
1146         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
1147         <bp-sym.h> and <bp-asm.h>.
1148         (memcmp): Don't use BP_SYM.  Remove comment about bounded
1149         pointers.
1150         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
1151         <bp-sym.h> and <bp-asm.h>.
1152         (memcpy): Don't use BP_SYM.
1153         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
1154         <bp-sym.h> and <bp-asm.h>.
1155         (memset): Don't use BP_SYM.
1156         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
1157         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
1158         (__bzero): Don't use BP_SYM.
1159         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
1160         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
1161         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
1162         <bp-sym.h> and <bp-asm.h>.
1163         (strncmp): Don't use BP_SYM.  Remove comment about bounded
1164         pointers.
1165         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
1166         <bp-sym.h> and <bp-asm.h>.
1167         (memcpy): Don't use BP_SYM.
1168         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
1169         <bp-sym.h> and <bp-asm.h>.
1170         (memset): Don't use BP_SYM.
1171         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
1172         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
1173         (__bzero): Don't use BP_SYM.
1174         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
1175         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
1176         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
1177         <bp-sym.h> and <bp-asm.h>.
1178         (__memchr): Don't use BP_SYM.
1179         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
1180         <bp-sym.h> and <bp-asm.h>.
1181         (memcmp): Don't use BP_SYM.  Remove comment about bounded
1182         pointers.
1183         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
1184         <bp-sym.h> and <bp-asm.h>.
1185         (memcpy): Don't use BP_SYM.
1186         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
1187         <bp-sym.h> and <bp-asm.h>.
1188         (__mempcpy): Don't use BP_SYM.
1189         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
1190         <bp-sym.h> and <bp-asm.h>.
1191         (__memrchr): Don't use BP_SYM.
1192         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
1193         <bp-sym.h> and <bp-asm.h>.
1194         (memset): Don't use BP_SYM.
1195         (__bzero): Likewise.
1196         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
1197         <bp-sym.h> and <bp-asm.h>.
1198         (__rawmemchr): Don't use BP_SYM.
1199         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
1200         <bp-sym.h> and <bp-asm.h>.
1201         (__STRCMP): Don't use BP_SYM.
1202         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
1203         <bp-sym.h> and <bp-asm.h>.
1204         (strchr): Don't use BP_SYM.
1205         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
1206         <bp-sym.h> and <bp-asm.h>.
1207         (__strchrnul): Don't use BP_SYM.
1208         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
1209         <bp-sym.h> and <bp-asm.h>.
1210         (strlen): Don't use BP_SYM.
1211         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
1212         <bp-sym.h> and <bp-asm.h>.
1213         (strncmp): Don't use BP_SYM.  Remove comment about bounded
1214         pointers.
1215         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
1216         <bp-sym.h> and <bp-asm.h>.
1217         (__strnlen): Don't use BP_SYM.
1218         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
1219         <bp-sym.h> and <bp-asm.h>.
1220         (__GI__setjmp): Don't use BP_SYM.
1221         (_setjmp): Likewise.
1222         (__sigsetjmp): Likewise.
1223         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
1224         (L(start_addresses)): Don't use BP_SYM.
1225         (_start): Likewise.
1226         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
1227         <bp-asm.h>.
1228         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
1229         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
1230         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
1231         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
1232         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
1233         <bp-asm.h>.
1234         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
1235         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
1236         about bounded pointers.
1237         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
1238         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
1239         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
1240         <bp-asm.h>.
1241         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
1242         about bounded pointers.  Remove GKM FIXME comments.
1243         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
1244         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
1245         <bp-asm.h>.
1246         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
1247         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
1248         Remove GKM FIXME comments.
1249         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
1250         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
1251         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
1252         <bp-asm.h>.
1253         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
1254         about bounded pointers.  Remove GKM FIXME comment.
1255         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
1256         and <bp-asm.h>.
1257         (strncmp): Don't use BP_SYM.  Remove comment about bounded
1258         pointers.
1259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
1260         <bp-sym.h> and <bp-asm.h>.
1261         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
1262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
1263         <bp-sym.h> and <bp-asm.h>.
1264         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
1265         comment.
1267 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1269         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
1270         call free(NULL).
1272 2013-03-05  David S. Miller  <davem@davemloft.net>
1274         * po/es.po: Update from translation team.
1276 2013-03-05  Andreas Jaeger  <aj@suse.de>
1278         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
1279         <bits/mman-linux.h>.
1280         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
1281         is fine.
1282         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
1283         <bits/mman-linux.h> to end of file.
1284         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
1285         is fine.
1286         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
1287         <bits/mman-linux.h> to end of file.
1288         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
1289         is fine.
1290         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
1291         <bits/mman-linux.h> to end of file.
1293         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
1294         (MCL_CURRENT, MCL_FUTURE): Define here.
1296 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1298         [BZ #15232]
1299         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
1300         attribute_hidden.
1301         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1303 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1305         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
1306         fourth parameter needed for rt_sigprocmask syscall.
1307         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
1308         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
1309         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
1310         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
1311         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
1312         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
1314 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
1316         [BZ #13550]
1317         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
1318         comment about bounded pointers.
1319         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
1320         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
1322 2013-03-04  Andreas Jaeger  <aj@suse.de>
1324         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
1325         common definitions.
1327         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
1328         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
1329         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
1330         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
1331         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
1332         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
1334 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1336         [BZ #15055]
1337         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1338         __ieee754_sqrl instead of __sqrl.
1340 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
1342         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
1343         * sysdeps/powerpc/fpu_control.h: ... here.
1344         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
1345         * sysdeps/powerpc/bits/fenvinline.h: ... here.
1346         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
1347         * sysdeps/powerpc/bits/mathinline.h: ... here.
1349 2013-03-01  Roland McGrath  <roland@hack.frob.com>
1351         * elf/dl-hwcaps.c (_dl_important_hwcaps):
1352         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
1353         to just [NEED_DL_SYSINFO_DSO].
1354         * elf/dl-support.c: Likewise.
1355         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
1356         * elf/rtld.c (dl_main): Likewise.
1357         * elf/setup-vdso.h (setup_vdso): Likewise.
1358         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
1359         * sysdeps/unix/sysv/linux/dl-sysdep.c
1360         (_dl_discover_osversion): Likewise.
1362 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
1364         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
1365         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
1367 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1369         * NEWS: Mention libm performance improvements and non-x86 PI
1370         futex support.
1372         * csu/libc-start.c (__pthread_initialize_minimal): Change
1373         function arguments.
1374         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
1376 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
1378         [BZ #13550]
1379         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
1380         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
1381         <bp-sym.h> and <bp-asm.h>.
1382         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
1383         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
1384         and <bp-asm.h>.
1385         (memcpy): Don't use BP_SYM.
1386         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
1387         <bp-asm.h>.
1388         (__mpn_add_n): Don't use BP_SYM.
1389         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
1390         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
1391         and <bp-asm.h>.
1392         (__mpn_addmul_1): Don't use BP_SYM.
1393         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
1394         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
1395         <bp-sym.h>.
1396         (_setjmp): Don't use BP_SYM.
1397         (__novmx_setjmp): Likewise.
1398         (__GI__setjmp): Likewise.
1399         (__vmx_setjmp): Likewise.
1400         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
1401         <bp-sym.h>.
1402         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
1403         (__bzero): Don't use BP_SYM.
1404         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
1405         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
1406         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
1407         <bp-sym.h> and <bp-asm.h>.
1408         (memcpy): Don't use BP_SYM.
1409         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
1410         <bp-sym.h> and <bp-asm.h>.
1411         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
1412         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
1413         <bp-sym.h> and <bp-asm.h>.
1414         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
1415         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
1416         <bp-asm.h>.
1417         (__mpn_lshift): Don't use BP_SYM.
1418         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
1419         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
1420         <bp-asm.h>.
1421         (memset): Don't use BP_SYM.
1422         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
1423         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
1424         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
1425         <bp-asm.h>.
1426         (__mpn_mul_1): Don't use BP_SYM.
1427         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
1428         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
1429         <bp-sym.h> and <bp-asm.h>.
1430         (memcmp): Don't use BP_SYM.
1431         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
1432         <bp-sym.h> and <bp-asm.h>.
1433         (memcpy): Don't use BP_SYM.
1434         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
1435         <bp-sym.h> and <bp-asm.h>.
1436         (memset): Don't use BP_SYM.
1437         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
1438         <bp-sym.h> and <bp-asm.h>.
1439         (strncmp): Don't use BP_SYM.
1440         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
1441         <bp-sym.h> and <bp-asm.h>.
1442         (memcpy): Don't use BP_SYM.
1443         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
1444         <bp-sym.h> and <bp-asm.h>.
1445         (memset): Don't use BP_SYM.
1446         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
1447         <bp-sym.h> and <bp-asm.h>.
1448         (__memchr): Don't use BP_SYM.
1449         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
1450         <bp-sym.h> and <bp-asm.h>.
1451         (memcmp): Don't use BP_SYM.
1452         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
1453         <bp-sym.h> and <bp-asm.h>.
1454         (memcpy): Don't use BP_SYM.
1455         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
1456         <bp-sym.h> and <bp-asm.h>.
1457         (__mempcpy): Don't use BP_SYM.
1458         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
1459         <bp-sym.h> and <bp-asm.h>.
1460         (__memrchr): Don't use BP_SYM.
1461         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
1462         <bp-sym.h> and <bp-asm.h>.
1463         (memset): Don't use BP_SYM.
1464         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
1465         <bp-sym.h> and <bp-asm.h>.
1466         (__rawmemchr): Don't use BP_SYM.
1467         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
1468         <bp-sym.h> and <bp-asm.h>.
1469         (__STRCMP): Don't use BP_SYM.
1470         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
1471         <bp-sym.h> and <bp-asm.h>.
1472         (strchr): Don't use BP_SYM.
1473         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
1474         <bp-sym.h> and <bp-asm.h>.
1475         (__strchrnul): Don't use BP_SYM.
1476         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
1477         <bp-sym.h> and <bp-asm.h>.
1478         (strlen): Don't use BP_SYM.
1479         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
1480         <bp-sym.h> and <bp-asm.h>.
1481         (strncmp): Don't use BP_SYM.
1482         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
1483         <bp-sym.h> and <bp-asm.h>.
1484         (__strnlen): Don't use BP_SYM.
1485         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
1486         <bp-asm.h>.
1487         (__mpn_rshift): Don't use BP_SYM.
1488         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
1489         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
1490         <bp-sym.h> and <bp-asm.h>.
1491         (__sigsetjmp): Don't use BP_SYM.
1492         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
1493         (L(start_addresses)): Don't use BP_SYM.
1494         (_start): Likewise.
1495         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
1496         <bp-asm.h>.
1497         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
1498         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
1499         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
1500         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
1501         <bp-asm.h>.
1502         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
1503         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
1504         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
1505         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
1506         <bp-asm.h>.
1507         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
1508         comments.
1509         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
1510         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
1511         <bp-asm.h>.
1512         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
1513         FIXME comments.
1514         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
1515         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
1516         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
1517         <bp-asm.h>.
1518         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
1519         comment.
1520         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
1521         and <bp-asm.h>.
1522         (strncmp): Don't use BP_SYM,
1523         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
1524         <bp-asm.h>.
1525         (__mpn_sub_n): Don't use BP_SYM.
1526         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
1527         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
1528         and <bp-asm.h>.
1529         (__mpn_submul_1): Don't use BP_SYM.
1530         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
1531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
1532         <bp-sym.h> and <bp-asm.h>.
1533         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
1534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
1535         <bp-sym.h> and <bp-asm.h>.
1536         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
1537         comment.
1539 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
1541         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
1542         Use ZK to minimize writes to Z.
1543         (sub_magnitudes): Simplify code a bit.
1544         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
1545         Use ZK to minimize writes to Z.
1546         (sub_magnitudes): Simplify code a bit.
1548 2013-02-27  Roland McGrath  <roland@hack.frob.com>
1550         * csu/gmon-start.c: Add special exception to license text.
1552 2013-02-27  Richard Henderson  <rth@redhat.com>
1554         * scripts/config.guess: Update from config.git.
1555         * scripts/config.sub: Likewise.
1557 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1559         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
1561         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
1563         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
1565         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
1567         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
1569 2013-02-26  Roland McGrath  <roland@hack.frob.com>
1571         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
1572         [$(build-shared = yes].
1574 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1576         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
1577         (__mul): Reduce iterations for calculating mantissa.
1579         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
1580         MPTWO.
1581         (__mpranred): Likewise.
1583         [BZ #15160]
1584         * malloc/memusagestat.c (main): Draw graphs for heap and stack
1585         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
1587 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
1589         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
1590         Define __attribute__.
1592 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1594         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
1595         unused.
1596         * posix/regex_internal.h (__attribute): Remove.
1597         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
1598         (re_string_context_at): Likewise.
1599         (bitset_not): Use __attribute__ and mark function as possibly
1600         unused.
1601         (bitset_merge): Likewise.
1602         (bitset_mask): Likewise.
1603         (re_string_char_size_at): Likewise.
1604         (re_string_wchar_at): Likewise.
1605         (re_string_elem_size_at): Likewise.
1607 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1609         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
1610         code.
1611         (cc32): Likewise.
1613         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
1614         (__acr): Likewise.
1615         (__cpy): Likewise.
1616         (norm): Likewise.
1617         (denorm): Likewise.
1618         (__dbl_mp): Likewise.
1619         (add_magnitudes): Likewise.
1620         (sub_magnitudes): Likewise.
1621         (__mul): Likewise.
1622         (__inv): Likewise.
1624         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
1625         style.
1627         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
1628         style.
1630         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
1631         code.
1633         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
1634         up changes with default code.
1635         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
1636         Likewise.
1638 2013-02-24  Allan McRae  <allan@archlinux.org>
1640         * manual/socket.texi (The Internet Namespace): Order menu items
1641         to match that in the file.
1643         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
1644         node listing of the info page menu.
1646 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
1648         [BZ #13550]
1649         * sysdeps/i386/bp-asm.h: Remove file.
1650         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
1651         (PARMS): Do not use macros from bp-asm.h.
1652         (S1): Likewise.
1653         (S2): Likewise.
1654         (SIZE): Likewise.
1655         (__mpn_add_n): Do not use BP_SYM
1656         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
1657         "bp-asm.h".
1658         (PARMS): Do not use macros from bp-asm.h.
1659         (S1): Likewise.
1660         (SIZE): Likewise.
1661         (__mpn_addmul_1): Do not use BP_SYM
1662         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
1663         "bp-asm.h".
1664         (PARMS): Do not use macros from bp-asm.h.
1665         (SIGMSK): Likewise.
1666         (_setjmp): Likewise.  Do not use BP_SYM.
1667         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
1668         "bp-asm.h".
1669         (PARMS): Do not use macros from bp-asm.h.
1670         (SIGMSK): Likewise.
1671         (setjmp): Likewise.  Do not use BP_SYM.
1672         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
1673         "bp-asm.h".
1674         (PARMS): Do not use macros from bp-asm.h.
1675         (__frexp): Do not use BP_SYM.
1676         (frexp): Likewise.
1677         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
1678         "bp-asm.h".
1679         (PARMS): Do not use macros from bp-asm.h.
1680         (__frexpf): Do not use BP_SYM.
1681         (frexpf): Likewise.
1682         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
1683         "bp-asm.h".
1684         (PARMS): Do not use macros from bp-asm.h.
1685         (__frexpl): Do not use BP_SYM.
1686         (frexpl): Likewise.
1687         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
1688         "bp-asm.h".
1689         (PARMS): Do not use macros from bp-asm.h.
1690         (__remquo): Do not use BP_SYM.
1691         (remquo): Likewise.
1692         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
1693         "bp-asm.h".
1694         (PARMS): Do not use macros from bp-asm.h.
1695         (__remquof): Do not use BP_SYM.
1696         (remquof): Likewise.
1697         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
1698         "bp-asm.h".
1699         (PARMS): Do not use macros from bp-asm.h.
1700         (__remquol): Do not use BP_SYM.
1701         (remquol): Likewise.
1702         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
1703         "bp-asm.h".
1704         (PARMS): Do not use macros from bp-asm.h.
1705         (DEST): Likewise.
1706         (SRC): Likewise.
1707         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
1708         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
1709         "bp-asm.h".
1710         (PARMS): Do not use macros from bp-asm.h.
1711         (strlen): Do not use BP_SYM.
1712         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
1713         "bp-asm.h".
1714         (PARMS): Do not use macros from bp-asm.h.
1715         (S1): Likewise.
1716         (S2): Likewise.
1717         (SIZE): Likewise.
1718         (__mpn_add_n): Do not use BP_SYM.
1719         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
1720         "bp-asm.h".
1721         (PARMS): Do not use macros from bp-asm.h.
1722         (S1): Likewise.
1723         (SIZE): Likewise.
1724         (__mpn_addmul_1): Do not use BP_SYM.
1725         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
1726         weak_alias.
1727         (bzero): Likewise.
1728         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
1729         "bp-asm.h".
1730         (PARMS): Do not use macros from bp-asm.h.
1731         (S): Likewise.
1732         (SIZE): Likewise.
1733         (__mpn_lshift): Do not use BP_SYM.
1734         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
1735         "bp-asm.h".
1736         (PARMS): Do not use macros from bp-asm.h.
1737         (DEST): Likewise.
1738         (SRC): Likewise.
1739         (LEN): Likewise.
1740         (memcpy): Likewise.  Do not use BP_SYM.
1741         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
1742         libc_hidden_def and weak_alias.
1743         (mempcpy): Do not use BP_SYM in weak_alias.
1744         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
1745         "bp-asm.h".
1746         (PARMS): Do not use macros from bp-asm.h.
1747         (DEST): Likewise.
1748         (LEN): Likewise.
1749         [!BZERO_P] (CHR): Likewise.
1750         (memset): Likewise.  Do not use BP_SYM.
1751         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
1752         "bp-asm.h".
1753         (PARMS): Do not use macros from bp-asm.h.
1754         (S1): Likewise.
1755         (SIZE): Likewise.
1756         (__mpn_mul_1): Do not use BP_SYM.
1757         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
1758         "bp-asm.h".
1759         (PARMS): Do not use macros from bp-asm.h.
1760         (S): Likewise.
1761         (SIZE): Likewise.
1762         (__mpn_rshift): Do not use BP_SYM.
1763         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
1764         "bp-asm.h".
1765         (PARMS): Do not use macros from bp-asm.h.
1766         (STR): Likewise.
1767         (CHR): Likewise.
1768         (strchr): Likewise.  Do not use BP_SYM.
1769         (index): Do not use BP_SYM in weak_alias.
1770         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
1771         "bp-asm.h".
1772         (PARMS): Do not use macros from bp-asm.h.
1773         (DEST): Likewise.
1774         (SRC): Likewise.
1775         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
1776         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
1777         "bp-asm.h".
1778         (PARMS): Do not use macros from bp-asm.h.
1779         (strlen): Do not use BP_SYM.
1780         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
1781         "bp-asm.h".
1782         (PARMS): Do not use macros from bp-asm.h.
1783         (S1): Likewise.
1784         (S2): Likewise.
1785         (SIZE): Likewise.
1786         (__mpn_sub_n): Do not use BP_SYM.
1787         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
1788         "bp-asm.h".
1789         (PARMS): Do not use macros from bp-asm.h.
1790         (S1): Likewise.
1791         (SIZE): Likewise.
1792         (__mpn_submul_1): Do not use BP_SYM.
1793         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
1794         "bp-asm.h".
1795         (PARMS): Do not use macros from bp-asm.h.
1796         (S1): Likewise.
1797         (S2): Likewise.
1798         (SIZE): Likewise.
1799         (__mpn_add_n): Do not use BP_SYM.
1800         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
1801         weak_alias.
1802         (bzero): Likewise.
1803         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
1804         "bp-asm.h".
1805         (PARMS): Do not use macros from bp-asm.h.
1806         (BLK2): Likewise.
1807         (LEN): Likewise.
1808         (memcmp): Do not use BP_SYM.
1809         (bcmp): Do not use BP_SYM in weak_alias.
1810         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
1811         "bp-asm.h".
1812         (PARMS): Do not use macros from bp-asm.h.
1813         (DEST): Likewise.
1814         (SRC): Likewise.
1815         (LEN): Likewise.
1816         (memcpy): Likewise.  Do not use BP_SYM.
1817         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
1818         "bp-asm.h".
1819         (PARMS): Do not use macros from bp-asm.h.
1820         (DEST): Likewise.
1821         (SRC): Likewise.
1822         (LEN): Likewise.
1823         (memmove): Likewise.  Do not use BP_SYM.
1824         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
1825         "bp-asm.h".
1826         (PARMS): Do not use macros from bp-asm.h.
1827         (DEST): Likewise.
1828         (SRC): Likewise.
1829         (LEN): Likewise.
1830         (__mempcpy): Likewise.  Do not use BP_SYM.
1831         (mempcpy): Do not use BP_SYM in weak_alias.
1832         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
1833         "bp-asm.h".
1834         (PARMS): Do not use macros from bp-asm.h.
1835         (DEST): Likewise.
1836         (LEN): Likewise.
1837         [!BZERO_P] (CHR): Likewise.
1838         (memset): Likewise.  Do not use BP_SYM.
1839         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
1840         "bp-asm.h".
1841         (PARMS): Do not use macros from bp-asm.h.
1842         (STR2): Likewise.
1843         (strcmp): Do not use BP_SYM.
1844         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
1845         "bp-asm.h".
1846         (PARMS): Do not use macros from bp-asm.h.
1847         (STR): Likewise.
1848         (DELIM): Likewise.
1849         [USE_AS_STRTOK_R] (SAVE): Likewise.
1850         (FUNCTION): Likewise.  Do not use BP_SYM.
1851         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
1852         aliases.
1853         (strtok_r): Likewise.
1854         (__GI___strtok_r): Likewise.
1855         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
1856         (PARMS): Do not use macros from bp-asm.h.
1857         (S): Likewise.
1858         (SIZE): Likewise.
1859         (__mpn_lshift): Do not use BP_SYM.
1860         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
1861         (PARMS): Do not use macros from bp-asm.h.
1862         (STR): Likewise.
1863         (CHR): Likewise.
1864         (__memchr): Do not use BP_SYM.
1865         (memchr): Do not use BP_SYM in weak_alias.
1866         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
1867         (PARMS): Do not use macros from bp-asm.h.
1868         (BLK2): Likewise.
1869         (LEN): Likewise.
1870         (memcmp): Do not use BP_SYM.
1871         (bcmp): Do not use BP_SYM in weak_alias.
1872         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
1873         (PARMS): Do not use macros from bp-asm.h.
1874         (S1): Likewise.
1875         (SIZE): Likewise.
1876         (__mpn_mul_1): Do not use BP_SYM.
1877         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
1878         "bp-asm.h".
1879         (PARMS): Do not use macros from bp-asm.h.
1880         (STR): Likewise.
1881         (CHR): Likewise.
1882         (__rawmemchr): Do not use BP_SYM.
1883         (rawmemchr): Do not use BP_SYM in weak_alias.
1884         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
1885         (PARMS): Do not use macros from bp-asm.h.
1886         (S): Likewise.
1887         (SIZE): Likewise.
1888         (__mpn_rshift): Do not use BP_SYM.
1889         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
1890         (PARMS): Do not use macros from bp-asm.h.
1891         (SIGMSK): Likewise.
1892         (__sigsetjmp): Likewise.  Do not use BP_SYM.
1893         * sysdeps/i386/start.S: Do not include "bp-sym.h".
1894         (_start): Do not use BP_SYM.
1895         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
1896         (PARMS): Do not use macros from bp-asm.h.
1897         (DEST): Likewise.
1898         (SRC): Likewise.
1899         (__stpcpy): Likewise.  Do not use BP_SYM.
1900         (stpcpy): Do not use BP_SYM in weak_alias.
1901         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
1902         "bp-asm.h".
1903         (PARMS): Do not use macros from bp-asm.h.
1904         (DEST): Likewise.
1905         (SRC): Likewise.
1906         (LEN): Likewise.
1907         (__stpncpy): Likewise.  Do not use BP_SYM.
1908         (stpncpy): Do not use BP_SYM in weak_alias.
1909         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
1910         (PARMS): Do not use macros from bp-asm.h.
1911         (STR): Likewise.
1912         (CHR): Likewise.
1913         (strchr): Likewise.  Do not use BP_SYM.
1914         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
1915         "bp-asm.h".
1916         (PARMS): Do not use macros from bp-asm.h.
1917         (STR): Likewise.
1918         (CHR): Likewise.
1919         (__strchrnul): Likewise.  Do not use BP_SYM.
1920         (strchrnul): Do not use BP_SYM in weak_alias.
1921         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
1922         "bp-asm.h".
1923         (PARMS): Do not use macros from bp-asm.h.
1924         (STOP): Likewise.
1925         (strcspn): Do not use BP_SYM.
1926         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
1927         "bp-asm.h".
1928         (PARMS): Do not use macros from bp-asm.h.
1929         (STR): Likewise.
1930         (STOP): Likewise.
1931         (strpbrk): Likewise.  Do not use BP_SYM.
1932         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
1933         "bp-asm.h".
1934         (PARMS): Do not use macros from bp-asm.h.
1935         (STR): Likewise.
1936         (CHR): Likewise.
1937         (strrchr): Likewise.  Do not use BP_SYM.
1938         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
1939         (PARMS): Do not use macros from bp-asm.h.
1940         (SKIP): Likewise.
1941         (strspn): Do not use BP_SYM.
1942         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
1943         (PARMS): Do not use macros from bp-asm.h.
1944         (STR): Likewise.
1945         (DELIM): Likewise.
1946         (SAVE): Likewise.
1947         (FUNCTION): Likewise.  Do not use BP_SYM.
1948         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
1949         aliases.
1950         (strtok_r): Likewise.
1951         (__GI___strtok_r): Likewise.
1952         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
1953         (PARMS): Do not use macros from bp-asm.h.
1954         (S1): Likewise.
1955         (S2): Likewise.
1956         (SIZE): Likewise.
1957         (__mpn_sub_n): Do not use BP_SYM.
1958         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
1959         "bp-asm.h".
1960         (PARMS): Do not use macros from bp-asm.h.
1961         (S1): Likewise.
1962         (SIZE): Likewise.
1963         (__mpn_submul_1): Do not use BP_SYM.
1964         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
1965         <bp-sym.h>.
1966         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
1967         and <bp-asm.h>.
1968         (PARMS): Do not use macros from bp-asm.h.
1969         (FLAGS): Likewise.
1970         (PTID): Likewise.
1971         (TLS): Likewise.
1972         (CTID): Likewise.
1973         (__clone): Do not use BP_SYM.
1974         (clone): Do not use BP_SYM in weak_alias.
1975         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
1976         and <bp-asm.h>.
1977         (PARMS): Do not use macros from bp-asm.h.
1978         (LEN): Likewise.
1979         (__mmap64): Do not use BP_SYM.
1980         (mmap64): Do not use BP_SYM in weak_alias.
1981         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
1982         <bp-sym.h> and <bp-asm.h>.
1983         (PARMS): Do not use macros from bp-asm.h.
1984         (__posix_fadvise64_l64): Do not use BP_SYM.
1985         * sysdeps/unix/sysv/linux/i386/semtimedop.S
1986         (PARMS): Do not use macros from bp-asm.h.
1987         (NSOPS): Likewise.
1988         (semtimedop): Do not use BP_SYM.
1989         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
1990         and <bp-asm.h>.
1992 2013-02-21  Allan McRae  <allan@archlinux.org>
1994         * manual/message.texi (Charset conversion in gettext):
1995         Move @end statement to beginning of line.
1997 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1999         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
2000         static.
2001         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
2002         Likewise.
2004         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
2005         (denorm): Likewise.
2006         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
2007         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
2009 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2011         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
2012         tail-call to the resolved function if pltexit isn't needed.
2014 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
2016         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
2017         or Y being zero as being unlikely.
2018         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
2019         Likewise.
2021 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
2023         * manual/nss.texi (System Databases and Name Service Switch):
2024         Remove frobnicate @pxref.
2026 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
2028         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
2029         __attribute__ ((unused)) to __attribute__ ((__unused__)).
2031 2013-02-20  Petr Machata  <pmachata@redhat.com>
2033         * elf/elf.h (R_ARM_TARGET1): New macro.
2034         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
2035         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
2036         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
2037         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
2038         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
2039         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
2040         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
2041         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
2042         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
2043         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
2044         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
2045         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
2046         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
2047         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
2048         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
2049         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
2050         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
2051         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
2052         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
2053         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
2054         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
2055         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
2056         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
2057         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
2058         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
2059         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
2060         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
2061         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
2062         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
2063         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
2064         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
2065         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
2066         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
2067         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
2068         (R_ARM_THM_GOT_BREL12): Likewise.
2069         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
2070         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
2071         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
2072         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
2073         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
2074         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
2075         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
2076         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
2077         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
2079 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
2081         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
2082         __attribute_used__ to __attribute__ ((unused)).
2084 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
2086         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
2087         powerpc mpa.c.
2088         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
2089         comment formatting.
2090         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
2092 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
2094         [BZ #13550]
2095         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
2096         Remove macro.
2097         (ENTER): Remove both macro definitions.
2098         (LEAVE): Likewise.
2099         (CHECK_BOUNDS_LOW): Likewise.
2100         (CHECK_BOUNDS_HIGH): Likewise.
2101         (CHECK_BOUNDS_BOTH): Likewise.
2102         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
2103         (RETURN_BOUNDED_POINTER): Likewise.
2104         (RETURN_NULL_BOUNDED_POINTER): Likewise.
2105         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
2106         (POP_ERRNO_LOCATION_RETURN): Likewise.
2107         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
2108         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
2109         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
2110         macros.
2111         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
2112         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
2113         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
2114         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
2115         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
2116         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
2117         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
2118         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
2119         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
2120         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
2121         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
2122         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
2123         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
2124         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
2125         removed macros.
2126         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
2127         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
2128         macros.
2129         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
2130         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
2131         * sysdeps/i386/i586/memset.S (memset): Likewise.
2132         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
2133         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
2134         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
2135         macros.
2136         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
2137         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
2138         Change uses of L(2) to L(out).
2139         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
2140         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
2141         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
2142         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
2143         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
2144         removed macros.
2145         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
2146         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
2147         macros.
2148         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
2149         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
2150         (RETURN): Do not use macro LEAVE.
2151         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
2152         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
2153         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
2154         * sysdeps/i386/i686/memset.S (memset): Likewise.
2155         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
2156         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
2157         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
2158         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
2159         Likewise.
2160         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
2161         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
2162         L(1_2) and L(1_3) into L(1).
2163         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
2164         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
2165         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
2166         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
2167         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
2168         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
2169         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
2170         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
2171         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
2172         macros.
2173         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
2174         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
2175         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
2176         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
2177         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
2178         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
2179         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
2180         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
2181         * sysdeps/i386/strcspn.S (strcspn): Likewise.
2182         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
2183         * sysdeps/i386/strrchr.S (strrchr): Likewise.
2184         * sysdeps/i386/strspn.S (strspn): Likewise.
2185         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
2186         conditional code.
2187         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
2188         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
2189         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
2190         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
2191         L(1_3) into L(1_1).
2192         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
2193         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
2194         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
2195         macros.
2196         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
2198 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
2200         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
2201         macro.
2203 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2205         * math/atest-exp.c (exp_mpn): Remove ROUND.
2206         * math/atest-exp2.c (exp_mpn): Likewise.
2207         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
2209         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
2210         * stdlib/tst-tls-atexit-lib.c: Likewise.
2211         * stdlib/tst-tls-atexit.c: Likewise.
2213 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
2215         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
2216         and __attribute_alloc_size__.
2218 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
2220         * include/programs/xmalloc.h: Change __attribute_alloc_size to
2221         __attribute_alloc_size__.
2222         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
2223         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
2225 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
2227         * include/programs/xmalloc.h: New file.
2228         * catgets/gencat.c: Include it.
2229         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
2230         * elf/pldd.c: Likewise.
2231         * iconv/iconv_charmap.c: Likewise.
2232         * iconv/iconvconfig.c: Likewise.
2233         * iconv/strtab.c: Likewise.
2234         * locale/programs/locale.c: Likewise.
2235         * locale/programs/localedef.h: Likewise.
2236         * locale/programs/simple-hash.c: Likewise.
2237         * nscd/nscd.h: Likewise.
2238         * nss/makedb.c: Likewise.
2239         * sysdeps/generic/ldconfig.h: Likewise.
2241 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
2243         * Versions.def: Add GLIBC_2.18.
2244         * include/link.h (struct link_map): New member l_tls_dtor_count.
2245         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
2246         (__call_tls_dtors): Likewise.
2247         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
2248         __cxa_thread_atexit_impl.
2249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
2250         Likewise.
2251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
2252         Likewise.
2253         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
2254         Likewise.
2255         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
2256         Likewise.
2257         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
2258         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
2259         Likewise.
2260         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
2261         Likewise.
2262         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
2263         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
2264         Likewise.
2265         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
2266         (tests): Add test case tst-tls-atexit.
2267         (modules-names): Add shared library for tst-tls-atexit.
2268         * stdlib/Versions (GLIBC_2.17): Add __cxa_thread_atexit_impl.
2269         (GLIBC_PRIVATE): Add __call_tls_dtors.
2270         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
2271         for libstdc++.
2272         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
2273         * stdlib/tst-tls-atexit.c: New test case.
2274         * stdlib/tst-tls-atexit-lib.c: New test case.
2276         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
2278         * elf/Versions (ld): Add _dl_find_dso_for_object.
2279         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
2280         * elf/dl-open.c (_dl_find_dso_for_object): New function.
2281         (dl_open_worker): Use _dl_find_dso_for_object.
2282         * elf/dl-sym.c (do_sym): Likewise.
2283         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
2285 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2287         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
2288         Syntactic changes only.
2289         (_dl_runtime_profile): Do a tail-call to the resolved function.
2291 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
2293         [BZ #13550]
2294         * sysdeps/x86_64/bp-asm.h: Remove file.
2295         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
2296         <bp-sym.h> and <bp-asm.h>.
2297         (__clone): Do not use BP_SYM.
2298         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
2299         <bp-sym.h> and <bp-asm.h>.
2300         * sysdeps/unix/x86_64/sysdep.S: Likewise.
2301         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
2302         "bp-asm.h".
2303         (_setjmp): Do not use BP_SYM.
2304         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
2305         "bp-asm.h".
2306         (setjmp): Do not use BP_SYM.
2307         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
2308         libc_hidden_def.
2309         (mempcpy): Do not use BP_SYM in weak_alias.
2310         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
2311         "bp-asm.h".
2312         (strchr): Do not use BP_SYM.
2313         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
2314         "bp-asm.h".
2315         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
2316         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
2317         (_start): Do not use BP_SYM.
2318         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
2319         "bp-asm.h".
2320         (strcat): Do not use BP_SYM.
2321         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
2322         "bp-asm.h".
2323         (STRCMP): Do not use BP_SYM.
2324         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
2325         "bp-asm.h".
2326         (STRCPY): Do not use BP_SYM.
2327         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
2328         "bp-asm.h".
2329         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
2330         "bp-asm.h".
2331         (FUNCTION): Do not use BP_SYM.
2332         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
2333         weak_alias.
2334         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
2336 2013-02-17  Andreas Jaeger  <aj@suse.de>
2338         * time/Versions: Sort entries.
2339         * string/Versions: Likewise.
2340         * resolv/Versions: Likewise.
2341         * posix/Versions: Likewise.
2342         * iconv/Versions: Likewise.
2343         * elf/Versions: Likewise.
2344         * wcsmbs/Versions: Likewise.
2346 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
2348         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
2349         loop termination condition.
2351         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
2352         variable to calculate EZ.
2353         (__sqr): Likewise.
2355         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
2356         the lower precision input.
2358 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
2360         [BZ #13550]
2361         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
2362         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
2363         (run-via-rtld-prefix): Do not handle %-bp tests.
2364         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
2365         (all-object-suffixes): Remove .ob.
2366         (bppfx): Remove variable.
2367         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
2368         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
2369         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
2370         [$(build-bounded) = yes] (libtype.ob): Likewise.
2371         * Makerules (elide-routines.ob): Remove variable.
2372         (do-tests-clean): Do not handle *-bp.out.
2373         (common-mostlyclean): Do not handle *-bp and *-bp.out.
2374         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
2375         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
2376         (tests): Do not include $(tests-bp.out).
2377         (xtests): Do not include $(xtests-bp.out).
2378         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
2379         [$(build-bounded) = yes] ($(addprefix
2380         $(objpfx),$(binaries-bounded))): Remove rule.
2381         ($(objpfx)%-bp.out): Remove rule.
2382         * config.make.in (build-bounded): Remove variable.
2383         * crypt/Makefile [$(build-bounded) = yes]
2384         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
2385         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
2386         append to variable.
2387         [$(build-bounded) = yes] (install-lib): Likewise.
2388         [$(build-bounded) = yes] (generated): Likewise.
2389         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
2390         Remove rule.
2391         * intl/Makefile [$(build-bounded) = yes]
2392         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
2393         * math/Makefile [$(build-bounded) = yes]
2394         ($(tests:%=$(objpfx)%-bp): Likewise.
2395         * misc/Makefile [$(build-bounded) = yes]
2396         ($(objpfx)tst-tsearch-bp): Likewise.
2397         * nptl/Makeconfig (bounded-thread-library): Remove variable.
2398         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
2399         Remove dependency.
2400         * string/Makefile (o-objects.ob): Remove variable.
2401         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
2402         (CFLAGS-.ob): Remove variable.
2403         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
2404         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
2405         both definitions of variable.
2406         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
2407         (ASFLAGS-.ob): Remove variable.
2409 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
2411         [BZ #13550]
2412         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
2413         Remove __BOUNDED_POINTERS__ from condition.
2414         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
2415         * string/bits/string2.h [!__NO_STRING_INLINES &&
2416         !__BOUNDED_POINTERS__]: Likewise.
2417         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
2418         Likewise.
2419         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
2420         Remove conditional code.
2421         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
2422         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
2423         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
2424         condition.
2426         [BZ #13550]
2427         * csu/libc-start.c: Do not include <bp-sym.h>.
2428         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
2429         * elf/dl-open.c: Do not include <bp-sym.h>.
2430         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
2431         * math/fegetenv.c: Do not include <bp-sym.h>.
2432         (fegetenv): Do not use BP_SYM in versioned symbols.
2433         * nptl/sysdeps/pthread/bits/libc-lockP.h
2434         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
2435         <bp-sym.h>.
2436         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2437         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
2438         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2439         (__pthread_mutex_destroy): Likewise.
2440         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2441         (__pthread_mutex_lock): Likewise.
2442         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2443         (__pthread_mutex_trylock): Likewise.
2444         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2445         (__pthread_mutex_unlock): Likewise.
2446         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2447         (__pthread_mutexattr_init): Likewise.
2448         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2449         (__pthread_mutexattr_destroy): Likewise.
2450         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2451         (__pthread_mutexattr_settype): Likewise.
2452         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2453         (__pthread_rwlock_init): Likewise.
2454         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2455         (__pthread_rwlock_destroy): Likewise.
2456         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2457         (__pthread_rwlock_rdlock): Likewise.
2458         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2459         (__pthread_rwlock_tryrdlock): Likewise.
2460         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2461         (__pthread_rwlock_wrlock): Likewise.
2462         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2463         (__pthread_rwlock_trywrlock): Likewise.
2464         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2465         (__pthread_rwlock_unlock): Likewise.
2466         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2467         (__pthread_key_create): Likewise.
2468         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2469         (__pthread_setspecific): Likewise.
2470         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2471         (__pthread_getspecific): Likewise.
2472         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
2473         Likewise.
2474         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2475         (_pthread_cleanup_push_defer): Likewise.
2476         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2477         (_pthread_cleanup_pop_restore): Likewise.
2478         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
2479         (pthread_setcancelstate): Likewise.
2480         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
2481         <bp-sym.h>.
2482         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
2483         (memchr): Do not use BP_SYM in weak_alias.
2484         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
2485         (fegetenv): Do not use BP_SYM in versioned symbols.
2486         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
2487         (fesetenv): Do not use BP_SYM in versioned symbols.
2488         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
2489         (feupdateenv): Do not use BP_SYM in versioned symbols.
2490         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
2491         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
2492         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
2493         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
2494         (open64): Do not use BP_SYM in weak_alias.
2495         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
2496         (fegetenv): Do not use BP_SYM in versioned symbols.
2497         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
2498         (fesetenv): Do not use BP_SYM in versioned symbols.
2499         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
2500         (feupdateenv): Do not use BP_SYM in versioned symbols.
2501         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
2502         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
2503         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
2504         (feraiseexcept): Do not use BP_SYM in versioned symbols.
2505         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
2506         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
2507         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
2508         <bp-sym.h>.
2509         (__libc_start_main): Do not use BP_SYM.
2511 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2513         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
2514         redundant return line.
2515         (norm): Likewise.
2516         (denorm): Likewise.
2517         (dbl_mp): Likewise.
2518         (sub_magnitudes): Likewise.
2519         (__add): Likewise.
2520         (__sub): Likewise.
2521         (__mul): Likewise.
2522         (__inv): Likewise.
2523         (__dvd): Likewise.
2524         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
2525         (norm): Likewise.
2526         (denorm): Likewise.
2527         (dbl_mp): Likewise.
2528         (sub_magnitudes): Likewise.
2529         (__add): Likewise.
2530         (__sub): Likewise.
2531         (__mul): Likewise.
2532         (__inv): Likewise.
2533         (__dvd): Likewise.
2535         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
2536         instead of __mul.
2537         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
2538         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
2539         (cc32): Likewise.
2541         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
2542         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
2543         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
2544         of __mul for squares.
2545         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
2546         function
2547         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
2548         Likewise.
2549         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
2550         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
2552 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
2554         [BZ #13550]
2555         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
2556         code.
2557         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
2558         prototype or function definition.  Rename ubp_* variables and
2559         parameters.  Remove argv definitions conditional on
2560         [__BOUNDED_POINTERS__].
2561         * debug/backtrace.c (__backtrace): Do not use __unbounded.
2562         * elf/dl-runtime.c (_dl_fixup): Likewise.
2563         * include/set-hooks.h (RUN_HOOK): Likewise.
2564         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
2565         definition.
2566         * string/strcpy.c (strcpy): Do not use __unbounded.
2567         * sysdeps/generic/frame.h (struct layout): Likewise.
2568         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
2569         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
2570         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
2571         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
2572         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
2573         (__backtrace): Likewise.
2574         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
2575         use __ptrvalue.
2576         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
2577         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
2578         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
2579         Likewise.
2580         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
2581         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
2582         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
2583         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2584         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
2585         Do not use __unbounded.
2586         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
2587         Rename __unboundedrlimits parameter to rlimits in prototype.
2588         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
2589         Do not use __unbounded.
2590         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
2591         not use __ptrvalue.
2592         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2593         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
2594         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
2595         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
2596         __ptrvalue or __unbounded.
2597         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
2598         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
2599         use __unbounded.
2600         (__new_msgctl): Do not use __ptrvalue.
2601         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
2602         __unbounded.
2603         (__libc_msgrcv): Do not use __ptrvalue.
2604         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
2605         startup_info): Do not use __unbounded.
2606         (__libc_start_main): Likewise.  Rename ubp_* variables and
2607         parameters.  Remove argv definitions conditional on
2608         [__BOUNDED_POINTERS__].
2609         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
2610         __ptrvalue.
2611         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
2612         use __unbounded.
2613         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
2614         or __ptrvalue.
2615         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
2616         use __unbounded.
2617         (__new_shmctl): Do not use __ptrvalue.
2618         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
2619         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
2620         Likewise.
2621         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
2622         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
2623         (__libc_sigaction): Likewise.
2624         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
2625         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
2626         Likewise.
2627         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
2629 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
2631         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
2633         * string/mempcpy.c: Implement by calling memcpy.
2635 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
2637         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
2639         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
2640         evaluation.
2642         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
2643         values in the mantissa.
2645         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
2646         minimize writes to Z.
2647         (sub_magnitudes): Simplify code a bit.
2649 2013-02-12  Roland McGrath  <roland@hack.frob.com>
2651         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
2652         from the message.  The linker prefixes all warnings with that already.
2654 2013-02-12  Andreas Schwab  <schwab@suse.de>
2656         [BZ #15078]
2657         * posix/regexec.c (extend_buffers): Add parameter min_len.
2658         (check_matching): Pass minimum needed length.
2659         (clean_state_log_if_needed): Likewise.
2660         (get_subexp): Likewise.
2661         * posix/Makefile (tests): Add bug-regex34.
2662         (bug-regex34-ENV): Define.
2663         * posix/bug-regex34.c: New file.
2665         [BZ #11561]
2666         * posix/regcomp.c (parse_bracket_exp): When looking up collating
2667         elements compare against the byte sequence of it, not its name.
2668         * posix/Makefile (tests): Add bug-regex35.
2669         (bug-regex35-ENV): Define.
2670         * posix/bug-regex35.c: New file.
2672 2013-02-11  Tom de Vries  <tom@codesourcery.com>
2674         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
2675         comment.
2676         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
2677         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
2678         (CHECK_EOL): Add undef.
2680 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
2682         * bits/stdlib-bsearch.h: New file.
2683         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
2684         * stdlib/stdlib.h: Likewise.
2686 2013-02-11  Roland McGrath  <roland@hack.frob.com>
2688         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
2689         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
2690         declaration.
2691         * manual/search.texi (Array Search Function): Add missing const in
2692         lfind prototype.
2693         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
2694         declaration to use rlim_t.
2695         (Basic Scheduling Functions): Remove erroneous const from
2696         sched_getparam prototype.  Remove erroneous * from
2697         sched_get_priority_max and sched_get_priority_min prototypes.
2698         (Resource Usage): Fix summary @comment on vtimes to refer to
2699         sys/vtimes.h rather than vtimes.h.
2700         Add missing *s in vtimes prototype.
2701         (Limits on Resources): Fix ulimit prototype to return long int.
2702         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
2703         prototypes to use long int rather than double.
2704         (BSD Random): Fix initstate and setstate to use char *, not void *.
2705         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
2706         prototype to make second argument 'struct aiocb64 *const[]'.
2707         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
2708         (Status of AIO Operations): Remove erroneous const in aio_return and
2709         aio_return64 prototypes.
2710         (Synchronizing I/O): Fix sync prototype to return void.
2711         * manual/startup.texi (Suboptions): Remove an erroneous const in
2712         getsubopt prototype.
2713         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
2714         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
2715         use size_t rather than int.
2716         (Scanning All Users): Likewise for getpwent_r.
2717         (Setting Groups): Add missing const to setgroups prototype.
2718         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
2719         * manual/socket.texi (Host Names): Fix gethostbyaddr and
2720         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
2721         'const void *' rather than 'const char *'.
2722         (Host Address Functions): Likewise for inet_ntop.
2723         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
2724         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
2725         ssize_t for return value.
2726         (Sending Data): Likewise for send, sendto, sendmsg.
2727         (Socket Option Functions): Add a missing const in setsockopt prototype.
2728         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
2729         use wchar_t for the argument.
2730         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
2731         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
2732         take no arguments.
2733         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
2734         double/float/long double for second argument.
2735         Fix return types of significand, significandf, significandl.
2736         * manual/filesys.texi (Setting Permissions): Use mode_t for second
2737         argument in fchmod prototype.
2738         (File Owner): Use uid_t and gid_t in fchown prototype.
2739         (File Times): Add const to utimes, futimes, and lutimes prototypes.
2740         (Making Special Files): Use mode_t and dev_t in mknod prototype.
2741         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
2742         use 'const struct dirent **' as argument types to CMP function pointer
2743         argument.
2744         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
2745         (File Times): Fix summary magic @comment for struct utimbuf and utime
2746         to refer to utime.h, not time.h.
2747         * manual/string.texi (Argz Functions): Add missing const in
2748         argz_extract and argz_next prototypes.
2749         (Finding Tokens in a String): Likewise for basename.
2750         (String/Array Comparison): Fix typo in wcscasecmp prototype.
2751         (Copying and Concatenation): Fix typo in wmemmove prototype.
2752         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
2753         (Signal Stack): Remove erroneous const in sigstack prototype.
2754         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
2755         prototype.
2756         (Simple Calendar Time): Likewise for stime.
2757         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
2758         prototype.
2759         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
2760         say sys/sysctl.h instead.
2761         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
2762         and vsyslog prototypes.
2764 2013-02-11  Tom de Vries  <tom@codesourcery.com>
2766         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
2767         Remove.
2769 2013-02-11  Roland McGrath  <roland@hack.frob.com>
2771         * misc/sys/mman.h: Fix typo in mremap comment.
2773 2013-02-08  Roland McGrath  <roland@hack.frob.com>
2775         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
2776         the '\0' terminator.
2778 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
2780         [BZ #13550]
2781         * debug/segfault.c: Don't include <bp-checks.h>.
2782         * sysdeps/generic/bp-checks.h: Remove file.
2783         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
2784         (__GETDENTS): Don't use CHECK_N.
2785         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
2786         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2787         (__getgroups): Don't use CHECK_N.
2788         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2789         (setgroups): Don't use CHECK_N.
2790         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
2791         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
2792         (__libc_msgrcv): Don't use CHECK_N.
2793         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
2794         (__libc_msgsnd): Don't use CHECK_N.
2795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
2796         <bp-checks.h>.
2797         (__libc_pread): Don't use CHECK_N.
2798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
2799         include <bp-checks.h>.
2800         (__libc_pread64): Don't use CHECK_N.
2801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
2802         include <bp-checks.h>.
2803         (__libc_pwrite): Don't use CHECK_N.
2804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
2805         include <bp-checks.h>.
2806         (__libc_pwrite64): Don't use CHECK_N.
2807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
2808         <bp-checks.h>.
2809         (__libc_pread): Don't use CHECK_N.
2810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
2811         include <bp-checks.h>.
2812         (__libc_pread64): Don't use CHECK_N.
2813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
2814         include <bp-checks.h>.
2815         (__libc_pwrite): Don't use CHECK_N.
2816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
2817         include <bp-checks.h>.
2818         (__libc_pwrite64): Don't use CHECK_N.
2819         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
2820         (do_pread): Don't use CHECK_N.
2821         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
2822         (do_pread64): Don't use CHECK_N.
2823         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
2824         (do_pwrite): Don't use CHECK_N.
2825         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
2826         (do_pwrite64): Don't use CHECK_N.
2827         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
2828         (__libc_readv): Don't use CHECK_N.
2829         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
2830         (semop): Don't use CHECK_N.
2831         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
2832         <bp-checks.h>.
2833         (semtimedop): Don't use CHECK_N.
2834         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
2835         (__libc_pread): Don't use CHECK_N.
2836         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
2837         <bp-checks.h>.
2838         (__libc_pread64): Don't use CHECK_N.
2839         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
2840         <bp-checks.h>.
2841         (__libc_pwrite): Don't use CHECK_N.
2842         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
2843         <bp-checks.h>.
2844         (__libc_pwrite64): Don't use CHECK_N.
2845         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
2846         <bp-checks.h>.
2847         (__libc_msgrcv): Don't use CHECK_N.
2848         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
2849         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
2850         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
2851         (__libc_writev): Don't use CHECK_N.
2853 2013-02-08  Roland McGrath  <roland@hack.frob.com>
2855         * string/strcpy.c: Removed unused variable.
2857         * Makeconfig (+sysdep-includes): Define with := rather than =.
2858         Use an existing include/ subdir of each sysdeps dir before it.
2860 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
2862         * nscd/connection.c (register_traced_file): Comment function.
2863         [HAVE_INOTIFY] (union __inev): Define.
2864         [HAVE_INOTIFY] (inotify_check_files): New function.
2865         [HAVE_INOTIFY] (clear_db_cache): Likewise.
2866         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
2867         clear_db_cache.
2868         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
2870 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
2872         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
2873         loaded if not already and that a failure is permanent.
2875 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
2877         [BZ #15006]
2878         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
2879         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
2881 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
2883         [BZ #13550]
2884         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
2885         (CHECK_1_NULL_OK): Likewise.
2886         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
2887         (__fxstat): Do not use CHECK_1.
2888         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
2889         <bp-checks.h>.
2890         (___fxstat64): Do not use CHECK_1.
2891         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
2892         <bp-checks.h>.
2893         (__fxstatat): Do not use CHECK_1.
2894         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
2895         <bp-checks.h>.
2896         (__fxstatat64): Do not use CHECK_1.
2897         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
2898         <bp-checks.h>.
2899         (__fxstat): Do not use CHECK_1.
2900         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
2901         <bp-checks.h>.
2902         (__fxstatat): Do not use CHECK_1.
2903         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
2904         <bp-checks.h>.
2905         (__getresgid): Do not use CHECK_1.
2906         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
2907         <bp-checks.h>.
2908         (__getresuid): Do not use CHECK_1.
2909         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
2910         <bp-checks.h>.
2911         (__lxstat): Do not use CHECK_1.
2912         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
2913         <bp-checks.h>.
2914         (__old_msgctl): Do not use CHECK_1.
2915         (__new_msgctl): Likewise.
2916         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
2917         <bp-checks.h>.
2918         (__new_setrlimit): Do not use CHECK_1.
2919         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
2920         <bp-checks.h>.
2921         (__old_shmctl): Do not use CHECK_1.
2922         (__new_shmctl): Likewise.
2923         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
2924         <bp-checks.h>.
2925         (__xstat): Do not use CHECK_1.
2926         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
2927         (__lxstat): Do not use CHECK_1.
2928         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
2929         <bp-checks.h>.
2930         (___lxstat64): Do not use CHECK_1.
2931         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
2932         (__old_msgctl): Do not use CHECK_1.
2933         (__new_msgctl): Likewise.
2934         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
2935         <bp-checks.h>.
2936         (__gettimeofday): Do not use CHECK_1.
2937         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
2938         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
2939         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
2940         <bp-checks.h>.
2941         (__gettimeofday): Do not use CHECK_1.
2942         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
2943         (__old_shmctl): Do not use CHECK_1_NULL_OK.
2944         (__new_shmctl): Do not use CHECK_1.
2945         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
2946         <bp-checks.h>.
2947         (do_sigtimedwait): Do not use CHECK_1.
2948         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
2949         <bp-checks.h>.
2950         (do_sigwaitinfo): Do not use CHECK_1.
2951         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
2952         <bp-checks.h>.
2953         (msgctl): Do not use CHECK_1.
2954         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
2955         <bp-checks.h>.
2956         (shmctl): Do not use CHECK_1.
2957         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
2958         (ustat): Do not use CHECK_1.
2959         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
2960         <bp-checks.h>.
2961         (__fxstat): Do not use CHECK_1.
2962         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
2963         <bp-checks.h>.
2964         (__fxstatat): Do not use CHECK_1.
2965         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
2966         <bp-checks.h>.
2967         (__lxstat): Do not use CHECK_1.
2968         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
2969         <bp-checks.h>.
2970         (__xstat): Do not use CHECK_1.
2971         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
2972         (__xstat): Do not use CHECK_1.
2973         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
2974         (___xstat64): Do not use CHECK_1.
2976         [BZ #13550]
2977         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
2978         definitions.
2979         (CHECK_BOUNDS_HIGH): Likewise.
2980         * string/strcpy.c: Do not include <bp-checks.h>.
2981         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
2983 2013-02-07  Roland McGrath  <roland@hack.frob.com>
2985         * nscd/nscd-client.h (__nscd_drop_map_ref):
2986         Add __attribute__ ((unused)).
2987         * nis/nss-nisplus.h (niserr2nss): Likewise.
2989         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
2990         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
2992         * csu/libc-tls.c (init_static_tls, init_slotinfo):
2993         Remove inline keyword.
2994         * include/rounding-mode.h (round_away): Likewise.
2995         * libio/wfileops.c (adjust_wide_data): Likewise.
2996         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
2997         (__m128i_strloadu_tolower): Likewise.
2998         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
2999         (__m128i_strloadu_tolower): Likewise.
3000         * time/mktime.c (ydhms_diff): Likewise.
3001         * locale/elem-hash.h (elem_hash): Likewise.
3002         * locale/setlocale.c (setdata): Likewise.
3003         * posix/regex_internal.h (re_string_char_size_at): Likewise.
3004         (re_string_wchar_at): Likewise.
3005         (bitset_not, bitset_merge, bitset_mask): Likewise.
3006         [!(__GNUC__ > 3)] (inline): Remove macro.
3007         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
3008         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
3009         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
3010         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
3011         * string/memcmp.c (memcmp_bytes): Likewise.
3012         * locale/programs/locarchive.c (compute_hashval): Likewise.
3013         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
3014         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
3015         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
3016         * nss/getent.c (print_rpc, print_protocols): Likewise.
3017         (print_passwd, print_group, print_aliases): Likewise.
3018         * nis/nss-nisplus.h (niserr2nss): Likewise.
3019         * nscd/connections.c (restart_p): Likewise.
3020         Change return type to bool.
3022 2013-02-05  Roland McGrath  <roland@hack.frob.com>
3024         * Makeconfig (all-Depend-files): Add existing
3025         $(sorted-subdirs:=/Depend) files.
3026         (all-subdirs): Remove nss.
3027         * sysdeps/unix/inet/Subdirs: Add it here instead.
3028         * hesiod/Depend: New file.
3030         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
3031         instead of calling alloca.
3033         * io/lseek.c (__lseek): Rename to __libc_lseek.
3034         Define __lseek as an alias.
3036         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
3038 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
3040         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
3041         else clause and remove check for non-standard endianness.
3043 2013-02-04  David S. Miller  <davem@davemloft.net>
3045         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3047 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
3049         [BZ #13550]
3050         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
3051         (__ubp_memchr): Remove prototype.
3052         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
3053         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
3054         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
3055         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
3056         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
3057         Remove alias.
3058         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
3059         (__ubp_memchr): Likewise.
3060         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
3061         (__ubp_memchr): Likewise.
3062         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
3063         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
3064         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
3065         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
3066         CHECK_STRING.
3067         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
3068         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
3069         (__getcwd): Do not use CHECK_STRING.
3070         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
3071         <bp-checks.h>.
3072         (__real_chown): Do not use CHECK_STRING.
3073         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
3074         <bp-checks.h>.
3075         (fchownat): Do not use CHECK_STRING.
3076         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
3077         CHECK_STRING.
3078         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
3079         <bp-checks.h>.
3080         (__lchown): Do not use CHECK_STRING.
3081         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
3082         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
3083         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
3084         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
3085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
3086         include <bp-checks.h>.
3087         (truncate64): Do not use CHECK_STRING.
3088         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
3089         <bp-checks.h>.
3090         (__real_chown): Do not use CHECK_STRING.
3091         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
3092         <bp-checks.h>.
3093         (__lchown): Do not use CHECK_STRING.
3094         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
3095         <bp-checks.h>.
3096         (__chown): Do not use CHECK_STRING.
3097         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
3098         <bp-checks.h>.
3099         (truncate64): Do not use CHECK_STRING.
3100         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
3101         Likewise.
3102         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
3103         (__xmknod): Do not use CHECK_STRING.
3104         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
3105         <bp-checks.h>.
3106         (__xmknodat): Do not use CHECK_STRING.
3107         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
3108         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
3110 2013-02-04  Andreas Schwab  <schwab@suse.de>
3112         [BZ #14142]
3113         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
3114         * include/netdb.h: Likewise for h_errno.
3115         * elf/tst-stackguard1.c: Include <tls.h>.
3117 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3119         * elf/link.h (struct link_map): Extend the l_addr comment.
3120         * include/link.h (struct link_map): Likewise.
3122 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
3124         [BZ #13550]
3125         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
3126         (BOUNDED_1): Remove macro.
3127         * debug/backtrace.c: Don't include <bp-checks.h>.
3128         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
3129         (__backtrace): Likewise.
3130         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
3131         <bp-checks.h>.
3132         (__backtrace): Don't use BOUNDED_1.
3133         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
3134         <bp-checks.h>.
3135         (__backtrace): Don't use BOUNDED_1.
3136         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
3137         (__backtrace): Don't use BOUNDED_1.
3138         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
3139         (shmat): Don't use BOUNDED_N.
3141 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
3143         [BZ #13550]
3144         * sysdeps/generic/bp-start.h: Remove file.
3145         * csu/libc-start.c: Don't include <bp-start.h>.
3146         (LIBC_START_MAIN): Set up __environ directly instead of using
3147         INIT_ARGV_and_ENVIRON.
3148         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
3149         <bp-start.h>.
3151         [BZ #13550]
3152         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
3153         definitions.
3154         (CHECK_FCNTL): Likewise.
3155         (CHECK_N_PAGES): Likewise.
3157         [BZ #13550]
3158         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
3159         definitions.
3160         (CHECK_SIGSET_NULL_OK): Likewise.
3161         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
3162         <bp-checks.h>.
3163         (sigpending): Don't use CHECK_SIGSET.
3164         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
3165         <bp-checks.h>.
3166         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
3167         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
3168         <bp-checks.h>.
3169         (do_sigsuspend): Don't use CHECK_SIGSET.
3170         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
3171         use CHECK_SIGSET.
3172         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
3173         (do_sigwait): Don't use CHECK_SIGSET.
3174         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
3175         use CHECK_SIGSET.
3176         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
3177         include <bp-checks.h>.
3178         (sigpending): Don't use CHECK_SIGSET.
3179         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
3180         include <bp-checks.h>.
3181         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
3182         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
3183         <bp-checks.h>.
3184         (sigpending): Don't use CHECK_SIGSET.
3185         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
3186         <bp-checks.h>.
3187         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
3189         [BZ #13550]
3190         * sysdeps/generic/bp-semctl.h: Remove file.
3191         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
3192         <bp-checks.h> and <bp-semctl.h>.
3193         (__old_semctl): Don't use CHECK_SEMCTL.
3194         (__new_semctl): Likewise.
3195         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
3196         and <bp-semctl.h>.
3197         (__old_semctl): Don't use CHECK_SEMCTL.
3198         (__new_semctl): Likewise.
3199         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
3200         <bp-checks.h> and <bp-semctl.h>.
3201         (__old_semctl): Don't use CHECK_SEMCTL.
3202         (__new_semctl): Likewise.
3203         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
3204         <bp-checks.h> and <bp-semctl.h>.
3205         (semctl): Don't use CHECK_SEMCTL.
3207         [BZ #13550]
3208         * Makerules (elide-bp-thunks): Remove variable.
3209         (elide-routines.oS): Don't use $(elide-bp-thunks).
3210         (elide-routines.os): Likewise.
3211         (elide-routines.o): Likewise.
3212         (elide-routines.op): Likewise.
3213         (elide-routines.og): Likewise.
3214         (objects): Don't use $(bp-thunks).
3215         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
3216         include.
3217         (common-generated): Do not add s-proto-bp.d.
3218         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
3219         (int): Likewise.
3220         (typ): Likewise.
3221         Do not generate makefile rules for bounded-pointer thunks.
3222         * sysdeps/generic/bp-thunks.h: Remove file.
3223         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
3224         * sysdeps/unix/s-proto-bp.S: Likewise.
3226         [BZ #15062]
3227         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
3228         parts of result separately when argument is not close to line from
3229         -i to i and one part of argument is small.
3230         * math/k_casinhf.c (__kernel_casinhf): Likewise.
3231         * math/k_casinhl.c (__kernel_casinhl): Likewise.
3232         * math/libm-test.inc (cacos_test): Add more tests.
3233         (casin_test): Likewise.
3234         (casinh_test): Likewise.
3235         * sysdeps/i386/fpu/libm-test-ulps: Update.
3236         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3238 2013-01-31  David S. Miller  <davem@davemloft.net>
3240         * po/de.po: Update from translation team.
3242 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
3244         * time/tzfile.c: Include stdint.h for SIZE_MAX.
3246 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
3248         * configure.in (_AC_PROG_CC_C89): New definition.
3249         * configure: Regenerate.
3251         * configure.in (AC_PROG_CPP): New definition.
3252         * configure: Regenerate.
3254 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
3256         * debug/tst-backtrace.h: New file.
3257         * debug/tst-backtrace2.c: Include tst-backtrace.h.
3258         (ret): Remove variable.
3259         (x): Likewise.
3260         (FAIL): Remove macro.
3261         (NO_INLINE): Likewise.
3262         (fn1): Use match function instead of strstr.
3263         * debug/tst-backtrace3.c: Include tst-backtrace.h.
3264         (ret): Remove variable.
3265         (x): Likewise.
3266         (FAIL): Remove macro.
3267         (NO_INLINE): Likewise.
3268         (fn): Use match function instead of strstr.
3269         * debug/tst-backtrace4.c: Include tst-backtrace.h.
3270         (ret): Remove variable.
3271         (x): Likewise.
3272         (FAIL): Remove macro.
3273         (NO_INLINE): Likewise.
3274         (handle_signal): Use match function instead of strstr.
3275         * debug/tst-backtrace5.c: Include tst-backtrace.h.
3276         (ret): Remove variable.
3277         (x): Likewise.
3278         (FAIL): Remove macro.
3279         (NO_INLINE): Likewise.
3280         (handle_signal): Use match function instead of strstr.
3282 2013-01-23  Roland McGrath  <roland@hack.frob.com>
3284         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
3286 2013-01-23  David S. Miller  <davem@davemloft.net>
3288         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
3289         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
3290         argument of CAS if possible.
3291         * sysdeps/sparc/sparc64/bits/atomic.h
3292         (__arch_compare_and_exchange_val_32_acq): Likewise.
3293         (__arch_compare_and_exchange_val_64_acq): Likewise.
3295 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
3297         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
3298         * sysdeps/posix/ulimit.c: ... this.
3299         Include <limits.h>.
3300         * sysdeps/unix/bsd/ulimit.c: Remove file.
3302 2013-01-23  Adam Conrad  <adconrad@0c3.net>
3304         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
3305         (LDFLAGS-tst-array5): Likewise.
3307 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
3309         [BZ #15036]
3310         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
3311         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
3312         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
3313         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
3315 2013-01-21  David S. Miller  <davem@davemloft.net>
3317         * sysdeps/sparc/backtrace.c: New file.
3318         * sysdeps/sparc/sparc32/backtrace.h: New file.
3319         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
3320         * sysdeps/sparc/sparc64/backtrace.h: New file.
3321         * sysdeps/sparc/sparc64/backtrace.c: Delete.
3322         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
3323         -funwind-tables.
3325 2013-01-21  Andreas Schwab  <schwab@suse.de>
3327         [BZ #15020]
3328         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
3329         closed its stdout.
3331 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
3333         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
3334         "mpa2.h".
3335         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
3337 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
3338             Mark Mitchell  <mark@codesourcery.com>
3339             Tom de Vries  <tom@codesourcery.com>
3340             Paul Pluzhnikov  <ppluzhnikov@google.com>
3342         * debug/tst-backtrace2.c: New file.
3343         * debug/tst-backtrace3.c: Likewise.
3344         * debug/tst-backtrace4.c: Likewise.
3345         * debug/tst-backtrace5.c: Likewise.
3346         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
3347         (CFLAGS-tst-backtrace3.c): Likewise.
3348         (CFLAGS-tst-backtrace4.c): Likewise.
3349         (CFLAGS-tst-backtrace5.c): Likewise.
3350         (LDFLAGS-tst-backtrace2): Likewise.
3351         (LDFLAGS-tst-backtrace3): Likewise.
3352         (LDFLAGS-tst-backtrace4): Likewise.
3353         (LDFLAGS-tst-backtrace5): Likewise.
3354         (tests): Add new tests tst-backtrace2, tst-backtrace3,
3355         tst-backtrace4 and tst-backtrace5.
3357 2013-01-18  Anton Blanchard  <anton@samba.org>
3358             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
3360         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
3361         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
3362         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
3363         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
3364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3365         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
3366         "+r" and remove output regs list as redundant.  Add explicit inline
3367         asm to specify register of return val to work around compiler codegen
3368         bug.  Remove (int) cast on return value.  Add return type parameter to
3369         use in macro so that this macro does not truncate return value for
3370         64-bit values.
3371         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
3372         pass to INTERNAL_VSYSCALL_NCS.
3373         (INLINE_VSYSCALL): Add 'long int' as return type to
3374         INTERNAL_VSYSCALL_NCS macro invocation.
3375         (INTERNAL_VSYSCALL): Add 'long int' as return type to
3376         INTERNAL_VSYSCALL_NCS macro invocation.
3377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3379 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
3381         [BZ #14496]
3382         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
3383         Fix application of SIMD FP exception mask.
3385         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
3386         mp_no from a power of two.
3387         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
3388         __mpexp_twomm1.  Use __pow_mp.
3390         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
3391         multiplication.
3393 2013-01-17  David S. Miller  <davem@davemloft.net>
3395         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3397 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
3399         [BZ #15023]
3400         * include/complex.h: Condition contents on [!_COMPLEX_H].
3401         (__kernel_casinhf): New prototype.
3402         (__kernel_casinh): Likewise.
3403         (__kernel_casinhl): Likewise.
3404         * math/Makefile (libm_calls): Add k_casinh.
3405         * math/k_casinh.c: New file.
3406         * math/k_casinhf.c: Likewise.
3407         * math/k_casinhl.c: Likewise.
3408         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
3409         finite nonzero arguments.
3410         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
3411         finite nonzero arguments.
3412         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
3413         finite nonzero arguments.
3414         * math/s_casinh.c: Do not include <float.h>.
3415         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
3416         * math/s_casinhf.c: Do not include <float.h>.
3417         (__casinhf): Move code for finite nonzero arguments to
3418         k_casinhf.c.
3419         * math/s_casinhl.c: Do not include <float.h>.
3420         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
3421         redefine.
3422         (__casinhl): Move code for finite nonzero arguments to
3423         k_casinhl.c.
3424         * math/libm-test.inc (cacos_test): Add more tests.
3425         * sysdeps/i386/fpu/libm-test-ulps: Update.
3426         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3428 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
3430         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
3431         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
3432         [!HAVE_MREMAP]: Remove [defined linux] case.
3433         * malloc/arena.c: Do not include <malloc-sysdep.h>.
3435 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3437         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
3439 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
3441         * elf/elf.h (R_386_SIZE32): New relocation.
3442         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
3443         R_386_SIZE32.
3444         (elf_machine_rela): Likewise.
3445         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
3446         R_X86_64_SIZE64 and R_X86_64_SIZE32.
3448 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
3450         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
3451         (FP_FAST_FMA): Do not define.
3452         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
3453         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
3454         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
3455         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
3456         !_SOFT_FLOAT]: Likewise.
3457         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
3458         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
3459         value.
3460         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
3461         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
3462         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
3463         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
3464         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
3465         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
3466         file.
3468 2013-01-16  Andreas Schwab  <schwab@suse.de>
3470         [BZ #14327]
3471         * include/stdlib.h (__mktemp): Add declaration.
3472         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
3473         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
3475 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3477         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
3478         definitions.
3479         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
3480         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
3481         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
3482         definitions here.
3483         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
3484         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
3485         definitions.
3486         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
3487         and ONE.
3488         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
3489         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
3490         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
3491         definitions.
3492         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
3493         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
3494         definitions.
3495         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
3497         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
3499 2013-01-15  David S. Miller  <davem@davemloft.net>
3501         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
3502         trunc{,f} to libm-sysdep_routes.
3503         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
3504         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
3505         file.
3506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
3507         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
3508         file.
3509         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
3510         file.
3511         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
3512         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
3513         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
3514         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
3515         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
3516         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
3517         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
3518         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
3520         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
3521         nearbyint{,f} to libm-sysdep_routes.
3522         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
3523         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
3524         New file.
3525         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
3526         file.
3527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
3528         New file.
3529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
3530         file.
3531         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
3532         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
3533         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
3534         file.
3535         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
3536         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
3537         file.
3538         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
3539         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
3540         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
3542         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
3543         libc_feholdexcept and libc_fesetenv.
3545 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
3547         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
3549 2013-01-14  David S. Miller  <davem@davemloft.net>
3551         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
3552         (SPARC_ASM_VIS2_IFUNC): Likewise.
3553         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
3554         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
3555         use of 'siam' instruction.
3556         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
3557         Likewise.
3558         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
3559         Likewise.
3560         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
3561         Likewise.
3562         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
3563         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
3564         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
3565         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
3566         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
3567         file.
3568         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
3569         file.
3570         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
3571         file.
3572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
3573         file.
3574         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
3575         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
3576         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
3577         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
3578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
3579         new VIS2 routines.
3580         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
3581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
3582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
3583         Likewise.
3584         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
3585         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
3586         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
3587         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
3588         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
3589         routines to libm-sysdep_routines.
3590         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
3592         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
3593         fdim/fdimf to libm-sysdep_routines.
3594         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
3595         file.
3596         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
3597         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
3598         file.
3599         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
3600         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
3601         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
3602         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
3603         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
3604         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
3605         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
3607 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
3609         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
3610         to optimize copies.
3612         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
3613         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
3614         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
3616         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
3617         local variable MPTWO.
3618         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
3619         Likewise.
3621 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
3623         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
3624         GLOB_NOESCAPE.
3626 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
3628         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
3630 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
3632         * manual/pattern.texi (glob_t): Document gl_flags.
3633         (glob64_t): Likewise.
3635 2013-01-11  David S. Miller  <davem@davemloft.net>
3637         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
3638         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
3639         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
3640         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
3641         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
3642         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
3643         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
3644         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
3645         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
3646         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
3647         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
3648         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
3649         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
3651         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
3652         sparc V9 rather than using V8 code.
3653         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
3654         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
3656         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
3657         Move to...
3658         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
3659         Here.
3661 2013-01-11  Roland McGrath  <roland@hack.frob.com>
3663         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
3664         not in the main loop.
3665         * configure: Regenerated.
3667 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
3669         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
3670         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
3671         to just #else.
3672         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
3673         [!__GLIBC_HAVE_LONG_LONG] case.
3674         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
3675         condition to just #else.
3676         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
3677         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
3678         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
3679         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
3680         unconditional.
3681         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
3682         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
3683         #elif condition to just #else.
3684         * sysdeps/unix/sysv/linux/sys/sysmacros.h
3685         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
3686         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
3687         #elif condition to just #else.
3689 2013-01-11  Steve Ellcey  <sellcey@mips.com>
3691         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
3692         (EF_MIPS_ARCH_64): Fix value.
3693         (EF_MIPS_ARCH_32R2): New.
3694         (EF_MIPS_ARCH_64R2): New.
3696 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
3698         * Makeconfig (+link-pie-before-libc): New.
3699         (+link-pie-after-libc): Likewise.
3700         (+link-pie-tests): Likewise.
3701         (+link-pie): Rewritten.
3702         (link-before-libc): Remove $(config-LDFLAGS).
3703         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
3704         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
3705         (config-LDFLAGS): Renamed to ...
3706         (rtld-LDFLAGS): This.
3707         (rtld-tests-LDFLAGS): New macro.
3708         (link-libc-rpath-link): Likewise.
3709         (link-libc-tests-rpath-link): Likewise.
3710         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
3711         (link-libc): Prepand $(link-libc-rpath-link).
3712         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
3713         (test-program-prefix): New macro.
3714         (test-via-rtld-prefix): Likewise.
3715         (test-program-cmd): Likewise.
3716         (host-test-program-cmd): Likewise.
3717         * Makefile ($(common-objpfx)testrun.sh): Replace
3718         $(run-program-prefix) with $(test-program-prefix).
3719         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
3720         $(rtld-LDFLAGS).
3721         ($(common-objpfx)shlib.lds): Likewise.
3722         (build-module-helper): Likewise.
3723         ($(common-objpfx)format.lds): Likewise.
3724         * Rules (binaries-pie-tests): New.
3725         (binaries-pie-notests): Likewise.
3726         (binaries-pie): Rewritten.
3727         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
3728         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
3729         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
3730         (make-test-out): Replace $(host-built-program-cmd) with
3731         $(host-test-program-cmd).
3732         * config.make.in (build-hardcoded-path-in-tests): New variable.
3733         * configure.in (--enable-hardcoded-path-in-tests): New configure
3734         option.
3735         (hardcoded_path_in_tests): New AC_SUBST.
3736         * configure: Regenerated.
3737         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
3738         $(built-program-cmd) with $(test-program-cmd).
3739         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
3740         (test_program_cmd): This.
3741         * elf/Makefile ($(objpfx)order.out): Run test with
3742         $(test-program-prefix).
3743         ($(objpfx)order2.out): Likewise.
3744         ($(objpfx)tst-initorder.out): Likewise.
3745         ($(objpfx)tst-initorder2.out): Likewise.
3746         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
3747         $(test-program-cmd).
3748         ($(objpfx)tst-array1-static.out): Likewise.
3749         ($(objpfx)tst-array2.out): Likewise.
3750         ($(objpfx)tst-array3.out): Likewise.
3751         ($(objpfx)tst-array4.out): Likewise.
3752         ($(objpfx)tst-array5.out): Likewise.
3753         ($(objpfx)tst-array5-static.out): Likewise.
3754         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
3755         $(test-program-cmd).
3756         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
3757         $(run-program-prefix) with $(test-program-prefix).
3758         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
3759         (test_program_prefix): This.
3760         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
3761         $(run-program-prefix) with $(test-program-prefix).
3762         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
3763         (test_program_prefix): This.
3764         * iconvdata/tst-tables.sh: Likewise.
3765         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
3766         $(run-program-prefix) with $(test-program-prefix).
3767         ($(objpfx)tst-translit.out): Likewise.
3768         ($(objpfx)tst-gettext2.out): Likewise.
3769         ($(objpfx)tst-gettext4.out): Likewise.
3770         ($(objpfx)tst-gettext6.out): Likewise.
3771         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
3772         (test_program_prefix): This.
3773         * intl/tst-gettext2.sh: Likewise.
3774         * intl/tst-gettext4.sh  Likewise.
3775         * intl/tst-gettext6.sh: Likewise.
3776         * intl/tst-translit.sh: Likewise.
3777         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
3778         with $(test-program-cmd).
3779         * libio/Makefile ($(objpfx)test-freopen.out): Replace
3780         $(run-program-prefix) with $(test-program-prefix).
3781         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
3782         (test_program_prefix): This.
3783         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
3784         $(run-program-prefix) with $(test-program-prefix).
3785         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
3786         (test_program_prefix): This.
3787         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
3788         * posix/Makefile ($(objpfx)globtest.out): Replace
3789         $(run-via-rtld-prefix) and $(test-wrapper) with
3790         $(test-program-prefix) and $(test-via-rtld-prefix).
3791         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
3792         $(test-program-prefix).
3793         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
3794         $(host-test-program-cmd).
3795         (tst-spawn-ARGS): Likewise.
3796         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
3797         $(test-program-prefix).
3798         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
3799         (test_via_rtld_prefix): This.
3800         (test_wrapper): Renamed to ...
3801         (test_program_prefix): This.
3802         (run_program_prefix): Replaced by test_program_prefix.
3803         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
3804         (test_program_prefix): This.
3805         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
3806         with $(host-test-program-cmd).
3807         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
3808         $(run-program-prefix) with $(test-program-prefix).
3809         ($(objpfx)tst-printf.out): Likewise.
3810         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
3811         $(test-program-cmd).
3812         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
3813         (test_program_prefix): This.
3814         * stdio-common/tst-unbputc.sh: Likewise.
3815         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
3816         $(run-program-prefix) with $(test-program-prefix).
3817         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
3818         (test_program_prefix): This.
3819         * string/Makefile ($(objpfx)tst-svc.out):  Replace
3820         $(built-program-cmd) with $(test-program-cmd).
3822 2013-01-11  Andreas Jaeger  <aj@suse.de>
3824         [BZ #15003]
3825         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
3826         value. Sync with Linux 3.7.
3828 2013-01-10  David S. Miller  <davem@davemloft.net>
3830         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
3831         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
3832         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
3834 2013-01-10  Roland McGrath  <roland@hack.frob.com>
3836         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
3837         never set.
3838         * configure: Regenerated.
3840 2013-01-10  David S. Miller  <davem@davemloft.net>
3842         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
3843         sparc V9 rather than using V8 code.
3844         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
3845         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
3847 2013-01-10  Roland McGrath  <roland@hack.frob.com>
3849         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
3850         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
3851         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
3852         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
3853         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
3854         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
3855         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
3856         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
3857         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
3858         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
3859         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
3860         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
3861         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
3862         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
3863         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
3864         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
3865         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
3866         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
3867         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
3868         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
3869         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
3870         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
3871         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
3872         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
3873         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
3874         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
3875         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
3877 2013-01-10  David S. Miller  <davem@davemloft.net>
3879         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3881 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
3883         * posix/Makefile (tests-static): New variable.
3884         (tests): Add $(tests-static).
3885         (tst-exec-static-ARGS): New variable.
3886         (tst-spawn-static-ARGS): Likewise.
3887         * posix/tst-exec-static.c: New file.
3888         * posix/tst-spawn-static.c: Likewise.
3889         * posix/tst-exec.c: Support run directly.
3890         * posix/tst-spawn.c: Likewise.
3892 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
3894         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
3895         long.
3896         * math/bits/mathcalls.h (llrint): Likewise.
3897         (llround): Likewise.
3898         * stdlib/stdlib.h (struct drand48_data): Likewise.
3899         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
3900         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
3901         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
3902         Likewise.
3903         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
3904         Likewise.
3905         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
3906         (elf_greg_t): Likewise.
3907         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
3908         (__jmp_buf): Likewise.
3909         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
3910         definitions.
3911         (llrint): Likewise, for all definitions.
3912         (llrintl): Likewise.
3914         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
3915         Remove [__GNUC__] condition.
3916         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
3917         condition to just [__USE_ISOC99].
3918         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
3920 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
3922         [BZ #14200]
3923         * sysdeps/unix/sysv/linux/x86/bits/environments.h
3924         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
3925         defined.
3926         (_POSIX_V6_ILP32_OFF32): Likewise.
3927         (_XBS5_ILP32_OFF32): Likewise.
3928         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
3929         (__ILP32_OFFBIG_LDFLAGS): Likewise.
3931 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3933         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
3935         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
3936         doubles __mpexp_twomm1.  Adjust usage.
3937         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
3938         Remove.
3940 2013-01-10  Andreas Schwab  <schwab@suse.de>
3942         [BZ #14964]
3943         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
3944         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
3946 2013-01-09  David S. Miller  <davem@davemloft.net>
3948         [BZ #15003]
3949         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS,
3950         TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT,
3951         TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS,
3952         TCP_FASTOPEN): Define.
3953         (tcp_repair_opt): New structure.
3954         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
3955         enum values.
3956         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE,
3957         TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN,
3958         TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
3959         (tcp_cookie_transactions): New structure.
3961 2013-01-09  Anton Blanchard  <anton@samba.org>
3963         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
3964         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
3965         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
3966         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
3968 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
3970         * include/features.h (__USE_ANSI): Remove.
3972 2013-01-09  Roland McGrath  <roland@hack.frob.com>
3974         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
3976         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
3978 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
3980         * sysdeps/s390/fpu/libm-test-ulps: Update.
3982         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3984         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
3985         (__acr): Likewise.
3986         (__cpy): Likewise.
3987         (norm): Likewise.
3988         (denorm): Likewise.
3989         (__mp_dbl): Likewise.
3990         (__dbl_mp): Likewise.
3991         (add_magnitudes): Likewise.
3992         (sub_magnitudes): Likewise.
3993         (__add): Likewise.
3994         (__sub): Likewise.
3995         (__mul): Likewise.
3996         (__inv): Likewise.
3997         (__dvd): Likewise.
3998         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
3999         (__acr): Likewise.
4000         (__cpy): Likewise.
4001         (norm): Likewise.
4002         (denorm): Likewise.
4003         (__mp_dbl): Likewise.
4004         (__dbl_mp): Likewise.
4005         (add_magnitudes): Likewise.
4006         (sub_magnitudes): Likewise.
4007         (__add): Likewise.
4008         (__sub): Likewise.
4009         (__mul): Likewise.
4010         (__inv): Likewise.
4011         (__dvd): Likewise.
4012         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
4013         (__acr): Likewise.
4014         (__cpy): Likewise.
4015         (norm): Likewise.
4016         (denorm): Likewise.
4017         (__mp_dbl): Likewise.
4018         (__dbl_mp): Likewise.
4019         (add_magnitudes): Likewise.
4020         (sub_magnitudes): Likewise.
4021         (__add): Likewise.
4022         (__sub): Likewise.
4023         (__mul): Likewise.
4024         (__inv): Likewise.
4025         (__dvd): Likewise.
4027 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
4029         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
4030         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
4031         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
4032         2 && __USE_EXTERN_INLINES]: Likewise.
4034 2013-01-08  Andreas Jaeger  <aj@suse.de>
4036         [BZ# 14985]
4037         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
4038         Remove.
4039         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
4040         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
4042 2013-01-07  Anton Blanchard  <anton@samba.org>
4044         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
4045         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
4046         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
4047         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
4048         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
4049         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
4050         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
4051         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
4052         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
4053         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
4054         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
4055         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
4056         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
4057         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
4058         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
4059         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
4060         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
4061         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
4062         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
4063         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
4064         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
4065         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
4066         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
4067         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
4068         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
4069         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
4070         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
4071         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
4072         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
4073         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
4074         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
4075         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
4076         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
4077         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
4078         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
4079         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
4080         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
4081         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
4082         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
4083         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
4084         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
4085         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
4086         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
4088 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
4090         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
4091         (__MALLOC_PMT): Likewise.
4092         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
4093         [__GNUC__], only on [_LIBC].
4094         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
4095         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
4096         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
4097         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
4098         forward declaration.
4099         (realloc_hook_ini): Likewise.
4100         (memalign_hook_ini): Likewise.
4101         (__libc_memalign): Do not use __MALLOC_PMT in variable
4102         declaration.
4103         (__libc_valloc): Likewise.
4104         (__libc_pvalloc): Likewise.
4105         (__libc_calloc): Likewise.
4106         (__posix_memalign): Likewise.
4108         [BZ #14996]
4109         * math/s_casinh.c: Include <float.h>.
4110         (__casinh): Do not do computation with squaring and square root
4111         for large arguments.
4112         * math/s_casinhf.c: Include <float.h>.
4113         (__casinhf): Do not do computation with squaring and square root
4114         for large arguments.
4115         * math/s_casinhl.c: Include <float.h>.
4116         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
4117         (__casinhl): Do not do computation with squaring and square root
4118         for large arguments.
4119         * math/libm-test.inc (casin_test): Add more tests.
4120         (casinh_test): Likewise.
4121         * sysdeps/i386/fpu/libm-test-ulps: Update.
4122         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4124 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
4126         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
4127         (__x86_64_raw_data_cache_size): Likewise.
4128         (__x86_64_data_cache_size_half): Likewise.
4129         (__x86_64_raw_data_cache_size_half): Likewise.
4130         (__x86_64_shared_cache_size): Likewise.
4131         (__x86_64_raw_shared_cache_size): Likewise.
4132         (__x86_64_shared_cache_size_half): Likewise.
4133         (__x86_64_raw_shared_cache_size_half): Likewise.
4134         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
4135         to ...
4136         (__x86_data_cache_size): This.
4137         (__x86_64_raw_data_cache_size): Renamed to ...
4138         (__x86_raw_data_cache_size): This.
4139         (__x86_64_data_cache_size_half): Renamed to ...
4140         (__x86_data_cache_size_half): This.
4141         (__x86_64_raw_data_cache_size_half): Renamed to ...
4142         (__x86_raw_data_cache_size_half): This.
4143         (__x86_64_shared_cache_size): Renamed to ...
4144         (__x86_shared_cache_size): This.
4145         (__x86_64_raw_shared_cache_size): Renamed to ...
4146         (__x86_raw_shared_cache_size): This.
4147         (__x86_64_shared_cache_size_half): Renamed to ...
4148         (__x86_shared_cache_size_half): This.
4149         (__x86_64_raw_shared_cache_size_half): Renamed to ...
4150         (__x86_raw_shared_cache_size_half): This.
4151         * sysdeps/x86_64/memcpy.S: Updated.
4152         * sysdeps/x86_64/memset.S: Likewise.
4153         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4154         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4155         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4157 2013-01-04  David S. Miller  <davem@davemloft.net>
4159         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4161 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
4163         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
4164         1 to avoid redefinition warning.
4165         (__USE_GNU): Don't define.
4166         (init_signaling_nan): Protoize.
4168         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4170 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4172         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
4173         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
4174         (__cpymn): Likewise.
4175         (norm): Remove commented code.
4176         (denorm): Likewise.
4177         (__mp_dbl): Likewise.
4178         (__inv): Likewise.
4179         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
4180         (__cpymn): Likewise.
4181         (norm): Remove commented code.
4182         (denorm): Likewise.
4183         (__mp_dbl): Likewise.
4184         (__inv): Likewise.
4186         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
4187         mp_no value for 1.0 and 2.0.
4188         (norm): Use RADIXI instead of radixi.d.
4189         (denorm): Likewise.
4190         (__mul): Use 0.0 instead of zero.d.
4191         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
4192         mp_no value for 1.0 and 2.0.
4193         (norm): Use RADIXI instead of radixi.d.
4194         (denorm): Likewise.
4195         (__mul): Use 0.0 instead of zero.d.
4197 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
4199         [BZ #14994]
4200         * math/s_casinh.c (__casinh): Reduce finite argument to first
4201         quadrant then set signs of results at the end.
4202         * math/s_casinhf.c (__casinhf): Likewise.
4203         * math/s_casinhl.c (__casinhl): Likewise.
4204         * math/libm-test.inc (casin_test): Add more tests.
4205         (casinh_test): Likewise.
4206         * sysdeps/i386/fpu/libm-test-ulps: Update.
4207         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4209 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4211         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
4213         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
4215         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
4216         declarations.
4217         (denorm): Likewise.
4218         (__mp_dbl): Likewise.
4219         (__inv): Likewise.
4221         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
4222         and adjust the header comment.
4224         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
4225         variable name from declaration.
4227 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
4229         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
4230         Initialize COMMON_CPUID_INDEX_7 element.
4231         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
4232         (CPUID_RTM): Likewise.
4233         (HAS_RTM): Likewise.
4234         (COMMON_CPUID_INDEX_7): New enum.
4236 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
4238         [BZ #14981]
4239         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
4240         size is zero, record memory as freed.
4242 2013-01-03  Andreas Jaeger  <aj@suse.de>
4244         * po/ia.po: Add new Interlingua translation.
4246 2012-01-03  Allan McRae  <allan@archlinux.org>
4248         * locale/programs/localedef.c: Fix description of '--posix' flag.
4250 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
4252         * NEWS: Update dates in second copyright notice.
4253         * README: Update copyright dates in example.
4254         * manual/libc.texinfo: Update copyright dates.
4255         * scripts/test-installation.pl: Update copyright date in --version
4256         output.
4258         * hurd/ctty-input.c: Fix copyright notice formatting.
4259         * hurd/ctty-output.c: Likewise.
4260         * hurd/dtable.c: Likewise.
4261         * hurd/hurd-raise.c: Likewise.
4262         * hurd/hurdprio.c: Likewise.
4263         * hurd/msgportdemux.c: Likewise.
4264         * misc/sys/file.h: Likewise.
4265         * misc/sys/ioctl.h: Likewise.
4266         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
4267         * sysdeps/mach/hurd/chdir.c: Likewise.
4268         * sysdeps/mach/hurd/fchdir.c: Likewise.
4269         * sysdeps/mach/hurd/rename.c: Likewise.
4270         * sysdeps/mach/hurd/rmdir.c: Likewise.
4271         * sysdeps/mach/hurd/seekdir.c: Likewise.
4272         * sysdeps/mach/hurd/setsid.c: Likewise.
4273         * sysdeps/posix/wait3.c: Likewise.
4275         * All files with FSF copyright notices: Update copyright dates
4276         using scripts/update-copyrights.
4277         * intl/plural.c: Regenerated.
4278         * locale/programs/charmap-kw.h: Likewise.
4279         * locale/programs/locfile-kw.h: Likewise.
4281 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4283         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
4284         four values.
4286         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
4287         calculation loop and add branch prediction.
4289         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
4290         check access beyond bounds of m1np.
4292         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
4293         MPTWO.
4294         (__inv): Remove local variable MPTWO to use the global
4295         constant.
4296         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
4297         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
4298         variable MPTWO.
4299         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
4300         MP3HALFS static const.
4302 2013-01-01  David S. Miller  <davem@davemloft.net>
4304         * po/ca.po: Update from translation team.
4306 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
4308         * scripts/update-copyrights: New file.
4309         * Makeconfig: Reformat copyright notice.
4310         * ctype/ctype.h: Likewise.
4311         * debug/swprintf_chk.c: Likewise.
4312         * elf/dl-cache.c: Likewise.
4313         * elf/dl-debug.c: Likewise.
4314         * elf/dl-object.c: Likewise.
4315         * grp/initgroups.c: Likewise.
4316         * hurd/Makefile: Likewise.
4317         * hurd/hurd/signal.h: Likewise.
4318         * hurd/hurdfault.c: Likewise.
4319         * hurd/hurdioctl.c: Likewise.
4320         * hurd/hurdlookup.c: Likewise.
4321         * hurd/intr-msg.c: Likewise.
4322         * iconv/gconv_open.c: Likewise.
4323         * libio/swprintf.c: Likewise.
4324         * locale/lc-ctype.c: Likewise.
4325         * locale/nl_langinfo.c: Likewise.
4326         * mach/Machrules: Likewise.
4327         * mach/Makefile: Likewise.
4328         * malloc/obstack.h: Likewise.
4329         * manual/Makefile: Likewise.
4330         * manual/tsort.awk: Likewise.
4331         * misc/bits/stab.def: Likewise.
4332         * nis/nis_print_group_entry.c: Likewise.
4333         * nis/nis_table.c: Likewise.
4334         * nis/nss_compat/compat-pwd.c: Likewise.
4335         * nis/nss_compat/compat-spwd.c: Likewise.
4336         * po/Makefile: Likewise.
4337         * posix/fnmatch.c: Likewise.
4338         * posix/regex.h: Likewise.
4339         * resolv/Makefile: Likewise.
4340         * resolv/nss_dns/dns-network.c: Likewise.
4341         * resolv/res_hconf.c: Likewise.
4342         * scripts/gen-sorted.awk: Likewise.
4343         * soft-fp/soft-fp.h: Likewise.
4344         * stdio-common/printf.h: Likewise.
4345         * stdlib/monetary.h: Likewise.
4346         * stdlib/random.c: Likewise.
4347         * stdlib/random_r.c: Likewise.
4348         * sysdeps/generic/Makefile: Likewise.
4349         * sysdeps/gnu/Makefile: Likewise.
4350         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
4351         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4352         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4353         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4354         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4355         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4356         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4357         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4358         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4359         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4360         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4361         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4362         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4363         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4364         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4365         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4366         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4367         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4368         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4369         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4370         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4371         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4372         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4373         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
4374         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
4375         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
4376         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
4377         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
4378         * sysdeps/mach/hurd/errnos.awk: Likewise.
4379         * sysdeps/mach/hurd/fork.c: Likewise.
4380         * sysdeps/mach/hurd/getcwd.c: Likewise.
4381         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
4382         * sysdeps/mach/hurd/mmap.c: Likewise.
4383         * sysdeps/mach/hurd/utimes.c: Likewise.
4384         * sysdeps/mach/hurd/xmknod.c: Likewise.
4385         * sysdeps/posix/profil.c: Likewise.
4386         * sysdeps/posix/readdir_r.c: Likewise.
4387         * sysdeps/powerpc/bits/mathdef.h: Likewise.
4388         * sysdeps/powerpc/bits/setjmp.h: Likewise.
4389         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
4390         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
4391         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
4392         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
4393         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
4394         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
4395         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
4396         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
4397         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
4398         * sysdeps/pthread/lio_listio.c: Likewise.
4399         * sysdeps/sparc/dl-procinfo.h: Likewise.
4400         * sysdeps/unix/i386/sysdep.S: Likewise.
4401         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
4402         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
4403         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
4404         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4406         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
4407         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
4408         * sysdeps/unix/sysv/linux/speed.c: Likewise.
4409         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
4410         * sysdeps/wordsize-32/divdi3.c: Likewise.
4411         * time/sys/time.h: Likewise.
4412         * wcsmbs/Makefile: Likewise.
4414 2013-01-01  David S. Miller  <davem@davemloft.net>
4416         * po/fr.po: Update from translation team.
4418         * catgets/gencat.c: Update copyright year.
4419         * csu/version.c: Likewise.
4420         * debug/catchsegv.sh: Likewise.
4421         * debug/pcprofiledump.c: Likewise.
4422         * debug/xtrace.sh: Likewise.
4423         * elf/ldconfig.c: Likewise.
4424         * elf/ldd.bash.in: Likewise.
4425         * elf/pldd.c: Likewise.
4426         * elf/sotruss.ksh: Likewise.
4427         * elf/sprof.c: Likewise.
4428         * iconv/iconv_prog.c: Likewise.
4429         * iconv/iconvconfig.c: Likewise.
4430         * locale/programs/locale.c: Likewise.
4431         * locale/programs/localedef.c: Likewise.
4432         * login/programs/pt_chown.c: Likewise.
4433         * malloc/memusage.sh: Likewise.
4434         * malloc/memusagestat.c: Likewise.
4435         * malloc/mtrace.pl: Likewise.
4436         * nscd/nscd.c: Likewise.
4437         * nss/getent.c: Likewise.
4438         * nss/makedb.c: Likewise.
4439         * posix/getconf.c: Likewise.
4441 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
4443         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
4444         numbers.
4446 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
4448         * math/bits/mathcalls.h (modf): Use __nonnull.
4450 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
4452         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
4453         (split): Use macro CN instead of the bare value.
4454         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
4455         could be used.
4456         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
4457         instead of the bare value.
4458         (power1): Likewise.
4460 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
4462         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
4463         __ATAN_TWOM.
4464         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
4466         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
4467         their values.
4468         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
4469         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
4470         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
4471         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
4473 2012-12-28  Andreas Jaeger  <aj@suse.de>
4475         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
4476         values are from Linux 3.7.
4478         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
4479         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
4481 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
4483         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
4484         TRUE case.
4486         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
4487         (norm): Likewise.
4488         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
4489         variables with preprocessor constants.
4490         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
4491         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
4492         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
4494 2012-12-27  Bruno Haible  <bruno@clisp.org>
4496         [BZ #14317]
4497         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
4498         only if needed.
4500 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4502         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
4503         and use variable directly.
4504         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
4506         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
4507         MPONE.
4508         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
4509         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
4510         variable MPONE.
4511         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
4512         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4513         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
4514         include directive.  Remove local variable MPONE.
4515         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
4516         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
4517         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
4519 2012-12-25  David S. Miller  <davem@davemloft.net>
4521         * version.h (RELEASE): Set to "development".
4522         (VERSION): Set to "2.17.90".
4523         * NEWS: Add 2.18 section.
4525 2012-12-21  David S. Miller  <davem@davemloft.net>
4527         * po/hr.po: Update from translation team.
4529 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4531         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
4533 2012-12-19  Steve Ellcey  <sellcey@mips.com>
4535         * NEWS:  Mention new memcpy for MIPS.
4537 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
4539         * manual/contrib.texi (Contributors): Spelling correction.
4541 2012-12-15  David S. Miller  <davem@davemloft.net>
4543         * po/ru.po: Update from translation team.
4545 2012-12-13  David S. Miller  <davem@davemloft.net>
4547         * NEWS: Mention IFUNC testsuite enhancements.
4549         * po/pl.po: Update from translation team.
4550         * po/bg.po: Likewise.
4552         * manual/contrib.texi (Contributors): Update entries for Hongjiu
4553         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
4555 2012-12-11  David S. Miller  <davem@davemloft.net>
4557         * po/sv.po: Update from translation team.
4559         * po/vi.po: Update from translation team.
4561         * po/cs.po: Update from translation team.
4563         * po/de.po: Update from translation team.
4564         * po/eo.po: Likewise.
4565         * po/nl.po: Likewise.
4567 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
4569         [BZ #14246]
4570         * manual/argp.texi (Argp Helper Functions): Move node to follow
4571         Argp Parsing State.
4573         [BZ #14872]
4574         * manual/conf.texi (Limits on File System Capacity): Mention if
4575         terminating null is included in the max size.
4577 2012-12-10  Andreas Jaeger  <aj@suse.de>
4579         * po/cs.po: Update from translation team.
4581 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4583         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
4584         void pointer and cast to uintptr_t.
4585         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
4586         path.
4587         * sysdeps/s390/s390-64/memcpy.S: Likewise.
4588         * sysdeps/s390/s390-64/memset.S: Likewise.
4590 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
4592         [BZ #14833]
4593         * menual/message.texi (Message Translation): Fix typos.
4594         (Helper programs for gettext): Likewise.
4596 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
4598         [BZ #14898]
4599         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
4600         Change to -1.
4602 2012-12-07  David S. Miller  <davem@davemloft.net>
4604         * po/libc.pot: Update.
4606 2012-12-07  Richard Henderson  <rth@redhat.com>
4608         [BZ #10114]
4609         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
4610         normal/normal case to before the switch.
4611         (_FP_DIV): Likewise.
4613 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
4614             Mike Frysinger  <vapier@gentoo.org>
4616         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
4617         check for __NR_fadvise64_64.
4619 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
4621         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
4622         0, not just to plain "0" as a statement.
4623         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
4624         with cw.
4626 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
4628         * NEWS: Use sourceware.org in Bugzilla URL.
4630 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
4633         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
4635         * stdio-common/tst-put-error.c (do_test): Add newline to the
4636         padded test to ensure flush.
4638 2012-12-05  Jeff Law  <law@redhat.com>
4640         * sunrpc/etc.rpc (fedfs_admin): Add entry.
4642 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
4644         * README: Don't refer to ports add-on as distributed separately.
4645         Mention AArch64 in list of systems supported in the ports add-on.
4647         * LICENSES: Add more non-FSF copyright and license notices.
4649         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
4650         ((unused)).
4652         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
4654         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
4655         10000 as width of padded output.
4657 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
4659         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
4661         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
4662         variable LX with __attribute__ ((unused)).
4663         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
4664         Likewise.
4665         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
4666         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
4667         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
4668         with __attribute__ ((unused)).
4670 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
4672         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
4674 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
4676         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
4677         (CFLAGS-nldbl-acos.c): New variable.
4678         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
4679         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
4680         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
4681         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
4682         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
4683         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
4684         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
4685         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
4686         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
4687         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
4688         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
4689         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
4690         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
4691         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
4692         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
4693         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
4694         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
4695         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
4696         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
4697         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
4698         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
4699         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
4700         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
4701         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
4702         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
4703         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
4704         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
4705         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
4706         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
4707         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
4708         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
4709         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
4710         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
4711         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
4712         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
4713         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
4714         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
4715         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
4716         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
4717         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
4718         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
4719         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
4720         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
4721         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
4722         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
4723         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
4724         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
4725         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
4726         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
4727         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
4728         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
4729         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
4730         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
4731         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
4732         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
4733         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
4734         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
4735         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
4736         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
4737         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
4738         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
4739         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
4740         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
4741         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
4742         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
4743         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
4744         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
4745         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
4746         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
4747         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
4748         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
4749         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
4750         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
4751         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
4752         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
4753         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
4754         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
4755         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
4756         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
4757         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
4758         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
4759         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
4760         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
4761         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
4762         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
4763         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
4764         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
4765         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
4766         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
4767         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
4768         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
4769         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
4770         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
4771         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
4772         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
4773         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
4774         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
4776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
4777         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
4779         [BZ #14914]
4780         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
4781         whole low double instead of just low 47 bits when splitting values
4782         into two parts.
4784 2012-12-03  Allan McRae  <allan@archlinux.org>
4786         * manual/stdio.texi (Predefined Printf Handlers): Remove
4787         @hsep and @vsep usage.
4789 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
4791         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
4792         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
4794 2012-12-03  Jeff Law  <law@redhat.com>
4796         * time/sys/time.h (settimeofday): Do not mark TV argument
4797         as __nonnull.
4799 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
4801         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
4802         when currently writing and seek to current position when not.
4803         * libio/Makefile (tests): Remove bug-fclose1.
4804         * libio/bug-fclose1.c: Delete.
4806 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
4808         * manual/arith.texi (feenableexcept): Fix typo.
4809         (fedisableexcept): Likewise.
4811 2012-11-30  Roland McGrath  <roland@hack.frob.com>
4813         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
4814         second, differently-typed declaration, rather than a cast.
4816 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
4818         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
4819         * include/rpc/svc.h: ... here.
4821 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
4823         [BZ #13013]
4824         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
4825         depending n and resplen2 to catch cases where answer
4826         equals answerp2.
4828 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
4830         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
4831         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
4833 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
4835         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
4837 2012-11-29  Roland McGrath  <roland@hack.frob.com>
4839         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
4841 2012-11-28  Jeff Law  <law@redhat.com>
4843         [BZ #13761]
4844         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
4845         dataset_temporary.  Track alloca usage into alloca_used.
4846         If dataset is large allocate and release it via malloc/free.
4848 2012-06-04  Florian Weimer  <fweimer@redhat.com>
4850         [BZ #14197]
4851         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
4853 2012-11-28  David S. Miller  <davem@davemloft.net>
4855         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4857 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
4859         [BZ #14803]
4860         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
4861         of pi/2 rounded to nearest to 64 bits.
4862         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
4863         nearest to 64 bits.
4864         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
4865         bits.
4867 2012-11-28  Jeff Law <law@redhat.com>
4868             Martin Osvald <mosvald@redhat.com>
4870         [BZ #14889]
4871         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
4872         * sunrpc/svc.c: Include time.h.
4873         (__svc_accept_failed): New function.
4874         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
4875         any reason other than EINTR, call __svc_accept_failed.
4876         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
4877         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
4879 2012-11-28  Andreas Schwab  <schwab@suse.de>
4881         * scripts/abilist.awk: Also handle indirect functions in .opd
4882         section.
4884 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
4886         [BZ #13881]
4887         * sysdeps/x86/fpu/powl_helper.c: New file.
4888         * sysdeps/x86/fpu/Makefile: Likewise.
4889         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
4890         (p3): New object.
4891         (__ieee754_powl): Use __powl_helper for finite arguments except
4892         integer exponents below 8.
4893         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
4894         (p3): New object.
4895         (__ieee754_powl): Use __powl_helper for finite arguments except
4896         integer exponents below 8.
4897         * math/libm-test.inc (pow_test): Add more tests and enable some
4898         previously disabled tests.
4899         * sysdeps/i386/fpu/libm-test-ulps: Update.
4900         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4902 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
4903             Carlos O'Donell  <carlos_odonell@mentor.com>
4905         * nss/makedb.c (is_prime): Assert that input is odd and greater
4906         than 4.  Note that fact in a comment too.
4907         (next_prime): Add 4 to input.
4909 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4911         [BZ #11741]
4912         * libio/Makefile (tests): Add test case tst-fwrite-error.
4913         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
4914         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
4915         * libio/tst-fwrite-error.c: New test case.
4917 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
4919         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
4920         before casting to void *.
4921         * include/libc-internal.h (__pointer_type): New macro.
4922         (__integer_if_pointer_type_sub): Likewise.
4923         (__integer_if_pointer_type): Likewise.
4924         (cast_to_integer): Likewise.
4925         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
4926         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
4927         before casting to atomic64_t.
4928         (atomic_exchange_acq): Likewise.
4929         (__arch_exchange_and_add_body): Likewise.
4930         (__arch_add_body): Likewise.
4931         (atomic_add_negative): Likewise.
4932         (atomic_add_zero): Likewise.
4934 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
4936         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
4937         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
4938         (add_fdes): Likewise.
4939         (linear_search_fdes): Likewise.
4940         (binary_search_unencoded_fdes): Likewise.
4942 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
4944         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
4946 2012-11-24  Adam Conrad  <adconrad@0c3.net>
4948         * configure.in: Autodetect C++ header directories.
4949         * configure: Regenerated.
4951 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
4953         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
4955 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
4957         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4959 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
4961         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
4962         LDBL_MANT_DIG == 106]: Disable some tests.
4963         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
4964         Likewise.
4965         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
4966         Likewise.
4968         [BZ #14871]
4969         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
4970         input for small inputs.  Return +/- pi/2 for large inputs.
4971         * math/libm-test.inc (atan_test): Add more tests.
4973         * sysdeps/generic/unwind-dw2-fde-glibc.c
4974         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
4975         __attribute__ ((unused)).
4977         [BZ #14645]
4978         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
4979         x * y if x and y are nonzero and z is zero.
4981         [BZ #14811]
4982         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
4983         nonzero exponents with absolute value below 0x1p-117 to +/-
4984         0x1p-117.
4986         [BZ #14869]
4987         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
4988         up arguments below 2**-450, not just those below 2**-500.
4989         * math/libm-test.inc (hypot_test): Add another test.
4991         [BZ #14868]
4992         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
4993         Return a+b for ratio over 2**120, not 2**60.
4994         * math/libm-test.inc (hypot_test): Add another test.
4996         * math/libm-test.inc (clog_test): Use
4997         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
4998         (clog10_test): Likewise.
5000         [BZ #6778]
5001         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
5003 2012-11-22  Andreas Schwab  <schwab@suse.de>
5005         * sysdeps/i386/fpu/libm-test-ulps: Update.
5007 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
5009         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
5010         printf output with newline.
5012 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
5014         [BZ #14865]
5015         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
5016         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
5017         -z nodlopen, -z initfirst and -z execstack support.
5018         * configure: Regenerated.
5020         * elf/elf.h (DF_1_NODIRECT): New macro.
5021         (DF_1_IGNMULDEF): Likewise.
5022         (DF_1_NOKSYMS): Likewise.
5023         (DF_1_NOHDR): Likewise.
5024         (DF_1_EDITED): Likewise.
5025         (DF_1_NORELOC): Likewise.
5026         (DF_1_SYMINTPOSE): Likewise.
5027         (DF_1_GLOBAUDIT): Likewise.
5028         (DF_1_SINGLETON): Likewise.
5029         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
5030         DT_1_SUPPORTED_MASK bits.
5031         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
5033 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
5035         * sysdeps/unix/make-syscalls.sh: Document prefixes.
5037 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
5039         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
5040         macro.
5042         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
5043         (sendmmsg): Move declarations...
5044         * socket/sys/socket.h: ... here.
5045         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
5046         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
5047         include it from...
5048         * socket/recvmmsg.c: ... this new file.
5049         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
5050         (sendmmsg): Rename to __sendmmsg, create weak alias and make
5051         definition of __sendmmsg hidden.
5052         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
5053         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
5054         Move ENOSYS stub into and include it from...
5055         * socket/sendmmsg.c: ... this new file.
5056         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
5057         (sysdep_routines): Move recvmmsg and sendmmsg...
5058         * socket/Makefile (routines): ... here.
5059         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
5060         (GLIBC_PRIVATE): Add __sendmmsg.
5061         * include/sys/socket.h (__sendmmsg): Add declarations.
5062         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
5063         sendmmsg.
5065 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
5067         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
5068         variable I1 with __attribute__ ((unused)).
5069         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
5071 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
5073         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
5074         DUMMY variables with __attribute__ ((unused)).
5076         * bits/byteswap.h: Include <bits/types.h>.
5077         (__bswap_64): Use __uint64_t instead of unsigned long long int.
5079 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
5081         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
5082         string_t.  Do not manually set errno.
5083         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
5084         length with __strnlen.  Make sure to both set errno and return it on
5085         failure.
5087 2012-11-19  David S. Miller  <davem@davemloft.net>
5089         With help from Joseph Myers.
5090         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
5091         very large arguments properly.
5092         * math/libm-test.inc (atan_test): New tests.
5093         (atan2_test): New tests.
5094         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5095         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5097 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
5099         [BZ #14856]
5100         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
5101         Define to 3.
5103         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
5104         [POSIX] (EADDRNOTAVAIL): Likewise.
5105         [POSIX] (EAFNOSUPPORT): Likewise.
5106         [POSIX] (EALREADY): Likewise.
5107         [POSIX] (ECONNABORTED): Likewise.
5108         [POSIX] (ECONNREFUSED): Likewise.
5109         [POSIX] (ECONNRESET): Likewise.
5110         [POSIX] (EDESTADDRREQ): Likewise.
5111         [POSIX] (EDQUOT): Likewise.
5112         [POSIX] (EHOSTUNREACH): Likewise.
5113         [POSIX] (EIDRM): Likewise.
5114         [POSIX] (EISCONN): Likewise.
5115         [POSIX] (ELOOP): Likewise.
5116         [POSIX] (EMULTIHOP): Likewise.
5117         [POSIX] (ENETDOWN): Likewise.
5118         [POSIX] (ENETUNREACH): Likewise.
5119         [POSIX] (ENOBUFS): Likewise.
5120         [POSIX] (ENODATA): Likewise.
5121         [POSIX] (ENOLINK): Likewise.
5122         [POSIX] (ENOMSG): Likewise.
5123         [POSIX] (ENOPROTOOPT): Likewise.
5124         [POSIX] (ENOSR): Likewise.
5125         [POSIX] (ENOSTR): Likewise.
5126         [POSIX] (ENOTCONN): Likewise.
5127         [POSIX] (ENOTSOCK): Likewise.
5128         [POSIX] (EOPNOTSUPP): Likewise.
5129         [POSIX] (EOVERFLOW): Likewise.
5130         [POSIX] (EPROTO): Likewise.
5131         [POSIX] (EPROTONOSUPPORT): Likewise.
5132         [POSIX] (EPROTOTYPE): Likewise.
5133         [POSIX] (ESTALE): Likewise.
5134         [POSIX] (ETIME): Likewise.
5135         [POSIX] (ETXTBSY): Likewise.
5136         [POSIX] (EWOULDBLOCK): Likewise.
5137         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
5138         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
5139         [POSIX] (SEEK_CUR): Likewise.
5140         [POSIX] (SEEK_END): Likewise.
5141         [POSIX || UNIX98] (mode_t): Do not require.
5142         [POSIX] (off_t): Likewise.
5143         [POSIX] (pid_t): Likewise.
5144         [POSIX] (sys/stat.h): Do not allow header.
5145         [POSIX] (unistd.h): Likewise.
5146         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
5147         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
5148         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
5149         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
5150         require.
5151         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
5152         sigevent): Specify elements.
5153         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
5154         entry.
5155         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
5156         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
5158         * conform/data/cpio.h-data [POSIX]: Disable whole file.
5159         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
5160         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
5161         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
5162         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
5163         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
5164         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
5165         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
5166         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
5167         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
5168         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
5169         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
5170         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
5171         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
5172         Likewise.
5173         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
5174         Likewise.
5175         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
5176         Likewise.
5177         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
5178         Likewise.
5179         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
5180         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
5181         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
5182         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
5183         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
5184         Specify lower bound on value.
5185         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
5186         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
5187         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
5188         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
5189         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
5190         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
5191         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
5192         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
5193         value.
5194         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
5195         as optional.
5196         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
5197         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
5198         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
5199         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
5200         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
5201         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
5202         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
5203         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
5204         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
5205         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
5206         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
5207         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
5208         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
5209         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
5210         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
5211         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
5212         entry.
5213         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
5214         optional.
5215         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
5216         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
5217         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
5218         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
5219         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
5220         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
5221         Likewise.
5222         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
5223         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
5224         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
5225         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
5226         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
5227         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
5228         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
5229         as optional.
5230         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
5231         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
5232         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
5233         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
5234         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
5235         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
5236         specify as optional.
5237         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
5238         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
5239         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
5240         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
5241         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
5242         [XPG3] (NL_LANGMAX): Likewise.
5243         [POSIX || XPG3] (NL_MSGMAX): Likewise.
5244         [POSIX || XPG3] (NL_NMAX): Likewise.
5245         [POSIX || XPG3] (NL_SETMAX): Likewise.
5246         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
5247         [XPG3] (NZERO): Likewise.
5248         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
5249         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
5250         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
5251         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
5252         (REG_ERANGE): Expect.
5253         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
5254         optional-constant.
5255         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
5256         Use (void) in prototype.
5257         [POSIX] (*_t): Allow.
5258         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
5259         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
5260         (WRDE_BADVAL): Expect.
5262         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
5263         expect.
5264         [XPG3 || XPG4] (O_RSYNC): Likewise.
5265         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
5266         Likewise.
5267         [XPG3 || XPG4] (pthread_sigmask): Likewise.
5268         [XPG3 || XPG4] (sigqueue): Likewise.
5269         [XPG3 || XPG4] (sigtimedwait): Likewise.
5270         [XPG3 || XPG4] (sigwaitinfo): Likewise.
5271         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
5272         [XPG3 || XPG4] (vsnprintf): Likewise.
5273         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
5274         Likewise.
5275         [XPG3 || XPG4] (blksize_t): Likewise.
5276         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
5277         Likewise.
5278         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
5279         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
5280         [XPG3 || XPG4] (struct itimerspec): Likewise.
5281         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
5282         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
5283         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
5284         [XPG3 || XPG4] (clockid_t): Likewise.
5285         [XPG3 || XPG4] (timer_t): Likewise.
5286         [XPG3 || XPG4] (clock_getres): Likewise.
5287         [XPG3 || XPG4] (clock_gettime): Likewise.
5288         [XPG3 || XPG4] (clock_settime): Likewise.
5289         [XPG3 || XPG4] (nanosleep): Likewise.
5290         [XPG3 || XPG4] (timer_create): Likewise.
5291         [XPG3 || XPG4] (timer_delete): Likewise.
5292         [XPG3 || XPG4] (timer_gettime): Likewise.
5293         [XPG3 || XPG4] (timer_getoverrun): Likewise.
5294         [XPG3 || XPG4] (timer_settime): Likewise.
5295         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
5296         [XPG3 || XPG4] (getlogin_r): Likewise.
5297         [XPG3 || XPG4] (pread): Likewise.
5298         [XPG3 || XPG4] (pthread_atfork): Likewise.
5299         [XPG3 || XPG4] (pwrite): Likewise.
5301         [BZ #14835]
5302         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
5303         <bits/siginfo.h>.
5305 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
5307         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
5308         finalizing MALLSTREAM.
5310         * sysdeps/mach/hurd/syncfs.c: New file.
5312 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5314         [BZ #14719]
5315         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
5316         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
5317         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
5318         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
5319         (_nss_dns_gethostbyname4_r): Likewise.
5320         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
5321         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
5323 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
5325         [BZ #13763]
5326         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
5328 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
5330         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
5331         * elf/cache.c (print_entry): Print ",AArch64" for
5332         FLAG_AARCH64_LIB64
5334         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
5335         * elf/cache.c (print_entry): Print ",hard-float" for
5336         FLAG_ARM_LIBHF.
5338 2012-11-18  David S. Miller  <davem@davemloft.net>
5340         With help from Joseph Myers.
5341         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
5342         cutoff to 2**-13.
5343         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
5344         cutoff to 2**-25.
5345         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
5346         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
5347         small.
5348         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
5349         * math/libm-test.inc (y0_test): New tests.
5350         (y1_test): New tests.
5351         * sysdeps/i386/fpu/libm-test-ulps: Update.
5352         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5353         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5355 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
5357         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
5358         64-bit targets.
5359         * configure: Regenerated.
5361 2012-11-17  David S. Miller  <davem@davemloft.net>
5363         [BZ #14811]
5364         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
5365         nonzero exponents with absolute value below 0x1p-128 to +/-
5366         0x1p-128.
5368 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
5370         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
5372         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
5374         * posix/getconf-speclist.c: New file.
5375         * posix/posix-envs.def: Likewise.
5376         * posix/confstr.c (START_ENV_GROUP): New macro.
5377         (END_ENV_GROUP): Likewise.
5378         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
5379         (KNOWN_PRESENT_ENV_STRING): Likewise.
5380         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
5381         (UNKNOWN_ENVIRONMENT): Likewise.
5382         (confstr): Include posix-envs.def instead of handling
5383         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
5384         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
5385         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
5386         (END_ENV_GROUP): Likewise.
5387         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
5388         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
5389         (UNKNOWN_ENVIRONMENT): Likewise.
5390         (__sysconf): Include posix-envs.def instead of handling associated
5391         cases directly here.
5392         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
5393         preprocessing getconf-speclist.c rather than running getconf or
5394         generating empty file.
5396 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
5398         * scripts/check-local-headers.sh: Ignore 'mach' headers.
5400 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
5402         [BZ #14672]
5403         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
5405 2012-11-16  David S. Miller  <davem@davemloft.net>
5407         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
5408         smaller than LDBL_EPSILON/2.0L, just return xm1.
5410 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
5412         * elf/tst-array1.c (init): Set constructor priority to 1000.
5413         (fini): Set destructor priority to 1000.
5414         * elf/tst-array2dep.c: Likewise.
5416 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5418         [BZ #11741]
5419         * libio/fileops.c (_IO_new_file_write): Correctly return error.
5420         (_IO_new_file_xsputn): Also return EOF if none of the input
5421         data was written when overflow failed.
5422         * libio/iopadn.c (_IO_padn): Likewise.
5423         * libio/iowpadn.c (_IO_wpadn): Likewise.
5424         * stdio-common/tst-put-error.c: Add copyright notice.
5425         (do_test): Add case for printing padded string.
5426         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
5427         _IO_padn returned error.
5428         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
5429         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
5430         return EOF.
5432 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5434         * libio/libioP.h: Add comment note that the references to C++
5435         bits are now obsolete.
5437 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
5439         * math/libm-test.inc (check_complex): Use asprintf.
5441 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
5443         * debug/pcprofiledump.c (print_version): Update copyright year.
5444         * malloc/memusagestat.c (print_version): Likewise.
5446 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
5448         [BZ #14831]
5449         * elf/Makefile (tests): Add tst-audit8.
5450         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
5451         ($(objpfx)tst-audit8.out): New target.
5452         (tst-audit8-ENV): New variable.
5453         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
5454         audit if l_reloc_result is NULL.
5455         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
5456         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
5457         * elf/tst-audit8.c: New file.
5459 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
5461         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
5462         * misc/Makefile (CFLAGS-select.c): Define.
5463         * posix/Makefile (CFLAGS-pause.c): Define.
5465 2012-11-13  David S. Miller  <davem@davemloft.net>
5467         * crypt/Makefile: Move test targets after toplevel Rules
5468         inclusion.  Grab any necessary sysdep routines when linking.
5469         * crypt/md5.c (md5_process_block): Remove define, we will always
5470         name it __md5_process_block.
5471         (md5_finish_ctx): Update md5_process_block call.
5472         (md5_stream): Likewise.
5473         (md5_process_bytes): Likewise.
5474         (md5_process_block): Rename to __md5_process_block and move to ...
5475         * crypt/md5-block.c: ... here.
5476         * crypt/sha256.c (sha256_process_block): Move to ...
5477         * crypt/sha256-block.c: ... here.
5478         * crypt/sha512.c (sha512_process_block): Move to ...
5479         * crypt/sha512-block.c: ... here.
5480         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
5481         path.
5482         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
5483         * sysdeps/sparc/sparc64/multiarch/Makefile
5484         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
5485         crypt subdir.
5486         (localedef-aux): Add md5 crypto assembler when in locale subdir.
5487         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
5488         multiarch changes.
5489         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
5490         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
5491         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
5492         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
5493         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
5494         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
5495         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
5496         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
5497         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
5498         file.
5499         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
5500         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
5501         file.
5502         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
5504 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
5506         * timezone/tzselect.ksh: Update from tzcode git revision
5507         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
5508         * timezone/zdump.c: Likewise.
5509         * timezone/zic.c: Likewise.
5510         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
5511         in TZVERSION setting, not $(PKGVERSION).
5512         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
5513         REPORT_BUGS_TO settings.
5515         [BZ #14838]
5516         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
5517         macro.
5519 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
5521         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
5522         detection to immediately after _FP_ROUND().
5523         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
5524         bits are 0.
5526 2012-11-11  David S. Miller  <davem@davemloft.net>
5528         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
5529         inttypes.h
5530         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
5531         __close rather than their public counterparts.
5533 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
5535         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
5536         file.
5537         [UNIX98] (sem_timedwait): Do not expect.
5538         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
5539         [XPG4 || UNIX98] (sockatmark): Do not expect.
5540         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
5541         (clock_getcpuclockid): Do not expect.
5542         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
5543         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
5544         Do not expect.
5545         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
5546         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
5547         [UNIX98] (vwscanf): Likewise.
5548         [UNIX98] (vswscanf): Likewise.
5550 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
5552         * timezone/version.h: Remove file.
5553         * timezone/README: Do not refer to version.h.
5554         * timezone/Makefile ($(objpfx)zic.o): New dependency on
5555         $(objpfx)version.h.
5556         ($(objpfx)zdump.o): Likewise.
5557         ($(objpfx)version.h): New target.
5559         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
5560         2012i.
5561         * timezone/README: Don't mention modification to tzselect.ksh.
5562         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
5563         work on unmodified tzselect.ksh.  Substitute version numbers in
5564         tzselect.ksh.
5566         * Makefile (format-me): Remove.
5567         (INSTALL): Adjust indentation.  Use commands directly instead of
5568         using $(format-me).
5570         * aclocal.m4 (ACX_PKGVERSION): New macro.
5571         (ACX_BUGURL): Likewise.
5572         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
5573         (PKGVERSION): New AC_DEFINE_UNQUOTED.
5574         (REPORT_BUGS_TO): Likewise.
5575         * configure: Regenerated.
5576         * config.h.in (PKGVERSION): New macro.
5577         (REPORT_BUGS_TO): Likewise.
5578         * config.make.in (PKGVERSION): New variable.
5579         (PKGVERSION_TEXI): Likewise.
5580         (REPORT_BUGS_TO): Likewise.
5581         (REPORT_BUGS_TEXI): Likewise.
5582         * Makefile (format-me): Use -I$(common-objpfx)manual.
5583         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
5584         ($(common-objpfx)manual/%): New target.
5585         (manual/%): Remove target.
5586         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
5587         (print_version): Use PKGVERSION.
5588         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
5589         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
5590         and REPORT_BUGS_TO.
5591         ($(objpfx)xtrace): Likewise.
5592         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
5593         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
5594         (print_version): Use PKGVERSION.
5595         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
5596         (do_version): Use PKGVERSION.
5597         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
5598         REPORT_BUGS_TO.
5599         (common-ldd-rewrite): Likewise.
5600         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
5601         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
5602         (print_version): Use PKGVERSION.
5603         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
5604         * elf/pldd.c (argp_program_bug_address): Remove variable.
5605         (more_help): New function.
5606         (argp): Use more_help.
5607         (print_version): Use PKGVERSION.
5608         * elf/sln.c (main): Use PKGVERSION.
5609         (usage): Use REPORT_BUGS_TO.
5610         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
5611         (top level): Use PKGVERSION.
5612         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
5613         (print_version): Use PKGVERSION.
5614         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
5615         (print_version): Use PKGVERSION.
5616         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
5617         (print_version): Use PKGVERSION.
5618         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
5619         (print_version): Use PKGVERSION.
5620         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
5621         (print_version): Use PKGVERSION.
5622         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
5623         (print_version): Use PKGVERSION.
5624         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
5625         and BUGURL.
5626         ($(objpfx)memusage): Likewise.
5627         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
5628         (do_version): Use PKGVERSION.
5629         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
5630         (print_version): Use PKGVERSION.
5631         * malloc/mtrace.pl ($PACKAGE): Remove variable.
5632         ($PKGVERSION): New variable.
5633         ($REPORT_BUGS_TO): Likewise.
5634         (usage): Use $REPORT_BUGS_TO.
5635         (top level): Use $PKGVERSION.
5636         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
5637         ($(objpfx)pkgvers.texi): New rule.
5638         ($(objpfx)stamp-pkgvers): Likewise.
5639         * manual/install.texi: Include pkgvers.texi.
5640         (--with-pkgversion): Document new configure option.
5641         (--with-bugurl): Likewise.
5642         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
5643         than necessarily for this particular distribution.  Use
5644         REPORT_BUGS_TO for where to report bugs.
5645         * INSTALL: Regenerated.
5646         * manual/libc.texinfo: Include pkgvers.texi.
5647         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
5648         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
5649         (print_version): Use PKGVERSION.
5650         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
5651         (print_version): Use PKGVERSION.
5652         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
5653         (print_version): Use PKGVERSION.
5654         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
5655         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
5656         macro.
5657         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
5658         (print_version): Use PKGVERSION.
5659         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
5660         (print_version): Use PKGVERSION.
5661         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
5662         and PKGVERSION.
5664         * timezone/checktab.awk: Update from tzcode 2012i.
5665         * timezone/ialloc.c: Likewise.
5666         * timezone/private.h: Likewise.
5667         * timezone/scheck.c: Likewise.
5668         * timezone/tzfile.h: Likewise.
5669         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
5670         (TZVERSION): Hardcode tzcode version number.
5671         * timezone/zdump.c: Update from tzcode 2012i.
5672         * timezone/zic.c: Likewise.
5673         * timezone/version.h: New file.
5674         * timezone/README: Describe version.h.  Update upstream location.
5676         [BZ #14824]
5677         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
5678         (mktemp): Enable declaration.
5679         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
5680         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
5681         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
5682         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
5683         Likewise.
5684         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
5685         Likewise.
5686         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
5687         Likewise.
5688         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
5689         Likewise.
5690         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
5691         Likewise.
5692         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
5693         Likewise.
5695         [BZ #14821]
5696         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
5697         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
5698         for copies of such integer values.
5699         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
5700         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
5702 2012-11-09  Andreas Jaeger  <aj@suse.de>
5704         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
5705         definitions and declarations that are provided by
5706         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
5708 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5710         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
5711         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
5712         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
5713         definition.
5715 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
5717         * elf/elf.h: Update comment before AArch64 relocations.
5719 2012-11-07  David S. Miller  <davem@davemloft.net>
5721         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
5722         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
5723         (__start_context): Declare.
5724         (__makecontext_ret): Delete.
5725         (__makecontext): Hook up __start_context instead of
5726         __makecontext_ret.
5727         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
5728         (sysdep_routines): Add __start_context when in stdlib.
5730 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
5732         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
5733         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
5734         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
5735         hardcoded "nm".
5736         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
5737         (READELF): New variable.  Use it instead of hardcoded "readelf".
5739 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
5741         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
5742         * sysdeps/x86/Makefile: Here.
5743         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
5744         * sysdeps/x86/tst-xmmymm.sh: This.
5746 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
5748         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
5749         expectations.
5750         [UNIX98] (pthread_barrier_t): Do not expect.
5751         [UNIX98] (pthread_barrierattr_t): Likewise.
5752         [UNIX98] (pthread_spinlock_t): Likewise.
5753         [UNIX98] (pthread_barrier_destroy): Likewise.
5754         [UNIX98] (pthread_barrier_init): Likewise.
5755         [UNIX98] (pthread_barrier_wait): Likewise.
5756         [UNIX98] (pthread_barrierattr_destroy): Likewise.
5757         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
5758         [UNIX98] (pthread_barrierattr_init): Likewise.
5759         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
5760         [UNIX98] (pthread_getcpuclockid): Likewise.
5761         [UNIX98] (pthread_mutex_timedlock): Likewise.
5762         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
5763         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
5764         [UNIX98] (pthread_sigmask): Likewise.
5765         [UNIX98] (pthread_spin_destroy): Likewise.
5766         [UNIX98] (pthread_spin_init): Likewise.
5767         [UNIX98] (pthread_spin_lock): Likewise.
5768         [UNIX98] (pthread_spin_trylock): Likewise.
5769         [UNIX98] (pthread_spin_unlock): Likewise.
5770         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
5771         Do not expect.
5772         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
5773         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
5774         [XPG3 || XPG4] (pthread_cond_t): Likewise.
5775         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
5776         [XPG3 || XPG4] (pthread_key_t): Likewise.
5777         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
5778         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
5779         [XPG3 || XPG4] (pthread_once_t): Likewise.
5780         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
5781         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
5782         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
5783         [XPG3 || XPG4] (pthread_t): Likewise.
5785         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
5786         not expect.
5787         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
5789         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
5790         Change function return type to int.
5792         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
5793         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
5794         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
5795         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
5796         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
5797         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
5798         [!POSIX] (posix_madvise): Likewise.
5799         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
5800         && !UNIX98].
5801         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
5802         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
5803         (mode_t): Likewise.
5804         (posix_mem_offset): Likewise.
5805         (posix_typed_mem_get_info): Likewise.
5806         (posix_typed_mem_open): Likewise.
5808         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
5809         Change condition to [XOPEN2K8].
5811         * conform/conformtest.pl: Preprocess allow-header data with -x c
5812         instead of from stdin.
5813         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
5814         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
5815         [C99-based standards] (cerfc): Likewise.
5816         [C99-based standards] (cexp2): Likewise.
5817         [C99-based standards] (cexpm1): Likewise.
5818         [C99-based standards] (clog10): Likewise.
5819         [C99-based standards] (clog1p): Likewise.
5820         [C99-based standards] (clog2): Likewise.
5821         [C99-based standards] (clgamma): Likewise.
5822         [C99-based standards] (ctgamma): Likewise.
5823         [C99-based standards] (cerff): Likewise.
5824         [C99-based standards] (cerfcf): Likewise.
5825         [C99-based standards] (cexp2f): Likewise.
5826         [C99-based standards] (cexpm1f): Likewise.
5827         [C99-based standards] (clog10f): Likewise.
5828         [C99-based standards] (clog1pf): Likewise.
5829         [C99-based standards] (clog2f): Likewise.
5830         [C99-based standards] (clgammaf): Likewise.
5831         [C99-based standards] (ctgammaf): Likewise.
5832         [C99-based standards] (cerfl): Likewise.
5833         [C99-based standards] (cerfcl): Likewise.
5834         [C99-based standards] (cexp2l): Likewise.
5835         [C99-based standards] (cexpm1l): Likewise.
5836         [C99-based standards] (clog10l): Likewise.
5837         [C99-based standards] (clog1pl): Likewise.
5838         [C99-based standards] (clog2l): Likewise.
5839         [C99-based standards] (clgammal): Likewise.
5840         [C99-based standards] (ctgammal): Likewise.
5841         * conform/data/inttypes.h-data [C99-based standards]: Include
5842         stdint.h-data.  Remove all expectations for stdint.h contents.
5843         [C99-based standards] (PRI*): Do not allow.
5844         [C99-based standards] (SCN*): Likewise.
5845         [C99-based standards] (*_t): Likewise.
5846         [C99-based-standards] (PRId8): Expect macro.
5847         [C99-based-standards] (PRIi8): Likewise.
5848         [C99-based-standards] (PRIo8): Likewise.
5849         [C99-based-standards] (PRIu8): Likewise.
5850         [C99-based-standards] (PRIx8): Likewise.
5851         [C99-based-standards] (PRIX8): Likewise.
5852         [C99-based-standards] (SCNd8): Likewise.
5853         [C99-based-standards] (SCNi8): Likewise.
5854         [C99-based-standards] (SCNo8): Likewise.
5855         [C99-based-standards] (SCNu8): Likewise.
5856         [C99-based-standards] (SCNx8): Likewise.
5857         [C99-based-standards] (PRIdLEAST8): Likewise.
5858         [C99-based-standards] (PRIiLEAST8): Likewise.
5859         [C99-based-standards] (PRIoLEAST8): Likewise.
5860         [C99-based-standards] (PRIuLEAST8): Likewise.
5861         [C99-based-standards] (PRIxLEAST8): Likewise.
5862         [C99-based-standards] (PRIXLEAST8): Likewise.
5863         [C99-based-standards] (SCNdLEAST8): Likewise.
5864         [C99-based-standards] (SCNiLEAST8): Likewise.
5865         [C99-based-standards] (SCNoLEAST8): Likewise.
5866         [C99-based-standards] (SCNuLEAST8): Likewise.
5867         [C99-based-standards] (SCNxLEAST8): Likewise.
5868         [C99-based-standards] (PRIdFAST8): Likewise.
5869         [C99-based-standards] (PRIiFAST8): Likewise.
5870         [C99-based-standards] (PRIoFAST8): Likewise.
5871         [C99-based-standards] (PRIuFAST8): Likewise.
5872         [C99-based-standards] (PRIxFAST8): Likewise.
5873         [C99-based-standards] (PRIXFAST8): Likewise.
5874         [C99-based-standards] (SCNdFAST8): Likewise.
5875         [C99-based-standards] (SCNiFAST8): Likewise.
5876         [C99-based-standards] (SCNoFAST8): Likewise.
5877         [C99-based-standards] (SCNuFAST8): Likewise.
5878         [C99-based-standards] (SCNxFAST8): Likewise.
5879         [C99-based-standards] (PRId16): Likewise.
5880         [C99-based-standards] (PRIi16): Likewise.
5881         [C99-based-standards] (PRIo16): Likewise.
5882         [C99-based-standards] (PRIu16): Likewise.
5883         [C99-based-standards] (PRIx16): Likewise.
5884         [C99-based-standards] (PRIX16): Likewise.
5885         [C99-based-standards] (SCNd16): Likewise.
5886         [C99-based-standards] (SCNi16): Likewise.
5887         [C99-based-standards] (SCNo16): Likewise.
5888         [C99-based-standards] (SCNu16): Likewise.
5889         [C99-based-standards] (SCNx16): Likewise.
5890         [C99-based-standards] (PRIdLEAST16): Likewise.
5891         [C99-based-standards] (PRIiLEAST16): Likewise.
5892         [C99-based-standards] (PRIoLEAST16): Likewise.
5893         [C99-based-standards] (PRIuLEAST16): Likewise.
5894         [C99-based-standards] (PRIxLEAST16): Likewise.
5895         [C99-based-standards] (PRIXLEAST16): Likewise.
5896         [C99-based-standards] (SCNdLEAST16): Likewise.
5897         [C99-based-standards] (SCNiLEAST16): Likewise.
5898         [C99-based-standards] (SCNoLEAST16): Likewise.
5899         [C99-based-standards] (SCNuLEAST16): Likewise.
5900         [C99-based-standards] (SCNxLEAST16): Likewise.
5901         [C99-based-standards] (PRIdFAST16): Likewise.
5902         [C99-based-standards] (PRIiFAST16): Likewise.
5903         [C99-based-standards] (PRIoFAST16): Likewise.
5904         [C99-based-standards] (PRIuFAST16): Likewise.
5905         [C99-based-standards] (PRIxFAST16): Likewise.
5906         [C99-based-standards] (PRIXFAST16): Likewise.
5907         [C99-based-standards] (SCNdFAST16): Likewise.
5908         [C99-based-standards] (SCNiFAST16): Likewise.
5909         [C99-based-standards] (SCNoFAST16): Likewise.
5910         [C99-based-standards] (SCNuFAST16): Likewise.
5911         [C99-based-standards] (SCNxFAST16): Likewise.
5912         [C99-based-standards] (PRId32): Likewise.
5913         [C99-based-standards] (PRIi32): Likewise.
5914         [C99-based-standards] (PRIo32): Likewise.
5915         [C99-based-standards] (PRIu32): Likewise.
5916         [C99-based-standards] (PRIx32): Likewise.
5917         [C99-based-standards] (PRIX32): Likewise.
5918         [C99-based-standards] (SCNd32): Likewise.
5919         [C99-based-standards] (SCNi32): Likewise.
5920         [C99-based-standards] (SCNo32): Likewise.
5921         [C99-based-standards] (SCNu32): Likewise.
5922         [C99-based-standards] (SCNx32): Likewise.
5923         [C99-based-standards] (PRIdLEAST32): Likewise.
5924         [C99-based-standards] (PRIiLEAST32): Likewise.
5925         [C99-based-standards] (PRIoLEAST32): Likewise.
5926         [C99-based-standards] (PRIuLEAST32): Likewise.
5927         [C99-based-standards] (PRIxLEAST32): Likewise.
5928         [C99-based-standards] (PRIXLEAST32): Likewise.
5929         [C99-based-standards] (SCNdLEAST32): Likewise.
5930         [C99-based-standards] (SCNiLEAST32): Likewise.
5931         [C99-based-standards] (SCNoLEAST32): Likewise.
5932         [C99-based-standards] (SCNuLEAST32): Likewise.
5933         [C99-based-standards] (SCNxLEAST32): Likewise.
5934         [C99-based-standards] (PRIdFAST32): Likewise.
5935         [C99-based-standards] (PRIiFAST32): Likewise.
5936         [C99-based-standards] (PRIoFAST32): Likewise.
5937         [C99-based-standards] (PRIuFAST32): Likewise.
5938         [C99-based-standards] (PRIxFAST32): Likewise.
5939         [C99-based-standards] (PRIXFAST32): Likewise.
5940         [C99-based-standards] (SCNdFAST32): Likewise.
5941         [C99-based-standards] (SCNiFAST32): Likewise.
5942         [C99-based-standards] (SCNoFAST32): Likewise.
5943         [C99-based-standards] (SCNuFAST32): Likewise.
5944         [C99-based-standards] (SCNxFAST32): Likewise.
5945         [C99-based-standards] (PRId64): Likewise.
5946         [C99-based-standards] (PRIi64): Likewise.
5947         [C99-based-standards] (PRIo64): Likewise.
5948         [C99-based-standards] (PRIu64): Likewise.
5949         [C99-based-standards] (PRIx64): Likewise.
5950         [C99-based-standards] (PRIX64): Likewise.
5951         [C99-based-standards] (SCNd64): Likewise.
5952         [C99-based-standards] (SCNi64): Likewise.
5953         [C99-based-standards] (SCNo64): Likewise.
5954         [C99-based-standards] (SCNu64): Likewise.
5955         [C99-based-standards] (SCNx64): Likewise.
5956         [C99-based-standards] (PRIdLEAST64): Likewise.
5957         [C99-based-standards] (PRIiLEAST64): Likewise.
5958         [C99-based-standards] (PRIoLEAST64): Likewise.
5959         [C99-based-standards] (PRIuLEAST64): Likewise.
5960         [C99-based-standards] (PRIxLEAST64): Likewise.
5961         [C99-based-standards] (PRIXLEAST64): Likewise.
5962         [C99-based-standards] (SCNdLEAST64): Likewise.
5963         [C99-based-standards] (SCNiLEAST64): Likewise.
5964         [C99-based-standards] (SCNoLEAST64): Likewise.
5965         [C99-based-standards] (SCNuLEAST64): Likewise.
5966         [C99-based-standards] (SCNxLEAST64): Likewise.
5967         [C99-based-standards] (PRIdFAST64): Likewise.
5968         [C99-based-standards] (PRIiFAST64): Likewise.
5969         [C99-based-standards] (PRIoFAST64): Likewise.
5970         [C99-based-standards] (PRIuFAST64): Likewise.
5971         [C99-based-standards] (PRIxFAST64): Likewise.
5972         [C99-based-standards] (PRIXFAST64): Likewise.
5973         [C99-based-standards] (SCNdFAST64): Likewise.
5974         [C99-based-standards] (SCNiFAST64): Likewise.
5975         [C99-based-standards] (SCNoFAST64): Likewise.
5976         [C99-based-standards] (SCNuFAST64): Likewise.
5977         [C99-based-standards] (SCNxFAST64): Likewise.
5978         [C99-based-standards] (PRIdMAX): Likewise.
5979         [C99-based-standards] (PRIiMAX): Likewise.
5980         [C99-based-standards] (PRIoMAX): Likewise.
5981         [C99-based-standards] (PRIuMAX): Likewise.
5982         [C99-based-standards] (PRIxMAX): Likewise.
5983         [C99-based-standards] (PRIXMAX): Likewise.
5984         [C99-based-standards] (SCNdMAX): Likewise.
5985         [C99-based-standards] (SCNiMAX): Likewise.
5986         [C99-based-standards] (SCNoMAX): Likewise.
5987         [C99-based-standards] (SCNuMAX): Likewise.
5988         [C99-based-standards] (SCNxMAX): Likewise.
5989         [C99-based-standards] (PRIdPTR): Likewise.
5990         [C99-based-standards] (PRIiPTR): Likewise.
5991         [C99-based-standards] (PRIoPTR): Likewise.
5992         [C99-based-standards] (PRIuPTR): Likewise.
5993         [C99-based-standards] (PRIxPTR): Likewise.
5994         [C99-based-standards] (PRIXPTR): Likewise.
5995         [C99-based-standards] (SCNdPTR): Likewise.
5996         [C99-based-standards] (SCNiPTR): Likewise.
5997         [C99-based-standards] (SCNoPTR): Likewise.
5998         [C99-based-standards] (SCNuPTR): Likewise.
5999         [C99-based-standards] (SCNxPTR): Likewise.
6000         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
6001         allow.
6002         * conform/data/stdint.h-data: Update comments to clarify
6003         requirements.
6004         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
6005         type.
6006         [C99-based standards] (INT8_MAX): Likewise.
6007         [C99-based standards] (INT16_MIN): Likewise.
6008         [C99-based standards] (INT16_MAX): Likewise.
6009         [C99-based standards] (INT32_MIN): Likewise.
6010         [C99-based standards] (INT32_MAX): Likewise.
6011         [C99-based standards] (INT64_MIN): Likewise.
6012         [C99-based standards] (INT64_MAX): Likewise.
6013         [C99-based standards] (UINT8_MAX): Likewise.
6014         [C99-based standards] (UINT16_MAX): Likewise.
6015         [C99-based standards] (UINT32_MAX): Likewise.
6016         [C99-based standards] (UINT64_MAX): Likewise.
6017         [C99-based standards] (INT_LEAST8_MIN): Likewise.
6018         [C99-based standards] (INT_LEAST8_MAX): Likewise.
6019         [C99-based standards] (INT_LEAST16_MIN): Likewise.
6020         [C99-based standards] (INT_LEAST16_MAX): Likewise.
6021         [C99-based standards] (INT_LEAST32_MIN): Likewise.
6022         [C99-based standards] (INT_LEAST32_MAX): Likewise.
6023         [C99-based standards] (INT_LEAST64_MIN): Likewise.
6024         [C99-based standards] (INT_LEAST64_MAX): Likewise.
6025         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
6026         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
6027         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
6028         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
6029         [C99-based standards] (INT_FAST8_MIN): Likewise.
6030         [C99-based standards] (INT_FAST8_MAX): Likewise.
6031         [C99-based standards] (INT_FAST16_MIN): Likewise.
6032         [C99-based standards] (INT_FAST16_MAX): Likewise.
6033         [C99-based standards] (INT_FAST32_MIN): Likewise.
6034         [C99-based standards] (INT_FAST32_MAX): Likewise.
6035         [C99-based standards] (INT_FAST64_MIN): Likewise.
6036         [C99-based standards] (INT_FAST64_MAX): Likewise.
6037         [C99-based standards] (UINT_FAST8_MAX): Likewise.
6038         [C99-based standards] (UINT_FAST16_MAX): Likewise.
6039         [C99-based standards] (UINT_FAST32_MAX): Likewise.
6040         [C99-based standards] (UINT_FAST64_MAX): Likewise.
6041         [C99-based standards] (INTPTR_MIN): Likewise.
6042         [C99-based standards] (INTPTR_MAX): Likewise.
6043         [C99-based standards] (UINTPTR_MAX): Likewise.
6044         [C99-based standards] (INTMAX_MIN): Likewise.
6045         [C99-based standards] (INTMAX_MAX): Likewise.
6046         [C99-based standards] (UINTMAX_MAX): Likewise.
6047         [C99-based standards] (PTRDIFF_MIN): Likewise.
6048         [C99-based standards] (PTRDIFF_MAX): Likewise.
6049         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
6050         [C99-based standards] (SIZE_MAX): Likewise.
6051         [C99-based standards] (WCHAR_MAX): Likewise.
6052         [C99-based standards] (WINT_MAX): Likewise.
6053         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
6054         constraint on value.
6055         [C99-based standards] (WCHAR_MIN): Likewise.
6056         [C99-based standards] (WINT_MIN): Likewise.
6057         [C99-based standards] (*_t): Allow.
6058         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
6059         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
6060         Include math.h-data and complex.h-data.  Remove all expectations
6061         of math.h and complex.h contents.
6062         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
6063         at end of line.
6064         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
6065         (struct tm): Expect tag.
6066         [C99-based-standards] (wcstof): Expect function.
6067         [C99-based-standards] (wcstold): Likewise.
6068         [C99-based-standards] (wcstoll): Likewise.
6069         [C99-based-standards] (wcstoull): Likewise.
6070         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
6071         macro-int-constant.  Specify type.
6072         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
6073         constraint on value.
6074         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
6075         Specify type.
6076         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
6077         Specify value.
6078         [ISO C standards]: Do not allow headers.
6079         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
6080         wcs[abcdefghijklmnopqrstuvwxyz]*.
6081         [ISO C standards] (*_t): Do not allow.
6082         * conform/data/wctype.h-data [C99-based standards] (iswblank):
6083         Expect function.
6084         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
6085         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
6086         Specify type.
6087         [ISO C standards]: Do not allow headers.
6088         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
6089         is[abcdefghijklmnopqrstuvwxyz]*.
6090         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
6091         to[abcdefghijklmnopqrstuvwxyz]*.
6092         [ISO C standards] (*_t): Do not allow.
6093         * conform/data/stdalign.h-data: New file.
6094         * conform/data/stdbool.h-data: Likewise.
6095         * conform/data/stdnoreturn.h-data: Likewise.
6097 2012-11-07  Roland McGrath  <roland@hack.frob.com>
6099         [BZ #14815]
6100         * manual/filesys.texi (Directory Entries): Typo fix.
6101         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
6103 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
6105         * elf/elf.h (EM_AARCH64): New macro.
6106         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
6107         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
6108         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
6109         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
6110         (R_AARCH64_TLSDESC): Likewise.
6111         (NT_ARM_TLS): Likewise.
6112         (NT_ARM_HW_BREAK): Likewise.
6113         (NT_ARM_HW_WATCH): Likewise.
6115 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
6117         [BZ #14811]
6118         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
6119         (__ieee754_powl): Saturate nonzero exponents with absolute value
6120         below 0x1p-79 to +/- 0x1p-79.
6121         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
6122         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
6123         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
6124         nonzero exponents with absolute value below 0x1p-32 to +/-
6125         0x1p-32.
6126         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
6127         (__ieee754_powl): Saturate nonzero exponents with absolute value
6128         below 0x1p-79 to +/- 0x1p-79.
6129         * math/libm-test.inc (pow_test): Add more tests.
6131 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6133         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
6134         _dl_s390_cap_flags with kernel. Increase string length.
6135         (_dl_s390_platforms): Add z196 and zEC12.
6137 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
6139         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
6140         Change XOPEN21K to XOPEN2K.
6142 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
6144         * string/memmove.c: Use memcpy when possible.
6146 2012-11-06  Andreas Jaeger  <aj@suse.de>
6148         * po/eo.po: Update from translation team.
6150 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
6152         [BZ #14793]
6153         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
6154         exponent and small x and y exponents, scale x or y up.  Increase
6155         by 2 the exponent used in scaling up.
6156         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6157         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6158         * math/libm-test.inc (fma_test): Add more tests.
6159         (fma_test_towardzero): Likewise.
6160         (fma_test_downward): Likewise.
6161         (fma_test_upward): Likewise.
6163 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
6165         [BZ #14805]
6166         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
6167         fenv_t *.
6169         [BZ #14801]
6170         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
6171         namespace for names of struct fields.
6172         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
6173         fenv_t fields.
6174         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
6175         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
6177 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6179         [BZ #3665]
6180         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
6182 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
6184         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
6185         PTR_DEMANGLE.
6187         [BZ #5246]
6188         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
6189         PTR_DEMANGLE.
6191 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
6193         [BZ #14797]
6194         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
6195         definitely overflow as x * y not x * y + z.
6196         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6197         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6198         * math/libm-test.inc (fma_test): Add more tests.
6199         (fma_test_towardzero): Likewise.
6200         (fma_test_downward): Likewise.
6201         (fma_test_upward): Likewise.
6203 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
6205         [BZ #157]
6207         * include/stub-tag.h: Remove file.
6208         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
6209         '#include' of it.
6210         * manual/maint.texi (Porting): Don't reference it.
6211         * Makerules ($(objpfx)stubs): Likewise.
6212         * dirent/closedir.c: Don't include <stub-tag.h>.
6213         * dirent/dirfd.c: Likewise.
6214         * dirent/fdopendir.c: Likewise.
6215         * dirent/getdents.c: Likewise.
6216         * dirent/getdents64.c: Likewise.
6217         * dirent/opendir.c: Likewise.
6218         * dirent/readdir.c: Likewise.
6219         * dirent/readdir64.c: Likewise.
6220         * dirent/readdir64_r.c: Likewise.
6221         * dirent/readdir_r.c: Likewise.
6222         * dirent/rewinddir.c: Likewise.
6223         * dirent/seekdir.c: Likewise.
6224         * dirent/telldir.c: Likewise.
6225         * gmon/profil.c: Likewise.
6226         * grp/setgroups.c: Likewise.
6227         * inet/if_index.c: Likewise.
6228         * io/access.c: Likewise.
6229         * io/chdir.c: Likewise.
6230         * io/chmod.c: Likewise.
6231         * io/chown.c: Likewise.
6232         * io/close.c: Likewise.
6233         * io/dup.c: Likewise.
6234         * io/dup2.c: Likewise.
6235         * io/dup3.c: Likewise.
6236         * io/euidaccess.c: Likewise.
6237         * io/faccessat.c: Likewise.
6238         * io/fchdir.c: Likewise.
6239         * io/fchmod.c: Likewise.
6240         * io/fchmodat.c: Likewise.
6241         * io/fchown.c: Likewise.
6242         * io/fchownat.c: Likewise.
6243         * io/fcntl.c: Likewise.
6244         * io/flock.c: Likewise.
6245         * io/fstatfs.c: Likewise.
6246         * io/fstatfs64.c: Likewise.
6247         * io/fstatvfs.c: Likewise.
6248         * io/fstatvfs64.c: Likewise.
6249         * io/futimens.c: Likewise.
6250         * io/fxstat.c: Likewise.
6251         * io/fxstat64.c: Likewise.
6252         * io/fxstatat.c: Likewise.
6253         * io/fxstatat64.c: Likewise.
6254         * io/getcwd.c: Likewise.
6255         * io/isatty.c: Likewise.
6256         * io/lchmod.c: Likewise.
6257         * io/lchown.c: Likewise.
6258         * io/link.c: Likewise.
6259         * io/linkat.c: Likewise.
6260         * io/lseek.c: Likewise.
6261         * io/lseek64.c: Likewise.
6262         * io/lxstat64.c: Likewise.
6263         * io/mkdir.c: Likewise.
6264         * io/mkdirat.c: Likewise.
6265         * io/mkfifo.c: Likewise.
6266         * io/mkfifoat.c: Likewise.
6267         * io/open.c: Likewise.
6268         * io/open64.c: Likewise.
6269         * io/openat.c: Likewise.
6270         * io/openat64.c: Likewise.
6271         * io/pipe.c: Likewise.
6272         * io/pipe2.c: Likewise.
6273         * io/poll.c: Likewise.
6274         * io/posix_fadvise.c: Likewise.
6275         * io/posix_fadvise64.c: Likewise.
6276         * io/posix_fallocate.c: Likewise.
6277         * io/posix_fallocate64.c: Likewise.
6278         * io/read.c: Likewise.
6279         * io/readlink.c: Likewise.
6280         * io/readlinkat.c: Likewise.
6281         * io/rmdir.c: Likewise.
6282         * io/sendfile.c: Likewise.
6283         * io/sendfile64.c: Likewise.
6284         * io/statfs.c: Likewise.
6285         * io/statfs64.c: Likewise.
6286         * io/statvfs.c: Likewise.
6287         * io/statvfs64.c: Likewise.
6288         * io/symlink.c: Likewise.
6289         * io/symlinkat.c: Likewise.
6290         * io/ttyname.c: Likewise.
6291         * io/ttyname_r.c: Likewise.
6292         * io/umask.c: Likewise.
6293         * io/unlink.c: Likewise.
6294         * io/unlinkat.c: Likewise.
6295         * io/utime.c: Likewise.
6296         * io/utimensat.c: Likewise.
6297         * io/write.c: Likewise.
6298         * io/xmknod.c: Likewise.
6299         * io/xmknodat.c: Likewise.
6300         * io/xstat.c: Likewise.
6301         * io/xstat64.c: Likewise.
6302         * login/getpt.c: Likewise.
6303         * login/grantpt.c: Likewise.
6304         * login/unlockpt.c: Likewise.
6305         * math/e_acoshl.c: Likewise.
6306         * math/e_acosl.c: Likewise.
6307         * math/e_asinl.c: Likewise.
6308         * math/e_atan2l.c: Likewise.
6309         * math/e_atanhl.c: Likewise.
6310         * math/e_coshl.c: Likewise.
6311         * math/e_expl.c: Likewise.
6312         * math/e_fmodl.c: Likewise.
6313         * math/e_gammal_r.c: Likewise.
6314         * math/e_hypotl.c: Likewise.
6315         * math/e_j0l.c: Likewise.
6316         * math/e_j1l.c: Likewise.
6317         * math/e_jnl.c: Likewise.
6318         * math/e_lgammal_r.c: Likewise.
6319         * math/e_log10l.c: Likewise.
6320         * math/e_log2l.c: Likewise.
6321         * math/e_logl.c: Likewise.
6322         * math/e_powl.c: Likewise.
6323         * math/e_rem_pio2l.c: Likewise.
6324         * math/e_sinhl.c: Likewise.
6325         * math/e_sqrtl.c: Likewise.
6326         * math/fclrexcpt.c: Likewise.
6327         * math/fedisblxcpt.c: Likewise.
6328         * math/feenablxcpt.c: Likewise.
6329         * math/fegetenv.c: Likewise.
6330         * math/fegetexcept.c: Likewise.
6331         * math/fegetround.c: Likewise.
6332         * math/feholdexcpt.c: Likewise.
6333         * math/fesetenv.c: Likewise.
6334         * math/fesetround.c: Likewise.
6335         * math/feupdateenv.c: Likewise.
6336         * math/fgetexcptflg.c: Likewise.
6337         * math/fraiseexcpt.c: Likewise.
6338         * math/fsetexcptflg.c: Likewise.
6339         * math/ftestexcept.c: Likewise.
6340         * math/k_cosl.c: Likewise.
6341         * math/k_rem_pio2l.c: Likewise.
6342         * math/k_sinl.c: Likewise.
6343         * math/k_tanl.c: Likewise.
6344         * math/s_asinhl.c: Likewise.
6345         * math/s_atanl.c: Likewise.
6346         * math/s_cbrtl.c: Likewise.
6347         * math/s_erfl.c: Likewise.
6348         * math/s_expm1l.c: Likewise.
6349         * math/s_log1pl.c: Likewise.
6350         * math/s_tanhl.c: Likewise.
6351         * misc/acct.c: Likewise.
6352         * misc/brk.c: Likewise.
6353         * misc/chflags.c: Likewise.
6354         * misc/chroot.c: Likewise.
6355         * misc/fchflags.c: Likewise.
6356         * misc/fgetxattr.c: Likewise.
6357         * misc/flistxattr.c: Likewise.
6358         * misc/fremovexattr.c: Likewise.
6359         * misc/fsetxattr.c: Likewise.
6360         * misc/fsync.c: Likewise.
6361         * misc/ftruncate.c: Likewise.
6362         * misc/futimes.c: Likewise.
6363         * misc/futimesat.c: Likewise.
6364         * misc/getdomain.c: Likewise.
6365         * misc/getdtsz.c: Likewise.
6366         * misc/gethostid.c: Likewise.
6367         * misc/gethostname.c: Likewise.
6368         * misc/getloadavg.c: Likewise.
6369         * misc/getpagesize.c: Likewise.
6370         * misc/getsysstats.c: Likewise.
6371         * misc/getxattr.c: Likewise.
6372         * misc/gtty.c: Likewise.
6373         * misc/ioctl.c: Likewise.
6374         * misc/lgetxattr.c: Likewise.
6375         * misc/listxattr.c: Likewise.
6376         * misc/llistxattr.c: Likewise.
6377         * misc/lremovexattr.c: Likewise.
6378         * misc/lsetxattr.c: Likewise.
6379         * misc/lutimes.c: Likewise.
6380         * misc/madvise.c: Likewise.
6381         * misc/mincore.c: Likewise.
6382         * misc/mlock.c: Likewise.
6383         * misc/mlockall.c: Likewise.
6384         * misc/mmap.c: Likewise.
6385         * misc/mprotect.c: Likewise.
6386         * misc/msync.c: Likewise.
6387         * misc/munlock.c: Likewise.
6388         * misc/munlockall.c: Likewise.
6389         * misc/munmap.c: Likewise.
6390         * misc/preadv.c: Likewise.
6391         * misc/preadv64.c: Likewise.
6392         * misc/ptrace.c: Likewise.
6393         * misc/pwritev.c: Likewise.
6394         * misc/pwritev64.c: Likewise.
6395         * misc/readv.c: Likewise.
6396         * misc/reboot.c: Likewise.
6397         * misc/remap_file_pages.c: Likewise.
6398         * misc/removexattr.c: Likewise.
6399         * misc/revoke.c: Likewise.
6400         * misc/select.c: Likewise.
6401         * misc/setdomain.c: Likewise.
6402         * misc/setegid.c: Likewise.
6403         * misc/seteuid.c: Likewise.
6404         * misc/sethostid.c: Likewise.
6405         * misc/sethostname.c: Likewise.
6406         * misc/setregid.c: Likewise.
6407         * misc/setreuid.c: Likewise.
6408         * misc/setxattr.c: Likewise.
6409         * misc/sstk.c: Likewise.
6410         * misc/stty.c: Likewise.
6411         * misc/swapoff.c: Likewise.
6412         * misc/swapon.c: Likewise.
6413         * misc/sync.c: Likewise.
6414         * misc/syncfs.c: Likewise.
6415         * misc/syscall.c: Likewise.
6416         * misc/truncate.c: Likewise.
6417         * misc/ualarm.c: Likewise.
6418         * misc/usleep.c: Likewise.
6419         * misc/ustat.c: Likewise.
6420         * misc/utimes.c: Likewise.
6421         * misc/vhangup.c: Likewise.
6422         * misc/writev.c: Likewise.
6423         * posix/_exit.c: Likewise.
6424         * posix/alarm.c: Likewise.
6425         * posix/execve.c: Likewise.
6426         * posix/fexecve.c: Likewise.
6427         * posix/fork.c: Likewise.
6428         * posix/fpathconf.c: Likewise.
6429         * posix/getaddrinfo.c: Likewise.
6430         * posix/getegid.c: Likewise.
6431         * posix/geteuid.c: Likewise.
6432         * posix/getgid.c: Likewise.
6433         * posix/getgroups.c: Likewise.
6434         * posix/getlogin.c: Likewise.
6435         * posix/getlogin_r.c: Likewise.
6436         * posix/getpgid.c: Likewise.
6437         * posix/getpid.c: Likewise.
6438         * posix/getppid.c: Likewise.
6439         * posix/getresgid.c: Likewise.
6440         * posix/getresuid.c: Likewise.
6441         * posix/getsid.c: Likewise.
6442         * posix/getuid.c: Likewise.
6443         * posix/glob64.c: Likewise.
6444         * posix/nanosleep.c: Likewise.
6445         * posix/pathconf.c: Likewise.
6446         * posix/pause.c: Likewise.
6447         * posix/posix_madvise.c: Likewise.
6448         * posix/pread.c: Likewise.
6449         * posix/pread64.c: Likewise.
6450         * posix/pwrite.c: Likewise.
6451         * posix/pwrite64.c: Likewise.
6452         * posix/sched_getaffinity.c: Likewise.
6453         * posix/sched_getp.c: Likewise.
6454         * posix/sched_gets.c: Likewise.
6455         * posix/sched_primax.c: Likewise.
6456         * posix/sched_primin.c: Likewise.
6457         * posix/sched_rr_gi.c: Likewise.
6458         * posix/sched_setaffinity.c: Likewise.
6459         * posix/sched_setp.c: Likewise.
6460         * posix/sched_sets.c: Likewise.
6461         * posix/sched_yield.c: Likewise.
6462         * posix/setgid.c: Likewise.
6463         * posix/setlogin.c: Likewise.
6464         * posix/setpgid.c: Likewise.
6465         * posix/setresgid.c: Likewise.
6466         * posix/setresuid.c: Likewise.
6467         * posix/setsid.c: Likewise.
6468         * posix/setuid.c: Likewise.
6469         * posix/sleep.c: Likewise.
6470         * posix/spawni.c: Likewise.
6471         * posix/sysconf.c: Likewise.
6472         * posix/times.c: Likewise.
6473         * posix/wait.c: Likewise.
6474         * posix/wait3.c: Likewise.
6475         * posix/wait4.c: Likewise.
6476         * posix/waitpid.c: Likewise.
6477         * resolv/gai_sigqueue.c: Likewise.
6478         * resource/getpriority.c: Likewise.
6479         * resource/getrlimit.c: Likewise.
6480         * resource/getrusage.c: Likewise.
6481         * resource/nice.c: Likewise.
6482         * resource/setpriority.c: Likewise.
6483         * resource/setrlimit.c: Likewise.
6484         * resource/ulimit.c: Likewise.
6485         * rt/aio_cancel.c: Likewise.
6486         * rt/aio_fsync.c: Likewise.
6487         * rt/aio_read.c: Likewise.
6488         * rt/aio_sigqueue.c: Likewise.
6489         * rt/aio_suspend.c: Likewise.
6490         * rt/aio_write.c: Likewise.
6491         * rt/clock_getres.c: Likewise.
6492         * rt/clock_gettime.c: Likewise.
6493         * rt/clock_nanosleep.c: Likewise.
6494         * rt/clock_settime.c: Likewise.
6495         * rt/lio_listio.c: Likewise.
6496         * rt/mq_close.c: Likewise.
6497         * rt/mq_getattr.c: Likewise.
6498         * rt/mq_notify.c: Likewise.
6499         * rt/mq_open.c: Likewise.
6500         * rt/mq_receive.c: Likewise.
6501         * rt/mq_send.c: Likewise.
6502         * rt/mq_setattr.c: Likewise.
6503         * rt/mq_timedreceive.c: Likewise.
6504         * rt/mq_timedsend.c: Likewise.
6505         * rt/mq_unlink.c: Likewise.
6506         * rt/shm_open.c: Likewise.
6507         * rt/shm_unlink.c: Likewise.
6508         * rt/timer_create.c: Likewise.
6509         * rt/timer_delete.c: Likewise.
6510         * rt/timer_getoverr.c: Likewise.
6511         * rt/timer_gettime.c: Likewise.
6512         * rt/timer_settime.c: Likewise.
6513         * setjmp/__longjmp.c: Likewise.
6514         * setjmp/setjmp.c: Likewise.
6515         * signal/kill.c: Likewise.
6516         * signal/killpg.c: Likewise.
6517         * signal/raise.c: Likewise.
6518         * signal/sigaction.c: Likewise.
6519         * signal/sigaltstack.c: Likewise.
6520         * signal/sigblock.c: Likewise.
6521         * signal/sigignore.c: Likewise.
6522         * signal/sigintr.c: Likewise.
6523         * signal/signal.c: Likewise.
6524         * signal/sigpause.c: Likewise.
6525         * signal/sigpending.c: Likewise.
6526         * signal/sigqueue.c: Likewise.
6527         * signal/sigreturn.c: Likewise.
6528         * signal/sigset.c: Likewise.
6529         * signal/sigsetmask.c: Likewise.
6530         * signal/sigstack.c: Likewise.
6531         * signal/sigsuspend.c: Likewise.
6532         * signal/sigtimedwait.c: Likewise.
6533         * signal/sigvec.c: Likewise.
6534         * signal/sigwait.c: Likewise.
6535         * signal/sigwaitinfo.c: Likewise.
6536         * signal/sysv_signal.c: Likewise.
6537         * socket/accept.c: Likewise.
6538         * socket/accept4.c: Likewise.
6539         * socket/bind.c: Likewise.
6540         * socket/connect.c: Likewise.
6541         * socket/getpeername.c: Likewise.
6542         * socket/getsockname.c: Likewise.
6543         * socket/getsockopt.c: Likewise.
6544         * socket/isfdtype.c: Likewise.
6545         * socket/listen.c: Likewise.
6546         * socket/recv.c: Likewise.
6547         * socket/recvfrom.c: Likewise.
6548         * socket/recvmsg.c: Likewise.
6549         * socket/send.c: Likewise.
6550         * socket/sendmsg.c: Likewise.
6551         * socket/sendto.c: Likewise.
6552         * socket/setsockopt.c: Likewise.
6553         * socket/shutdown.c: Likewise.
6554         * socket/sockatmark.c: Likewise.
6555         * socket/socket.c: Likewise.
6556         * socket/socketpair.c: Likewise.
6557         * stdio-common/ctermid.c: Likewise.
6558         * stdio-common/cuserid.c: Likewise.
6559         * stdio-common/remove.c: Likewise.
6560         * stdio-common/rename.c: Likewise.
6561         * stdio-common/renameat.c: Likewise.
6562         * stdio-common/tempname.c: Likewise.
6563         * stdlib/getcontext.c: Likewise.
6564         * stdlib/makecontext.c: Likewise.
6565         * stdlib/setcontext.c: Likewise.
6566         * stdlib/swapcontext.c: Likewise.
6567         * stdlib/system.c: Likewise.
6568         * streams/fattach.c: Likewise.
6569         * streams/fdetach.c: Likewise.
6570         * streams/getmsg.c: Likewise.
6571         * streams/getpmsg.c: Likewise.
6572         * streams/putmsg.c: Likewise.
6573         * streams/putpmsg.c: Likewise.
6574         * sysdeps/unix/bsd/getpt.c: Likewise.
6575         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
6576         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
6577         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
6579         Likewise.
6580         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
6581         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
6582         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6583         * sysvipc/msgctl.c: Likewise.
6584         * sysvipc/msgget.c: Likewise.
6585         * sysvipc/msgrcv.c: Likewise.
6586         * sysvipc/msgsnd.c: Likewise.
6587         * sysvipc/semctl.c: Likewise.
6588         * sysvipc/semget.c: Likewise.
6589         * sysvipc/semop.c: Likewise.
6590         * sysvipc/semtimedop.c: Likewise.
6591         * sysvipc/shmat.c: Likewise.
6592         * sysvipc/shmctl.c: Likewise.
6593         * sysvipc/shmdt.c: Likewise.
6594         * sysvipc/shmget.c: Likewise.
6595         * termios/tcdrain.c: Likewise.
6596         * termios/tcflow.c: Likewise.
6597         * termios/tcflush.c: Likewise.
6598         * termios/tcgetattr.c: Likewise.
6599         * termios/tcgetpgrp.c: Likewise.
6600         * termios/tcsendbrk.c: Likewise.
6601         * termios/tcsetattr.c: Likewise.
6602         * termios/tcsetpgrp.c: Likewise.
6603         * time/adjtime.c: Likewise.
6604         * time/clock.c: Likewise.
6605         * time/getitimer.c: Likewise.
6606         * time/gettimeofday.c: Likewise.
6607         * time/setitimer.c: Likewise.
6608         * time/settimeofday.c: Likewise.
6609         * time/stime.c: Likewise.
6610         * time/time.c: Likewise.
6612 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
6614         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
6615         /usr/old/bin.
6617         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
6618         instead of spaces.
6619         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
6621 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
6623         [BZ #14796]
6624         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
6625         FE_TONEAREST before applying Dekker multiplication and Knuth
6626         addition.  Clear inexact exceptions and check for exact zero
6627         results afterwards.
6628         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6629         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
6630         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6631         * math/libm-test.inc (fma_test): Add more tests.
6632         (fma_test_towardzero): Likewise.
6633         (fma_test_downward): Likewise.
6634         (fma_test_upward): Likewise.
6635         * sysdeps/generic/math_private.h (default_libc_fesetround): New
6636         function.
6637         (libc_fesetround): New macro.
6638         (libc_fesetroundf): Likewise.
6639         (libc_fesetroundl): Likewise.
6640         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
6641         function.
6642         (libc_fesetround_387): Likewise.
6643         (libc_fesetroundf): New macro.
6644         (libc_fesetround): Likewise.
6645         (libc_fesetroundl): Likewise.
6646         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
6647         function.
6648         (libc_fesetroundf): New macro.
6649         (libc_fesetround): Likewise.
6650         (libc_fesetroundl): Likewise.
6651         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
6652         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
6653         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
6654         libm_hidden_ver.
6655         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
6656         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
6657         libm_hidden_def.
6658         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
6659         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
6660         libm_hidden_ver.
6661         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
6662         libm_hidden_def.
6664         [BZ #3439]
6665         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
6666         integer constant usable in #if and use that to give value to enum
6667         constant.
6668         (FE_DIVBYZERO): Likewise.
6669         (FE_UNDERFLOW): Likewise.
6670         (FE_OVERFLOW): Likewise.
6671         (FE_INVALID): Likewise.
6672         (FE_INVALID_SNAN): Likewise.
6673         (FE_INVALID_ISI): Likewise.
6674         (FE_INVALID_IDI): Likewise.
6675         (FE_INVALID_ZDZ): Likewise.
6676         (FE_INVALID_IMZ): Likewise.
6677         (FE_INVALID_COMPARE): Likewise.
6678         (FE_INVALID_SOFTWARE): Likewise.
6679         (FE_INVALID_SQRT): Likewise.
6680         (FE_INVALID_INTEGER_CONVERSION): Likewise.
6681         (FE_TONEAREST): Likewise.
6682         (FE_TOWARDZERO): Likewise.
6683         (FE_UPWARD): Likewise.
6684         (FE_DOWNWARD): Likewise.
6685         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
6686         (FE_DIVBYZERO): Likewise.
6687         (FE_OVERFLOW): Likewise.
6688         (FE_UNDERFLOW): Likewise.
6689         (FE_INEXACT): Likewise.
6690         (FE_TONEAREST): Likewise.
6691         (FE_DOWNWARD): Likewise.
6692         (FE_UPWARD): Likewise.
6693         (FE_TOWARDZERO): Likewise.
6694         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
6695         (FE_UNDERFLOW): Likewise.
6696         (FE_OVERFLOW): Likewise.
6697         (FE_DIVBYZERO): Likewise.
6698         (FE_INVALID): Likewise.
6699         (FE_TONEAREST): Likewise.
6700         (FE_TOWARDZERO): Likewise.
6701         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
6702         (FE_OVERFLOW): Likewise.
6703         (FE_UNDERFLOW): Likewise.
6704         (FE_DIVBYZERO): Likewise.
6705         (FE_INEXACT): Likewise.
6706         (FE_TONEAREST): Likewise.
6707         (FE_TOWARDZERO): Likewise.
6708         (FE_UPWARD): Likewise.
6709         (FE_DOWNWARD): Likewise.
6710         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
6711         (FE_DIVBYZERO): Likewise.
6712         (FE_OVERFLOW): Likewise.
6713         (FE_UNDERFLOW): Likewise.
6714         (FE_INEXACT): Likewise.
6715         (FE_TONEAREST): Likewise.
6716         (FE_DOWNWARD): Likewise.
6717         (FE_UPWARD): Likewise.
6718         (FE_TOWARDZERO): Likewise.
6720 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
6722         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
6724 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
6726         * scripts/cross-test-ssh.sh (command): Use newlines to separate
6727         commands.  Quote $PWD.
6728         (blacklist_exports): Don't use remove_newlines.  Replace "declare
6729         -x" by "export".
6730         (remove_newlines): Remove.
6732 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
6734         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
6735         * stdlib/stdlib.h (atof): Moved to ...
6736         * include/bits/stdlib-float.h: Here.  New file.
6737         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
6738         * stdlib/bits/stdlib-float.h: New file.
6739         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
6740         -mno-sse -mno-mmx.
6741         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
6742         <xmmintrin.h>.
6744 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
6746         * conform/conformtest.pl (@headers): Add fenv.h.
6747         * conform/data/fenv.h-data: New file.
6748         * include/fenv.h [_ISOMAC]: Disable all contents of file except
6749         include of <math/fenv.h>.
6751         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
6752         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
6753         && !UNIX98].  Enables tests for XOPEN2K8.
6754         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
6755         POSIX2008]: Likewise.
6757         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
6758         (struct rusage): Do not expect type or its members.
6760         [BZ #3439]
6761         * math/math.h (FP_NAN): Define macro to integer constant usable in
6762         #if and use that to give value to enum constant.
6763         (FP_INFINITE): Likewise.
6764         (FP_ZERO): Likewise.
6765         (FP_SUBNORMAL): Likewise.
6766         (FP_NORMAL): Likewise.
6768 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
6770         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
6771         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
6772         arguments.
6774 2012-11-02  Roland McGrath  <roland@hack.frob.com>
6776         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
6777         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
6778         autoconf-time if not.
6779         * configure.in: Remove AC_PREREQ.
6781 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
6783         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
6784         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
6785         of the internal implementation.
6787 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
6789         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
6790         except include of <misc/sys/syslog.h>.
6792 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
6794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
6795         function returns with a NULL context exit with zero.
6797 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
6799         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
6801 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
6803         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
6804         (run_program_cmd): This.
6805         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
6806         (tst_langinfo): New variable.  Use it.
6808 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
6810         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
6811         floating point opcodes.
6813 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
6815         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
6816         variable.
6818         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
6820         * sysdeps/mach/hurd/powerpc: Remove directory.
6821         * sysdeps/mach/powerpc: Likewise.
6823 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
6825         * scripts/check-local-headers.sh: Ignore c++ headers.
6827 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
6829         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
6830         __libc_cleanup_region_start argument.
6832 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
6834         [BZ #14784]
6835         [BZ #14785]
6836         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
6837         x * y using scaling, not as x * y + z.
6838         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6839         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6840         * math/libm-test.inc (fma_test): Add more tests.
6841         (fma_test_towardzero): Likewise.
6842         (fma_test_downward): Likewise.
6843         (fma_test_upward): Likewise.
6845 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
6847         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
6849 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
6851         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
6852         New variable.
6854 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
6856         * rt/tst-shm.c (worker): Correct checking for mmap failure.
6858 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
6860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6861         Fix sort order.
6862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6863         Likewise.
6865 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
6867         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6868         Fix the order of the list for glibc 2.17.
6869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6870         Likewise.
6872 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
6874         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6876 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
6878         [BZ #14610]
6879         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
6880         for low part of x being zero before using __atanl (y).
6881         * math/libm-test.inc (atan2_test): Add another test.
6883         * manual/install.texi (Configuring and compiling): Document
6884         general use of test-wrapper and test-wrapper-env.
6885         * INSTALL: Regenerated.
6887         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
6888         (__fma): Do not extract and scale down low bits on after-rounding
6889         systems when result rounded to normal precision would have normal
6890         exponent.
6891         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
6892         (__fmal): Do not extract and scale down low bits on after-rounding
6893         systems when result rounded to normal precision would have normal
6894         exponent.
6895         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
6896         (__fmal): Do not extract and scale down low bits on after-rounding
6897         systems when result rounded to normal precision would have normal
6898         exponent.
6899         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
6900         macro.
6901         (fma_test): Add more tests.
6902         (fma_test_towardzero): Likewise.
6903         (fma_test_downward): Likewise.
6904         (fma_test_upward): Likewise.
6906 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
6908         * sysdeps/i386/tininess.h: Renamed to ...
6909         * sysdeps/x86/tininess.h: This.
6910         * sysdeps/x86_64/tininess.h: Removed.
6912 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
6914         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
6915         input.  Use $(build-program-cmd).
6916         ($(objpfx)tst-array1-static.out): Likewise.
6917         ($(objpfx)tst-array2.out): Likewise.
6918         ($(objpfx)tst-array3.out): Likewise.
6919         ($(objpfx)tst-array4.out): Likewise.
6920         ($(objpfx)tst-array5.out): Likewise.
6921         ($(objpfx)tst-array5-static.out): Likewise.
6923 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
6925         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
6926         if defined.
6928         * nss/nsswitch.h (nss_interface_function): Provide new
6929         macro for use with NSS functions.
6930         * grp/initgroups.c: Use new macro.
6931         * nss/getXXbyYY.c: Likewise.
6932         * nss/getXXbyYY_r.c: Likewise.
6933         * nss/getXXent.c: Likewise.
6934         * nss/getXXent_r.c: Likewise.
6935         * sysdeps/posix/getaddrinfo.c: Likewise.
6937 2012-10-30  Andreas Jaeger  <aj@suse.de>
6939         * po/ru.po: Update Russion translation from translation project.
6941 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
6943         [BZ #14152]
6944         [BZ #14783]
6945         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
6946         result and shift together with sticky bit instead of replicating
6947         round-to-nearest rounding.
6948         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6949         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6950         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
6951         missing underflow exceptions.
6952         (fma_test_towardzero): Add more tests.
6953         (fma_test_downward): Likewise.
6954         (fma_test_upward): Likewise.
6956         [BZ #14047]
6957         * sysdeps/generic/tininess.h: New file.
6958         * sysdeps/i386/tininess.h: Likewise.
6959         * sysdeps/sh/tininess.h: Likewise.
6960         * sysdeps/x86_64/tininess.h: Likewise.
6961         * stdlib/tst-strtod-underflow.c: Likewise.
6962         * stdlib/tst-tininess.c: Likewise.
6963         * stdlib/strtod_l.c: Include <tininess.h>.
6964         (round_and_return): Do not set errno for exact underflow cases.
6965         Force an underflow exception when setting errno for underflow.
6966         Determine underflow based on rounding to normal precision if
6967         TININESS_AFTER_ROUNDING.
6968         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
6969         ERANGE for exact underflow cases.
6970         * stdlib/Makefile (tests): Add tst-tininess and
6971         tst-strtod-underflow.
6972         ($(objpfx)tst-tininess): Use $(link-libm).
6973         ($(objpfx)tst-strtod-underflow): Likewise.
6975 2012-10-30  Andreas Jaeger  <aj@suse.de>
6977         [BZ#14767]
6978         * elf/Makefile (tests): Remove conditional for have-initfini-array
6979         since this is now always required and the variable does not exist
6980         anymore.
6981         (tests-static): Likewise.
6982         (modules-names): Likewise.
6984         * po/eo.po: Add Esperanto translation from translation project.
6986         * elf/tst-array1.c (fini_array): Make writeable so that it can be
6987         merged with constructor/destructor.
6988         (init_array): Likewise.
6989         * elf/tst-array2dep.c (fini_array): Likewise.
6990         (init_array): Likewise.
6992 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
6994         * manual/message.texi: Delete @cartouche tags.
6996 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
6998         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
6999         EOPNOTSUPP.
7000         * sysdeps/mach/hurd/fsync.c: Likewise.
7002         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
7003         [_POSIX_REALTIME_SIGNALS]: Change condition to
7004         [_POSIX_REALTIME_SIGNALS > 0].
7006 2012-10-27  Andreas Jaeger  <aj@suse.de>
7008         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
7009         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
7010         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
7011         [__WORDSIZE != 64]: Likewise.
7013 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
7015         *  iconvdata/tst-table.sh: Remove ${SHELL}.
7016         *  iconvdata/tst-tables.sh: Likewise.
7018 2012-10-25  David S. Miller  <davem@davemloft.net>
7020         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
7021         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
7022         of strtoull.
7024         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
7025         ifunc-impl-list.c
7026         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
7027         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
7028         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
7029         file.
7031 2012-10-25  Roland McGrath  <roland@hack.frob.com>
7033         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
7034         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
7035         __getdirentries.
7037 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
7038             Jim Blandy  <jimb@codesourcery.com>
7040         * scripts/cross-test-ssh.sh: New file.
7041         * manual/install.texi (Configuring and compiling): Document use of
7042         cross-test-ssh.sh.
7043         * INSTALL: Regenerated.
7045 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
7047         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
7048         EOPNOTSUPP.
7050 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
7052         * Makeconfig (run-program-prefix): Fix comment.
7054 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
7055             Jim Blandy  <jimb@codesourcery.com>
7057         * Makeconfig (test-wrapper): New variable,
7058         (test-wrapper-env): Likewise.
7059         [$(cross-compiling) = yes && $(test-wrapper) != ""]
7060         (run-built-tests): Define to yes.
7061         (run-program-prefix): Use $(test-wrapper).
7062         (built-program-cmd): Likewise.
7063         * Rules (make-test-out): Use $(test-wrapper-env) and
7064         $(host-built-program-cmd).
7065         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
7066         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
7067         tst-pathopt.sh.
7068         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
7069         $(test-wrapper-env) to tst-rtld-load-self.sh.
7070         ($(objpfx)order2.out): Use $(test-wrapper).
7071         ($(objpfx)tst-initorder.out): Likewise.
7072         ($(objpfx)tst-initorder2.out): Likewise.
7073         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
7074         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
7075         (test_wrapper_env): New variable.  Use it to run ld.so.
7076         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
7077         Use it to run ld.so.
7078         (test_wrapper_env): Likewise.
7079         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
7080         $(test-wrapper) to run-iconv-test.sh.
7081         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
7082         (ICONV): Use $test_wrapper.
7083         * posix/Makefile ($(objpfx)globtest.out): Pass
7084         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
7085         globtest.sh, not $(run-program-prefix).
7086         * posix/globtest.sh (run_via_rtld_prefix): New variable.
7087         (test_wrapper): Likewise.
7088         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
7089         set together with run_via_rtld_prefix.
7090         (run_program_prefix): Define in terms of test_wrapper and
7091         run_via_rtld_prefix.
7093 2012-10-24  Roland McGrath  <roland@hack.frob.com>
7095         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
7096         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
7097         Targets removed.
7099         [BZ #14743]
7100         * include/time.h: Remove librt_hidden_proto (clock_gettime).
7101         Declare __clock_getres, __clock_gettime, __clock_settime,
7102         __clock_nanosleep, and __clock_getcpuclockid.
7103         * rt/clock_gettime.c: Define __clock_gettime as an alias.
7104         Remove librt_hidden_def (clock_gettime).
7105         * sysdeps/unix/clock_gettime.c: Likewise.
7106         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
7107         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
7108         * rt/clock_getres.c: Define __clock_getres as an alias.
7109         * sysdeps/posix/clock_getres.c: Likewise.
7110         * rt/clock_settime.c: Define __clock_settime as an alias.
7111         * sysdeps/unix/clock_settime.c: Likewise.
7112         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
7113         * sysdeps/unix/clock_nanosleep.c: Likewise.
7114         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
7115         * rt/clock-compat.c: New file.
7116         * rt/Makefile (librt-routines): Add clock-compat and move
7117         $(clock-routines) to ...
7118         (routines): ... here, new variable.
7119         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
7120         Don't add get_clockfreq here.
7121         * rt/Versions (libc: GLIBC_2.17): New version set.
7122         Add clock_* symbols here.
7123         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
7124         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
7125         (GLIBC_2.17): Add clock_* symbols.
7126         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
7127         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
7128         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
7129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7130         Likewise.
7131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7132         Likewise.
7133         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
7134         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
7135         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
7136         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
7137         * NEWS: Mention the move.
7139         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
7140         Use __open, __read, __close rather than their public counterparts.
7141         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
7142         (__get_clockfreq_via_cpuinfo): Likewise.
7143         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
7144         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
7146         * config.h.in (HAVE_IFUNC): New #undef.
7147         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
7148         was successful.
7149         * configure: Regenerated.
7151 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
7153         * configure.in: Move READELF check to start of file.
7154         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
7155         libc_cv_asm_gnu_indirect_function in the process.
7156         * configure: Regenerated.
7158 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
7160         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
7161         send the output to /dev/null.
7162         (libc_cv_cc_with_libunwind): Likewise.
7163         (libc_cv_as_noexecstack): Likewise.
7164         * configure: Regenerate.
7166 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
7168         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
7170         * posix/globtest.sh (TMPDIR): Do not set.
7171         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
7172         (testout): Likewise.
7174 2012-10-24  Andreas Jaeger  <aj@suse.de>
7176         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
7177         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
7178         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
7179         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
7180         posix_fadvise64, posix_fallocate64.
7182         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
7183         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
7184         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
7185         Likewise.
7186         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
7187         Likewise.
7188         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
7190         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
7191         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
7192         <bits/fcntl-linux.h>.
7193         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
7195         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
7196         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
7197         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
7198         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
7199         [__WORDSIZE != 64]: Likewise.
7201 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
7203         * Makeconfig (run-built-tests): New variable.
7204         * Rules [$(cross-compiling) = yes]: Change condition to
7205         [$(run-built-tests) = no].
7206         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
7207         to [$(run-built-tests) = yes].
7208         * elf/Makefile [$(cross-compiling) = no]: Likewise
7209         * grp/Makefile [$(cross-compiling) = no]: Likewise.
7210         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
7211         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
7212         * intl/Makefile [$(cross-compiling) = no]: Likewise.
7213         * io/Makefile [$(cross-compiling) = no]: Likewise.
7214         * libio/Makefile [$(cross-compiling) = no]: Likewise.
7215         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
7216         * misc/Makefile [$(cross-compiling) = no]: Likewise.
7217         * posix/Makefile [$(cross-compiling) = no]: Likewise.
7218         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
7219         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
7220         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
7221         * string/Makefile [$(cross-compiling) = no]: Likewise.
7223         * posix/Makefile ($(objpfx)globtest.out): Pass
7224         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
7225         $(rtld-installed-name).
7226         * posix/globtest.sh (elf_objpfx): Remove variable.
7227         (rtld_installed_name): Likewise.
7228         (library_path): Likewise.
7229         (run_program_prefix): New variable.  Use for running globtest
7230         binary.
7232 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
7233             Joseph Myers  <joseph@codesourcery.com>
7235         * Makeconfig (host-built-program-cmd): New variable.
7236         * elf/Makefile (tst-stackguard1-ARGS): Use
7237         $(host-built-program-cmd).
7238         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
7239         (tst-spawn-ARGS): Likewise.
7240         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
7242 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
7243             Jim Blandy  <jimb@codesourcery.com>
7245         * Makeconfig (run-via-rtld-prefix): New variable.
7246         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
7247         (built-program-cmd): Likewise.
7249 2012-10-22  Andreas Jaeger  <aj@suse.de>
7251         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
7252         __O_RSYNC if it exists, otherwise to O_SYNC.
7254 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
7255             Joseph Myers  <joseph@codesourcery.com>
7257         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
7258         /dev/null.
7259         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
7260         from /dev/null
7261         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
7262         /dev/null.
7264 2012-10-22  Andreas Jaeger  <aj@suse.de>
7266         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
7267         Define always.
7268         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
7270         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
7271         bits/fcntl-linux.h.
7273         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
7274         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
7276         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
7277         to __O_LARGEFILE.
7278         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
7279         to __O_LARGEFILE.
7281 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
7282             Joseph Myers  <joseph@codesourcery.com>
7284         * config.make.in (NM): New variable.
7286 2012-10-21  Andreas Jaeger  <aj@suse.de>
7288         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
7289         definitions and declarations that are provided by
7290         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
7292 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
7294         [BZ #14683]
7295         * elf/Makefile (tests-static): Add tst-leaks1-static.
7296         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
7297         ($(objpfx)tst-leaks1-static): New rule.
7298         ($(objpfx)tst-leaks1-static-mem): Likewise.
7299         (tst-leaks1-static-ENV): New macro.
7300         * elf/dl-open.c (dl_open_worker): Check the main application
7301         only if SHARED is defined.
7302         * elf/tst-leaks1-static.c: New file.
7304 2012-10-20  Andreas Jaeger  <aj@suse.de>
7306         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
7307         generic values for Linux.
7308         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
7309         and declarations that are provided by <bits/fcntl-linux.h> and
7310         include <bits/fcntl-linux.h>.
7311         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
7312         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7314 2012-10-20  Roland McGrath  <roland@hack.frob.com>
7316         * io/fcntl.h: Move include of <bits/types.h> to the top and
7317         include it unconditionally.
7319 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
7321         * wcsmbs/Makefile (tests-ifunc): New variable.
7322         (tests): Add $(tests-ifunc).
7323         * wcsmbs/test-wcschr-ifunc.c: New file.
7324         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
7325         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
7326         * wcsmbs/test-wcslen-ifunc.c: Likewise.
7327         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
7328         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
7330         * string/Makefile (tests-ifunc): New variable.
7331         (tests): Add $(tests-ifunc).
7332         * string/test-memccpy.c (TEST_NAME): New macro.
7333         * string/test-memchr.c (TEST_NAME): Likewise.
7334         * string/test-memcmp.c (TEST_NAME): Likewise.
7335         * string/test-memcpy.c (TEST_NAME): Likewise.
7336         * string/test-memmem.c (TEST_NAME): Likewise.
7337         * string/test-memmove.c (TEST_NAME): Likewise.
7338         * string/test-memset.c (TEST_NAME): Likewise.
7339         * string/test-rawmemchr.c (TEST_NAME): Likewise.
7340         * string/test-stpcpy.c (TEST_NAME): Likewise.
7341         * string/test-stpncpy.c (TEST_NAME): Likewise.
7342         * string/test-strcasecmp.c (TEST_NAME): Likewise.
7343         * string/test-strcasestr.c (TEST_NAME): Likewise.
7344         * string/test-strcat.c (TEST_NAME): Likewise.
7345         * string/test-strchr.c (TEST_NAME): Likewise.
7346         * string/test-strcmp.c(TEST_NAME): Likewise.
7347         * string/test-strcpy.c (TEST_NAME): Likewise.
7348         * string/test-strcspn.c (TEST_NAME): Likewise.
7349         * string/test-strlen.c (TEST_NAME): Likewise.
7350         * string/test-strncasecmp.c (TEST_NAME): Likewise.
7351         * string/test-strncmp.c (TEST_NAME): Likewise.
7352         * string/test-strncpy.c (TEST_NAME): Likewise.
7353         * string/test-strnlen.c (TEST_NAME): Likewise.
7354         * string/test-strpbrk.c (TEST_NAME): Likewise.
7355         * string/test-strrchr.c (TEST_NAME): Likewise.
7356         * string/test-strspn.c (TEST_NAME): Likewise.
7357         * string/test-strstr.c (TEST_NAME): Likewise.
7358         * string/test-bcopy-ifunc.c: New file.
7359         * string/test-bzero-ifunc.c: Likewise.
7360         * string/test-memccpy-ifunc.c: Likewise.
7361         * string/test-memchr-ifunc.c: Likewise.
7362         * string/test-memcmp-ifunc.c: Likewise.
7363         * string/test-memcpy-ifunc.c: Likewise.
7364         * string/test-memmem-ifunc.c: Likewise.
7365         * string/test-memmove-ifunc.c: Likewise.
7366         * string/test-mempcpy-ifunc.c: Likewise.
7367         * string/test-memset-ifunc.c: Likewise.
7368         * string/test-rawmemchr-ifunc.c: Likewise.
7369         * string/test-stpcpy-ifunc.c: Likewise.
7370         * string/test-stpncpy-ifunc.c: Likewise.
7371         * string/test-strcasecmp-ifunc.c: Likewise.
7372         * string/test-strcasestr-ifunc.c: Likewise.
7373         * string/test-strcat-ifunc.c: Likewise.
7374         * string/test-strchr-ifunc.c: Likewise.
7375         * string/test-strchrnul-ifunc.c: Likewise.
7376         * string/test-strcmp-ifunc.c: Likewise.
7377         * string/test-strcpy-ifunc.c: Likewise.
7378         * string/test-strcspn-ifunc.c: Likewise.
7379         * string/test-strlen-ifunc.c: Likewise.
7380         * string/test-strncasecmp-ifunc.c: Likewise.
7381         * string/test-strncat-ifunc.c: Likewise.
7382         * string/test-strncmp-ifunc.c: Likewise.
7383         * string/test-strncpy-ifunc.c: Likewise.
7384         * string/test-strnlen-ifunc.c: Likewise.
7385         * string/test-strpbrk-ifunc.c: Likewise.
7386         * string/test-strrchr-ifunc.c: Likewise.
7387         * string/test-strspn-ifunc.c: Likewise.
7388         * string/test-strstr-ifunc.c: Likewise.
7390         * debug/Makefile (tests-ifunc): New variable.
7391         (tests): Add $(tests-ifunc).
7392         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
7393         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
7394         * debug/test-stpcpy_chk-ifunc.c: New file.
7395         * debug/test-strcpy_chk-ifunc.c: Likewise.
7397 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
7399         [BZ #13601]
7400         * elf/dl-load.c (open_verify): Retry read if the entire ELF
7401         header is not read in.
7403 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
7405         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
7406         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
7407         directly.  Pass built executable to script as
7408         $(built-program-cmd).
7409         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
7410         $testprogram without using LD_LIBRARY_PATH and $ldso.
7412         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
7413         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
7414         $(rtld-installed-name).
7415         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
7416         (rtld_installed_name): Likewise.
7417         (library_path): Likewise.
7418         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
7419         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
7420         $(run-program-prefix) to tst-tables.sh.
7421         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
7422         it to run tst-table-from and tst-table-to.
7423         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
7424         Pass it to tst-table.sh.
7425         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
7426         $(run-program-prefix) to tst-gettext.sh.
7427         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
7428         tst-translit.sh.
7429         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
7430         tst-gettext2.sh.
7431         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
7432         to run tst-gettext.
7433         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
7434         to run tst-gettext2.
7435         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
7436         to run tst-translit.
7437         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
7438         $(run-program-prefix) to tst-mtrace.sh.
7439         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
7440         to run tst-mtrace.
7441         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
7442         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
7443         $(rtld-installed-name).
7444         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
7445         (rtld_installed_name): Likewise.
7446         (run_program_prefix): New variable.  Use it to run wordexp-test.
7448         * Makeconfig (ARCH): Remove all definitions.
7449         (machine): Likewise.
7450         [ARCH]: Remove conditional code.
7451         [!objdir]: Give error.
7452         [!objdir] (objpfx): Remove.
7453         [!objdir] (common-objpfx): Likewise.
7454         [!objdir] (common-objdir): Likewise.
7455         * configure.in (config_makefile): Remove.  Hardcode Makefile in
7456         AC_CONFIG_FILES call.
7457         * configure: Regenerated.
7459         [BZ #13888]
7460         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
7461         or TMPDIR.
7462         (testout): Likewise.
7464         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
7465         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
7466         $(rtld-installed-name).
7467         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
7468         (rtld_installed_name): Likwise.
7469         (runit): Remove function.
7470         (run_getconf): New variable,  Use it for running getconf binary.
7472 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
7474         [BZ #14716]
7475         * string/test-memmem.c (check_result): New function.
7476         (do_one_test): Use it.
7477         (check1): New function.
7478         (test_main): Use it.
7480 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
7482         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
7484 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
7486         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
7487         (_G_LSEEK64): Likewise.
7488         (_G_MMAP64): Likewise.
7489         (_G_FSTAT64): Likewise.
7490         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
7491         (_G_LSEEK64): Likewise.
7492         (_G_MMAP64): Likewise.
7493         (_G_FSTAT64): Likewise.
7494         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
7495         unconditional.  Call __mmap64 directly.
7496         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
7497         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
7498         __lseek64 directly.
7499         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
7500         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
7501         __mmap64 directly.
7502         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
7503         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
7504         __lseek64 directly.
7505         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
7506         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
7507         __lseek64 directly.
7508         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
7509         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
7510         __lseek64 directly.
7511         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
7512         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
7513         __fxstat64 directly.
7514         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
7515         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
7516         unconditional.
7517         (freopen64) [!_G_OPEN64]: Remove conditional code.
7518         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
7519         unconditional.
7520         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
7521         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
7522         unconditional.
7523         (ftello64) [!_G_LSEEK64]: Remove conditional code.
7524         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
7525         unconditional.
7526         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
7527         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
7528         unconditional.
7529         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
7530         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
7531         unconditional.
7532         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
7533         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
7534         unconditional.
7535         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
7536         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
7537         unconditional.
7538         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
7540 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
7542         [BZ #12140]
7543         * manual/memory.texi (Malloc Tunable Parameters): Add note
7544         about free list pointers overwriting some perturb bytes.
7545         Wording suggested by Roland McGrath.
7547 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
7549         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
7550         (lgamma_test): Likewise.
7551         (tgamma_test): Likewise.
7553 2012-10-16  Florian Weimer  <fweimer@redhat.com>
7555         [BZ #14700]
7556         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
7557         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
7559 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
7561         * NEWS: Mention BZ #14716.
7562         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
7563         when removing AVAILABLE1_USES_J macro.
7565 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
7567         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
7568         (__bswap_64): __uint64_t for unsigned 64-bit int.
7570 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
7572         * include/string.h (memmem): Declare libc hidden alias.
7573         * string/memmem.c (memmem): Define libc hidden alias.
7574         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
7575         __read, __close instead of open, read, close.
7577 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
7579         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
7580         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
7581         global and hidden.
7582         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
7583         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
7584         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
7585         Likewise.
7586         (__rawmemchr_sse2): Likewise.
7587         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
7588         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
7589         (__strchr_sse2): Likewise.
7590         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
7591         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
7592         (__strcasecmp_sse2): Likewise.
7593         (__strncasecmp_sse2): Likewise.
7594         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
7595         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
7596         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
7597         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
7598         (__strrchr_sse2): Likewise.
7599         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
7600         ifunc-impl-list.c.
7601         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
7602         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
7603         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
7604         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
7605         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
7606         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
7607         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7608         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7609         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
7610         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
7611         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
7612         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
7613         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
7614         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
7615         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
7616         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
7617         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
7618         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
7619         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
7620         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
7621         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
7622         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
7623         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
7624         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
7625         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
7626         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
7627         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
7628         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
7629         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
7630         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
7632         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
7633         global and hidden.
7634         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
7635         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
7636         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
7637         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
7638         Likewise.
7639         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
7640         Likewise.
7641         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
7642         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
7643         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
7644         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
7645         ifunc-impl-list.c.
7646         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
7647         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
7648         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
7649         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
7650         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
7651         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
7652         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
7653         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
7654         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
7655         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
7656         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
7657         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
7658         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
7659         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
7660         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
7661         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
7662         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
7663         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
7664         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
7665         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
7666         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
7667         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
7668         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
7669         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
7670         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
7671         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
7672         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
7673         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
7674         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
7675         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
7676         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
7677         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
7678         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
7679         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
7680         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
7681         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
7682         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
7683         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
7684         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
7685         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
7686         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
7688         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
7689         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
7690         * include/ifunc-impl-list.h: New file.
7691         * misc/ifunc-impl-list.c: Likewise.
7692         * misc/Makefile (routines): Add ifunc-impl-list.
7693         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
7694         * string/test-string.h: Include <ifunc-impl-list.h>.
7695         [TEST_IFUNC && TEST_NAME] (func_list, func_count, impl_count,
7696         impl_array): New variables.
7697         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
7698         are defined.
7699         (test_init): Call __libc_ifunc_impl_list to initialize
7700         func_list if TEST_IFUNC and TEST_NAME are defined.
7702         * string/Makefile (strop-tests): Add bcopy and bzero.
7703         * string/test-bcopy.c: New file.
7704         * string/test-bzero.c: Likewise.
7705         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
7706         defined.
7707         * string/test-memset.c: Support bzero test if TEST_BZERO is
7708         defined.
7709         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
7710         __libc_memmove.
7711         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
7712         __libc_memset.
7713         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
7714         of memset.
7716 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
7718         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
7719         * configure: Regenerated.
7721         * Makeconfig (+link-static-before-libc): Don't include
7722         $(link-static-libc).
7724         * libio/libio.h (_IO_pos_t): Remove.
7726 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
7728         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
7729         McGrath.
7731 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
7733         * crypt/crypt-entry.c: Include fips-private.h.
7734         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
7735         * crypt/md5c-test.c (main): Tolerate disabled MD5.
7736         * sysdeps/unix/sysv/linux/fips-private.h: New file.
7737         * sysdeps/generic/fips-private.h: New file, dummy fallback.
7739 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
7741         * crypt/crypt-private.h: Include stdbool.h.
7742         (_ufc_setup_salt_r): Return bool.
7743         * crypt/crypt-entry.c: Include errno.h.
7744         (__crypt_r): Return NULL with EINVAL for bad salt.
7745         * crypt/crypt_util.c (bad_for_salt): New.
7746         (_ufc_setup_salt_r): Check that salt is long enough and within
7747         the specified alphabet.
7748         * crypt/badsalttest.c: New file.
7749         * crypt/Makefile (tests): Add it.
7750         ($(objpfx)badsalttest): New.
7752 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
7754         * NEWS: Add entry for BZ #14602.
7756 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
7758         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
7759         type-generic.
7760         * math/libm-test.inc: Update comment listing what functions and
7761         macros are tested.
7762         (isgreater_test): New function.
7763         (isgreaterequal_test): Likewise.
7764         (isless_test): Likewise.
7765         (islessequal_test): Likewise.
7766         (islessgreater_test): Likewise.
7767         (isunordered_test): Likewise.
7768         (main): Call the new functions.
7770 2012-10-09  Roland McGrath  <roland@hack.frob.com>
7772         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
7773         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
7774         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
7775         * sysdeps/i386/configure: Regenerated.
7776         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
7777         * sysdeps/mach/configure: Regenerated.
7778         * sysdeps/mach/hurd/configure: Regenerated.
7779         * sysdeps/powerpc/configure: Regenerated.
7780         * sysdeps/powerpc/powerpc32/configure: Regenerated.
7781         * sysdeps/powerpc/powerpc64/configure: Regenerated.
7782         * sysdeps/s390/s390-32/configure: Regenerated.
7783         * sysdeps/s390/s390-64/configure: Regenerated.
7784         * sysdeps/sh/configure: Regenerated.
7785         * sysdeps/sparc/configure: Regenerated.
7786         * sysdeps/unix/sysv/linux/configure: Regenerated.
7787         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7788         * sysdeps/x86_64/configure: Regenerated.
7790         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
7791         defined.  Don't check if MAP is NULL.
7793 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
7795         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
7796         (_G_stat64): Likewise.
7797         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
7798         (_G_stat64): Likewise.
7799         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
7800         instead of struct _G_stat64.
7801         * libio/fileops.c (mmap_remap_check): Likewise.
7802         (decide_maybe_mmap): Likewise.
7803         (_IO_new_file_seekoff): Likewise.
7804         (_IO_file_stat): Likewise.
7805         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
7806         _G_off64_t.
7807         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
7808         instead of struct _G_stat64.
7809         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
7811 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
7813         [BZ #14602]
7814         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
7815         Replace with ...
7816         (CHECK_EOL): New macro.
7817         (two_way_short_needle): Check beginning of haystack for EOL.  Use
7818         CHECK_EOL.
7819         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
7820         Replace with CHECK_EOL.
7821         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
7822         Replace with CHECK_EOL.
7824 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
7826         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
7827         type-generic.
7828         * math/libm-test.inc: Update comment listing what functions and
7829         macros are tested.
7830         (finite_test): New function.
7831         (isinf_test): Likewise.
7832         (isnan_test): Likewise.
7833         (fpclassify_test): Test subnormal input.
7834         (isfinite_test): Likewise.
7835         (isnormal_test): Likewise.
7836         (main): Call the new functions.
7838 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
7840         [BZ #14660]
7841         * Makerules (%.dynsym): Force C locale when running
7842         $(OBJDUMP) --dynamic-syms.
7844 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
7846         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
7847         <stdint.h>.
7849 2012-10-06  David S. Miller  <davem@davemloft.net>
7851         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
7852         upper 32-bits of the length value in %o2 since we use branch-on-register
7853         tests which consider the entire 64-bit register.
7855 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
7857         * string/test-strstr.c (check2): Add a test for page boundary.
7859 2012-10-05  David S. Miller  <davem@davemloft.net>
7861         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
7862         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
7863         file.
7864         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
7865         sysdep_routines.
7866         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
7867         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
7868         and bzero when HWCAP_SPARC_CRYPTO is present.
7870 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
7872         [BZ #14602]
7873         * string/test-strstr.c (check2): New function.
7874         (test_main): Call check2.
7876         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
7877         and bug-strchr1.
7878         * string/bug-strcasestr1.c (do_test): Moved to ...
7879         * string/test-strcasestr.c (check1): Here.  New function.
7880         (do_one_test): Break out result checking code into ...
7881         (check_result): This.  New function.
7882         (do_one_test): Call check_result.
7883         (test_main): Call check1.
7884         * string/bug-strchr1.c (do_test): Moved to ...
7885         * string/test-strchr.c (check1): Here.  New function.
7886         (do_one_test): Break out result checking code into ...
7887         (check_result): This.  New function.
7888         (do_one_test): Call check_result.
7889         (test_main): Call check1.
7890         * string/bug-strstr1.c (main): Moved to ...
7891         * string/test-strstr.c (check1): Here.  New function.
7892         (do_one_test): Break out result checking code into ...
7893         (check_result): This.  New function.
7894         (do_one_test): Call check_result.
7895         (test_main): Call check1.
7896         * string/bug-strcasestr1.c: Removed.
7897         * string/bug-strchr1.c: Likewise.
7898         * string/bug-strstr1.c: Likewise.
7900         * elf/Makefile (dl-routines): Add hwcaps.
7901         * elf/dl-support.c (_dl_important_hwcaps): Removed.
7902         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
7903         (_dl_important_hwcaps): Moved to ...
7904         * elf/dl-hwcaps.c: Here.  New file.
7905         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
7907         [BZ #14557]
7908         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
7909         if IS_IN_rtld isn't defined.
7911         * elf/dl-support.c (_dl_sysinfo_map): New.
7912         Include "get-dynamic-info.h" and "setup-vdso.h".
7913         (_dl_non_dynamic_init): Call setup_vdso.
7914         * elf/dynamic-link.h: Don't include <assert.h>.
7915         (elf_get_dynamic_info): Moved to ...
7916         * elf/get-dynamic-info.h: Here.  New file.
7917         * elf/dynamic-link.h: Include "get-dynamic-info.h".
7918         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
7919         * elf/setup-vdso.h: Here.  New file.
7920         * elf/rtld.c: Include "setup-vdso.h".
7921         (dl_main): Call setup_vdso.
7923 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
7925         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
7926         creal in comment listing functions tested.  List finite, isinf,
7927         isnan, isless, islessequal, isgreater, isgreaterequal,
7928         islessgreater, isunordered, lgamma_r and pow10 as functions and
7929         macros not tested.  Mention which functions not tested are aliases
7930         for other functions.  Fix typo.  Note that signs of NaNs are not
7931         tested.
7933         * scripts/config.guess: Update from config.git.
7934         * scripts/config.sub: Likewise.
7936 2012-10-04  Roland McGrath  <roland@hack.frob.com>
7938         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
7939         * misc/madvise.c (madvise): Renamed to __madvise.
7940         Make madvise a weak alias.
7941         * include/sys/mman.h: Declare __madvise.
7942         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
7943         * sysdeps/unix/syscalls.list
7944         (madvise): Make __madvise the strong name, and madvise a weak alias.
7945         * sysdeps/unix/sysv/linux/syscalls.list
7946         (madvise, mmap): Remove redundant entries.
7947         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
7948         * malloc/malloc.c (mtrim): Likewise.
7949         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
7951 2012-10-03  Roland McGrath  <roland@hack.frob.com>
7953         * sysdeps/mach/hurd/dl-cache.c: File removed.
7954         * config.h.in (USE_LDCONFIG): New #undef.
7955         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
7956         * configure: Regenerated.
7957         * elf/Makefile (dl-routines): Add dl-cache only under
7958         [$(use-ldconfig) = yes].
7959         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
7960         cache on [USE_LDCONFIG].
7961         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
7962         [USE_LDCONFIG].
7963         * elf/rtld.c (dl_main): Likewise.
7965 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
7967         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
7968         _SC_LEVEL4_CACHE_LINESIZE.
7970 2012-10-03  Roland McGrath  <roland@hack.frob.com>
7972         * sysdeps/unix/bsd/confstr.h: File removed.
7974 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
7976         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
7977         sys/sdt-config.h.
7979 2012-10-02  Roland McGrath  <roland@hack.frob.com>
7981         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
7982         Make 'mapoff' field ElfW(Off) rather than off_t.
7984 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7986         * nscd/Makefile: Remove nscd-cflags and all its users.
7987         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
7988         (CFLAGS-nonlib): Add compiler flags for nscd modules.
7990         [BZ #10631]
7991         * malloc.c (malloc_printerr): Clarify error message.
7993 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
7995         [BZ #14648]
7996         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7997         Set bit_FMA_Usable if FMA is supported.
7998         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
7999         macro.
8000         (bit_FMA4_Usable): Updated.
8001         (index_FMA_Usable): New macro.
8002         (CPUID_FMA): Likewise
8003         (HAS_FMA): Defined with bit_FMA_Usable.
8005 2012-10-01  Roland McGrath  <roland@hack.frob.com>
8007         * bits/types.h (__swblk_t): Type removed.
8008         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
8009         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
8010         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
8011         (__SWBLK_T_TYPE): Likewise.
8012         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
8013         (__SWBLK_T_TYPE): Likewise.
8014         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
8015         (__SWBLK_T_TYPE): Likewise.
8016         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
8017         (__SWBLK_T_TYPE): Likewise.
8019 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
8020             Honza Horak <hhorak@redhat.com>
8022         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
8023         (xdr_mapname): Use YPMAXMAP as maxsize.
8024         (xdr_peername): Use YPMAXPEER as maxsize.
8025         (xdr_keydat): Use YPAXRECORD as maxsize.
8026         (xdr_valdat): Use YPMAXRECORD as maxsize.
8028 2012-10-01  Roland McGrath  <roland@hack.frob.com>
8030         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
8032         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
8033         * csu/init-first.c: ... here.
8034         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
8035         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
8036         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
8037         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
8038         * sysdeps/i386/init-first.c: File removed.
8039         * sysdeps/sh/init-first.c: File removed.
8041 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
8043         [BZ #14645]
8044         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
8045         if x * y might underflow to zero and z is zero.
8046         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8047         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8048         * math/libm-test.inc (min_subnorm_value): New variable.
8049         (fma_test): Add more tests.
8050         (fma_test_towardzero): Likewise.
8051         (fma_test_downward): Likewise
8052         (fma_test_upward): Likewise.
8053         (initialize): Set min_subnorm_value.
8055 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
8057         [BZ #14638]
8058         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
8059         0 + 0.
8060         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
8061         mode for addition resulting in exact zero.
8062         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
8063         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
8064         exact 0 + 0.
8065         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8066         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8067         * math/libm-test.inc (fma_test): Add more tests.
8068         (fma_test_towardzero): New function.
8069         (fma_test_downward): Likewise.
8070         (fma_test_upward): Likewise.
8071         (main): Call the new functions.
8073 2012-09-28  David S. Miller  <davem@davemloft.net>
8075         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
8077 2012-09-28  Roland McGrath  <roland@hack.frob.com>
8079         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
8080         instead of SIGALRM.
8082         * sysdeps/gnu/_G_config.h: Moved to ...
8083         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
8084         * sysdeps/mach/hurd/_G_config.h: Moved to ...
8085         * sysdeps/generic/_G_config.h: ... here.
8087         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
8089         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
8091         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
8092         Conditionalize target on [libnss_test1.so-version].
8094         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
8096         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
8097         (elfobjdir): Move out of conditionals.
8099         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
8100         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
8101         (__nss_lookup_function): Conditionalize label remove_from_tree on
8102         [!DO_STATIC_NSS || SHARED], matching its only use.
8104 2012-09-28  David S. Miller  <davem@davemloft.net>
8106         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
8107         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
8108         file.
8109         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
8110         sysdep_routines.
8111         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
8112         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
8113         when HWCAP_SPARC_CRYPTO is present.
8115 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
8117         * io/tst-mknodat.c: Create a FIFO instead of a socket.
8119 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
8121         [BZ #6530]
8122         * stdio-common/vfprintf.c (process_string_arg): Revert
8123         2000-07-22 change.
8125 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
8127         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
8128         for testcase.
8129         * stdio-common/tst-sprintf.c: Include <locale.h>
8130         (main): Test sprintf's handling of incomplete multibyte
8131         characters.
8133 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
8135         * elf/dl-runtime.c (VERSYMIDX): Removed.
8136         * elf/dl-version.c (VERSYMIDX): Likewise.
8137         * elf/do-rel.h (VERSYMIDX): Likewise.
8138         (VALIDX): Likewise.
8139         * elf/dynamic-link.h (VERSYMIDX): Likewise.
8140         * elf/rtld.c (VALIDX): Likewise.
8141         (ADDRIDX): Likewise.
8142         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
8143         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
8144         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
8145         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
8146         (VALIDX): Likewise.
8147         (ADDRIDX): Likewise.
8149 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
8151         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
8153 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
8155         [BZ #11438]
8156         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
8157         to global scope.
8158         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
8159         addresses are in the same scope as 192.0.2/24.
8160         * posix/gai.conf: Document new scope table defaults.
8162 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8164         [BZ #5298]
8165         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
8166         for ftell.  Compute offsets from write pointers instead.
8167         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
8169 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8171         [BZ #14543]
8172         * libio/Makefile (tests): New test case tst-fseek.
8173         * libio/tst-fseek.c: New test case to verify that fseek/ftell
8174         combination works in wide mode.
8175         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
8176         state when the external buffer state changes.
8178 2012-09-27  David S. Miller  <davem@davemloft.net>
8180         [BZ #14376]
8181         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
8182         pass reloc->r_addend in as the 'high' argument to
8183         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
8185         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8187 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
8189         * rt/tst-aio2.c: Include <pthread.h>.
8190         * rt/tst-aio3.c: Likewise.
8192 2012-09-27  Steve Ellcey  <sellcey@mips.com>
8194         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
8196 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
8198         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
8199         contents on [SHARED].
8201 2012-09-26  Marek Polacek  <polacek@redhat.com>
8203         [BZ #14530]
8204         [BZ #13741]
8205         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
8206         for C++ and GCC <4.3 as well as for non GCC compilers.
8208 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
8210         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8212 2012-09-25  Roland McGrath  <roland@hack.frob.com>
8214         * Makefile.in (all, install): Declare with .PHONY.
8215         Reported by Michael Hope <michael.hope@linaro.org>.
8217 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
8219         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
8220         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
8221         system header.
8222         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
8223         Likewise.
8224         (sydep_routines): Add the new and the internal functions.
8225         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
8226         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
8227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
8228         (GLIBC_2.17): Add the new function.
8229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
8230         (GLIBC_2.17): Likewise.
8231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
8232         (GLIBC_2.17): Likewise.
8233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
8234         (GLIBC_2.17): Likewise.
8235         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
8237 2012-09-25  Alan Modra  <amodra@gmail.com>
8239         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
8240         Add release barrier before setting once_control to say
8241         initialisation is done.  Add hints on lwarx.  Use macro in
8242         place of isync.
8243         (clear_once_control): Add release barrier.
8245 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
8247         [BZ #13629]
8248         * math/s_clog.c (__clog): Handle more values close to |z| = 1
8249         specially.
8250         * math/s_clog10.c (__clog10): Likewise.
8251         * math/s_clog10f.c (__clog10f): Likewise.
8252         * math/s_clog10l.c (__clog10l): Likewise.
8253         * math/s_clogf.c (__clogf): Likewise.
8254         * math/s_clogl.c (__clogl): Likewise.
8255         * math/Makefile (libm-calls): Add x2y2m1.
8256         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
8257         (__x2y2m1): Likewise.
8258         (__x2y2m1l): Likewise.
8259         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
8260         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
8261         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
8262         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
8263         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
8264         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
8265         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
8266         * sysdeps/i386/fpu/libm-test-ulps: Update.
8267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8269         [BZ #14621]
8270         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
8271         int as type of variable DEPTH.
8272         (glob): Use size_t instead of int as type of variables NEWCOUNT
8273         and OLD_PATHC.
8275 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
8277         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
8278         Add s_sincosf-sse2.
8279         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
8280         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
8281         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
8282         macros for using routine as __sincosf_ia32.
8283         Use macro for function declaration and weak_alias.
8284         * sysdeps/i386/fpu/libm-test-ulps: Update.
8286         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
8287         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8289         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
8290         subnormal argument.
8291         * math/s_cexpf.c (__cexpf): Likewise.
8292         * math/s_csinf.c (__csinf): Likewise.
8293         * math/s_csinhf.c (__csinhf): Likewise.
8294         * math/s_ctanf.c (__ctanf): Likewise.
8295         * math/s_ctanhf.c (__ctanhf): Likewise.
8296         * math/s_ccosh.c (__ccoshf): Likewise.
8297         * math/s_cexp.c (__cexpl): Likewise.
8298         * math/s_csin.c (__csin): Likewise.
8299         * math/s_csinh.c (__csinh): Likewise.
8300         * math/s_ctan.c (__ctan): Likewise.
8301         * math/s_ctanh.c (ctanh): Likewise.
8302         * math/s_ccoshl.c (__ccoshl): Likewise.
8303         * math/s_cexpl.c (__cexpl): Likewise.
8304         * math/s_csinl.c (__csinl): Likewise.
8305         * math/s_csinhl.c (__csinhl): Likewise.
8306         * math/s_ctanl.c (__ctanl): Likewise.
8307         * math/s_ctanhl.c (__ctanhl): Likewise.
8309 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
8311         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
8312         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
8313         (_IO_off_t): Define to __off_t, not _G_off_t.
8314         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
8315         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
8316         (_IO_wint_t): Define to wint_t, not _G_wint_t.
8317         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
8318         type of __dummy and __dummy2 fields.
8319         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
8320         (_G_ssize_t): Likewise.
8321         (_G_off_t): Likewise.
8322         (_G_pid_t): Likewise.
8323         (_G_uid_t): Likewise.
8324         (_G_wchar_t): Likewise.
8325         (_G_wint_t): Likewise.
8326         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
8327         (_G_ssize_t): Likewise.
8328         (_G_off_t): Likewise.
8329         (_G_pid_t): Likewise.
8330         (_G_uid_t): Likewise.
8331         (_G_wchar_t): Likewise.
8332         (_G_wint_t): Likewise.
8333         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
8334         (_G_ssize_t): Likewise.
8335         (_G_off_t): Likewise.
8336         (_G_pid_t): Likewise.
8337         (_G_uid_t): Likewise.
8338         (_G_wchar_t): Likewise.
8339         (_G_wint_t): Likewise.
8341 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
8343         * malloc/arena.c: Include malloc-sysdep.h.
8344         (shrink_heap): Use check_may_shrink_heap to decide if madvise
8345         is sufficient to shrink the heap or an unmap is needed.
8346         * sysdeps/generic/malloc-sysdep.h: New file.  Define
8347         new function check_may_shrink_heap.
8348         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
8349         new function check_may_shrink_heap.
8351 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
8353         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
8354         comments.
8356 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
8358         * catgets/test-gencat.sh: Add "set -e".
8359         * elf/tst-pathopt.sh: Likewise.
8360         * grp/tst_fgetgrent.sh: Likewise.
8361         * iconvdata/run-iconv-test.sh: Likewise.
8362         * intl/tst-gettext.sh: Likewise.
8363         * intl/tst-gettext2.sh: Likewise.
8364         * intl/tst-gettext4.sh: Likewise.
8365         * intl/tst-gettext6.sh: Likewise.
8366         * intl/tst-translit.sh: Likewise.
8367         * io/ftwtest-sh: Likewise.
8368         * libio/test-freopen.sh: Likewise.
8369         * malloc/tst-mtrace.sh: Likewise.
8370         * posix/globtest.sh: Likewise.
8371         * posix/tst-getconf.sh: Likewise.
8372         * posix/wordexp-tst.sh: Likewise.
8373         * stdio-common/tst-printf.sh: Likewise.
8374         * stdio-common/tst-unbputc.sh: Likewise.
8375         * stdlib/tst-fmtmsg.sh: Likewise.
8376         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
8377         * catgets/Makefile: Do not specify -e option when running
8378         testsuite shell scripts.
8379         * elf/Makefile: Likewise.
8380         * grp/Makefile: Likewise.
8381         * iconvdata/Makefile: Likewise.
8382         * intl/Makefile: Likewise.
8383         * io/Makefile: Likewise.
8384         * libio/Makefile: Likewise.
8385         * malloc/Makefile: Likewise.
8386         * posix/Makefile: Likewise.
8387         * stdio-common/Makefile: Likewise.
8388         * stdlib/Makefile: Likewise.
8389         * sysdeps/x86_64/Makefile: Likewise.
8391         * io/ftwtest-sh: Add copyright header.
8392         * posix/globtest.sh: Likewise.
8393         * posix/tst-getconf.sh: Likewise.
8394         * posix/wordexp-tst.sh: Likewise.
8395         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
8397 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
8399         [BZ #13679]
8400         * Makeconfig (+link): Defined as $(+link-static) if
8401         $(build-shared) isn't yes.
8402         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
8403         isn't yes.
8404         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
8406         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
8408         [BZ #14562]
8409         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
8410         new chunk size with MALLOC_ALIGN_MASK.
8412 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
8414         [BZ #5044]
8415         * stdio-common/printf_fphex.c: Include <stdbool.h> and
8416         <rounding-mode.h>.
8417         (__printf_fphex): Determine rounding using get_rounding_mode and
8418         round_away.
8419         * stdio-common/tst-printf-round.c (struct hex_test): New
8420         structure.
8421         (hex_tests): New variable.
8422         (test_hex_in_one_mode): New function.
8423         (do_test): Also run tests for hex float output.
8425 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
8427         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
8428         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
8429         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
8430         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
8431         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
8432         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
8433         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
8434         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
8436 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
8438         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
8439         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
8440         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
8441         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
8443 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
8445         [BZ #14579]
8446         * elf/rtld.c (dl_main): Limit the check for self loading to normal
8447         mode only.
8448         * elf/tst-rtld-load-self.sh: New test.
8449         * elf/Makefile: Run it.
8451 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
8453         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
8454         (tst-writev-ENV): Remove.
8455         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
8457 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
8459         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
8461 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
8463         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
8464         unconditional.
8465         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
8466         Likewise.
8467         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
8468         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
8469         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
8470         Likewise.
8472 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
8474         [BZ #14587]
8475         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
8476         * config.make.in (have-cpp-asm-debuginfo): Removed.
8477         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
8478         * configure: Regenerated.
8480 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
8482         [BZ #5044]
8483         * stdio-common/printf_fp.c: Include <stdbool.h> and
8484         <rounding-mode.h>.
8485         (___printf_fp): Determine rounding using get_rounding_mode and
8486         round_away.
8487         * stdio-common/tst-printf-round.c: New file.
8488         * stdio-common/Makefile (tests): Add tst-printf-round.
8489         (link-libm): New variable.
8490         ($(objpfx)tst-printf-round): Depend in $(link-libm).
8492 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
8494         [BZ #14576]
8495         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
8496         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
8497         Likewise.
8498         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
8499         Likewise.
8501 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
8503         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
8504         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
8505         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
8506         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
8508 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
8510         [BZ #14518]
8511         * include/rounding-mode.h: New file.
8512         * sysdeps/generic/get-rounding-mode.h: Likewise.
8513         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
8514         * stdlib/strtod_l.c: Include <rounding-mode.h>.
8515         (MAX_VALUE): New macro.
8516         (MIN_VALUE): Likewise.
8517         (overflow_value): New function.
8518         (underflow_value): Likewise.
8519         (round_and_return): Use overflow_value and underflow_value to
8520         determine return values in overflow and underflow cases.  Use
8521         round_away to determine rounding depending on rounding mode.
8522         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
8523         determine return values in overflow and underflow cases.
8524         * stdlib/tst-strtod-round.c: Include <fenv.h>.
8525         (struct test_results): New structure.
8526         (struct test): Use struct test_results to store expected results
8527         for all rounding modes.
8528         (TEST): Include expected results for all rounding modes.
8529         (test_in_one_mode): New function.
8530         (do_test): Use test_in_one_mode to compute and check results.
8531         Check results for all rounding modes.
8532         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
8533         $(link-libm).
8535 2012-12-09  Allan McRae  <allan@archlinux.org>
8537         * sysdeps/i386/fpu/libm-test-ulps: Update
8539 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
8541         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
8542         (_G_int32_t): Likewise.
8543         (_G_uint16_t): Likewise.
8544         (_G_uint32_t): Likewise.
8545         (_G_HAVE_BOOL): Likewise.
8546         (_G_HAVE_ATEXIT): Likewise.
8547         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
8548         (_G_HAVE_IO_FILE_OPEN): Likewise.
8549         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
8550         (_G_int32_t): Likewise.
8551         (_G_uint16_t): Likewise.
8552         (_G_uint32_t): Likewise.
8553         (_G_HAVE_BOOL): Likewise.
8554         (_G_HAVE_ATEXIT): Likewise.
8555         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
8556         (_G_HAVE_IO_FILE_OPEN): Likewise.
8557         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
8558         (_G_int32_t): Likewise.
8559         (_G_uint16_t): Likewise.
8560         (_G_uint32_t): Likewise.
8561         (_G_HAVE_BOOL): Likewise.
8562         (_G_HAVE_ATEXIT): Likewise.
8563         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
8564         (_G_HAVE_IO_FILE_OPEN): Likewise.
8566 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
8568         * csu/libc-tls.c: Update copyright years.
8570 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
8572         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
8573         [!_G_USING_THUNKS]: Remove conditional code.
8574         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
8575         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
8577         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
8578         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
8579         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
8580         (_G_VTABLE_LABEL_PREFIX): Likewise.
8581         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
8582         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
8583         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
8584         (_G_VTABLE_LABEL_PREFIX): Likewise.
8585         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
8586         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
8587         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
8588         (_G_VTABLE_LABEL_PREFIX): Likewise.
8589         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
8591 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
8593         * libio/Makefile: Include ../Makeconfig before tests.
8594         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
8595         only if $(build-shared) is yes.
8597         * iconv/gconv_db.c: Update copyright years.
8599 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
8601         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
8602         unwind info if defined PIC. Fix special cases description.
8603         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
8605         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
8606         DP_HI_MASK entry.
8607         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
8609 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
8611         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
8613         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
8614         is NULL.
8616         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
8617         (LDLIBS-tst-chk4): This.
8618         (LDFLAGS-tst-chk5): Renamed to ...
8619         (LDLIBS-tst-chk5): This.
8620         (LDFLAGS-tst-chk6): Renamed to ...
8621         (LDLIBS-tst-chk6): This.
8622         (LDFLAGS-tst-lfschk4): Renamed to ...
8623         (LDLIBS-tst-lfschk4): This.
8624         (LDFLAGS-tst-lfschk5): Renamed to ...
8625         (LDLIBS-tst-lfschk5): This.
8626         (LDFLAGS-tst-lfschk6): Renamed to ...
8627         (LDLIBS-tst-lfschk6): This.
8629         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
8630         on $(common-objpfx)soversions.mk.
8632 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
8634         [BZ #10014]
8635         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
8636         example host name.
8638 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
8640         * malloc/arena.c (arena_get_retry): New function that gets
8641         another arena for the caller to try its request on.
8642         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
8643         current arena cannot fulfill the request.
8644         (__libc_memalign): Likewise.
8645         (__libc_memalign): Likewise.
8646         (__libc_pvalloc): Likewise.
8647         (__libc_calloc): Likewise.
8649 2012-09-05  John Tobey  <john.tobey@gmail.com>
8651         [BZ #13542]
8652         * manual/arith.texi (Operations on Complex): Fix description
8653         of carg branch cut.
8655 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
8657         [BZ #10014]
8658         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
8659         host name.
8661         [BZ #10038]
8662         * manual/memory.texi (Memory): Make order of menu items match
8663         order of sections.
8665 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
8667         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
8668         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
8669         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
8671 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
8673         * csu/libc-tls.c (static_dtv): Renamed to ...
8674         (_dl_static_dtv): This.  Make it global.
8675         (_dl_initial_dtv): Removed.
8676         (__libc_setup_tls): Updated.
8677         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
8678         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
8679         DL_INITIAL_DTV.
8681 2012-09-06  Petr Machata  <pmachata@redhat.com>
8683         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
8684         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
8685         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
8686         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
8688 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
8690         [BZ #14545]
8691         * csu/libc-tls.c (_dl_initial_dtv): New variable.
8692         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
8693         freeing dtv[-1].
8695 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
8697         [BZ #14544]
8698         * Makeconfig (link-static-before-libc): Replace $(+prector)
8699         with $(+prectorT).
8700         (link-static-after-libc): Replace $(+postctor) with
8701         $(+postctorT).
8702         (link-bounded): Replace $(+prector)/$(+postctor) with
8703         $(+prectorT)/$(+postctorT).
8704         (+prectorT): New macro.
8705         (+postctorT): Likewise.
8707 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
8709         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
8710         (round_str): Handle values above the maximum for IBM long double
8711         as inexact.
8712         * stdlib/tst-strtod-round.c (tests): Regenerated.
8714 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8716         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
8717         assembler flag.
8718         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
8719         zarch_nohighgprs around the zarch optimized routines.
8720         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
8721         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
8722         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
8723         for zarch.
8725 2012-09-05  David S. Miller  <davem@davemloft.net>
8727         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8729         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
8730         HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
8731         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
8732         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
8733         entries.
8735 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
8737         * malloc/arena.c: Fold copyright years.
8738         * malloc/mcheck.c, malloc/memusage.c: Likewise.
8740 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
8742         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
8744 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
8746         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
8748 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
8750         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
8751         change internal state upon failure.
8753 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
8755         * malloc/mcheck.c (mcheck_check_all): Fix typo.
8756         * malloc/memusage.c (mmap): Likewise.
8757         (mmap64, mremap): Likewise.  Adjust name in comment.
8759 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8761         * libio/fileops.c: Fix typos in comments.
8762         * libio/oldfileops.c: Likewise.
8763         * libio/wfileops.c: Likewise.
8765 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8767         [BZ #1349]
8768         * malloc/Makefile (tests): Add tst-malloc-usable test case.
8769         (tst-malloc-usable-ENV): Set environment for test case.
8770         * malloc/hooks.c (malloc_check_get_size): New function to get
8771         requested size.
8772         * malloc/malloc.c (musable): Use malloc_check_get_size.
8773         * malloc/tst-malloc-usable.c: New test case.
8775 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
8777         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
8779 2012-09-05  Allan McRae  <allan@archlinux.org>
8781         [BZ #13966]
8782         * configure.in (CXX_SYSINCLUDES): Use compiler output to
8783         determine header location.
8784         * configure: Regenerated.
8786 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
8788         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
8789         float format.
8790         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
8791         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
8792         format.
8793         (test): Regenerate.
8795 2012-09-04  David S. Miller  <davem@davemloft.net>
8797         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
8798         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
8799         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
8801 2012-09-04  Florian Weimer  <fweimer@redhat.com>
8803         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
8804         failures.
8806         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
8808 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
8810         [BZ #9914]
8811         * libio/iogetdelim.c: Include <limits.h>.
8812         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
8813         + len + 1 would overflow.
8815 2012-09-03  Andreas Jaeger  <aj@suse.de>
8817         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8818         * sysdeps/i386/fpu/libm-test-ulps: Update.
8820 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
8822         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
8823         Add s_sinf-sse2, s_conf-sse2.
8825         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
8826         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
8827         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
8828         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
8830         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
8831         for using routine as __sinf_ia32.
8832         Use macro for function declaration and weak_alias.
8833         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
8834         for using routine as __cosf_ia32.
8835         Use macro for function declaration and weak_alias.
8837         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
8838         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
8840         * sysdeps/x86_64/fpu/s_sinf.S: New file.
8841         * sysdeps/x86_64/fpu/s_cosf.S: New file.
8842         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8844         * math/libm-test.inc (cos_test): Add more test cases.
8845         (sin_test): Likewise.
8846         (sincos_test): Likewise.
8848 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8850         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
8851         (IFUNC_RESOLVE): Make pointers to the specialized implementations
8852         hidden.
8853         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
8855 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
8857         [BZ #14538]
8858         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
8859         first element of the GOT.
8860         (elf_machine_load_address): Return the difference between
8861         the runtime address of _DYNAMIC and elf_machine_dynamic ().
8863 2012-09-01  Allan McRae  <allan@archlinux.org>
8865         [BZ #13412]
8866         * configure.in (AWK): Require gawk version 3.0 or later.
8867         * configure: Regenerated.
8869 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
8871         * sysdeps/unix/sysv/linux/kernel-features.h
8872         (__ASSUME_POSIX_CPU_TIMERS): Remove.
8873         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
8874         [__NR_clock_getres]: Make code unconditional.
8875         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
8876         (clock_getcpuclockid): Remove code left unreachable by removal of
8877         conditionals.
8878         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
8879         code unconditional.
8880         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
8881         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
8882         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
8883         Make code unconditional.
8884         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
8885         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
8886         * sysdeps/unix/sysv/linux/clock_settime.c
8887         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
8888         conditional code.
8889         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
8890         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
8892 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
8894         [BZ #14476]
8895         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
8896         scripts/test-installation.pl.
8898         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
8899         and $ld_so_version if it is set.
8901 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
8903         [BZ #14516]
8904         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
8905         failure if reading from procfs failed.
8906         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
8908 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
8910         * sysdeps/unix/sysv/linux/kernel-features.h
8911         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
8912         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
8913         Remove conditional code.
8914         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
8915         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
8916         Remove conditional code.
8917         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
8918         * sysdeps/unix/sysv/linux/i386/fxstat.c
8919         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
8920         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
8921         * sysdeps/unix/sysv/linux/i386/fxstatat.c
8922         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
8923         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
8924         * sysdeps/unix/sysv/linux/i386/lxstat.c
8925         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
8926         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
8927         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
8928         Remove conditional code.
8929         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
8930         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
8931         Remove conditional code.
8932         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
8933         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
8934         <kernel-features.h>.
8935         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
8936         Remove.
8937         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
8938         Remove conditional code.
8939         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
8940         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
8941         Remove conditional.
8943 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
8945         [BZ #5400]
8946         * NEWS: Add fixed bug number.
8948 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
8950         [BZ #14519]
8951         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
8952         underflowing exponent in case of negative sign.
8953         * stdlib/tst-strtod-round-data: Add more tests.
8954         * stdlib/tst-strtod-round.c (tests): Regenerated.
8956         [BZ #3479]
8957         * stdlib/strtod_l.c (NDIG): Remove.
8958         (HEXNDIG): Likewise.
8959         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
8960         smallest representable value.
8961         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
8962         lie within an exact representation of 1/2 ulp of the result.
8963         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
8964         unconditionally.
8965         (TENS_P9_IDX): Define unconditionally.
8966         (TENS_P9_SIZE): Likewise.
8967         (TENS_P10_IDX): Likewise.
8968         (TENS_P10_SIZE): Likewise.
8969         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
8970         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
8971         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
8972         entries for 10^2^13 and 10^2^14.
8973         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
8974         (TENS_P13_IDX): Define.
8975         (TENS_P13_SIZE): Likewise.
8976         (TENS_P14_IDX): Likewise.
8977         (TENS_P14_SIZE): Likewise.
8978         (_fpioconst_pow10): Change array size to
8979         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
8980         unconditional.
8981         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
8982         1024]: Add entries for 10^2^13 and 10^2^14.
8983         [LAST_POW10 > _LAST_POW10]: Remove #error.
8984         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
8985         (_fpioconst_pow10): Change array size to
8986         FPIOCONST_POW10_ARRAY_SIZE.
8987         * stdlib/gen-fpioconst.c: New file.
8988         * stdlib/gen-tst-strtod-round.c: Likewise.
8989         * stdlib/tst-strtod-round-data: Likewise.
8990         * stdlib/tst-strtod-round.c: Likewise.
8991         * stdlib/Makefile (tests): Add tst-strtod-round.
8993         [BZ #14459]
8994         * stdlib/strtod_l.c: Include <stdint.h>.
8995         (NDEBUG): Do not define.
8996         (round_and_return): Change EXPONENT parameter to type intmax_t.
8997         Rearrange calculations to avoid internal overflow possibilities.
8998         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
8999         Rearrange calculations to avoid internal overflow possibilities.
9000         Assert that number fits inside MPNSIZE limbs.
9001         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
9002         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
9003         calculations and add assertions to avoid internal overflow
9004         possibilities.  Add casts to avoid signed/unsigned operations.
9005         * stdlib/tst-strtod-overflow.c: New file.
9006         * stdlib/Makefile (tests): Add tst-strtod-overflow.
9008 2012-08-25  Marek Polacek  <polacek@redhat.com>
9010         * time/time.h: Fix some typos in comments.
9012 2012-08-23  Roland McGrath  <roland@hack.frob.com>
9014         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
9015         * posix/tst-rfc3484-2.c: Likewise.
9016         * posix/tst-rfc3484-3.c: Likewise.
9018 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
9020         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
9021         (EF_ARM_ABI_FLOAT_HARD): Likewise.
9023 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
9025         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
9026         #include of fxstatat64.c.
9028 2012-08-22  Roland McGrath  <roland@hack.frob.com>
9030         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
9031         * shadow/getspent_r.c: Likewise.
9032         * shadow/getspnam.c: Likewise.
9033         * shadow/getspnam_r.c: Likewise.
9034         * gshadow/getsgent.c: Likewise.
9035         * gshadow/getsgent_r.c: Likewise.
9036         * gshadow/getsgnam.c: Likewise.
9037         * gshadow/getsgnam_r.c: Likewise.
9038         * inet/getnetbyad.c: Likewise.
9039         * inet/getnetbyad_r.c: Likewise.
9040         * inet/getnetbynm.c: Likewise.
9041         * inet/getnetbynm_r.c: Likewise.
9042         * inet/getnetent.c: Likewise.
9043         * inet/getnetent_r.c: Likewise.
9044         * inet/getproto.c: Likewise.
9045         * inet/getproto_r.c: Likewise.
9046         * inet/getprtent.c: Likewise.
9047         * inet/getprtent_r.c: Likewise.
9048         * inet/getprtname.c: Likewise.
9049         * inet/getprtname_r.c: Likewise.
9050         * inet/getrpcbyname.c: Likewise.
9051         * inet/getrpcbyname_r.c: Likewise.
9052         * inet/getrpcbynumber.c: Likewise.
9053         * inet/getrpcbynumber_r.c: Likewise.
9054         * inet/getrpcent.c: Likewise.
9055         * inet/getrpcent_r.c: Likewise.
9056         * inet/getaliasent.c: Likewise.
9057         * inet/getaliasent_r.c: Likewise.
9058         * inet/getaliasname.c: Likewise.
9059         * inet/getaliasname_r.c: Likewise.
9060         * nscd/getgrgid_r.c: Likewise.
9061         * nscd/getgrnam_r.c: Likewise.
9062         * nscd/gethstbyad_r.c: Likewise.
9063         * nscd/gethstbynm3_r.c: Likewise.
9064         * nscd/getpwnam_r.c: Likewise.
9065         * nscd/getpwuid_r.c: Likewise.
9066         * nscd/getsrvbynm_r.c: Likewise.
9067         * nscd/getsrvbypt_r.c: Likewise.
9068         * nscd/gai.c: Likewise.
9070         * configure.in (build_nscd): New substituted variable, set
9071         by --disable-build-nscd and defaults to $use_nscd.
9072         * configure: Regenerated.
9073         * config.make.in (build-nscd): New substituted variable.
9074         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
9075         Change conditional to require [$(build-nscd) = yes] as well.
9076         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
9078         [BZ# 13696]
9079         * configure.in (use_nscd): New substituted variable, set by
9080         --disable-nscd.  If enabled, define USE_NSCD.
9081         * configure: Regenerated.
9082         * config.h.in: Add USE_NSCD.
9083         * config.make.in (use-nscd): New substituted variable.
9084         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
9085         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
9086         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
9087         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
9088         (CFLAGS-getgrnam_r.c): Likewise.
9089         (CFLAGS-initgroups.c): Likewise.
9090         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
9091         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
9092         Variables removed.
9093         * inet/getnetgrent_r.c
9094         (nscd_setnetgrent): New function, broken out of ...
9095         (setnetgrent): ... here.  Call it.
9096         (innetgr): Conditionalize nscd bits on [USE_NSCD].
9097         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
9098         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
9099         * nscd/Makefile (routines, aux): Move definitions after include of
9100         Makeconfig.  Conditionalize on [$(use-nscd) != no].
9101         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
9102         Conditionalize on [USE_NSCD].
9103         (is_nscd, nscd_init_cb): Likewise.
9104         (nss_load_library): Conditionalize init callback on [USE_NSCD].
9105         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
9106         * nss/nss_db/db-init.c: Likewise.
9107         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
9108         [USE_NSCD].
9109         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
9110         (make_request): Use it.
9111         (cache_valid_p): New function.
9112         (__check_pf): Use it.
9113         * NEWS: Add item for --disable-nscd.
9115 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
9117         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
9118         to support sed >= 4.2.1-20-ga9bf076.
9119         * configure: Regenerated.
9121 2012-08-22  Roland McGrath  <roland@hack.frob.com>
9123         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
9124         Conditionalize whole body on [IREL].
9126 2012-08-22  Jeff Law <law@redhat.com>
9128         [BZ #14505]
9129         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
9130         if the family is PF_UNSPEC.
9132 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
9134         * Makerules (lib-version): Rename from V.
9135         (install-lib-nosubdir): Change V to lib-version.
9137 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
9139         [BZ #14252]
9140         * powerpc32/power6/wcschr.c: New file.
9141         * powerpc32/power6/wcscpy.c: New file.
9142         * powerpc32/power6/wcsrchr.c: New file.
9143         * powerpc64/power6/wcschr.c: New file.
9144         * powerpc64/power6/wcscpy.c: New file.
9145         * powerpc64/power6/wcsrchr.c: New file.
9147 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
9149         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
9150         (two_way_short_needle): Use it.
9151         * string/strstr.c (AVAILABLE1_USES_J): Define.
9152         * string/strcasestr.c: Likewise.
9154         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
9155         array references.
9156         * string/strcasestr.c (TOLOWER): Make side-effect safe.
9158         [BZ #11607]
9159         * NEWS: Add an entry.
9160         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
9161         define their defaults.
9162         (two_way_short_needle): Detect end-of-string on-the-fly.
9163         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
9164         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
9165         * string/bug-strcasestr1.c: New test.
9166         * string/Makefile: Run it.
9168 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
9170         [BZ #11607]
9171         * string/str-two-way.h (two_way_short_needle): Optimize matching of
9172         the first character.
9174 2012-08-21  Roland McGrath  <roland@hack.frob.com>
9176         * csu/elf-init.c (__libc_csu_irel): Function removed.
9177         * csu/libc-start.c (apply_irel): New function.
9178         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
9180 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
9182         * sysdeps/unix/sysv/linux/kernel-features.h
9183         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
9184         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
9185         <kernel-features.h>.
9186         [__NR_fadvise64_64]: Make code unconditional.
9187         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
9188         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
9189         !__NR_fadvise64_64)]: Likewise.
9190         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
9191         !__NR_fadvise64_64))]: Likewise.
9192         [__NR_fadvise64]: Make code unconditional.
9193         [!__NR_fadvise64]: Remove conditional code.
9194         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
9195         <kernel-features.h>.
9196         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
9197         unconditional.
9198         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
9199         conditional code.
9200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
9201         not include <kernel-features.h>.
9202         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
9203         unconditional.
9204         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
9205         conditional code.
9206         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
9207         include <kernel-features.h>.
9208         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
9209         unconditional.
9210         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
9211         conditional code.
9213 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
9215         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
9216         slight instruction rearrangements per scrollpipe analysis.
9217         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
9219 2012-08-20  Roland McGrath  <roland@hack.frob.com>
9221         * manual/syslog.texi (syslog; vsyslog, closelog):
9222         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
9223         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
9225         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
9226         DSOCAPS to match condition on defining it.
9228 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
9230         * sysdeps/unix/sysv/linux/kernel-features.h
9231         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
9232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
9233         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
9234         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
9235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
9236         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
9237         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
9238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
9239         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
9240         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
9242         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
9243         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
9245         * sysdeps/unix/sysv/linux/kernel-features.h
9246         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
9247         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
9248         unconditional.
9249         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
9250         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
9251         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
9252         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
9253         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
9254         Make code unconditional.
9255         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
9256         (__mmap64) [!__NR_mmap2]: Likewise.
9257         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
9258         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
9259         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
9260         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
9261         [__NR_mmap2]: Make code unconditional.
9262         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
9263         (__mmap64) [!__NR_mmap2]: Likewise.
9265 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9267         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
9269 2012-08-18  Andreas Jaeger  <aj@suse.de>
9271         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
9273 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
9275         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
9276         * include/unistd.h (__have_sock_cloexec): Likewise.
9277         (__have_pipe2): Likewise.
9278         (__have_dup3): Likewise.
9280 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
9282         [BZ #9685]
9283         * include/unistd.h (__have_pipe2): Change define into an extern int.
9284         (__have_dup3): Likewise.
9285         * socket/have_sock_cloexec.c: Include fcntl.h.
9286         (__have_pipe2): New variable.
9287         (__have_dup3): Likewise.
9289 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
9291         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
9293 2012-08-17  Marek Polacek  <polacek@redhat.com>
9295         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
9296         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
9298 2012-08-17  Roland McGrath  <roland@hack.frob.com>
9300         * configure.in: Add AC_SUBST for sysheaders.
9301         * configure: Regenerated.
9302         * config.make.in (sysheaders): New substituted variable.
9304         * sysdeps/unix/mkfifo.c: Moved ...
9305         * sysdeps/posix/mkfifo.c: ... here.
9306         * sysdeps/unix/mkfifoat.c: Moved ...
9307         * sysdeps/posix/mkfifoat.c: ... here.
9309         * sysdeps/unix/utime.c: Moved ...
9310         * sysdeps/posix/utime.c: ... here.
9312         * sysdeps/unix/time.c: Moved ...
9313         * sysdeps/posix/time.c: ... here.
9314         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
9315         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
9317         * sysdeps/unix/nice.c: Moved ...
9318         * sysdeps/posix/nice.c: ... here.
9320         * sysdeps/unix/alarm.c: Moved ...
9321         * sysdeps/posix/alarm.c: ... here.
9323         * intl/Makefile ($(codeset_mo)): Depend on the input file.
9325 2012-08-17  Jeff Law <law@redhat.com>
9327         * intl/Makefile (codeset_mo): New variable.
9328         ($(codeset_mo)): New target.
9329         (tst-codeset.out): Depend on that.  Remove explicit rule.
9330         (tst-gettext3.out, tst-gettext5.out): Likewise.
9331         (LOCPATH-ENV, tst-codeset-ENV): New variables.
9332         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
9333         * intl/tst-codeset.sh: Remove.
9334         * intl/tst-gettext3.sh: Likewise.
9335         * intl/tst-gettext5.sh: Likewise.
9337 2012-08-17  Roland McGrath  <roland@hack.frob.com>
9339         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
9340         * sysdeps/unix/syscalls.list: ... here.
9342         * sysdeps/posix/getaddrinfo.c
9343         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
9344         (gaiconf_init, gaiconf_reload): Use them.
9345         [!_STATBUF_ST_NSEC]
9346         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
9347         Define using time_t rather than struct timespec.
9349         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
9350         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
9351         Macros removed.
9352         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
9353         [!NO_THREADS].
9354         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
9355         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
9356         Likewise.
9358         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
9359         __libc_cleanup_push argument.
9361         * bits/param.h: New file.
9362         * misc/sys/param.h: New file.
9363         * include/sys/param.h: New file.
9364         * misc/Makefile (headers): Add bits/param.h.
9365         * sysdeps/generic/sys/param.h: File removed.
9366         * sysdeps/unix/sysv/linux/bits/param.h: New file.
9367         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
9368         * sysdeps/mach/hurd/bits/param.h: New file.
9369         * sysdeps/mach/hurd/sys/param.h: File removed.
9371         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
9372         last change.
9374         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
9375         [_IO_MTSAFE_IO].
9376         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
9377         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
9378         New macros.
9380         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
9381         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
9382         rather than -D_IO_MTSAFE_IO conditionally.
9383         * stdio-common/Makefile (CPPFLAGS): Likewise.
9384         * wcsmbs/Makefile (CPPFLAGS): Likewise.
9385         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
9386         Use $(libio-mtsafe).
9387         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
9388         of -D_IO_MTSAFE_IO.
9389         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
9390         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
9391         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
9392         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
9393         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
9394         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
9395         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
9396         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
9397         (CFLAGS-fread_u_chk.c): Likewise.
9398         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
9399         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
9400         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
9401         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
9402         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
9403         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
9404         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
9405         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
9406         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
9408         * libio/Makefile: Test [$(libc-reentrant) = yes]
9409         instead of [$(filter %REENTRANT, $(defines)) nonempty].
9411         * Makeconfig
9412         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
9413         * sysdeps/pthread/configure: File removed.
9414         * sysdeps/pthread/Makeconfig: New file.
9415         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
9416         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
9418 2012-08-16  Gary Benson  <gbenson@redhat.com>
9420         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
9421         unmapping the first object in a namespace.
9423 2012-08-16  Roland McGrath  <roland@hack.frob.com>
9425         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
9426         (__internal_setnetgrent): ... this.  Add internal_function to
9427         definition.  Add libc_hidden_def.
9428         (setnetgrent): Update caller.
9429         (internal_endnetgrent): Renamed to ...
9430         (__internal_endnetgrent): ... this.  Add internal_function to
9431         definition.  Add libc_hidden_def.
9432         (endnetgrent): Update caller.
9433         (internal_getnetgrent_r): Renamed to ...
9434         (__internal_getnetgrent_r): ... this.  Add internal_function to
9435         definition.  Add libc_hidden_def.
9436         (__getnetgrent_r): Update caller.
9437         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
9439 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
9441         * stdlib/longlong.h: Update from GCC.
9443 2012-08-16  Roland McGrath  <roland@hack.frob.com>
9445         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
9446         on _QL, which is set by umul_ppmm but never used.
9447         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
9448         variables, which are set by GMP macros but never used.
9449         * stdio-common/_itowa.c (_itowa): Likewise.
9450         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
9451         * stdlib/mod_1.c (mpn_mod_1): Likewise.
9453 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
9455         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
9456         struct La_sh_regs is not constant.
9457         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
9458         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
9459         and struct La_sparc64_regs are not constant.
9461 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
9463         * sysdeps/unix/sysv/linux/kernel-features.h
9464         (__ASSUME_POSIX_TIMERS): Remove.
9465         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
9466         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
9467         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
9468         Make code unconditional.
9469         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
9470         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
9471         Make code unconditional.
9472         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
9473         * sysdeps/unix/sysv/linux/clock_nanosleep.c
9474         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
9475         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
9476         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
9477         Make code unconditional.
9478         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
9479         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
9480         (__libc_missing_posix_timers): Remove.
9482 2012-08-15  Roland McGrath  <roland@hack.frob.com>
9484         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
9485         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
9487         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
9489         * elf/dl-sym.c: Include <stdlib.h>.
9491         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
9492         constants, which avoids warnings in 32-bit builds.
9494         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
9495         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
9497         * misc/lseek.c: File moved to ...
9498         * io/lseek.c: ... here.
9500         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
9502         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
9503         shifting LEN more than 31 bits at once.
9505 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
9507         [BZ #14195]
9508         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
9509         segmentation fault for a case of two empty input strings.
9510         * string/test-strncasecmp.c (check1): Renamed to...
9511         (bz12205): ...this.
9512         (bz14195): Add new testcase for two empty input strings and N > 0.
9513         (test_main): Call new testcase, adapt for renamed function.
9515 2012-08-15  Andreas Jaeger  <aj@suse.de>
9517         [BZ #14090]
9518         * crypt/md5test2.c: New test, based on test supplied by Serge
9519         Belyshev <belyshev@depni.sinp.msu.ru>.
9520         * crypt/Makefile (xtests): Add md5test-giant..
9521         * crypt/Makefile ($(objpfx)md5test-giant): Add.
9523 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9525         [BZ #14090]
9526         * crypt/md5.c (md5_process_block): Don't assume the buffer
9527         length is less than 2**32.
9528         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
9529         length is less than 2**64.
9531 2012-08-15  Roland McGrath  <roland@hack.frob.com>
9533         * string/str-two-way.h: Include <sys/param.h>.
9534         (MAX): Macro removed.
9536         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
9537         Move #define and #undef of memmove to just before and after
9538         including <string.h>.
9540         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
9541         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
9542         and after including <string.h>.  Move declarations of
9543         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
9544         to before #include "string/memmove.c".
9546         * include/dirent.h: Declare __getdirentries.
9548         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
9549         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
9551 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
9553         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
9554         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
9555         * sysdeps/i386/configure: Regenerated.
9556         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
9557         STABS_CURRENT_FILE, and STABS_FUN.
9558         (END): Remove call to STABS_FUN_END.
9559         (STABS_CURRENT_FILE1): Delete.
9560         (STABS_CURRENT_FILE): Likewise.
9561         (STABS_FUN): Likewise.
9562         (STABS_FUN_END): Likewise.
9563         (STABS_FUN2): Likewise.
9564         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
9565         * sysdeps/x86_64/configure: Regenerated.
9567 2012-08-14  Roland McGrath  <roland@hack.frob.com>
9569         * elf/dl-open.c: Include <atomic.h>.
9570         * elf/dl-lookup.c: Likewise.
9572 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
9574         * sysdeps/unix/sysv/linux/kernel-features.h
9575         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
9576         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
9577         unconditionally.
9578         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
9579         unconditionally.
9580         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
9581         condition on __ASSUME_CLONE_THREAD_FLAGS.
9583 2012-08-14  Andreas Jaeger  <aj@suse.de>
9585         * sysdeps/i386/fpu/libm-test-ulps: Update.
9587 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
9589         * include/atomic.h (atomic_exchange_and_add): Split into ...
9590         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
9591         New atomic macros.
9593 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
9595         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9597 2012-08-13  Jeff Law <law@redhat.com>
9599         * manual/stdio.texi (snprintf): Clarify handling of the trailing
9600         null byte in the output string.
9602 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
9604         * sysdeps/unix/sysv/linux/kernel-features.h
9605         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
9606         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
9607         (__ASSUME_ARG_MAX_STACK_BASED): Define.
9608         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
9609         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
9610         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
9611         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
9613 2012-08-09  Jeff Law <law@redhat.com>
9615         [BZ #13939]
9616         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
9617         When avoid_arena is set, don't retry in the that arena.  Pick the
9618         next one, whatever it might be.
9619         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
9620         (arena_lock): Pass in new parameter to arena_get2.
9621         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
9622         arena_get2.
9623         (__libc_malloc): Unify retrying after main arena failure with
9624         __libc_memalign version.
9625         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
9627 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
9629         [BZ #14166]
9630         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
9631         to __redirect_strstr.
9632         (__strstr_sse42): Use typeof __redirect_strstr.
9633         (__strstr_ia32): Likewise.
9634         (__libc_strstr): New prototype.
9635         (strstr): Renamed to ...
9636         (__libc_strstr): This.
9637         (strstr): New strong alias of __libc_strstr.
9638         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
9639         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
9640         __redirect_time.
9641         Include <time.h>.
9642         (__libc_time): New prototype.
9643         (time_ifunc): Replace time with __libc_time.
9644         (time): New strong alias and hidden definition of __libc_time.
9645         (__GI_time): Remove strong alias.
9646         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
9647         Include <stddef.h>.
9648         (memmove): Redefined to __redirect_memmove.
9649         (__memmove_sse2): Use typeof __redirect_memmove.
9650         (__memmove_ssse3): Likewise.
9651         (__memmove_ssse3_back): Likewise.
9652         (__libc_memmove): New prototype.
9653         (memmove): Renamed to ...
9654         (__libc_memmove): This.
9655         (memmove): New strong alias of __libc_memmove.
9657 2012-08-08  Mark Salter  <msalter@redhat.com>
9659         * elf/elf.h
9660         (R_MN10300_TLS_GD): Define.
9661         (R_MN10300_TLS_LD): Likewise.
9662         (R_MN10300_TLS_LDO): Likewise.
9663         (R_MN10300_TLS_GOTIE): Likewise.
9664         (R_MN10300_TLS_IE): Likewise.
9665         (R_MN10300_TLS_LE): Likewise.
9666         (R_MN10300_TLS_DTPMOD): Likewise.
9667         (R_MN10300_TLS_DTPOFF): Likewise.
9668         (R_MN10300_TLS_TPOFF): Likewise.
9669         (R_MN10300_SYM_DIFF): Likewise.
9670         (R_MN10300_ALIGN): Likewise.
9671         (R_MN10300_NUM): Update.
9673 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
9675         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
9676         Remove.
9678 2012-08-08  Roland McGrath  <roland@hack.frob.com>
9680         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
9682         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
9683         sysdeps/unix -> sysdeps/posix move.
9684         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
9686 2012-08-07      Allan McRae     <allan@archlinux.org>
9688         [BZ #14303]
9689         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
9690         (SUNOS_CPP): Likewise.
9691         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
9692         not found.
9693         (open_input): Call CPP using execvp.
9695 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
9697         * sysdeps/unix/sysv/linux/kernel-features.h
9698         (__ASSUME_PROT_GROWSUPDOWN): Remove.
9699         (__ASSUME_NO_CLONE_DETACHED): Likewise.
9700         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
9701         (__ASSUME_WAITID_SYSCALL): Likewise.
9702         * sysdeps/unix/sysv/linux/dl-execstack.c
9703         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
9704         code unconditional.
9705         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
9706         conditional code.
9707         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
9708         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
9709         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
9710         code.
9711         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
9712         unconditional.
9713         [__ASSUME_WAITID_SYSCALL]: Likewise.
9714         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
9716 2012-08-07  Roland McGrath  <roland@hack.frob.com>
9718         * sysdeps/unix/closedir.c: Renamed to ...
9719         * sysdeps/posix/closedir.c: ... here.
9720         * sysdeps/unix/dirfd.c: Renamed to ...
9721         * sysdeps/posix/dirfd.c: ... here.
9722         * sysdeps/unix/dirstream.h: Renamed to ...
9723         * sysdeps/posix/dirstream.h: ... here.
9724         * sysdeps/unix/fdopendir.c: Renamed to ...
9725         * sysdeps/posix/fdopendir.c: ... here.
9726         * sysdeps/unix/opendir.c: Renamed to ...
9727         * sysdeps/posix/opendir.c: ... here.
9728         * sysdeps/unix/readdir.c: Renamed to ...
9729         * sysdeps/posix/readdir.c: ... here.
9730         * sysdeps/unix/readdir_r.c: Renamed to ...
9731         * sysdeps/posix/readdir_r.c: ... here.
9732         * sysdeps/unix/rewinddir.c: Renamed to ...
9733         * sysdeps/posix/rewinddir.c: ... here.
9734         * sysdeps/unix/seekdir.c: Renamed to ...
9735         * sysdeps/posix/seekdir.c: ... here.
9736         * sysdeps/unix/telldir.c: Renamed to ...
9737         * sysdeps/posix/telldir.c: ... here.
9738         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
9739         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
9740         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
9741         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
9743         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
9744         * bits/fcntl.h: ... here.
9746         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
9747         not 0.
9748         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
9749         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
9750         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
9751         (struct flock): Move l_start, l_len to the beginning.
9752         Use __pid_t for l_pid.
9753         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
9754         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
9755         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
9756         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
9757         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
9758         [__USE_LARGEFILE64] (struct flock64): New type.
9759         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
9761         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
9762         * bits/dirent.h: ... here.
9764         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
9765         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
9767 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
9769         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
9770         Change from 2.6.0 to 2.6.16.
9771         * sysdeps/unix/sysv/linux/configure: Regenerated.
9772         * sysdeps/unix/sysv/linux/kernel-features.h
9773         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
9774         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
9775         version.
9776         (__ASSUME_UTIMES): Likewise.
9777         (__ASSUME_CLONE_STOPPED): Remove.
9778         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
9779         architectures, not kernel version.
9780         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
9781         (__ASSUME_NO_CLONE_DETACHED): Likewise.
9782         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
9783         (__ASSUME_WAITID_SYSCALL): Likewise.
9784         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
9785         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
9786         * README: State 2.6.16 as minimum Linux kernel version.  Do not
9787         refer to older versions.
9789 2012-08-06  Roland McGrath  <roland@hack.frob.com>
9791         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
9792         Define alphasort64 as an alias.
9793         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
9794         Define versionsort64 as an alias.
9795         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
9796         Define scandir64 as an alias.
9797         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
9798         Define scandirat64 as an alias.
9799         * dirent/alphasort64.c (alphasort64):
9800         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
9801         * dirent/versionsort64.c: Likewise.
9802         * dirent/scandir64.c: Likewise.
9803         * dirent/scandirat64.c: Likewise.
9804         * sysdeps/wordsize-64/alphasort.c: File removed.
9805         * sysdeps/wordsize-64/alphasort64.c: File removed.
9806         * sysdeps/wordsize-64/scandir.c: File removed.
9807         * sysdeps/wordsize-64/scandir64.c: File removed.
9808         * sysdeps/wordsize-64/scandirat.c: File removed.
9809         * sysdeps/wordsize-64/scandirat64.c: File removed.
9810         * sysdeps/wordsize-64/versionsort.c: File removed.
9811         * sysdeps/wordsize-64/versionsort64.c: File removed.
9812         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
9813         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
9814         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
9815         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
9816         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
9817         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
9818         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
9819         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
9821         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
9822         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
9823         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
9824         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
9825         [defined __arch64__ || defined __sparcv9]
9826         (__INO_T_MATCHES_INO64_T): New macro.
9827         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
9828         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
9829         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
9830         * sysdeps/unix/sysv/linux/bits/dirent.h
9831         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
9832         (_DIRENT_MATCHES_DIRENT64): New macro.
9834         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
9835         Define lockf64 as an alias.
9836         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
9837         Define fseeko64 as an alias.
9838         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
9839         Define ftello64 as an alias.
9840         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
9841         Define _IO_fgetpos64 and fgetpos64 as aliases.
9842         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
9843         Define _IO_fsetpos64 and fsetpos64 as aliases.
9844         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
9845         Conditionalize body on this.
9846         * libio/fseeko64.c: Likewise.
9847         * libio/ftello64.c: Likewise.
9848         * libio/iofgetpos64.c: Likewise.
9849         * libio/iofsetpos64.c: Likewise.
9850         * sysdeps/wordsize-64/lockf.c: File removed.
9851         * sysdeps/wordsize-64/lockf64.c: File removed.
9852         * sysdeps/wordsize-64/fseeko.c: File removed.
9853         * sysdeps/wordsize-64/fseeko64.c: File removed.
9854         * sysdeps/wordsize-64/ftello.c: File removed.
9855         * sysdeps/wordsize-64/ftello64.c: File removed.
9856         * sysdeps/wordsize-64/iofgetpos.c: File removed.
9857         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
9858         * sysdeps/wordsize-64/iofsetpos.c: File removed.
9859         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
9860         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
9861         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
9862         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
9863         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
9864         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
9865         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
9866         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
9867         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
9868         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
9869         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
9871         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
9872         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
9873         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
9874         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
9875         [defined __arch64__ || defined __sparcv9]
9876         (__OFF_T_MATCHES_OFF64_T): New macro.
9877         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
9878         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
9879         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
9880         (__OFF_T_MATCHES_OFF64_T): New macro.
9882 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
9884         * stdlib/secure-getenv.c (__secure_getenv): Replace
9885         GLIBC_2_16 with GLIBC_2_17.
9887 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
9889         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
9890         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
9892 2012-08-03  David S. Miller  <davem@davemloft.net>
9894         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9896 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
9898         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
9899         Remove.
9900         (__ASSUME_CORRECT_SI_PID): Likewise.
9901         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
9902         (__ASSUME_TMPFS_NAME): Likewise.
9903         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
9904         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
9905         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
9906         (HAVE_AUX_SECURE): Make definition unconditional.
9907         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
9908         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
9910 2012-08-03  Roland McGrath  <roland@hack.frob.com>
9912         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
9913         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
9914         * sysdeps/mach/hurd/eloop-threshold.h: New file.
9915         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
9916         __eloop_threshold instead of SYMLOOP_MAX.
9918         * sysdeps/generic/eloop-threshold.h: New file.
9919         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
9920         of MAXSYMLINKS.
9921         * elf/chroot_canon.c (chroot_canon): Likewise.
9923 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
9925         [BZ #13717]
9926         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
9927         Change to 2.6.0 everywhere.
9928         * sysdeps/unix/sysv/linux/configure: Regenerated.
9929         * sysdeps/unix/sysv/linux/kernel-features.h
9930         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
9931         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
9932         kernel versions.
9933         (__ASSUME_POSIX_TIMERS): Define unconditionally.
9934         (__ASSUME_FUTEX_REQUEUE): Remove.
9935         (__ASSUME_STATFS64): Define unconditionally.
9936         (__ASSUME_AT_SECURE): Likewise.
9937         (__ASSUME_CORRECT_SI_PID): Likewise.
9938         (__ASSUME_TGKILL): Define without depending on kernel version for
9939         i386.
9940         (__ASSUME_UTIMES): Likewise.
9941         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
9942         kernel version.
9943         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
9944         (__ASSUME_TMPFS_NAME): Likewise.
9945         * README: Update reference to Linux kernel versions.
9947 2012-08-02  Marek Polacek  <polacek@redhat.com>
9949         [BZ# 14150]
9950         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
9951         libc_cv_asm_type_prefix with %.
9952         * configure: Regenerated.
9953         * include/libc-symbols.h: Remove comment about
9954         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
9955         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
9956         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
9957         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
9958         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
9959         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
9960         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
9961         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
9962         * elf/tst-unique2mod1.c: Likewise.
9963         * elf/tst-unique1mod2.c: Likewise.
9964         * elf/tst-unique1mod1.c: Likewise.
9965         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
9966         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
9967         Replace ASM_TYPE_DIRECTIVE with .type.
9968         * sysdeps/s390/s390-64/sysdep.h: Likewise.
9969         * sysdeps/i386/sysdep.h: Likewise.
9970         * sysdeps/x86_64/sysdep.h: Likewise.
9971         * sysdeps/sh/sysdep.h: Likewise.
9972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
9973         Do not define ASM_TYPE_DIRECTIVE.
9974         * sysdeps/powerpc/sysdep.h: Likewise.
9975         * sysdeps/powerpc/powerpc32/sysdep.h:
9976         Replace ASM_TYPE_DIRECTIVE with .type.
9977         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
9978         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
9979         * sysdeps/i386/fpu/e_powf.S: Likewise.
9980         * sysdeps/i386/fpu/e_expl.S: Likewise.
9981         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
9982         * sysdeps/i386/fpu/e_acosh.S: Likewise.
9983         * sysdeps/i386/fpu/e_pow.S: Likewise.
9984         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
9985         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
9986         * sysdeps/i386/fpu/s_expm1.S: Likewise.
9987         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
9988         * sysdeps/i386/fpu/e_log2.S: Likewise.
9989         * sysdeps/i386/fpu/e_log2l.S: Likewise.
9990         * sysdeps/i386/fpu/e_scalb.S: Likewise.
9991         * sysdeps/i386/fpu/e_powl.S: Likewise.
9992         * sysdeps/i386/fpu/e_log10f.S: Likewise.
9993         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
9994         * sysdeps/i386/fpu/e_logl.S: Likewise.
9995         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
9996         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
9997         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
9998         * sysdeps/i386/fpu/e_log2f.S: Likewise.
9999         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
10000         * sysdeps/i386/fpu/e_log.S: Likewise.
10001         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
10002         * sysdeps/i386/fpu/e_logf.S: Likewise.
10003         * sysdeps/i386/fpu/e_log10l.S: Likewise.
10004         * sysdeps/i386/fpu/e_atanh.S: Likewise.
10005         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
10006         * sysdeps/i386/fpu/e_log10.S: Likewise.
10007         * sysdeps/i386/fpu/s_frexp.S: Likewise.
10008         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
10009         * sysdeps/i386/fpu/s_asinh.S: Likewise.
10010         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
10011         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
10012         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
10013         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
10014         * sysdeps/i386/i686/strtok.S: Likewise.
10015         * sysdeps/i386/i386-mcount.S: Likewise.
10016         * sysdeps/i386/strtok.S: Likewise.
10017         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
10018         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
10019         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
10020         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
10021         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
10022         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
10023         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
10024         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
10025         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
10026         * sysdeps/x86_64/_mcount.S: Likewise.
10027         * sysdeps/x86_64/strtok.S: Likewise.
10028         * sysdeps/sh/_mcount.S: Likewise.
10030 2012-08-01  Roland McGrath  <roland@hack.frob.com>
10032         * libio/iofopen.c: Include <fcntl.h>.
10033         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
10034         (_IO_fopen64, fopen64): Define as aliases.
10035         * libio/iofopen64.c: Include <fcntl.h>.
10036         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
10037         Conditionalize body on this.
10038         * sysdeps/wordsize-64/iofopen.c: File removed.
10039         * sysdeps/wordsize-64/iofopen64.c: File removed.
10041 2012-08-01  Marek Polacek  <polacek@redhat.com>
10043         * libc/Makeconfig: Use elf in place of binfmt-subdir.
10044         Use dlfcn directly instead of a variable.
10045         (binfmt-subdir): Do not define.
10046         (dlfcn): Likewise.
10048 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
10050         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
10051         Remove all definitions.
10052         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
10053         <kernel-features.h>.
10054         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
10055         (miss_F_GETOWN_EX): Remove all definitions.
10056         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
10057         macro definition.
10058         [!__ASSUME_FCNTL64]: Remove conditional code.
10059         [__ASSUME_FCNTL64]: Make code unconditional.
10060         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
10061         <kernel-features.h>.
10062         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
10063         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
10064         (lockf64) [__NR_fcntl64]: Make code unconditional.
10065         (lockf64) [__ASSUME_FCNTL64]: Likewise.
10067         * sysdeps/unix/sysv/linux/kernel-features.h
10068         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
10069         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
10070         Make code unconditional.
10071         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
10072         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
10073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
10074         [__NR_vfork]: Make code unconditional.
10075         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
10076         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
10077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
10078         [__NR_vfork]: Make code unconditional.
10079         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
10080         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
10082 2012-08-01  Roland McGrath  <roland@hack.frob.com>
10084         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
10085         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
10087         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
10088         Define mkstemp64 as an alias.
10089         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
10090         Define mkstemps64 as an alias.
10091         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
10092         Define mkostemp64 as an alias.
10093         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
10094         Define mkostemps64 as an alias.
10095         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
10096         Conditionalize body on this.
10097         * misc/mkostemp64.c: Likewise.
10098         * misc/mkostemps64.c: Likewise.
10099         * misc/mkstemps64.c: Likewise.
10100         * sysdeps/wordsize-64/mkstemp64.c: File removed.
10101         * sysdeps/wordsize-64/mkostemp64.c: File removed.
10102         * sysdeps/wordsize-64/mkostemp.c: File removed.
10103         * sysdeps/wordsize-64/mkstemp.c: File removed.
10104         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
10105         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
10106         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
10107         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
10109         [BZ #14138]
10110         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
10111         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
10112         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
10113         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
10115         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
10116         compat_symbol macros from <shlib-compat.h> rather than the underlying
10117         default_symbol_version and symbol_version macros, so that DEFAULT
10118         lines in shlib-versions are respected.
10119         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
10121 2012-08-01  Florian Weimer  <fweimer@redhat.com>
10123         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
10124         Declare with warn_unused_result.
10125         (setgid, setregid, setegid, setresgid): Likewise.
10126         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
10127         Likewise.
10128         * WUR-REPORT: Remove set*id functions.
10130 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
10132         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
10134 2012-07-31  Roland McGrath  <roland@hack.frob.com>
10136         * include/sys/socket.h (__libc_accept, __libc_accept4):
10137         Add attribute_hidden.
10138         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
10140         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
10141         use of PTR_MANGLE.
10142         * inet/getnetgrent_r.c (setup): Likewise.
10144         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
10146 2012-07-31  David S. Miller  <davem@davemloft.net>
10148         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10150 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
10152         [BZ #13629]
10153         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
10154         value between 1.0 and 2.0 and smaller part has absolute value less
10155         than 1.0.
10156         * math/s_clog10.c (__clog10): Likewise.
10157         * math/s_clog10f.c (__clog10f): Likewise.
10158         * math/s_clog10l.c (__clog10l): Likewise.
10159         * math/s_clogf.c (__clogf): Likewise.
10160         * math/s_clogl.c (__clogl): Likewise.
10161         * math/libm-test.inc (clog_test): Add more tests.
10162         (clog10_test): Likewise.
10163         * sysdeps/i386/fpu/libm-test-ulps: Update.
10164         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10166 2012-07-31  Florian Weimer  <fweimer@redhat.com>
10168         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
10169         Exit with zero in case no suitable GID is found, and write a
10170         message to standard error.
10172 2012-07-30  Roland McGrath  <roland@hack.frob.com>
10174         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
10175         rather than to 1.
10176         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
10177         (MAXPATHLEN): Removed.
10178         (NOGROUP, NODEV): New macros.
10179         (setbit, clrbit, isset, isclr): New macros.
10180         (howmany, roundup, powerof2): New macros.
10181         (DEV_BSIZE): New macro.
10183         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
10184         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
10186         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
10187         definition on [!__NO_LONG_DOUBLE_MATH].
10189         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
10190         PTR_MANGLE and PTR_DEMANGLE.
10192         * socket/accept4.c (accept4): Rename to __libc_accept4.
10193         Define accept4 as a weak alias.
10195         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
10196         on [_DIRENT_HAVE_D_TYPE].
10197         * io/ftw.c (ftw_dir): Likewise.
10199         * io/xmknod.c (__xmknod): Don't check PATH for being null.
10201         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
10203         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
10204         Use the BSD numbers rather than the arbitrary ones we had.
10205         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
10206         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
10207         (SIGXCPU, SIGXFSZ): New macros.
10208         (_NSIG): Now 32.
10210         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
10211         initializer on [_LIBC_REENTRANT].
10213         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
10214         definitions inside [_POSIX_MAPPED_FILES].
10216         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
10218         * dirent/opendir.c: Include <fcntl.h>.
10220         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
10221         (__libc_getspecific): Likewise.
10222         (__libc_key_create): Likewise.
10224         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
10225         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
10226         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
10227         (tmpfile64): Define as alias.
10228         * sysdeps/wordsize-64/tmpfile.c: File removed.
10229         * sysdeps/wordsize-64/tmpfile64.c: File removed.
10230         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
10231         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
10233         * stdio-common/vfscanf.c: Include <stdbool.h>.
10234         * nss/makedb.c: Likewise.
10235         * stdio-common/_i18n_number.h: Likewise.
10236         * argp/argp-help.c: Likewise.
10237         * posix/wordexp.c: Likewise.
10238         * sysdeps/posix/spawni.c: Likewise.
10239         * nss/nss_files/files-initgroups.c: Likewise.
10240         * stdio-common/reg-modifier.c: Include <stdlib.h>.
10241         * nss/nss_files/files-initgroups.c: Likewise.
10242         * nss/nss_db/db-netgrp.c: Likewise.
10243         * nss/nss_db/db-initgroups.c: Likewise.
10244         * io/fchmodat.c: Include <sys/stat.h>.
10246         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
10247         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
10249         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
10250         [HAVE_MMAP].
10252         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
10253         Add multiple inclusion protection.
10255 2012-07-27  David S. Miller  <davem@davemloft.net>
10257         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10259 2012-07-27  Gary Benson  <gbenson@redhat.com>
10261         [BZ #14298]
10262         * elf/rtld.c: Include <stap-probe.h>.
10263         (dl_main): Added static probes "init_start" and "init_complete".
10264         * elf/dl-load.c: Include <stap-probe.h>.
10265         (lose): Take new parameter "nsid".
10266         Added static probe "map_failed".
10267         (_dl_map_object_from_fd): Pass namespace id to lose.
10268         Added static probe "map_start".
10269         (open_verify): Pass namespace id to lose.
10270         * elf/dl-open.c: Include <stap-probe.h>.
10271         (dl_open_worker) Added static probes "map_complete", "reloc_start"
10272         and "reloc_complete".
10273         * elf/dl-close.c: Include <stap-probe.h>.
10274         (_dl_close_worker): Added static probes "unmap_start" and
10275         "unmap_complete".
10276         * elf/rtld-debugger-interface.txt: New file documenting the above.
10278 2012-07-26  Roland McGrath  <roland@hack.frob.com>
10280         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
10281         rather than a string variable.
10282         * sunrpc/rpc_main.c (h_output): Likewise.
10283         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
10285 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
10287         * inet/check_native.c: New file.
10289 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
10291         [BZ #13629]
10292         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
10293         if larger part has absolute value 1.0.
10294         * math/s_clog10.c (__clog10): Likewise.
10295         * math/s_clog10f.c (__clog10f): Likewise.
10296         * math/s_clog10l.c (__clog10l): Likewise.
10297         * math/s_clogf.c (__clogf): Likewise.
10298         * math/s_clogl.c (__clogl): Likewise.
10299         * math/libm-test.inc (clog_test): Add more tests.
10300         (clog10_test): Likewise.
10301         * sysdeps/i386/fpu/libm-test-ulps: Update.
10302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10304         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
10305         (pltexit): Likewise.
10306         (La_regs): Likewise.
10307         (La_retval): Likewise.
10308         (int_retval): Likewise.
10309         Update #error for removed macros to refer only to definitions in
10310         tst-audit.h.
10311         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
10312         macro.
10313         (pltexit): Likewise.
10314         (La_regs): Likewise.
10315         (La_retval): Likewise.
10316         (int_retval): Likewise.
10317         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
10318         macro.
10319         (pltexit): Likewise.
10320         (La_regs): Likewise.
10321         (La_retval): Likewise.
10322         (int_retval): Likewise.
10323         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
10324         macro.
10325         (pltexit): Likewise.
10326         (La_regs): Likewise.
10327         (La_retval): Likewise.
10328         (int_retval): Likewise.
10329         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
10330         macro.
10331         (pltexit): Likewise.
10332         (La_regs): Likewise.
10333         (La_retval): Likewise.
10334         (int_retval): Likewise.
10335         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
10336         macro.
10337         (pltexit): Likewise.
10338         (La_regs): Likewise.
10339         (La_retval): Likewise.
10340         (int_retval): Likewise.
10341         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
10342         macro.
10343         (pltexit): Likewise.
10344         (La_regs): Likewise.
10345         (La_retval): Likewise.
10346         (int_retval): Likewise.
10347         * sysdeps/generic/tst-audit.h: Update comment to refer only to
10348         macro definitions in tst-audit.h.
10349         * sysdeps/i386/tst-audit.h: New file.
10350         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
10351         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
10352         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
10353         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
10354         * sysdeps/sh/tst-audit.h: Likewise.
10355         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
10356         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
10357         * sysdeps/x86_64/tst-audit.h: Likewise.
10359 2012-07-26  Andreas Jaeger  <aj@suse.de>
10361         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
10362         ptrace.
10364         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
10365         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
10366         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
10367         PTRACE_O_MASK.
10368         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
10369         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
10370         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
10372         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
10373         value.
10375         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
10376         _sigsys.
10377         (si_call_addr, si_syscall, si_arch): Define new macro.
10378         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
10379         _sigsys.
10380         (si_call_addr, si_syscall, si_arch): Define new marcro.
10381         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
10382         _sigsys.
10383         (si_call_addr, si_syscall, si_arch): Define new macro.
10384         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
10385         _sigsys.
10386         (si_call_addr, si_syscall, si_arch): Define new macro.
10388 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
10390         [BZ #13717]
10391         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
10392         Change to 2.4.21 where previously 2.4.1.
10393         * sysdeps/unix/sysv/linux/configure: Regenerated.
10394         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
10395         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
10396         Linux kernel version.
10397         (__ASSUME_STD_AUXV): Remove.
10398         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
10399         kernel version.
10400         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
10401         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
10402         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
10403         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
10404         (__ASSUME_NETLINK_SUPPORT): Likewise.
10405         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
10406         (__no_netlink_support): Remove conditional definition.
10407         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
10408         Remove.
10409         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
10410         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
10411         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
10412         (if_nameindex_ioctl): Remove.
10413         (if_nameindex_netlink): Do not handle __no_netlink_support.
10414         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
10415         code.
10416         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
10417         Remove conditional code.
10418         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
10419         code.
10420         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
10421         unconditional.
10422         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
10423         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
10424         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
10425         Remove.
10426         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
10427         [!__ASSUME_STD_AUXV]: Remove conditional code.
10428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
10429         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
10430         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
10431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
10432         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
10433         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
10434         code.
10435         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
10436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
10437         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
10438         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
10439         conditional code.
10440         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
10441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
10442         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
10443         code.
10444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
10445         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
10446         conditional code.
10447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
10448         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
10449         code unconditional.
10450         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
10451         conditional code.
10452         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
10453         unconditional.
10454         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
10455         conditional code.
10456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
10457         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
10458         unconditional.
10459         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
10460         conditional code.
10461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
10462         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
10463         code unconditional.
10464         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
10465         conditional code.
10466         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
10467         unconditional.
10468         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
10469         conditional code.
10470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
10471         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
10472         code unconditional.
10473         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
10474         conditional code.
10475         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
10476         unconditional.
10477         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
10478         conditional code.
10480 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
10482         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
10483         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
10484         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10485         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
10486         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
10487         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10488         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10489         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
10490         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
10491         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
10492         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
10493         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
10494         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
10495         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10496         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
10497         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
10498         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
10499         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
10500         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
10501         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
10502         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
10503         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
10504         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
10506 2012-07-25  Florian Weimer  <fweimer@redhat.com>
10508         * Versions.def: Add GLIBC_2.17.
10509         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
10510         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
10511         Introduce __libc_secure_getenv.
10512         * stdlib/Versions (2.17): Add secure_getenv
10513         (GLIBC_PRIVATE): Add __libc_secure_getenv.
10514         * stdlib/secure-getenv.c: Rename __secure_getenv to
10515         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
10516         symbol __secure_getenv for GLIBC_2.0.
10517         * stdlib/tst-secure-getenv.c: New.
10518         * stdlib/Makefile (tests): Add testcase.
10519         * manual/startup.texi (Environment Access): Document
10520         secure_getenv.
10521         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
10522         __libc_secure_getenv.
10523         * inet/ruserpass.c (ruserpass): Likewise.
10524         * malloc/mtrace.c (mtrace): Likewise.
10525         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
10526         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
10527         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
10528         * sysdeps/posix/tempname.c: Likewise.  Evaluate
10529         HAVE_SECURE_GETENV.
10530         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
10531         __secure_getenv to __libc_secure_getenv.
10532         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
10533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10534         Likewise.
10535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10536         Likewise.
10537         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
10538         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
10539         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
10540         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
10541         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
10542         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
10543         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
10545 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
10547         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
10548         (struct La_i86_retval): Likewise.
10549         (struct La_x86_64_regs): Likewise.
10550         (struct La_x86_64_retval): Likewise.
10551         (struct La_x32_regs): Likewise.
10552         (struct La_x32_retval): Likewise.
10553         (struct La_ppc32_regs): Likewise.
10554         (struct La_ppc32_retval): Likewise.
10555         (struct La_ppc64_regs): Likewise.
10556         (struct La_ppc64_retval): Likewise.
10557         (struct La_sh_regs): Likewise.
10558         (struct La_sh_retval): Likewise.
10559         (struct La_s390_32_regs): Likewise.
10560         (struct La_s390_32_retval): Likewise.
10561         (struct La_s390_64_regs): Likewise.
10562         (struct La_s390_64_retval): Likewise.
10563         (struct La_sparc32_regs): Likewise.
10564         (struct La_sparc32_retval): Likewise.
10565         (struct La_sparc64_regs): Likewise.
10566         (struct La_sparc64_retval): Likewise.
10567         (struct audit_ifaces): Remove architecture-specific pltenter and
10568         pltexit members.
10569         * sysdeps/i386/ldsodefs.h: New file.
10570         * sysdeps/powerpc/ldsodefs.h: Likewise.
10571         * sysdeps/s390/ldsodefs.h: Likewise.
10572         * sysdeps/sh/ldsodefs.h: Likewise.
10573         * sysdeps/sparc/ldsodefs.h: Likewise.
10574         * sysdeps/x86_64/ldsodefs.h: Likewise.
10576 2012-07-25  Marek Polacek  <polacek@redhat.com>
10578         [BZ #6808]
10579         * math/libm-test.inc (yn_test): Add another test.
10580         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
10581         to ERANGE when the result is +-Inf.
10582         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
10583         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
10584         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
10585         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
10587 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
10589         * conform/data/time.h-data (NULL): Use macro-constant.  Require
10590         equal to 0.
10591         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
10592         clock_t.
10593         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
10595 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
10597         * configure.in <sysdeps resolving>: Correct printing
10598         Implies_before.
10599         * configure: Regenerate.
10601 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
10603         * math/w_ilogb.c: Include <limits.h>.
10604         * math/w_ilogbl.c: Likewise.
10606 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
10608         * manual/lang.texi (__va_copy): Document primarily as ISO C99
10609         va_copy.  Document allowing for unavailable va_copy only as
10610         pre-C99 compatibility.
10611         * manual/string.texi (Copying and Concatenation): Use va_copy
10612         instead of __va_copy in concat example.
10614 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
10616         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
10617         (__sendto): Use create_address_port.  Initialize APORT and deallocate
10618         it if not null.
10620         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
10621         with O_NOLINK passed to __file_name_lookup.
10623         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
10624         with O_NOLINK passed to __file_name_lookup.
10626         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
10627         negative N or less than NGIDS.
10629         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
10630         type to string_t.  Set ERANGE as errno and return it if NAME is not big
10631         enough.  Use memcpy instead of strncpy.
10633 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
10635         * elf/Makefile (check-data): Remove.
10636         (localplt.data): New vpath directive.
10637         ($(objpfx)check-localplt.out): Use localplt.data from vpath
10638         instead of $(check-data).
10639         * scripts/data/localplt-generic.data: Move to ...
10640         * sysdeps/generic/localplt.data: ... here.
10641         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
10642         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
10643         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
10644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10645         ... here.
10646         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
10647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10648         ... here.
10649         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
10650         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
10651         ... here.
10652         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
10653         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10654         ... here.
10655         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
10656         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
10657         ... here.
10658         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
10659         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
10660         ... here.
10662 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10664         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
10665         PPC32 and PPC64 files.
10666         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
10667         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
10669 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10671         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
10672         __makecontext_ret to ...
10673         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
10674         ... here and call exit if uc_link is NULL.  New file.
10675         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
10676         __makecontext_ret.S.
10677         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
10678         __makecontext_ret to ...
10679         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
10680         ... here and call exit if uc_link is NULL.  New file.
10681         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
10682         __makecontext_ret.S.
10684 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10686         * elf/elf.h (R_390_IRELATIVE): New definition.
10687         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
10688         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
10689         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
10690         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
10691         (elf_machine_lazy_rel): Likewise.
10692         * sysdeps/s390/dl-irel.h: New file.
10693         * sysdeps/s390/s390-64/memcpy.S: New asm code.
10694         * sysdeps/s390/s390-64/memset.S: New asm code.
10695         * sysdeps/s390/s390-64/memcmp.S: New asm code.
10696         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
10697         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
10698         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
10699         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
10700         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
10701         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
10702         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
10703         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
10704         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
10705         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
10706         * sysdeps/s390/s390-32/memcpy.S: New asm code.
10707         * sysdeps/s390/s390-32/memset.S: New asm code.
10708         * sysdeps/s390/s390-32/memcmp.S: New asm code.
10710 2012-07-17  Marek Polacek  <polacek@redhat.com>
10712         [BZ #14349]
10713         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
10714         * sysdeps/s390/s390-64/configure.in: Likewise.
10715         * sysdeps/sparc/configure.in: Likewise.
10716         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
10717         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
10718         * sysdeps/i386/configure.in: Likewise.
10719         * sysdeps/x86_64/configure.in: Likewise.
10720         * sysdeps/sh/configure.in: Likewise.
10721         * sysdeps/s390/s390-32/configure: Regenerated.
10722         * sysdeps/s390/s390-64/configure: Likewise.
10723         * sysdeps/x86_64/configure: Likewise.
10724         * sysdeps/sh/configure: Likewise.
10725         * sysdeps/powerpc/powerpc64/configure: Likewise.
10726         * sysdeps/powerpc/powerpc32/configure: Likewise.
10727         * sysdeps/sparc/configure: Likwise.
10728         * sysdeps/i386/configure: Likewise.
10730         * elf/dl-open.c: Comment fixes.
10732 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
10734         * Makefile [CXX] (check-data): Remove.
10735         [CXX] (c++-types.data): New vpath directive.
10736         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
10737         vpath.  Do not allow for C++ type data being missing.
10738         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
10739         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
10740         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
10741         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
10742         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
10743         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
10744         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
10745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10746         ... here.
10747         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
10748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10749         ... here.
10750         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
10751         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
10752         ... here.
10753         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
10754         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
10755         ... here.
10756         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
10757         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
10758         ... here.
10759         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
10760         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
10761         ... here.
10762         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
10763         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
10764         ... here.
10765         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
10766         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
10768         * elf/tls-macros.h (TLS_LE): Move architecture-specific
10769         definitions to architecture-specific files.
10770         (TLS_IE): Likewise.
10771         (TLS_LD): Likewise.
10772         (TLS_GD): Likewise.
10773         * sysdeps/i386/tls-macros.h: New file.
10774         * sysdeps/powerpc/tls-macros.h: Likewise.
10775         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
10776         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
10777         * sysdeps/sh/tls-macros.h: Likewise.
10778         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
10779         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
10780         * sysdeps/x86_64/tls-macros.h: Likewise.
10782 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
10784         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
10785         zero value for regular exit case.
10787         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
10788         (__start_context): Preserve zero value for regular exit case.
10790 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
10791             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10793         * manual/setjmp.texi (setcontext): Clarify normal process
10794         termination when uc_link is the null pointer.
10795         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
10796         exit call.
10798 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
10800         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
10801         preprocessor.  Test for each exception mask separately.
10803 2012-07-16  Andreas Jaeger  <aj@suse.de>
10805         * po/ru.po: Update from translation team.
10807 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
10809         * conform/data/string.h-data (NULL): Use macro-constant.  Require
10810         equal to 0.
10811         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
10812         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
10813         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
10814         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
10815         [ISO || ISO99 || ISO11] (*_t): Do not allow.
10817 2012-07-13  Andreas Jaeger  <aj@suse.de>
10819         * po/fr.po: Update from translation team.
10821 2012-07-12  Marek Polacek  <polacek@redhat.com>
10823         [BZ #14173]
10824         * math/libm-test.inc (yn_test): Add test for BZ #14173.
10825         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
10826         loop condition.
10828 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
10830         [BZ #13717]
10831         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
10832         Change to 2.4.1 where previously 2.4.0.
10833         * sysdeps/unix/sysv/linux/configure: Regenerated.
10834         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
10835         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
10836         version.
10837         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
10838         (__ASSUME_AT_CLKTCK): Remove.
10839         (__ASSUME_AT_PAGESIZE): Likewise.
10840         (__ASSUME_AT_XID): Likewise.
10841         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
10842         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
10843         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
10844         unconditionally.
10845         (HAVE_AUX_PAGESIZE): Likewise.
10846         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
10847         [__ASSUME_AT_CLKTCK]: Make code unconditional.
10848         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
10850 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
10852         [BZ #14307]
10853         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
10854         the temporary buffer used to invoke __gethostbyname2_r,
10855         __gethostbyaddr_r and gethostbyname4_r to make room for struct
10856         host_data / struct gaih_addrtuple.
10857         * resolv/nss_dns/dns-host.c (global scope): Move definition of
10858         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
10859         header file nss/nsswitch.h.
10860         * nss/nsswitch.h (global scope): Add definition of implementation
10861         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
10862         resolv/nss_dns/dns-host.c).
10864 2012-07-11  Andreas Jaeger  <aj@suse.de>
10866         * po/fr.po: Update from translation team.
10868         * po/sv.po: Update from translation team
10869         * po/fr.po: Another update from translation team.
10871 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10873         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
10874         for subnormals or multiply small sinh result by itself.
10875         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
10876         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10878 2012-07-11  David S. Miller  <davem@davemloft.net>
10880         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10882 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
10884         [BZ #14347]
10885         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
10886         (INTERNAL_MARK): Shift it here.
10888 2012-07-10  Marek Polacek  <polacek@redhat.com>
10890         [BZ #14151]
10891         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
10892         libc_cv_asm_global_directive with .globl.
10893         * configure: Regenerated.
10894         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
10895         with .globl.
10896         * sysdeps/i386/configure: Regenerated.
10897         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
10898         with .globl.
10899         * sysdeps/x86_64/configure: Regenerated.
10900         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
10901         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
10902         * elf/tst-unique2mod2.c: Likewise.
10903         * elf/tst-unique2mod1.c: Likewise.
10904         * elf/tst-unique1mod2.c: Likewise.
10905         * elf/tst-unique1mod1.c: Likewise.
10906         * sysdeps/s390/s390-32/sysdep.h: Likewise.
10907         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
10908         * sysdeps/s390/s390-64/sysdep.h: Likewise.
10909         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
10910         * sysdeps/mach/sysdep.h: Likewise.
10911         * sysdeps/i386/sysdep.h: Likewise.
10912         * sysdeps/i386/i386-mcount.S: Likewise.
10913         * sysdeps/x86_64/_mcount.S: Likewise.
10914         * sysdeps/x86_64/sysdep.h: Likewise.
10915         * sysdeps/sh/_mcount.S: Likewise.
10916         * sysdeps/sh/sysdep.h: Likewise.
10917         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
10918         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
10919         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
10920         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
10921         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
10922         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
10923         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
10924         * locale/localeinfo.h: Likewise.
10925         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
10926         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
10928 2012-07-09  Roland McGrath  <roland@hack.frob.com>
10930         [BZ #14336]
10931         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
10932         system".
10933         * manual/message.texi (The Uniforum approach): Likewise.
10934         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
10935         (glibc iconv Implementation): Likewise.
10937 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
10939         [BZ #14337]
10940         * math/s_clog.c (__clog): Avoid scaling a value down where that
10941         could result in underflow.
10942         * math/s_clog10.c (__clog10): Likewise.
10943         * math/s_clog10f.c (__clog10f): Likewise.
10944         * math/s_clog10l.c (__clog10l): Likewise.
10945         * math/s_clogf.c (__clogf): Likewise.
10946         * math/s_clogl.c (__clogl): Likewise.
10947         * math/libm-test.inc (clog_test): Add more tests.
10948         (clog10_test): Likewise.
10949         * sysdeps/i386/fpu/libm-test-ulps: Update.
10950         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10952 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
10954         [BZ #14283]
10955         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
10956         by 7 not 8 to examine high bit of fractional part.
10958         [BZ #14042]
10959         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
10960         for call to __mcount_internal.
10961         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
10962         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
10963         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
10965 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
10967         [BZ #14154]
10968         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
10969         approximation for values within 0x1p-13f of an odd multiple of
10970         pi/4.
10971         * math/libm-test.inc (tan_test): Do not allow spurious underflow
10972         exception.  Add more tests.
10973         * sysdeps/i386/fpu/libm-test-ulps: Update.
10975         [BZ #6778]
10976         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
10977         inputs and return -1 for them.  Do not check for +Inf in case not
10978         reachable for +Inf.
10979         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
10980         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
10981         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
10982         and return -1 for them.  Do not check for +Inf in case not
10983         reachable for +Inf.
10984         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
10985         define.
10986         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
10987         and return -1 for them.  Do not check for +Inf in case not
10988         reachable for +Inf.
10989         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
10990         spurious underflow.
10991         * sysdeps/i386/fpu/libm-test-ulps: Update.
10992         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10994 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
10996         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
10998 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
11000         [BZ #14157]
11001         [BZ #14331]
11002         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
11003         could result in spurious underflow.  Scale down values above
11004         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
11005         * math/s_csqrtf.c (__csqrtf): Likewise.
11006         * math/s_csqrtl.c (__csqrtl): Likewise.
11007         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
11008         spurious underflow.
11009         * sysdeps/i386/fpu/libm-test-ulps: Update.
11010         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11012 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
11014         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
11015         xopen-msg.sed.
11016         * catgets/xopen-msg.awk: New file.
11017         * catgets/xopen-msg.sed: Removed.
11019         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
11020         po2text.sed.
11021         * intl/po2test.awk: New file.
11022         * intl/po2test.sed: Removed.
11024 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
11026         [BZ #14328]
11027         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
11028         or multiply small sinh result by itself.
11029         * math/s_ctanf.c (__ctanf): Likewise.
11030         * math/s_ctanh.c (__ctanh): Likewise.
11031         * math/s_ctanhf.c (__ctanhf): Likewise.
11032         * math/s_ctanhl.c (__ctanhl): Likewise.
11033         * math/s_ctanl.c (__ctanl): Likewise.
11034         * math/libm-test.inc (ctan_test_tonearest): New function.
11035         (ctan_test_towardzero): Likewise.
11036         (ctan_test_downward): Likewise.
11037         (ctan_test_upward): Likewise.
11038         (ctanh_test_tonearest): Likewise.
11039         (ctanh_test_towardzero): Likewise.
11040         (ctanh_test_downward): Likewise.
11041         (ctanh_test_upward): Likewise.
11042         (main): Call these new functions.
11043         * sysdeps/i386/fpu/libm-test-ulps: Update.
11044         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11046 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
11048         * .gitignore: Delete /ports entry.
11050 2012-07-03  Andreas Jaeger  <aj@suse.de>
11052         * po/bg.po: Update from translation team.
11053         * po/cs.po: Likewise.
11054         * po/de.po: Likewise.
11055         * po/hr.po: Likewise.
11056         * po/nl.pl: Likewise.
11057         * po/pl.po: Likewise.
11058         * po/vi.po: Likewise.
11060 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
11062         * Makeconfig [!+link] (+link-before-libc): New variable.
11063         [!+link] (+link-after-libc): Likewise.
11064         [!+link] (+link-tests): Likewise.
11065         [!+link] (+link): Define in terms of $(+link-before-libc) and
11066         $(+link-after-libc).
11067         [!+link-static] (+link-static-before-libc): New variable.
11068         [!+link-static] (+link-static-after-libc): Likewise.
11069         [!+link-static] (+link-static-tests): Likewise.
11070         [!+link-static] (+link-static): Define in terms of
11071         $(+link-static-before-libc) and $(+link-static-after-libc).
11072         [build-shared] (link-libc-before-gnulib): New variable.
11073         [build-shared] (link-libc-tests): Likewise.
11074         [build-shared] (link-libc): Define in terms of
11075         $(link-libc-before-gnulib).
11076         [!build-shared] (link-libc-tests): New variable.
11077         (link-libc-static-tests): New variable.
11078         [!gnulib] (gnulib-arch): New variable.
11079         [!gnulib] (gnulib-tests): Likewise.
11080         [!gnulib] (static-gnulib-arch): Likewise.
11081         [!gnulib] (static-gnulib-tests): Likewise.
11082         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
11083         Define with "=" instead of ":=".
11084         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
11085         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
11086         * Rules (binaries-all-notests): New variable.
11087         (binaries-all-tests): Likewise.
11088         (binaries-static-notests): Likewise.
11089         (binaries-static-tests): Likewise.
11090         (binaries-all): Define using $(binaries-all-notests) and
11091         $(binaries-all-tests).
11092         (binaries-static): Define using $(binaries-static-notests) and
11093         $(binaries-static-tests).
11094         (binaries-shared-tests): New variable.
11095         (binaries-shared-notests): Likewise.
11096         (binaries-shared): Remove variable.
11097         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
11098         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
11099         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
11100         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
11101         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
11102         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
11103         * elf/Makefile (sln-modules): New variable.
11104         (extra-objs): Add $(sln-modules:=.o).
11105         (ldconfig-modules): Add static-stubs.
11106         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
11107         * elf/static-stubs.c: New file.
11109         [BZ #14283]
11110         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
11111         by 7 not 8 to examine high bit of fractional part.  Use volatile
11112         variables when splitting into final array of floats if
11113         __FLT_EVAL_METHOD__ != 0.
11114         * math/libm-test.inc (cos_test): Add another test.
11115         (sin_test): Likewise.
11116         * sysdeps/i386/fpu/libm-test-ulps: Update.
11118         [BZ #14273]
11119         * math/libm-test.inc (cosh_test): Add more tests.
11121         * version.h (RELEASE): Set to "development".
11122         (VERSION): Set to "2.16.90".
11124 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
11126         * NEWS: Update copyright. Remove last-updated date.
11127         Mention math library bug fixes and timezone data changes.
11128         * README: Mention GNU/Hurd, x32, and HPPA support status.
11130 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
11132         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
11134 2012-06-27  Andreas Jaeger  <aj@suse.de>
11136         * manual/contrib.texi (Contributors): Add Samuel Thibault.
11138 2012-06-25  Andreas Jaeger  <aj@suse.de>
11140         * sysdeps/s390/fpu/libm-test-ulps: Update.
11142 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
11143             Thomas Schwinge  <thomas@codesourcery.com>
11145         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
11146         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
11147         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
11148         fanotify_mark.
11150 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
11152         * sysdeps/mach/start.c: Remove file.
11153         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
11154         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
11155         * sysdeps/sh/init-first.c: Likewise.
11157         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
11158         registers for frame unwinding purposes, add CFI directives.
11159         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
11160         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
11161         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
11162         Likewise.
11164         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
11165         __fortify_fail returning.
11166         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
11168         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
11169         sysdeps/sh/____longjmp_chk.S.
11170         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
11171         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
11172         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
11173         (gen-as-const-headers): Append sigaltstack-offsets.sym.
11175         * sysdeps/sh/abort-instr.h: New file.
11176         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
11177         process in case exit returns.
11179         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
11180         initialize the GOT register before use.
11182         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
11183         calculation of ARGC > 4.
11185         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
11186         meaningful names to some local labels.
11188 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
11189             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11191         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
11192         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
11193         (__arch_compare_and_exchange_val_16_acq): Likewise.
11194         (__arch_compare_and_exchange_val_32_acq): Likewise.
11195         (atomic_exchange_and_add): Fix gUSA sequence.
11196         (atomic_add): Likewise.
11197         (atomic_add_negative): Likewise.
11198         (atomic_add_zero): Likewise.
11199         (atomic_bit_test_set): Likewise.
11201 2012-06-22  Andreas Schwab  <schwab@redhat.com>
11203         [BZ #13579]
11204         * include/link.h (struct link_map): Add l_free_initfini.
11205         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
11206         l_initfini.
11207         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
11208         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
11209         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
11210         set.
11212 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
11214         * configure.in: Use AC_LANG_SOURCE.
11215         * configure: Regenerate.
11217 2012-06-22  Roland McGrath  <roland@hack.frob.com>
11219         * configure.in (libc_cv_localstatedir): New substituted variable.
11220         * configure: Regenerated.
11221         * config.make.in (localstatedir): New variable, substituted from
11222         libc_cv_localstatedir.
11223         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
11224         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
11225         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
11226         * sysdeps/gnu/configure: Regenerated.
11228 2012-06-21  Jeff Law  <law@redhat.com>
11230         [BZ #14277]
11231         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
11232         free.  Simplify list management for _LIBC case.
11234 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
11236         [BZ #14273]
11237         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
11238         Clear sign bit of 64-bit integer value before comparing against
11239         overflow value.
11241         * sysdeps/mach/configure: Regenerated.
11243 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
11245         [BZ #14278]
11246         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
11248 2012-06-21  Jeff Law  <law@redhat.com>
11250         [BZ #13882]
11251         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
11252         uint16_t for elements in the "seen" array to avoid char overflows.
11253         * elf/dl-fini.c (_dl_sort_fini): Likewise.
11254         * elf/dl-open.c (dl_open_worker): Likewise.
11256 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
11258         * scripts/list-sources.sh: Scan PORTS for translations.
11259         * po/libc.pot: Regenerated.
11261 2012-06-21  Andreas Jaeger  <aj@suse.de>
11263         [BZ #12194]
11264         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
11265         warning.
11266         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
11267         * bits/byteswap-16.h (__bswap_16): Likewise.
11268         * bits/byteswap.h (__bswap_constant_16): Likewise.
11270 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
11272         [BZ #14117]
11273         * sysdeps/i386/fpu_control.h: Removed.
11274         * sysdeps/x86_64/fpu_control.h: Moved to ...
11275         * sysdeps/x86/fpu_control.h: Here.
11277         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
11278         (_FPU_SETCW): Likewise.
11280 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
11282         [BZ #14117]
11283         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
11284         * sysdeps/x86/fpu/bits/mathinline.h: This.
11285         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
11287         [BZ #14050]
11288         [BZ #14117]
11289         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
11290         functions if __x86_64__ is defined.
11292 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
11294         * string/endian.h: Add !__ASSEMBLER__ condition for including
11295         conversion interfaces.
11297 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
11299         [BZ #14241]
11300         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
11301         of ABS(x) in calculating zero to negative powers other than odd
11302         integers.
11303         * math/libm-test.inc (pow_test): Add more tests.
11305 2012-06-15  Andreas Jaeger  <aj@suse.de>
11307         * manual/contrib.texi (Contributors): Update entry of Liubov
11308         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
11309         Machado Filho.
11311 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
11313         * string/string.h: Add __wur to GNU version of strerror_r.
11315 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
11317         [BZ #14229]
11318         * string/Makefile (tests): Add tst-strtok_r.
11319         * string/tst-strtok_r.c: New file.
11320         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
11321         RAX_LP/RDX_LP on SAVE_PTR.
11323 2012-06-14  Roland McGrath  <roland@hack.frob.com>
11325         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
11327 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
11329         * libm_test.inc (csqrt_test): Allow more spurious underflow
11330         exceptions.
11331         (j0_test): Likewise.
11332         (j1_test): Likewise.
11333         (y0_test): Likewise.
11334         (y1_test): Likewise.
11336 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
11338         * po/Makefile (libc.pot): Use UTF-8 charset.
11340 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
11342         [BZ #14210]
11343         Suppress sign-conversion warning from FD_SET.
11344         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
11345         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
11346         not unsigned long int.
11347         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
11349 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
11351         [BZ #14050]
11352         [BZ #14117]
11353         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
11354         __extern_always_inline instead of __extern_inline.
11355         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
11356         (__signbit): Likewise.
11357         (__signbitl): Support C++ namespace.
11358         (lrintf): New inline function.
11359         (lrint): Likewise.
11360         (llrintf): Likewise.
11361         (llrint): Likewise.
11362         (fmaxf): Likewise.
11363         (fmax): Likewise.
11364         (fminf): Likewise.
11365         (fmin): Likewise.
11366         (rint): Likewise.
11367         (rintf): Likewise.
11368         (ceil): Likewise.
11369         (ceilf): Likewise.
11370         (floor): Likewise.
11371         (floorf): Likewise.
11372         (nearbyint): Likewise.
11373         (nearbyintf): Likewise.
11375 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
11377         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
11378         non-default versions.
11380 2012-06-11  Roland McGrath  <roland@hack.frob.com>
11382         [BZ #14218]
11383         * manual/argp.texi (Argp): Reword argp_parse description slightly.
11385 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
11387         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
11388         (FE_UPWARD, FE_DOWNWARD): Don't define.
11389         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
11390         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
11392         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
11393         reading it.
11394         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
11395         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
11397 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11399         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
11400         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
11401         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
11402         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
11404 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
11406         [BZ #14117]
11407         * sysdeps/i386/fpu/bits/fenv.h: Removed.
11408         * sysdeps/i386/fpu/Implies: New file.
11409         * sysdeps/x86_64/fpu/Implies: Likewise.
11410         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
11411         * sysdeps/x86/fpu/bits/fenv.h: This.
11413         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
11414         __SSE_MATH__.
11416 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
11418         [BZ #14134]
11419         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
11420         character 0xffff that matches the last element of the
11421         conversion table.
11423 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11425         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
11426         fmodl commit.
11428 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11430         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
11431         values higher than 25.6283.
11433 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11435         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
11436         subnormal exponent extraction and add some __builtin_expect.
11437         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
11438         Fix for subnormal mantissa calculation.
11440 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
11442         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
11443         cpu2 is -1 and errno is not ENOSYS.
11445 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
11447         [BZ #14117]
11448         * sysdeps/i386/i486/bits/string.h: Renamed to ...
11449         * sysdeps/x86/bits/string.h: This.
11450         * sysdeps/x86_64/bits/string.h: Removed.
11452         * sysdeps/i386/i486/bits/string.h: Define inline functions only
11453         if not compiling for x86-64, but compiling for >= i486.
11455         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
11456         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
11458         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
11459         New macro from Linux kernel 3.4.0.
11460         (FP_XSTATE_MAGIC2): Likewise.
11461         (FP_XSTATE_MAGIC2_SIZE): Likewise.
11462         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
11463         (struct _fpx_sw_bytes): New struct.
11464         (struct _xsave_hdr): Likewise.
11465         (struct _ymmh_state): Likewise.
11466         (struct _xstate): Likewise.
11468         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
11469         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
11470         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
11471         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
11472         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
11473         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
11475         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
11476         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
11477         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
11478         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
11479         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
11480         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
11482 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
11484         [BZ #13743]
11485         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
11486         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
11487         (sysdep_headers): Include sys/platform/ppc.h.
11488         * sysdeps/powerpc/test-gettimebase.c: Test for
11489         __ppc_get_timebase() to catch future ISA opcode/insn changes.
11490         * manual/Makefile (appendices): Include platform.texi.
11491         * manual/contrib.texi (Contributors): Update @node pointers.
11492         * manual/maint.texi (Maintenance): Likewise.
11493         (Platform): New node.
11494         * manual/platform.texi: New file.  Document the new features.
11496 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
11497             Jakub Jelinek  <jakub@redhat.com>
11499         [BZ #14188]
11500         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
11501         where __builtin_expect is unavailable.
11503 2012-06-03  David S. Miller  <davem@davemloft.net>
11505         * stdlib/longlong.h: Updated from GCC.
11507 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
11509         [BZ #14042]
11510         * sysdeps/powerpc/powerpc32/mcount.c: New file.
11511         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
11512         __mcount_internal.
11513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
11514         (GLIBC_2.16): Likewise.
11516 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
11518         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
11520 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
11522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
11523         (default-abi): New variable.
11524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
11525         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
11526         variable.
11527         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
11528         Likewise.
11529         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
11530         Likewise.
11531         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
11532         Likewise.
11534         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
11535         definition.  Document in comment.
11537 2012-06-01  David S. Miller  <davem@davemloft.net>
11539         * stdlib/longlong.h: Updated from GCC.
11541 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
11543         [BZ #14117]
11544         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
11545         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
11546         sys/debugreg.h sys/io.h here.
11547         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
11548         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
11549         sys/io.h.
11550         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
11551         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
11552         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
11553         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
11554         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
11555         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
11557         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
11558         Define only if __x86_64__ is defined.
11560 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
11562         [BZ #14048]
11563         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
11564         Use int64_t for variable i.
11565         * math/libm-test.inc (fmod_test): Add more tests.
11567         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
11568         z computation is not scheduled after fetestexcept.
11569         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
11570         Use math_force_eval instead of asm to ensure calculation scheduled
11571         before exception test.
11572         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
11573         Ensure a1 + u.d computation is not scheduled after fetestexcept.
11575 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
11577         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
11578         computation is not scheduled after fetestexcept.
11580 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
11582         [BZ #14117]
11583         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
11584         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
11586 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11588         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
11589         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
11591 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
11593         [BZ #14117]
11594         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
11595         <bits/wordsize.h>.
11596         (__WCHAR_MIN): Support __WORDSIZE == 64.
11597         (__WCHAR_MAX): Likewise.
11599         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
11600         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
11602         [BZ #14183]
11603         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
11604         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
11606         [BZ #14117]
11607         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
11608         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
11610         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
11611         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
11613         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
11614         Defined to 1 if __x86_64__ isn't defined.
11615         (_STAT_VER_LINUX_OLD): New.
11616         (st_atime): Remove duplicate.
11617         (st_mtime): Likewise.
11618         (st_ctime): Likewise.
11620 2012-05-31  David S. Miller  <davem@davemloft.net>
11622         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
11623         entries.
11625 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
11627         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
11628         gen-libm-test.pl.
11630         [BZ #14132]
11631         * elf/dl-reloc.c: Include <_itoa.h>.
11632         (_dl_reloc_bad_type): Remove use of INTUSE.
11633         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
11634         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
11635         * stdio-common/psiginfo.c (psiginfo): Likewise.
11636         * stdio-common/psignal.c (psignal): Likewise.
11637         * string/strsignal.c (strsignal): Likewise.
11638         * include/signal.h (_sys_siglist): Declare hidden proto.
11639         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
11640         INTVARDEF with libc_hidden_data_def.
11641         * stdio-common/itoa-udigits.c: Likewise.
11642         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
11643         (_itoa_lower_digits_internal): Remove declaration.
11644         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
11645         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
11646         (_sys_sigabbrev_internal): Remove aliases.
11647         (_sys_siglist): Define hidden alias.
11649 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
11651         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11652         bits/sysctl.h.
11654 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
11656         [BZ #14117]
11657         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
11658         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
11660         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
11661         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
11662         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
11663         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
11664         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
11665         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
11667         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
11668         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
11669         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
11671         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
11672         with __addr.
11673         (insw): Likewise.
11674         (insl): Likewise.
11675         (outsb): Likewise.
11676         (outsw): Likewise.
11677         (outsl): Likewise.
11679         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
11680         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
11681         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
11683         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
11684         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
11685         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
11686         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
11687         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
11688         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
11690         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
11691         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
11693         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
11694         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
11696         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
11697         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
11698         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
11700         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
11701         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
11702         to ...
11703         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
11705         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
11706         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
11707         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
11709         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
11710         for x86-64.
11711         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
11713 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
11715         * math/math.h (M_El): Use two more decimal places.
11716         (M_LOG2El): Likewise.
11717         (M_LOG10El): Likewise.
11718         (M_LN2l): Likewise.
11719         (M_LN10l): Likewise.
11720         (M_PIl): Likewise.
11721         (M_PI_2l): Likewise.
11722         (M_PI_4l): Likewise.
11723         (M_1_PIl): Likewise.
11724         (M_2_PIl): Likewise.
11725         (M_2_SQRTPIl): Likewise.
11726         (M_SQRT2l): Likewise.
11727         (M_SQRT1_2l): Likewise.
11729 2012-05-31  David S. Miller  <davem@davemloft.net>
11731         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
11732         values between float registers.
11733         * sysdeps/sparc/sparc64/memset.S: Likewise.
11734         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
11736 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
11738         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
11739         -D_FORTIFY_SOURCE=1.
11740         (CPPFLAGS-tst-longjmp_chk.c): Define.
11741         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
11742         (CPPFLAGS-tst-longjmp_chk2.c): Define.
11743         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
11744         CFLAGS-tst-wchar-h.c.
11746 2012-05-31  Marek Polacek  <polacek@redhat.com>
11748         [BZ #14132]
11749         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
11750         __endmntent_internal): Remove declaration.
11751         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
11752         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
11753         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
11755 2012-05-30  David S. Miller  <davem@davemloft.net>
11757         * sysdeps/sparc/sparc32/soft-fp/q_util.c
11758         (___Q_simulate_exceptions): Use real FP ops rather than writing
11759         into the %fsr.
11760         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
11761         Likewise.
11763 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
11765         [BZ #14117]
11766         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
11767         * sysdeps/x86/bits/xtitypes.h: This.
11769         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
11770         * sysdeps/x86/bits/wordsize.h: This.
11772         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
11773         * sysdeps/x86/bits/huge_vall.h: This.
11775         * sysdeps/i386/bits/select.h: Removed.
11776         * sysdeps/x86_64/bits/select.h: Renamed to ...
11777         * sysdeps/x86/bits/select.h: This.
11779         * sysdeps/i386/bits/setjmp.h: Removed.
11780         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
11781         * sysdeps/x86/bits/setjmp.h: This.
11783         * sysdeps/i386/bits/mathdef.h: Removed.
11784         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
11785         * sysdeps/x86/bits/mathdef.h: This.
11787 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
11789         [BZ #14132]
11790         * include/sys/socket.h (__connect_internal)
11791         (__libc_sa_len_internal): Remove declaration.
11792         (__connect, __libc_sa_len): Declare hidden_proto.
11793         (SA_LEN): Remove use of INTUSE.
11794         * socket/connect.c: Add libc_hidden_def.
11795         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
11796         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
11797         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
11798         alias.
11799         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
11800         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
11801         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
11802         of adding _internal alias.
11804 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
11806         [BZ #14117]
11807         * sysdeps/i386/bits/link.h: Removed.
11808         * sysdeps/i386/bits/linkmap.h: Likewise.
11809         * sysdeps/x86_64/bits/link.h: Renamed to ...
11810         * sysdeps/x86/bits/link.h: This.
11811         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
11812         * sysdeps/x86/bits/linkmap.h: This.
11814         * sysdeps/i386/bits/endian.h: Removed.
11815         * sysdeps/x86_64/bits/endian.h: Renamed to ...
11816         * sysdeps/x86/bits/endian.h: This.
11818         * sysdeps/i386/bits/byteswap.h: Removed.
11819         * sysdeps/i386/bits/byteswap-16.h: Likewise.
11820         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
11821         * sysdeps/x86/bits/byteswap.h: This.
11822         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
11823         * sysdeps/x86/bits/byteswap-16.h: This.
11824         * sysdeps/i386/Implies: Add x86.
11825         * sysdeps/x86_64/Implies: Likewise.
11827 2012-05-30  David S. Miller  <davem@davemloft.net>
11829         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
11830         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
11831         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
11832         (FP_TRAPPING_EXCEPTIONS): Define.
11833         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
11834         (FP_TRAPPING_EXCEPTIONS): Define.
11835         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
11836         subnormals only when inexact has been signalled or underflow
11837         exceptions are enabled.
11838         (_FP_PACK_CANONICAL): Likewise.
11840 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
11842         [BZ #14183]
11843         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
11844         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
11846 2012-05-30  Richard Henderson  <rth@twiddle.net>
11848         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
11849         with #ifndef NOT_IN_libc.
11851         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
11852         marked to avoid plt entry.
11854 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
11856         [BZ #14112]
11857         * Makeconfig (default-abi): New macro.
11858         (abi-includes): Likewise.
11859         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
11860         $(abi-$(default-abi)-lib-soname) for soname if defined.
11861         ($(common-objpfx)gnu/lib-names.stmp): Generate from
11862         abi-variants.
11863         * Makefile (installed-stubs): Likewise.
11864         * include/stubs-biarch.h: Removed.
11865         * scripts/lib-names.awk: Only handle one library at a time.
11866         * scripts/soversions.awk: Remove WORDSIZE support.
11867         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
11868         entries.
11869         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
11870         Removed.
11871         (syscall-list-default-condition): Likewise.
11872         (syscall-list-default-condition): Likewise.
11873         (syscall-list-includes): Likewise.
11874         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
11875         syscall-list-* with abi-*.  Handle undefined abi-variants.
11876         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
11877         * sysdeps/unix/sysv/linux/i386/Implies: New file.
11878         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
11879         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
11880         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
11881         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
11882         Removed.
11883         (syscall-list-32-options): Likewise.
11884         (syscall-list-32-condition): Likewise.
11885         (syscall-list-64-options): Likewise.
11886         (syscall-list-64-condition): Likewise.
11887         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
11888         macro.
11889         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
11890         Renamed to ...
11891         (abi-*): This.
11892         (abi-64-ld-soname): New macro.
11893         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
11894         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
11895         Renamed to ...
11896         (abi-*): This.
11897         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
11898         * sysdeps/x86_64/x32/shlib-versions: Likewise.
11900 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
11902         * sysdeps/unix/sysv/linux/kernel-features.h
11903         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
11904         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
11905         include <kernel-features.h>.
11906         [!__NR_ftruncate64]: Remove conditional code.
11907         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
11908         [__NR_ftruncate64]: Make code unconditional.
11909         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
11910         * sysdeps/unix/sysv/linux/truncate64.c: Do not
11911         include <kernel-features.h>.
11912         [!__NR_ftruncate64]: Remove conditional code.
11913         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
11914         [__NR_ftruncate64]: Make code unconditional.
11915         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
11916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
11917         include <kernel-features.h>.
11918         [!__NR_ftruncate64]: Remove conditional code.
11919         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
11920         [__NR_ftruncate64]: Make code unconditional.
11921         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
11922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
11923         include <kernel-features.h>.
11924         [!__NR_ftruncate64]: Remove conditional code.
11925         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
11926         [__NR_ftruncate64]: Make code unconditional.
11927         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
11929         * configure.in (libc_cv_fpie): Weaken to a compile test using
11930         LIBC_TRY_CC_OPTION.
11931         * configure: Regenerated.
11933 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11935         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
11936         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
11937         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
11938         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
11939         Refreshed.
11940         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
11941         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
11942         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
11943         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
11944         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
11945         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
11946         Refreshed.
11948 2012-05-27  David S. Miller  <davem@davemloft.net>
11950         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
11951         (___Q_zero): New.
11952         (__Q_simulate_exceptions): Return void.  Change to simulate
11953         exceptions by writing into the %fsr.
11954         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
11955         (__Qp_handle_exceptions): Likewise.
11956         (numbers): Delete.
11957         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
11958         __Qp_handle_exceptions.
11959         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
11960         __Qp_handle_exceptions.
11961         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
11962         as unused and give dummy FP_RND_NEAREST initializer.
11963         (FP_INHIBIT_RESULTS): Define.
11964         (___Q_simulate_exceptions): Update declaration.
11965         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
11966         formatting.
11967         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
11968         as unused and give dummy FP_RND_NEAREST initializer.
11969         (__Qp_handle_exceptions): Update declaration.
11970         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
11971         formatting.
11973 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
11975         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
11976         the temporary FPU control word.
11977         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11978         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
11979         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
11980         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
11981         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
11982         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
11983         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
11984         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
11985         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
11986         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
11987         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
11989 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11991         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
11992         fields.
11994 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
11996         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
11997         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
11998         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
11999         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
12000         Likewise.
12001         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
12002         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
12003         Likewise.
12005 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
12007         * po/h.po: Update from translation team.
12009 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
12011         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
12013         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
12014         handling of denormals.
12015         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
12016         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
12017         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
12018         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
12019         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12020         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
12021         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
12022         Likewise.
12024 2012-05-26  Marek Polacek  <polacek@redhat.com>
12026         [BZ #14152]
12027         * math/libm-test.inc (fma_test): Don't always expect underflow
12028         exception.
12030 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12032         [BZ #12416]
12033         * elf/tst-execstack.c: Include stackinfo.h.
12034         (do_test): Adjust test case to ensure that pthread_getattr_np
12035         behaviour remains the same after marking stack executable.
12037 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
12039         * sysdeps/unix/sysv/linux/kernel-features.h
12040         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
12041         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
12042         kernel-features.h.
12043         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
12044         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
12045         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
12046         kernel-features.h.
12047         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
12048         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
12050 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
12052         * configure.in: Define the default includes to being none.
12053         * configure: Regenerated.
12055 2012-05-25  Roland McGrath  <roland@hack.frob.com>
12057         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
12058         * sysdeps/x86_64/setjmp.S: Likewise.
12059         * sysdeps/i386/bsd-setjmp.S: Likewise.
12060         * sysdeps/i386/bsd-_setjmp.S: Likewise.
12061         * sysdeps/i386/setjmp.S: Likewise.
12062         * sysdeps/i386/__longjmp.S: Likewise.
12063         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
12064         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
12066         * include/stap-probe.h: New file.
12067         * configure.in: Handle --enable-systemtap.
12068         * configure: Regenerated.
12069         * config.h.in (USE_STAP_PROBE): New #undef.
12070         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
12071         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
12072         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
12074 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
12076         [BZ #13717]
12077         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
12078         to 2.4.0 where earlier.
12079         * sysdeps/unix/sysv/linux/configure: Regenerated.
12080         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
12081         <kernel-features.h>.
12082         [__ASSUME_32BITUIDS]: Make code unconditional.
12083         [!__ASSUME_32BITUIDS]: Remove conditional code.
12084         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
12085         <kernel-features.h>.
12086         [__ASSUME_32BITUIDS]: Make code unconditional.
12087         [!__ASSUME_32BITUIDS]: Remove conditional code.
12088         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
12089         [__ASSUME_32BITUIDS]: Make code unconditional.
12090         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
12091         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
12092         <kernel-features.h>.
12093         [__ASSUME_32BITUIDS]: Make code unconditional.
12094         [!__ASSUME_32BITUIDS]: Remove conditional code.
12095         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
12096         <kernel-features.h>.
12097         [__ASSUME_32BITUIDS]: Make code unconditional.
12098         [!__ASSUME_32BITUIDS]: Remove conditional code.
12099         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
12100         <kernel-features.h>.
12101         [__ASSUME_32BITUIDS]: Make code unconditional.
12102         [!__ASSUME_32BITUIDS]: Remove conditional code.
12103         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
12104         <kernel-features.h>.
12105         [__ASSUME_32BITUIDS]: Make code unconditional.
12106         [!__ASSUME_32BITUIDS]: Remove conditional code.
12107         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
12108         <kernel-features.h>.
12109         [__ASSUME_32BITUIDS]: Make code unconditional.
12110         [!__ASSUME_32BITUIDS]: Remove conditional code.
12111         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
12112         <kernel-features.h>.
12113         [__ASSUME_32BITUIDS]: Make code unconditional.
12114         [!__ASSUME_32BITUIDS]: Remove conditional code.
12115         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
12116         <kernel-features.h>.
12117         [__ASSUME_32BITUIDS]: Make code unconditional.
12118         [!__ASSUME_32BITUIDS]: Remove conditional code.
12119         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
12120         <kernel-features.h>.
12121         [__ASSUME_32BITUIDS]: Make code unconditional.
12122         [!__ASSUME_32BITUIDS]: Remove conditional code.
12123         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
12124         <kernel-features.h>.
12125         [__ASSUME_32BITUIDS]: Make code unconditional.
12126         [!__ASSUME_32BITUIDS]: Remove conditional code.
12127         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
12128         <kernel-features.h>.
12129         [__ASSUME_32BITUIDS]: Make code unconditional.
12130         [!__ASSUME_32BITUIDS]: Remove conditional code.
12131         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
12132         <kernel-features.h>.
12133         [__NR_setresgid] (__setresgid): Do not declare.
12134         [__ASSUME_32BITUIDS]: Make code unconditional.
12135         [!__ASSUME_32BITUIDS]: Remove conditional code.
12136         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
12137         <kernel-features.h>.
12138         [__NR_setresuid] (__setresuid): Do not declare.
12139         [__ASSUME_32BITUIDS]: Make code unconditional.
12140         [!__ASSUME_32BITUIDS]: Remove conditional code.
12141         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
12142         <kernel-features.h>.
12143         [__ASSUME_32BITUIDS]: Make code unconditional.
12144         [!__ASSUME_32BITUIDS]: Remove conditional code.
12145         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
12146         <kernel-features.h>.
12147         [__ASSUME_32BITUIDS]: Make code unconditional.
12148         [!__ASSUME_32BITUIDS]: Remove conditional code.
12149         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
12150         <kernel-features.h>.
12151         [__ASSUME_32BITUIDS]: Make code unconditional.
12152         [!__ASSUME_32BITUIDS]: Remove conditional code.
12153         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
12154         <kernel-features.h>.
12155         [__ASSUME_32BITUIDS]: Make code unconditional.
12156         [!__ASSUME_32BITUIDS]: Remove conditional code.
12157         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
12158         <kernel-features.h>.
12159         [__ASSUME_32BITUIDS]: Make code unconditional.
12160         [!__ASSUME_32BITUIDS]: Remove conditional code.
12161         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
12162         <kernel-features.h>.
12163         [__ASSUME_32BITUIDS]: Make code unconditional.
12164         [!__ASSUME_32BITUIDS]: Remove conditional code.
12165         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
12166         <kernel-features.h>.
12167         [__ASSUME_32BITUIDS]: Make code unconditional.
12168         [!__ASSUME_32BITUIDS]: Remove conditional code.
12169         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
12170         <kernel-features.h>.
12171         [__ASSUME_32BITUIDS]: Make code unconditional.
12172         [!__ASSUME_32BITUIDS]: Remove conditional code.
12173         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
12174         <kernel-features.h>.
12175         [__ASSUME_32BITUIDS]: Make code unconditional.
12176         [!__ASSUME_32BITUIDS]: Remove conditional code.
12177         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
12178         <kernel-features.h>.
12179         [__ASSUME_32BITUIDS]: Make code unconditional.
12180         [!__ASSUME_32BITUIDS]: Remove conditional code.
12181         * sysdeps/unix/sysv/linux/kernel-features.h
12182         (__ASSUME_SETRESUID_SYSCALL): Remove.
12183         (__ASSUME_SETRESGID_SYSCALL): Likewise.
12184         (__ASSUME_32BITUIDS): Likewise.
12185         (__ASSUME_LDT_WORKS): Likewise.
12186         (__ASSUME_O_DIRECTORY): Likewise.
12187         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
12188         architecture but not kernel version.
12189         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
12190         (__ASSUME_MMAP2_SYSCALL): Likewise.
12191         (__ASSUME_STAT64_SYSCALL): Likewise.
12192         (__ASSUME_IPC64): Likewise.
12193         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
12194         <kernel-features.h>.
12195         [__ASSUME_32BITUIDS]: Make code unconditional.
12196         [!__ASSUME_32BITUIDS]: Remove conditional code.
12197         * sysdeps/unix/sysv/linux/opendir.c: Do not include
12198         <kernel-features.h>.
12199         [__ASSUME_O_DIRECTORY]: Make code unconditional.
12200         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
12201         132096]: Remove conditional code.
12202         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
12203         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
12204         <kernel-features.h>.
12205         [__ASSUME_32BITUIDS]: Make code unconditional.
12206         [!__ASSUME_32BITUIDS]: Remove conditional code.
12207         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
12208         <kernel-features.h>.
12209         [__ASSUME_32BITUIDS]: Make code unconditional.
12210         [!__ASSUME_32BITUIDS]: Remove conditional code.
12211         * sysdeps/unix/sysv/linux/setegid.c: Do not include
12212         <kernel-features.h>.
12213         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
12214         unconditional.
12215         (__setresgid): Do not declare.
12216         [__ASSUME_32BITUIDS]: Make code unconditional.
12217         [!__ASSUME_32BITUIDS]: Remove conditional code.
12218         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
12219         <kernel-features.h>.
12220         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
12221         unconditional.
12222         (__setresuid): Do not declare.
12223         [__ASSUME_32BITUIDS]: Make code unconditional.
12224         [!__ASSUME_32BITUIDS]: Remove conditional code.
12225         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
12226         <kernel-features.h>.
12227         [__ASSUME_32BITUIDS]: Make code unconditional.
12228         [!__ASSUME_32BITUIDS]: Remove conditional code.
12229         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
12230         <kernel-features.h>.
12231         [__ASSUME_32BITUIDS]: Make code unconditional.
12232         [!__ASSUME_32BITUIDS]: Remove conditional code.
12234 2012-05-25  Richard Henderson  <rth@twiddle.net>
12236         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
12237         dl_hwcap to ifunc resolver.
12238         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
12239         elf_ifunc_invoke.
12240         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
12241         dl_hwcap to ifunc resolver.
12242         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
12244 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
12246         [BZ #14153]
12247         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
12248         for |x| <= 2**-26, not 2**-57.
12249         * math/libm-test.inc (acos_test): Do not allow spurious underflow
12250         exception.
12252 2012-05-24  Jeff Law  <law@redhat.com>
12254         * stdio-common/Makefile (tests): Add bug25.
12255         * stdio-common/bug25.c: New test.
12257 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
12259         [BZ #13576]
12260         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
12261         multiple of MALLOC_ALIGNMENT in size.
12262         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
12264 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
12266         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
12267         Require >= 256.
12268         (FILENAME_MAX): Use macro-int-constant.
12269         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
12270         (_IOFBF): Use macro-int-constant.
12271         (_IOLBF): Likewise.
12272         (_IONBF): Likewise.
12273         (SEEK_CUR): Likewise.
12274         (SEEK_END): Likewise.
12275         (SEEK_SET): Likewise.
12276         (TMP_MAX): Likewise.
12277         (EOF): Use macro-int-constant.  Require < 0.
12278         (NULL): Use macro-constant.  Require == 0.
12279         (stdin): Require type to be FILE *.
12280         (stdout): Likewise.
12281         (stderr): Likewise.
12282         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
12283         macro-int-constant.
12284         (EXIT_SUCCESS): Likewise.
12285         (NULL): Use macro-constant.  Require == 0.
12286         (RAND_MAX): Use macro-int-constant.
12287         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
12288         [C99-based standards] (strtof): Require function.
12289         [C99-based standards] (strtold): Likewise.
12290         [C99-based standards] (strtoll): Likewise.
12291         [C99-based standards] (strtoull): Likewise.
12292         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
12293         [ISO || ISO99 || ISO11] (limits.h): Likewise.
12294         [ISO || ISO99 || ISO11] (math.h): Likewise.
12295         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
12296         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
12297         [ISO || ISO99 || ISO11] (*_t): Do not allow.
12299 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
12301         [BZ #14132]
12302         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
12303         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
12304         * intl/dgettext.c (DCGETTEXT): Likewise.
12305         * intl/gettext.c (DCGETTEXT): Likewise.
12306         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
12307         * posix/regex_internal.h (gettext): Likewise.
12308         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
12309         Remove declaration.
12310         * include/argz.h (__argz_count_internal)
12311         (__argz_stringify_internal): Remove declaration.
12312         (__argz_count, __argz_stringify): Declare hidden proto.
12313         * intl/dcgettext.c: Remove use of INTDEF.
12314         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
12315         * string/argz-stringify.c: Likewise.
12316         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
12317         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
12318         Declare hidden proto.
12319         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
12320         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
12321         Declare hidden proto.
12322         * include/stdio.h (__asprintf_internal): Don't declare.
12323         (__asprintf): Don't define as macro.  Declare hidden proto.
12324         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
12325         (__fsetlocking): Declare hidden proto.
12326         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
12327         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
12328         hidden proto.
12329         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
12330         (_IO_setlinebuf): Remove use of INTUSE.
12331         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
12332         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
12333         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
12334         Remove declaration.
12335         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
12336         (_IO_do_flush): Remove use of INTUSE.
12337         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
12338         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
12339         (_IO_adjust_column, _IO_least_wmarker)
12340         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
12341         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
12342         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
12343         (_IO_default_doallocate, _IO_wdefault_doallocate)
12344         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
12345         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
12346         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
12347         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
12348         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
12349         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
12350         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
12351         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
12352         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
12353         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
12354         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
12355         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
12356         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
12357         proto.
12358         (_IO_flush_all_internal, _IO_adjust_column_internal)
12359         (_IO_default_uflow_internal, _IO_default_finish_internal)
12360         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
12361         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
12362         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
12363         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
12364         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
12365         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
12366         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
12367         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
12368         (_IO_file_close_internal, _IO_file_close_it_internal)
12369         (_IO_file_underflow_internal, _IO_file_overflow_internal)
12370         (_IO_file_init_internal, _IO_file_attach_internal)
12371         (_IO_file_fopen_internal, _IO_file_read_internal)
12372         (_IO_file_sync_internal, _IO_file_seek_internal)
12373         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
12374         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
12375         (_IO_str_underflow_internal, _IO_str_overflow_internal)
12376         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
12377         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
12378         (_IO_list_all_internal, _IO_link_in_internal)
12379         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
12380         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
12381         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
12382         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
12383         (_IO_do_write_internal, _IO_padn_internal)
12384         (_IO_getline_info_internal, _IO_getline_internal)
12385         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
12386         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
12387         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
12388         (_IO_vfscanf_internal, _IO_vfprintf_internal)
12389         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
12390         (_IO_init_internal, _IO_un_link_internal): Don't declare.
12391         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
12392         with libc_hidden_ver, remove use of INTUSE.
12393         * libio/genops.c: Likewise.
12394         * libio/freopen.c: Likewise.
12395         * libio/freopen64.c: Likewise.
12396         * libio/iofclose.c: Likewise.
12397         * libio/iofdopen.c: Likewise.
12398         * libio/iofflush.c: Likewise.
12399         * libio/iofflush_u.c: Likewise.
12400         * libio/iofgets.c: Likewise.
12401         * libio/iofgets_u.c: Likewise.
12402         * libio/iofopen.c: Likewise.
12403         * libio/iofopncook.c: Likewise.
12404         * libio/iofread.c: Likewise.
12405         * libio/iofread_u.c: Likewise.
12406         * libio/ioftell.c: Likewise.
12407         * libio/iofwrite.c: Likewise.
12408         * libio/iogetline.c: Likewise.
12409         * libio/iogets.c: Likewise.
12410         * libio/iogetwline.c: Likewise.
12411         * libio/iopadn.c: Likewise.
12412         * libio/iopopen.c: Likewise.
12413         * libio/ioseekoff.c: Likewise.
12414         * libio/ioseekpos.c: Likewise.
12415         * libio/iosetbuffer.c: Likewise.
12416         * libio/iosetvbuf.c: Likewise.
12417         * libio/ioungetc.c: Likewise.
12418         * libio/ioungetwc.c: Likewise.
12419         * libio/iovdprintf.c: Likewise.
12420         * libio/iovsprintf.c: Likewise.
12421         * libio/iovsscanf.c: Likewise.
12422         * libio/memstream.c: Likewise.
12423         * libio/obprintf.c: Likewise.
12424         * libio/oldfileops.c: Likewise.
12425         * libio/oldiofclose.c: Likewise.
12426         * libio/oldiofdopen.c: Likewise.
12427         * libio/oldiofopen.c: Likewise.
12428         * libio/oldiopopen.c: Likewise.
12429         * libio/oldstdfiles.c: Likewise.
12430         * libio/putc.c: Likewise.
12431         * libio/setbuf.c: Likewise.
12432         * libio/setlinebuf.c: Likewise.
12433         * libio/stdfiles.c: Likewise.
12434         * libio/strops.c: Likewise.
12435         * libio/vasprintf.c: Likewise.
12436         * libio/vscanf.c: Likewise.
12437         * libio/vsnprintf.c: Likewise.
12438         * libio/vswprintf.c: Likewise.
12439         * libio/wfiledoalloc.c: Likewise.
12440         * libio/wfileops.c: Likewise.
12441         * libio/wgenops.c: Likewise.
12442         * libio/wmemstream.c: Likewise.
12443         * libio/wstrops.c: Likewise.
12444         * libio/__fpurge.c: Likewise.
12445         * libio/__fsetlocking.c: Likewise.
12446         * assert/assert.c: Likewise.
12447         * debug/fgets_chk.c: Likewise.
12448         * debug/fgets_u_chk.c: Likewise.
12449         * debug/fread_chk.c: Likewise.
12450         * debug/fread_u_chk.c: Likewise.
12451         * debug/gets_chk.c: Likewise.
12452         * debug/obprintf_chk.c: Likewise.
12453         * debug/vasprintf_chk.c: Likewise.
12454         * debug/vdprintf_chk.c: Likewise.
12455         * debug/vsnprintf_chk.c: Likewise.
12456         * debug/vsprintf_chk.c: Likewise.
12457         * malloc/mtrace.c: Likewise.
12458         * misc/error.c: Likewise.
12459         * misc/syslog.c: Likewise.
12460         * stdio-common/asprintf.c: Likewise.
12461         * stdio-common/fxprintf.c: Likewise.
12462         * stdio-common/getw.c: Likewise.
12463         * stdio-common/isoc99_fscanf.c: Likewise.
12464         * stdio-common/isoc99_scanf.c: Likewise.
12465         * stdio-common/isoc99_vfscanf.c: Likewise.
12466         * stdio-common/isoc99_vscanf.c: Likewise.
12467         * stdio-common/isoc99_vsscanf.c: Likewise.
12468         * stdio-common/printf-prs.c: Likewise.
12469         * stdio-common/printf_fp.c: Likewise.
12470         * stdio-common/printf_fphex.c: Likewise.
12471         * stdio-common/printf_size.c: Likewise.
12472         * stdio-common/putw.c: Likewise.
12473         * stdio-common/scanf.c: Likewise.
12474         * stdio-common/sprintf.c: Likewise.
12475         * stdio-common/tmpfile.c: Likewise.
12476         * stdio-common/vfprintf.c: Likewise.
12477         * stdio-common/vfscanf.c: Likewise.
12478         * stdlib/strfmon_l.c: Likewise.
12479         * sunrpc/openchild.c: Likewise.
12480         * sunrpc/xdr_stdio.c: Likewise.
12481         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
12482         * sysdeps/mach/hurd/tmpfile.c: Likewise.
12484 2012-05-24  Roland McGrath  <roland@hack.frob.com>
12486         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
12488         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
12489         in the third column, to generate for the shared library an IFUNC
12490         that uses _dl_vdso_vsym.
12491         * Makerules (COMPILE.c, compile-stdin.c): New variables.
12492         * Makeconfig (object-suffixes-noshared): New variable.
12494         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
12495         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
12496         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
12497         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
12499         [BZ #14132]
12500         * include/sys/time.h (__gettimeofday): Remove macro.
12501         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
12502         * time/gettimeofday.c (__gettimeofday): Remove #undef.
12503         Remove INTDEF.
12504         (__gettimeofday): Add libc_hidden_def.
12505         (gettimeofday): Add libc_hidden_weak.
12506         * sysdeps/mach/gettimeofday.c: Likewise.
12507         * sysdeps/posix/gettimeofday.c: Likewise.
12508         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
12509         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
12510         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
12511         (__gettimeofday_internal): Remove strong_alias.
12512         (__gettimeofday): Add libc_hidden_def.
12513         (gettimeofday): Add libc_hidden_weak.
12514         * sysdeps/unix/syscalls.list (gettimeofday):
12515         Remove __gettimeofday_internal alias.
12517 2012-05-24  Daniel Jacobowitz  <drow@false.org>
12518             H.J. Lu  <hongjiu.lu@intel.com>
12520         [BZ #12495]
12521         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
12522         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
12523         (largebin_index_32_big): New.
12524         (largebin_index): Use it for 16-byte alignment.
12525         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
12526         correction with front_misalign.
12528 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
12530         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
12531         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
12532         Likewise.
12533         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
12534         Likewise.
12535         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
12536         Likewise.
12537         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
12538         Likewise.
12539         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
12540         Likewise.
12541         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
12542         Likewise.
12543         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
12544         Likewise.
12545         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
12546         Likewise.
12547         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
12548         Likewise.
12549         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
12550         Likewise.
12551         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12552         Likewise.
12553         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
12554         Likewise.
12556         * scripts/data/c++-types-x32-linux-gnu.data: New file.
12557         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
12559 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
12561         [BZ #10846]
12562         [BZ #14036]
12563         * math/libm-test.inc (exp_test): Add test from bug 14036.
12564         (pow_test): Add test from bug 10846.
12566         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
12567         and other flags.
12568         (special_function): Do not include flags in test name.
12569         (parse_args): Likewise.
12570         * sysdeps/i386/fpu/libm-test-ulps: Update.
12571         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
12572         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
12573         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
12574         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12576         * math/gen-libm-test.pl (%beautify): Add entries for underflow
12577         exceptions.
12578         * math/libm-test.inc ("Philosophy"): Update comment about
12579         exception testing.
12580         (UNDERFLOW_EXCEPTION): New macro.
12581         (UNDERFLOW_EXCEPTION_OK): Likewise.
12582         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
12583         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
12584         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
12585         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
12586         (INVALID_EXCEPTION_OK): Update value.
12587         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
12588         (OVERFLOW_EXCEPTION_OK): Likewise.
12589         (IGNORE_ZERO_INF_SIGN): Likewise.
12590         (test_exceptions): Handle underflow exceptions.
12591         (acos_test): Update for underflow exception expectations.
12592         (cexp_test): Likewise.
12593         (clog_test): Likewise.
12594         (clog10_test): Likewise.
12595         (csqrt_test): Likewise.
12596         (ctan_test): Likewise.
12597         (ctanh_test): Likewise.
12598         (exp_test): Likewise.
12599         (exp10_test): Likewise.
12600         (exp2_test): Likewise.
12601         (expm1_test): Likewise.
12602         (fma_test): Likewise.
12603         (j0_test): Likewise.
12604         (jn_test): Likewise.
12605         (nexttoward_test): Likewise.
12606         (pow_test): Likewise.
12607         (scalbn_test): Likewise.
12608         (scalbln_test): Likewise.
12609         (tan_test): Likewise.
12610         (y1_test): Likewise.
12611         * sysdeps/i386/fpu/libm-test-ulps: Update.
12612         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12614 2012-05-23  David S. Miller  <davem@davemloft.net>
12616         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
12617         (__libc_sigaction): Remove unused local variables.
12619 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
12621         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
12623 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
12625         mktime: avoid signed integer overflow
12626         * time/mktime.c (__mktime_internal): Do not mishandle the case
12627         where diff == INT_MIN.
12629         mktime: simplify computation of average
12630         * time/mktime.c (ranged_convert): Use new time_t_avg function
12631         instead of rolling our own (probably-slower) code.
12633         mktime: do not assume signed right shift propagates sign bit
12634         * time/mktime.c (isdst_differ): New static function.
12635         (__mktime_internal): No need to normalize tm_isdst now.
12636         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
12637         tm_isdst values.
12639         mktime: merge another wrapv change from gnulib
12640         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
12641         from some compilers.
12643         mktime: remove incorrect attempt at unusual arithmetics
12644         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
12645         The code didn't really work on such machines anyway.
12646         (TYPE_MINIMUM): Assume two's complement.
12647         (twos_complement_arithmetic): Verify that long_int and time_t
12648         are two's complement (or unsigned, in the latter case).
12650         mktime: check signed shifts on long_int and time_t, too
12651         * time/mktime.c (SHR): Check that shifts work as desired
12652         on the types long_int and time_t too, as SHR is used on
12653         such types.
12655         mktime: do not assume 'long' is wide enough
12656         * time/mktime.c (verify): Move decl up.
12657         (long_int): New type.
12658         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
12659         to remove assumption in the code that 'long' is wide enough to
12660         store year values.  This assumption is not true on x32 and on
12661         some non-glibc platforms.
12663         mktime: merge wrapv change from gnulib
12664         * time/mktime.c (WRAPV): New macro.
12665         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
12666         (guess_time_tm, __mktime_internal): Do not assume that signed
12667         integer overflow wraps around; modern compilers generate code
12668         where this assumption is no longer valid.
12670 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
12672         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
12673         Replace "jmp L(pseudo_end)" with "ret".
12674         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
12675         Likewise.
12677 2012-05-23  Andreas Jaeger  <aj@suse.de>
12679         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
12680         * sysdeps/unix/sysv/linux/poll.c: Remove file.
12682 2012-05-23  Andreas Jaeger  <aj@suse.de>
12683             Maximilian Attems  <max@stro.at>
12685         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
12686         New macros.
12688 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
12690         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
12691         code so that pseudo_end is just ret and the stack pointer is
12692         correct also for static library in error case.
12694 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
12696         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
12697         move to syscalls.list.
12698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
12699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
12700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
12701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
12703         * manual/install.texi (Running make install): Do not mention Linux
12704         kernel version for which pt_chown is not needed.
12705         (Linux): Do not mention problems with nscd with 2.0 kernels.
12706         * INSTALL: Regenerated.
12708 2012-05-23  Andreas Jaeger  <aj@suse.de>
12710         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
12711         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
12712         macro.
12713         * sysdeps/unix/sysv/linux/s390/bits/mman.h
12714         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
12715         * sysdeps/unix/sysv/linux/sh/bits/mman.h
12716         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
12717         * sysdeps/unix/sysv/linux/i386/bits/mman.h
12718         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
12719         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
12720         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
12721         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
12722         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
12723         * sysdeps/unix/sysv/linux/bits/in.h
12724         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
12726 2012-05-22  Roland McGrath  <roland@hack.frob.com>
12728         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
12729         (PREPARE_VERSION): Just use assert instead, it will be elided
12730         under [NDEBUG] anyway.
12732 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
12734         * sysdeps/unix/sysv/linux/Makefile: Include
12735         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
12736         (sysdep_routines): Remove sysctl.
12737         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
12738         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
12739         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
12740         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
12741         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
12743 2012-05-22  Andreas Jaeger  <aj@suse.de>
12745         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
12746         that pseudo_end is just ret and the stack pointer is correct also
12747         for static library in error case.
12749 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
12751         [BZ #14122]
12752         * nss/nsswitch.c (defconfig_entries): New variable.
12753         (__nss_database_lookup): Don't leak defconfig entries.
12754         (nss_parse_service_list): Don't leak on error paths.
12755         (free_database_entries): New function.
12756         (free_defconfig): New function.
12757         (free_mem): Move common code to free_database_entries.
12759 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
12761         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
12762         Add arch_prctl.
12763         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
12765         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
12766         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
12767         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
12768         New macro.
12769         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
12770         (INTERNAL_SYSCALL_TYPES): Likewise.
12771         (LOAD_ARGS_TYPES_[1-6]): Likewise.
12772         (LOAD_REGS_TYPES_[1-6]): Likewise.
12773         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
12774         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
12776 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12778         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
12779         copysignl for GLIBC_2_0.
12780         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
12781         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
12782         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
12783         logbl for GLIBC_2_0.
12784         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
12785         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
12787 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
12789         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
12790         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
12792         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
12793         Use "neg %eax".
12795         * time/mktime.c: Update copyright years.
12797 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12799         mktime: merge comment-quoting-style change from gnulib
12800         * time/mktime.c: Quote 'like this' in comments.
12801         The GNU coding standards suggest that we no longer quote `like this',
12802         as "`" and "'" are typically rendered asymmetrically nowadays.
12803         The typical gnulib style is to quote 'like this' when quoting
12804         code, and "like this" when quoting English.
12806         * time/mktime.c (compile-command): Add "-I.".
12808         mktime: merge mktime-internal.h change from gnulib
12809         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
12811         mktime: merge time_r change from gnulib
12812         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
12814         mktime: merge DEBUG change from gnulib
12815         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
12816         case system <time.h> has a #define.
12818         mktime: merge <sys/types.h> change from gnulib
12819         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
12820         since <time.t> is now guaranteed to define time_t.
12822         mktime: merge HAVE_CONFIG_H change from gnulib
12823         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
12825 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
12827         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
12828         Use "neg %eax".
12830         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
12831         __rlim_t cast.
12832         (struct rusage): Use anonymous union to pad each field to
12833         __syscall_slong_t.
12835 2012-05-21  David S. Miller  <davem@davemloft.net>
12837         * Makefules (o-iterator): Remove .s cases.
12838         (compile-command.s): Delete.
12839         (COMPILE.s): Delete.
12840         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
12842 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
12844         * configure.in (libc_cv_predef_stack_protector): Only consider
12845         "foobar" and "__stack_chk_fail" lines in libc_undefs.
12846         * configure: Regenerated.
12848 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
12850         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
12851         New macro.  Use R*LP on int and pointer.
12852         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
12853         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
12854         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
12855         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
12857         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
12858         [__WORDSIZE_TIME64_COMPAT32] instead of
12859         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
12860         (struct utmp): Likewise.
12861         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
12862         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
12863         Renamed to ...
12864         (__WORDSIZE_TIME64_COMPAT32): This.
12865         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
12866         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
12867         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
12868         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
12869         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
12870         (__WORDSIZE_TIME64_COMPAT32): New macro.
12872 2012-05-21  Andreas Jaeger  <aj@suse.de>
12874         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
12875         only if [SHARED]. Add prototype for __wcschr_ia32.
12877 2012-05-21  Roland McGrath  <roland@hack.frob.com>
12879         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
12880         of %rbp unmolested in the jmp_buf while mangling the low bits.
12881         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
12882         unmolested high bits of %rbp while demangling the low bits.
12883         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
12885 2012-05-21  Andreas Jaeger  <aj@suse.de>
12887         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
12888         * sunrpc/svc_simple.c: Use it for registerrpc.
12889         * sunrpc/xcrypt.c: Use it for passwd2des.
12891         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
12893 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
12895         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
12896         Don't define if [__SYSCALL_WORDSIZE != 32].
12897         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
12898         New macro.
12900 2012-05-21  Bruno Haible  <bruno@clisp.org>
12901             Andreas Jaeger  <aj@suse.de>
12903         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
12904         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
12905         inptr and inend for must_buffer_ch.
12906         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
12907         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
12908         * stdio-common/Makefile (tests): Remove bug15.
12909         (bug15-ENV): Remove macro.
12910         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
12911         anymore.
12913 2012-05-19  Andreas Jaeger  <aj@suse.de>
12914             Roland McGrath  <roland@hack.frob.com>
12916         * manual/contrib.texi: Completely rewritten. It contains now an
12917         alphabetical list of contributors and their contributions.
12919 2012-05-21  Richard Henderson  <rth@twiddle.net>
12921         * misc/getauxval.c (__getauxval): Use unsigned long int.
12922         * misc/sys/auxv.h: Include <sys/cdefs.h>.
12923         (getauxval): Use unsigned long int.
12925 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
12927         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
12929 2012-05-21  Roland McGrath  <roland@hack.frob.com>
12931         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
12932         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
12933         __alignof__ (long double).
12935 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12937         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12939 2012-05-20  Richard Henderson  <rth@twiddle.net>
12941         * misc/getauxval.c: New file.
12942         * misc/sys/auxv.h: New file.
12943         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
12944         (routines): Add getauxval.
12945         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
12946         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
12947         * elf/dl-sysdep.c (_dl_auxv): Remove.
12948         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
12949         * elf/dl-support.c (_dl_auxv): New variable.
12950         (_dl_aux_init): Initialize it.
12951         * manual/startup.texi (Auxiliary Vector): New node.
12952         * sysdeps/generic/bits/hwcap.h: New file.
12953         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
12954         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
12955         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
12956         * sysdeps/sparc/sysdep.h: ... here.  Include it.
12957         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
12958         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
12959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
12960         Update.
12961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
12962         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
12963         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
12964         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
12965         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
12966         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
12967         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
12968         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
12970 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12972         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12974 2012-05-19  David S. Miller  <davem@davemloft.net>
12976         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12978 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
12980         [BZ #14123]
12981         * math/s_ccosh.c: Include <float.h>
12982         (__ccosh): Avoid internal overflow calculating sinh and cosh
12983         values before multiplying by sin and cos values.
12984         * math/s_ccoshf.c: Likewise.
12985         * math/s_ccoshl.c: Likewise.
12986         * math/s_csin.c: Likewise.
12987         * math/s_csinf.c: Likewise.
12988         * math/s_csinl.c: Likewise.
12989         * math/s_csinh.c: Likewise.
12990         * math/s_csinhf.c: Likewise.
12991         * math/s_csinhl.c: Likewise.
12992         * math/libm-test.inc (ccos_test): Add more tests.
12993         (ccosh_test): Likewise.
12994         (csin_test): Likewise.
12995         (csinh_test): Likewise.
12996         * sysdeps/i386/fpu/libm-test-ulps: Update.
12997         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12999 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
13001         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
13002         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
13004         * sysdeps/x86_64/x32/_itoa.h: Add comment.
13006 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
13008         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
13009         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
13010         * sysdeps/powerpc/soft-fp/Versions: Likewise.
13011         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
13012         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
13013         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
13014         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
13015         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
13016         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
13017         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
13018         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
13019         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
13020         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
13021         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
13022         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
13023         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
13024         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
13025         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
13026         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
13027         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
13028         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
13029         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
13030         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
13031         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
13032         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
13033         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
13034         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
13035         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
13036         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
13037         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
13038         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
13040 2012-05-18  Andreas Jaeger  <aj@suse.de>
13042         * csu/.gitignore: Delete.
13044 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
13046         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
13047         (timex): Use __syscall_slong_t.
13049 2012-05-18  Andreas Jaeger  <aj@suse.de>
13050             Carlos O'Donell  <carlos_odonell@mentor.com>
13052         * manual/install.texi (Configuring and compiling): Update
13053         description about files modified in the source directory.
13054         * INSTALL: Regenerated.
13056 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
13058         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
13059         value.  Use "or" to set return value to -1.
13060         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
13061         negate return value.
13063 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
13065         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
13066         CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
13067         failure if the compiler has Graphite support disabled.
13068         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
13069         Likewise.
13070         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
13071         CFLAGS-memmove.c): Likewise.
13072         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
13073         Likewise.
13075 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
13077         * sysdeps/x86_64/x32/_itoa.h: New file.
13079         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
13080         getdents system call only if kernel and user dirents have the
13081         same d_ino and d_off.
13083         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
13084         LLONG_MAX != LONG_MAX.
13085         (_itoa_word): Use _ITOA_WORD_TYPE on value.
13086         (_fitoa_word): Likewise.
13088         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
13089         years.
13090         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
13091         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
13092         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
13094         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
13095         include <bits/wordsize.h>.  Check __x86_64__ instead of
13096         __WORDSIZE.
13097         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
13098         if __x86_64__ is defined.  Use anonymous union on fpstate.
13100         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
13101         anonymous union.
13103 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
13105         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
13106         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
13107         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
13108         Refer to _rtld_local_ro instead of _rtld_global_ro.
13109         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
13110         Likewise.
13111         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
13112         Likewise.
13113         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
13114         Likewise.
13115         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
13116         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
13117         of _rtld_global, and rtld_progname instead of _dl_argv[0].
13119         * sysdeps/powerpc/powerpc32/dl-machine.c
13120         (__elf_machine_runtime_setup) [PROF]: Don't reference
13121         _dl_prof_resolve.
13123 2012-05-18  Andreas Jaeger  <aj@suse.de>
13125         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
13126         function only available for GCCs before 3.4 since GCC 3.4
13127         introduced a builtin.
13128         (lrint): Likewise.
13129         (llrintf): Likewise.
13130         (llrint): Likewise.
13131         (fmaxf): Likewise.
13132         (fmax): Likewise.
13133         (fminf): Likewise.
13134         (fmin): Likewise.
13135         (rint): Likewise.
13136         (rintf): Likewise.
13137         (nearbyint): Likewise.
13138         (nearbyintf): Likewise.
13139         (ceil): Likewise.
13140         (ceilf): Likewise.
13141         (floor): Likewise.
13142         (floorf): Likewise.
13144 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
13146         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
13147         on both fields and cast pointer to __syscall_ulong_t.
13149         * bits/types.h (__fsword_t): New type.
13150         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
13151         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
13152         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
13153         (__FSWORD_T_TYPE): Likewise.
13154         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
13155         (__FSWORD_T_TYPE): Likewise.
13156         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
13157         (__FSWORD_T_TYPE): Likewise.
13158         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
13159         (__FSWORD_T_TYPE): Likewise.
13160         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
13161         __SWORD_TYPE with __fsword_t.
13162         (statfs64): Likewise.
13164 2012-05-17  David S. Miller  <davem@davemloft.net>
13166         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
13168 2012-05-17  Andreas Jaeger  <aj@suse.de>
13170         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
13171         warning.
13173 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
13175         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
13177 2012-05-17  Andreas Jaeger  <aj@suse.de>
13179         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
13180         when it is used.
13182 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
13184         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
13186 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
13188         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
13189         * sysdeps/x86_64/tst-mallocalign1.c: New file.
13191 2012-05-17  Andreas Jaeger  <aj@suse.de>
13192             Carlos O'Donell  <carlos_odonell@mentor.com>
13194         [BZ #14059]
13195         * sysdeps/x86_64/multiarch/init-arch.h
13196         (bit_YMM_Usable): Rename to...
13197         (bit_AVX_Usable): ... this.
13198         (bit_FMA4_Usable): New macro.
13199         (bit_XMM_state): New macro.
13200         (bit_YMM_state): New macro.
13201         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
13202         [__ASSEMBLER__] (index_AVX_Usable): ... this.
13203         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
13204         (CPUID_OSXSAVE): New macro.
13205         (CPUID_AVX): New macro.
13206         (CPUID_FMA4): New macro.
13207         (index_YMM_Usable): Rename to...
13208         (index_AVX_Usable): ... this.
13209         (HAS_AVX): Use HAS_ARCH_FEATURE.
13210         (HAS_FMA4): Likewise.
13211         (HAS_YMM_USABLE): Remove.
13212         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13213         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
13214         are present.
13215         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
13216         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
13217         * sysdeps/x86_64/multiarch/Makefile: Likewise.
13218         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
13219         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
13221 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
13223         * math/libm-test.c: Support platforms without multiple rounding modes.
13224         * math/bug-nextafter.c: Support platforms without FP exceptions.
13225         * math/bug-nexttoward.c: Likewise.
13226         * math/test-fenv.c: Likewise.
13227         * math/test-misc.c: Likewise.
13228         * stdlib/bug-getcontext.c: Likewise.
13230 2012-05-17  Andreas Jaeger  <aj@suse.de>
13232         * manual/examples/search.c (critter_cmp): Change signature to
13233         avoid warnings.
13234         * manual/string.texi (Collation Functions): Likewise.
13236 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
13238         * bits/types.h: Fold copyright years.
13239         * bits/typesizes.h: Likewise.
13240         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
13241         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
13242         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
13243         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
13244         * time/time.h: Likewise.
13246 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
13248         [BZ #208]
13249         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
13250         in instead of returning them.  Return void.
13251         (__libc_mallinfo): Accumulate over all arenas.
13252         (__malloc_stats): Adjust for change in int_mallinfo interface.
13254 2012-05-16  Roland McGrath  <roland@hack.frob.com>
13256         [BZ #10375]
13257         * configure.in (NM): Add AC_CHECK_TOOL for it.
13258         (libc_extra_cflags): New substituted variable.
13259         Check for -fstack-protector being used implicitly.
13260         * configure: Regenerated.
13261         * config.make.in (config-extra-cflags): New variable,
13262         gets @libc_extra_cflags@.
13263         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
13265         [BZ #10375]
13266         * configure.in: Check for _FORTIFY_SOURCE being predefined.
13267         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
13268         * configure: Regenerated.
13269         * config.make.in (CPPUNDEFS): New substituted variable.
13270         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
13271         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
13272         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
13274 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
13276         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
13277         (mq_attr): Use __syscall_slong_t.
13279 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
13281         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
13282         Check __x86_64__ instead of __WORDSIZE.
13283         (_STAT_VER_LINUX): Likewise.
13284         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
13285         __syscall_ulong_t and __syscall_slong_t.
13286         (stat64): Likewise.
13288 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
13290         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
13292 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
13294         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
13296 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
13298         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
13299         __syscall_ulong_t.
13301         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
13302         include <bits/wordsize.h>.  Check __x86_64__ instead of
13303         __WORDSIZE.
13304         (greg_t): Use "__extension__ long long int" if __x86_64__ is
13305         defined.
13306         (mcontext_t): Replace "unsigned long" with "unsigned long long".
13308         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
13309         include <bits/wordsize.h>.  Check __x86_64__ instead of
13310         __WORDSIZE.
13311         (user_regs_struct): Use "__extension__ unsigned long long"
13312         instead of "unsigned long" if __x86_64__ is defined.
13313         (user): Likewise.  Pad after pointer field if __ILP32__ is
13314         defined.
13316 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
13318         * configure.in (makeinfo): Require version 4.5 or later.  Allow
13319         versions 5 to 9.
13320         * configure: Regenerated.
13321         * manual/install.texi (texinfo): Increase version requirement to
13322         4.5 or later.
13323         * INSTALL: Regenerated.
13325         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
13327 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
13329         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
13331         * sysdeps/x86_64/x32/ffs.c: New file.
13333         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
13334         __syscall_ulong_t.
13335         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
13336         defined.  Use __syscall_ulong_t.
13337         (shminfo): Use __syscall_ulong_t.
13338         (shm_info): Likewise.
13340         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
13341         __syscall_ulong_t.
13343         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
13344         <bits/wordsize.h>.
13345         (msgqnum_t): Use __syscall_ulong_t.
13346         (msglen_t): Likewise.
13347         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
13348         __syscall_ulong_t.
13350         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
13351         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
13353         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
13355         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
13356         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
13358         * sysvipc/sys/msg.h (msgbuf): Replace long int with
13359         __syscall_slong_t.
13361         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
13362         include <bits/wordsize.h>.  Check __x86_64__ instead of
13363         __WORDSIZE.
13365         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
13366         "unsigned long long int" if __x86_64__ is defined.
13367         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
13369         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
13370         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
13371         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
13373         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
13374         <stdint.h>.
13375         (GET_PC): Cast to uintptr_t first.
13376         (GET_FRAME): Likewise.
13377         (GET_STACK): Likewise.
13379         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
13380         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
13381         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
13382         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
13383         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
13384         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
13385         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
13386         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
13387         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
13388         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
13389         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
13390         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
13391         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
13392         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
13393         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
13394         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
13395         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
13396         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
13397         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
13398         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
13399         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
13400         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
13401         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
13402         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
13403         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
13404         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
13405         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
13406         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
13407         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
13409 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
13411         * Makerules (+depfiles): Also collect depfiles from .oS in
13412         $(extra-objs).
13413         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
13414         .oS, $(libnldbl-routines)).
13416         * Makerules (native-compile-mkdep-flags): Define.
13417         * sunrpc/Makefile (extra-objs): Add $(addprefix
13418         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
13419         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
13420         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
13421         calling $(make-target-directory).
13423 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13425         * bits/types.h (__snseconds_t): Removed.
13426         * time/time.h (struct timespec): Replace __snseconds_t with
13427         __syscall_slong_t.
13428         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
13429         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
13430         Likewise.
13431         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
13432         (__SNSECONDS_T_TYPE): Likewise.
13433         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
13434         (__SNSECONDS_T_TYPE): Likewise.
13435         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
13436         (__SNSECONDS_T_TYPE): Likewise.
13438 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13440         * sysdeps/mach/hurd/bits/typesizes.h
13441         (__SYSCALL_SLONG_TYPE): New macro.
13442         (__SYSCALL_ULONG_TYPE): Likewise.
13444 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13446         * bits/types.h (__syscall_slong_t): New type.
13447         (__syscall_ulong_t): Likewise.
13449         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
13450         (__SYSCALL_ULONG_TYPE): Likewise.
13451         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
13452         (__SYSCALL_SLONG_TYPE): Likewise.
13453         (__SYSCALL_ULONG_TYPE): Likewise.
13454         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
13455         (__SYSCALL_SLONG_TYPE): Likewise.
13456         (__SYSCALL_ULONG_TYPE): Likewise.
13457         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
13458         (__SYSCALL_SLONG_TYPE): Likewise.
13459         (__SYSCALL_ULONG_TYPE): Likewise.
13461 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13463         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
13464         Add sigaltstack-offsets.sym.
13465         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
13466         <sigaltstack-offsets.h>.
13467         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
13468         longjmp_msg pointer.
13469         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
13470         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
13471         signal stack.
13472         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
13474 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
13476         * elf/stackguard-macros.h: Remove file.
13477         * sysdeps/generic/stackguard-macros.h: New file.
13478         * sysdeps/i386/stackguard-macros.h: Likewise.
13479         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
13480         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
13481         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
13482         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
13483         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
13484         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
13485         * sysdeps/x86_64/stackguard-macros.h: Likewise.
13486         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
13487         <elf/stackguard-macros.h>.
13489         [BZ #14109]
13490         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
13491         __aligned__ in attribute.
13492         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
13493         (gregset_t): Likewise.
13495 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13497         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
13498         * sysdeps/x86_64/64/Implies-after: Here.  New file.
13499         * sysdeps/x86_64/x32/Implies-after: New file.
13501 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13503         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
13504         and access return value for _dl_profile_fixup.  Use R10_LP to
13505         load frame size.
13507 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13509         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
13511 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13513         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
13514         * sysdeps/x86_64/x32/sysdep.h: New file.
13516 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13518         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
13519         * sysdeps/x86_64/setjmp.S: Likewise.
13521 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13523         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
13524         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
13525         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
13526         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
13527         remove unused global constant.
13529 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
13531         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
13532         include of <not-cancel.h>.
13534 2012-05-15  Roland McGrath  <roland@hack.frob.com>
13536         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
13538 2012-05-15  Jeff Law  <law@redhat.com>
13539             Andreas Jaeger  <aj@suse.de>
13541         [BZ #13594]
13542         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
13543         out from...
13544         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
13545         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
13546         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
13547         code changing __hst_map_handle.map.
13549 2012-05-15  Roland McGrath  <roland@hack.frob.com>
13551         * configure.in (sysnames): Look for Implies-before and Implies-after
13552         files.
13553         * configure: Regenerated.
13555 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13557         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
13558         8-byte data alignment with LP_SIZE alignment.
13560 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13562         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
13563         into R10_LP.
13565 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13567         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
13569 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13571         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
13572         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
13573         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
13574         Likewise.
13575         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
13577 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13579         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
13580         (stackinfo_sub_sp): Likewise.
13582 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13584         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
13585         RAX_LP.
13587 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13589         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
13590         into R*_LP.
13592 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13594         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
13595         sizes into R*_LP.
13597 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13599         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
13601 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13603         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
13604         into R11_LP and load __x86_64_shared_cache_size_half into
13605         R8_LP.
13607 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
13609         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
13610         R8_LP.
13612 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13614         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
13615         logb for POWER7.
13616         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
13617         logbf for POWER7.
13618         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
13619         logbl for POWER7.
13620         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
13621         powerpc32/power7/fpu/s_logb.c via #include.
13622         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
13623         powerpc32/power7/fpu/s_logbf.c via #include.
13624         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
13625         powerpc32/power7/fpu/s_logbl.c via #include.
13627 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
13629         * README.libm: Remove file.
13631 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
13633         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
13634         count for x32.  Use R*_LP and omit operand-size suffix.
13636 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
13638         * shlib-versions: Move x86_64-.*-linux.* entries to ...
13639         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
13640         * sysdeps/x86_64/x32/shlib-versions: New file.
13642 2012-05-14  Roland McGrath  <roland@hack.frob.com>
13644         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
13645         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
13646         Use _dl_fatal_printf instead.
13648 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
13650         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
13651         set if not set by the user.  Do not allow for being unset.
13652         * sysdeps/unix/sysv/linux/configure: Regenerated.
13654 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
13656         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
13657         the `q' suffix from lea and replace .quad with ASM_ADDR.
13659 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
13661         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
13662         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
13663         instead of $17.
13664         (PTR_DEMANGLE): Likewise.
13666 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
13668         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
13669         (LP_OP): Likewise.
13670         (ASM_ADDR): Likewise.
13671         (RAX_LP): Likewise.
13672         (RBP_LP): Likewise.
13673         (RBX_LP): Likewise.
13674         (RCX_LP): Likewise.
13675         (RDI_LP): Likewise.
13676         (RSI_LP): Likewise.
13677         (RSP_LP): Likewise.
13678         (R8_LP): Likewise.
13679         (R9_LP): Likewise.
13680         (R10_LP): Likewise.
13681         (R10_LP): Likewise.
13682         (R11_LP): Likewise.
13683         (R12_LP): Likewise.
13684         (R13_LP): Likewise.
13685         (R14_LP): Likewise.
13686         (R15_LP): Likewise.
13688 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
13690         * sysdeps/x86_64/x32/dl-machine.h: New file.
13692 2012-05-14  Andreas Jaeger  <aj@suse.de>
13694         * manual/Makefile (subdir): Remove export of subdir.
13695         (all): Remove target.
13696         (.PHONY): Remove all from list.
13697         (mkinstalldirs): Remove.
13698         (.PHONY): Remove installdirs from list.
13699         ($(inst_infodir)/libc.info): Use make-target-directory.
13700         (installdirs): Remove.
13701         (subdir_%): Remove.
13702         (glibc-targets): Remove.
13703         (lib): Remove.
13704         (stubs): Remove.
13705         ($(objpfx)stubs ../po/manual.pot): Remove.
13706         ($(objpfx)stamp%): Remove.
13707         (make-target-directory): Remove.
13708         (subdir_install): Remove.
13709         (routines): Remove.
13710         (aux): Remove.
13711         (sources): Remove.
13712         (objects): Remove.
13713         (headers): Remove.
13715         [BZ #13750]
13716         * manual/.gitignore: Remove, it's not needed anymore.
13717         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
13718         all files in it.
13719         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
13720         directory.
13721         (texis): Renamed to $(objpfx)texis.
13722         (texis-path): New, contains path to generated files.
13723         (chapters.%): Use texis-path for complete path, add extra argument
13724         libc-texinfo.sh.
13725         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
13726         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
13727         (summary,texi, stamp-summary): Use complete path of
13728         files. Generate files in build dir.
13729         (dir-add.texi): Build in build dir.
13730         (libm-err.texi,stamp-libm-err): Likewise.
13731         (version.texi, stamp-version): Likewise.
13732         (.%c.texi): Likewise.
13733         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
13734         (mostlyclean): Remove target.
13735         (realclean): Remove target.
13736         (generated): Add new variable with contents from mostlyclean and
13737         realclean, remove entries duplicated in common-mostlyclean, add
13738         stamp-libm-err and stamp-version.
13739         (generated-dirs): Add libc directory.
13740         ($(inst_infodir)/libc.info): Install files from build dir.
13742         * manual/install.texi (Configuring and compiling): Adjust since
13743         the info files are not part of the tar ball anymore.
13745 2012-05-14  Andreas Jaeger  <aj@suse.de>
13747         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
13748         variable.
13750 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
13752         [BZ #13717]
13753         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
13754         to 2.2.0 where earlier.
13755         * sysdeps/unix/sysv/linux/configure: Regenerated.
13756         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
13757         Remove conditional code.
13758         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
13759         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
13760         Remove conditional code.
13761         [!__NR_lchown]: Likewise.
13762         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
13763         [__NR_lchown]: Likewise.
13764         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
13765         comment referencing __ASSUME_LCHOWN_SYSCALL.
13766         * sysdeps/unix/sysv/linux/i386/sigaction.c
13767         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
13768         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
13769         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
13770         Remove conditional code.
13771         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
13772         (__protocol_available): Remove #if 0 code.
13773         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
13774         conditional code.
13775         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
13776         * sysdeps/unix/sysv/linux/kernel-features.h
13777         (__ASSUME_GETCWD_SYSCALL): Don't define.
13778         (__ASSUME_REALTIME_SIGNALS): Likewise.
13779         (__ASSUME_PREAD_SYSCALL): Likewise.
13780         (__ASSUME_PWRITE_SYSCALL): Likewise.
13781         (__ASSUME_POLL_SYSCALL): Likewise.
13782         (__ASSUME_LCHOWN_SYSCALL): Likewise.
13783         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
13784         non-SPARC.
13785         (__ASSUME_SIOCGIFNAME): Don't define.
13786         (__ASSUME_MSG_NOSIGNAL): Likewise.
13787         (__ASSUME_SENDFILE): Define unconditionally.
13788         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
13789         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
13790         conditional code.
13791         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
13792         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
13793         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
13794         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
13795         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
13796         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
13797         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
13798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
13799         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
13800         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
13801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
13802         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
13803         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
13804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
13805         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
13806         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
13807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
13808         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
13809         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
13810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
13811         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
13812         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
13813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
13814         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
13815         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
13816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
13817         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
13818         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
13819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
13820         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
13821         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
13822         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
13823         Remove conditional code.
13824         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
13825         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
13826         Remove conditional code.
13827         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
13828         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
13829         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
13830         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
13831         Remove conditional code.
13832         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
13833         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
13834         Remove conditional code.
13835         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
13836         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
13837         Remove conditional code.
13838         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
13839         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
13840         Remove conditional code.
13841         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
13842         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
13843         Remove conditional code.
13844         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
13845         * sysdeps/unix/sysv/linux/sh/pwrite64.c
13846         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
13847         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
13848         * sysdeps/unix/sysv/linux/sigaction.c
13849         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
13850         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
13851         * sysdeps/unix/sysv/linux/sigpending.c
13852         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
13853         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
13854         * sysdeps/unix/sysv/linux/sigprocmask.c
13855         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
13856         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
13857         * sysdeps/unix/sysv/linux/sigsuspend.c
13858         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
13859         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
13860         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
13861         (__libc_missing_rt_sigs): Remove.
13862         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
13863         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
13864         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
13865         Remove conditional code.
13866         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
13867         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
13868         return 1.
13869         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
13870         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
13871         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
13872         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
13874 2012-05-14  Andreas Jaeger  <aj@suse.de>
13876         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
13877         it's not used in glibc.
13878         (__coshm1): Likewise.
13879         (__acosh1p): Likewise.
13880         (__sgn): Likewise.
13882         * manual/string.texi (Copying and Concatenation): Add missing
13883         variable in concat example.
13884         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
13886 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
13888         [BZ #14103]
13889         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
13890         __builtin_clzl with __builtin_clzll.
13892 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
13894         [BZ #14104]
13895         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
13896         libc_freeres_ptr.
13898 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13900         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
13901         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
13902         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
13903         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
13905 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
13907         * NEWS: Update ia64 info.
13909 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
13911         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
13912         used as bcopy.
13914 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
13916         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
13917         * sysdeps/unix/syscalls.list (dup3): Likewise.
13918         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
13919         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
13921 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
13923         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
13924         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
13926 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
13928         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
13929         thread pointer.
13930         (TLS_IE): Use mov/add instead of movq/addq to load thread
13931         pointer.
13932         (TLS_GD_PREFIX): New.
13933         (TLS_GD): Use it.
13935 2012-05-11  David S. Miller  <davem@davemloft.net>
13937         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
13938         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
13939         (_FPU_SETCW): Likewise.
13941 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
13943         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
13944         is 32-byte aligned.
13946 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
13948         [BZ #11837]
13949         * iconvdata/gb18030.c: Update tables.
13950         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
13951         characters specially.
13952         (BODY for TO_LOOP): Add encoding of missing ranges.
13954 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
13956         [BZ #13673]
13957         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
13958         * sysdeps/mach/hurd/dup3.c: Likewise.
13959         * sysdeps/mach/hurd/readlinkat.c: Likewise.
13960         * sysdeps/powerpc/memmove.c:: Likewise.
13962 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
13964         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
13965         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
13967 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
13969         * elf/elf.h (R_X86_64_RELATIVE64): New.
13970         (R_X86_64_NUM): Updated.
13971         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
13972         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
13973         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
13974         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
13975         tst-quad1pie tst-quad2pie
13976         (modules-names): Add tst-quadmod1 tst-quadmod2.
13977         ($(objpfx)tst-quad1): New dependency.
13978         ($(objpfx)tst-quad2): Likewise.
13979         ($(objpfx)tst-quad1pie): Likewise.
13980         ($(objpfx)tst-quad2pie): Likewise.
13981         * sysdeps/x86_64/tst-quad1.c: New file.
13982         * sysdeps/x86_64/tst-quad1pie.c: New file.
13983         * sysdeps/x86_64/tst-quad2.c: Likewise.
13984         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
13985         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
13986         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
13987         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
13988         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
13990 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13992         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
13993         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
13994         * streams/stropts.h (t_scalar_t): Define type.
13996         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
13997         (_PATH_PRESERVE): Set to "/var/lib".
13998         (_PATH_RWHODIR): Set to "/var/spool/rwho".
14000         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
14001         instead of int.
14003         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
14004         if __dir_mkfile succeeded.
14006         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
14007         checking for _hurd_dtablesize.  Unlock it right after having
14008         finished _hurd_dtable allocation.
14010 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
14012         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
14013         * sysdeps/mach/hurd/configure: Regenerated.
14014         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
14015         special-casing to...
14016         * sysdeps/gnu/configure.in: ... this new file.
14017         * sysdeps/unix/sysv/linux/configure: Regenerated.
14018         * sysdeps/gnu/configure: New generated file.
14020         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
14021         for Linux: use nsec instead of usec, as well as:
14022         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
14023         members of type struct timespec.
14024         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
14025         New macros.
14026         (struct stat64): Likewise.
14027         (_STATBUF_ST_NSEC): New macro.
14028         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
14030         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
14031         __strtoul_internal rather than strtoul.
14033 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
14035         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
14036         and reject them.
14038 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14040         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
14041         which preserves existing values.
14042         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
14044 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
14046         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
14047         TIMEOUT values.  Return EINVAL for NFDS values either negative or
14048         greater than FD_SETSIZE.
14050 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14052         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
14053         allocated, call __vm_protect to finish enabling the existing space, and
14054         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
14055         allocate the remainder.
14057 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
14059         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
14060         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
14062 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14064         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
14065         sysdeps/mach/hurd/readlink.c.
14067         * posix/tst-sysconf.c (posix_options): Only use
14068         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
14069         _POSIX_SYNCHRONIZED_IO when they are defined
14070         * sysdeps/mach/hurd/bits/posix_opt.h:
14071         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
14072         (_XOPEN_REALTIME): Undefine macro.
14073         (_XOPEN_REALTIME_THREADS): Undefine macro.
14074         (_XOPEN_SHM): Undefine macro.
14075         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
14076         macro to -1.
14077         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
14078         macro to -1.
14079         (_POSIX_ASYNC_IO): Undefine macro.
14080         (_POSIX_PRIORITIZED_IO): Undefine macro.
14081         (_POSIX_SPIN_LOCKS): Define macro to -1.
14083         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
14084         SA_NODEFER, SA_RESETHAND.
14085         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
14086         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
14087         F_DUPFD_CLOEXEC.
14089 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
14091         * elf/Makefile (pldd-modules): Define unconditionally.
14093 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
14095         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
14097 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14099         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
14100         Return ENOENT when name is empty.
14101         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
14103 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
14105         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
14107         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
14109 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14111         Fix mlock in all cases except non-readable pages.
14112         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
14113         instead of VM_PROT_ALL as parameter to __vm_wire function.
14115         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
14116         (__mkdir): When path is `/', just fail with EEXIST.
14117         * sysdeps/mach/hurd/mkdirat.c: Likewise.
14119 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
14121         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
14122         <sys/uio.h> (for writev).
14123         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
14124         and <sys/param.h> (for MIN).
14126 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
14128         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
14129         REQUESTED_TIME.  Properly set the remaining time and return EINTR
14130         if interrupted.
14132 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
14134         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
14135         Depend on against $(link-rpcuserlibs).
14137 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14139         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
14140         (__libc_stack_end): Do not use attribute_relro.
14141         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
14142         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
14143         to libthread-provided value.
14144         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
14145         attribute_relro.
14147 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
14149         [BZ #3748]
14150         * bits/libc-lock.h (__libc_once_get): New macro.
14151         * sysdeps/mach/bits/libc-lock.h: Likewise.
14152         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
14153         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
14154         instead of using implementation details.
14156         * libio/fileops.c: Unconditionally include <kernel-features.h>.
14157         * libio/freopen.c: Likewise.
14158         * libio/freopen64.c: Likewise.
14159         * misc/syslog.c: Likewise.
14160         * nscd/connections.c: Likewise.
14161         * nscd/netgroupcache.c: Likewise.
14162         * sysdeps/posix/getcwd.c: Likewise.
14164 2012-05-10  Roland McGrath  <roland@hack.frob.com>
14166         * math/w_ilogbf.c: Add #include <limits.h>.
14168 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14170         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
14171         path instead of returning without unlocking.
14173         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
14174         immediate-write ioctls.
14175         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
14177 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
14179         * sysdeps/mach/hurd/i386/init-first.c (init): Use
14180         __builtin_frame_address instead of making assumptions about the
14181         location of the return address relative to DATA.  Force early load of
14182         the return address.
14183         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
14184         __builtin_frame_address.
14186         dup3 for GNU Hurd.
14187         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
14188         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
14189         implement dup3 and do some further code clean-ups.
14190         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
14191         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
14193 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14195         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
14197         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
14198         HURD_CRITICAL_END around holding _hurd_dtable_lock.
14199         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
14200         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
14201         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
14202         d->port.lock.
14204         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
14205         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
14206         when handler == SIG_ERR, not when handler != SIG_ERR.
14208 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
14210         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
14211         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
14212         definitions.
14214         accept4 for GNU Hurd.
14215         * include/sys/socket.h (__libc_accept4): New prototype.
14216         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
14217         to implement __libc_accept4.
14218         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
14219         __libc_accept4.
14220         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
14222         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
14223         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
14224         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
14225         signal-defines.sym.
14227 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14229         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
14231 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
14233         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
14234         assertion on O_CLOEXEC flag.
14235         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
14236         * hurd/intern-fd.c: Likewise.
14237         * hurd/port2fd.c: Likewise.
14239 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14241         [BZ #3906]
14242         * bits/in.h (IPV6_PKTINFO): Define new macro.
14243         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
14245 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14247         [BZ #13954]
14248         [BZ #13955]
14249         [BZ #13956]
14250         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
14251         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
14252         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
14253         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
14254         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
14255         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
14256         * math/libm-test.inc (logb_test) : Additional logb tests.
14258 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
14259             Andreas Jaeger  <aj@suse.de>
14261         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
14262         * configure: Regenerated.
14263         * config.h.in (LINK_OBSOLETE_RPC): New macro.
14264         * config.make.in (link-obsolete-rpc): New substituted variable.
14265         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
14266         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
14267         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
14268         (shared-only-routines): Don't set it under [link-obsolete-rpc],
14269         so that libc.a contains the symbols.
14270         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
14271         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
14272         * sunrpc/auth_none.c: Likewise.
14273         * sunrpc/auth_unix.c: Likewise.
14274         * sunrpc/authdes_prot.c: Likewise.
14275         * sunrpc/authuxprot.c: Likewise.
14276         * sunrpc/clnt_gen.c: Likewise.
14277         * sunrpc/clnt_perr.c: Likewise.
14278         * sunrpc/clnt_raw.c: Likewise.
14279         * sunrpc/clnt_simp.c: Likewise.
14280         * sunrpc/clnt_tcp.c: Likewise.
14281         * sunrpc/clnt_udp.c: Likewise.
14282         * sunrpc/clnt_unix.c: Likewise.
14283         * sunrpc/des_crypt.c: Likewise.
14284         * sunrpc/des_soft.c: Likewise.
14285         * sunrpc/get_myaddr.c: Likewise.
14286         * sunrpc/key_call.c: Likewise.
14287         * sunrpc/key_prot.c: Likewise.
14288         * sunrpc/netname.c: Likewise.
14289         * sunrpc/pm_getmaps.c: Likewise.
14290         * sunrpc/pm_getport.c: Likewise.
14291         * sunrpc/pmap_clnt.c: Likewise.
14292         * sunrpc/pmap_prot.c: Likewise.
14293         * sunrpc/pmap_prot2.c: Likewise.
14294         * sunrpc/pmap_rmt.c: Likewise.
14295         * sunrpc/publickey.c: Likewise.
14296         * sunrpc/rpc_cmsg.c: Likewise.
14297         * sunrpc/rpc_common.c: Likewise.
14298         * sunrpc/rpc_dtable.c: Likewise.
14299         * sunrpc/rpc_prot.c: Likewise.
14300         * sunrpc/rpc_thread.c: Likewise.
14301         * sunrpc/rtime.c: Likewise.
14302         * sunrpc/svc.c: Likewise.
14303         * sunrpc/svc_auth.c: Likewise.
14304         * sunrpc/svc_raw.c: Likewise.
14305         * sunrpc/svc_run.c: Likewise.
14306         * sunrpc/svc_tcp.c: Likewise.
14307         * sunrpc/svc_udp.c: Likewise.
14308         * sunrpc/svc_unix.c: Likewise.
14309         * sunrpc/svcauth_des.c: Likewise.
14310         * sunrpc/xcrypt.c: Likewise.
14311         * sunrpc/xdr.c: Likewise.
14312         * sunrpc/xdr_array.c: Likewise.
14313         * sunrpc/xdr_float.c: Likewise.
14314         * sunrpc/xdr_intXX_t.c: Likewise.
14315         * sunrpc/xdr_mem.c: Likewise.
14316         * sunrpc/xdr_rec.c: Likewise.
14317         * sunrpc/xdr_ref.c: Likewise.
14318         * sunrpc/xdr_sizeof.c: Likewise.
14319         * sunrpc/xdr_stdio.c: Likewise.
14321 2012-05-10  Roland McGrath  <roland@hack.frob.com>
14323         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
14324         change.  Update copyright years.
14326 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
14328         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
14330 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
14331             Joseph Myers  <joseph@codesourcery.com>
14332             Paul Pluzhnikov  <ppluzhnikov@google.com>
14334         [BZ #14012]
14335         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
14336         requiring rpcgen.
14337         [cross-compiling] (extra-libs): Likewise.
14338         [cross-compiling] (extra-libs-others): Likewise.
14339         [cross-compiling] (librpcsvc-routines): Likewise.
14340         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
14341         [cross-compiling] (omit-deps): Likewise.
14342         (sunrpc-CPPFLAGS): New variable.
14343         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
14344         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
14345         (cross-rpcgen-objs): New variable.
14346         (extra-objs): Append $(cross-rpcgen-objs).
14347         ($(cross-rpcgen-objs)): New rule.
14348         ($(objpfx)cross-rpcgen): Likewise.
14349         (rpcgen-cmd): Define to use $(built-program-file).  Expand
14350         comment.
14351         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
14352         ($(objpfx)x%.stmp): Likewise.
14353         * sunrpc/proto.h [IS_IN_build] (_): Define.
14354         [IS_IN_build] (_libc_intl_domainname): Likewise.
14356 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
14358         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
14359         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
14360         and R_X86_64_TPOFF64.
14362 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
14364         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
14365         sysdeps/unix/sysv/syscalls.list.
14366         (stime): Likewise.
14367         (utime): Likewise.
14368         * sysdeps/unix/sysv/syscalls.list: Remove file.
14370 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
14372         [BZ #3440]
14373         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
14374         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
14375         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
14376         (__LC_IDENTIFICATION): Make these macros useful in #if
14377         expressions, as required by C99.
14379 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
14381         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
14382         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
14383         after this.
14385 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
14387         * stdlib/longlong.h: Updated from GCC.
14389 2012-05-09  Andreas Jaeger  <aj@suse.de>
14391         * nscd/nscd.c (run_modes): Make named enum, reorder so that
14392         default is first entry.
14393         (run_mode): Set type.
14394         (main): Remove informal message about syslog.
14395         (options): Fix typo.
14397         [BZ #14053]
14398         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
14399         to asm.
14400         (lrint): Likewise.
14401         (llrintf): Likewise.
14402         (llrint): Likewise.
14403         (rint): Likewise.
14404         (rintf): Likewise.
14405         (nearbyint): Likewise.
14406         (nearbyintf): Likewise.
14408 2012-05-09  Andreas Jaeger  <aj@suse.de>
14409             Pedro Alves  <palves@redhat.com>
14411         * nscd/nscd.c (run_mode): Use enum.
14412         (main): Cleanup coding style issue.
14414 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
14415             Andreas Jaeger  <aj@suse.de>
14417         * nscd/nscd.c (go_background): Replaced with...
14418         (run_mode): ... this.
14419         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
14420         (options): Add -F --foreground.
14421         (main): Implement it.
14422         (parse_opt): Parse it.
14424 2012-05-09  Andreas Jaeger  <aj@suse.de>
14426         [BZ #14083]
14427         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
14428         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
14429         -Wconversion warning.
14430         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
14431         Likewise.
14433 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
14435         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
14436         == 0.
14437         (LC_ALL): Use macro-int-constant.
14438         (LC_COLLATE): Likewise.
14439         (LC_CTYPE): Likewise.
14440         (LC_MESSAGES): Likewise.
14441         (LC_MONETARY): Likewise.
14442         (LC_NUMERIC): Likewise.
14443         (LC_TIME): Likewise.
14444         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
14445         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
14446         [ISO || ISO99 || ISO11] (*_t): Do not allow.
14447         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
14448         Specify type.
14449         [C99-based standards] (float_t): Expect type.
14450         [C99-based standards] (double_t): Expect type.
14451         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
14452         type.
14453         [C99-based standards] (HUGE_VALL): Likewise.
14454         [C99-based standards] (INFINITY): Likewise.
14455         [C99-based standards] (NAN): Likewise.
14456         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
14457         [C99-based standards] (FP_NAN): Likewise.
14458         [C99-based standards] (FP_NORMAL): Likewise.
14459         [C99-based standards] (FP_SUBNORMAL): Likewise.
14460         [C99-based standards] (FP_ZERO): Likewise.
14461         [C99-based standards] (FP_FAST_FMA): Use
14462         optional-macro-int-constant.  Specify type.  Require == 1.
14463         [C99-based standards] (FP_FAST_FMAF): Likewise.
14464         [C99-based standards] (FP_FAST_FMAL): Likewise.
14465         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
14466         [C99-based standards] (FP_ILOGBNAN): Likewise.
14467         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
14468         Specify type.
14469         [C99-based standards] (MATH_ERREXCEPT): Likewise.
14470         [C99-based standards] (math_errhandling): Specify type.
14471         [ISO99 || ISO11] (signgam): Do not allow.
14472         [non-C99-based standards] (copysignf): Do not allow.
14473         [non-C99-based standards] (exp2f): Likewise.
14474         [non-C99-based standards] (log2f): Likewise.
14475         [non-C99-based standards] (modff): Allow.
14476         [non-C99-based standards] (erff): Do not allow.
14477         [non-C99-based standards] (erfcf): Likewise.
14478         [non-C99-based standards] (gammaf): Likewise.
14479         [non-C99-based standards] (hypotf): Likewise.
14480         [non-C99-based standards] (j0f): Likewise.
14481         [non-C99-based standards] (j1f): Likewise.
14482         [non-C99-based standards] (jnf): Likewise.
14483         [non-C99-based standards] (lgammaf): Likewise.
14484         [non-C99-based standards] (tgammaf): Likewise.
14485         [non-C99-based standards] (y0f): Likewise.
14486         [non-C99-based standards] (y1f): Likewise.
14487         [non-C99-based standards] (ynf): Likewise.
14488         [non-C99-based standards] (isnanf): Likewise.
14489         [non-C99-based standards] (acoshf): Likewise.
14490         [non-C99-based standards] (asinhf): Likewise.
14491         [non-C99-based standards] (atanhf): Likewise.
14492         [non-C99-based standards] (cbrtf): Likewise.
14493         [non-C99-based standards] (expm1f): Likewise.
14494         [non-C99-based standards] (ilogbf): Likewise.
14495         [non-C99-based standards] (log1pf): Likewise.
14496         [non-C99-based standards] (logbf): Likewise.
14497         [non-C99-based standards] (nextafterf): Likewise.
14498         [non-C99-based standards] (remainderf): Likewise.
14499         [non-C99-based standards] (rintf): Likewise.
14500         [non-C99-based standards] (scalbf): Likewise.
14501         [non-C99-based standards] (copysignl): Likewise.
14502         [non-C99-based standards] (exp2l): Likewise.
14503         [non-C99-based standards] (log2l): Likewise.
14504         [non-C99-based standards] (modfl): Allow.
14505         [non-C99-based standards] (erfl): Do not allow.
14506         [non-C99-based standards] (erfcl): Likewise.
14507         [non-C99-based standards] (gammal): Likewise.
14508         [non-C99-based standards] (hypotl): Likewise.
14509         [non-C99-based standards] (j0l): Likewise.
14510         [non-C99-based standards] (j1l): Likewise.
14511         [non-C99-based standards] (jnl): Likewise.
14512         [non-C99-based standards] (lgammal): Likewise.
14513         [non-C99-based standards] (tgammal): Likewise.
14514         [non-C99-based standards] (y0l): Likewise.
14515         [non-C99-based standards] (y1l): Likewise.
14516         [non-C99-based standards] (ynl): Likewise.
14517         [non-C99-based standards] (isnanl): Likewise.
14518         [non-C99-based standards] (acoshl): Likewise.
14519         [non-C99-based standards] (asinhl): Likewise.
14520         [non-C99-based standards] (atanhl): Likewise.
14521         [non-C99-based standards] (cbrtl): Likewise.
14522         [non-C99-based standards] (expm1l): Likewise.
14523         [non-C99-based standards] (ilogbl): Likewise.
14524         [non-C99-based standards] (log1pl): Likewise.
14525         [non-C99-based standards] (logbl): Likewise.
14526         [non-C99-based standards] (nextafterl): Likewise.
14527         [non-C99-based standards] (remainderl): Likewise.
14528         [non-C99-based standards] (rintl): Likewise.
14529         [non-C99-based standards] (scalbl): Likewise.
14530         [ISO || ISO99 || ISO11] (*_t): Do not allow.
14531         [non-C99-based standards] (FP_*): Do not allow.
14532         [C99-based standards] (FP_*): Change to
14533         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
14534         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
14535         allow.
14536         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
14537         (SIG_ERR): Likewise.
14538         [X/Open-based standards] (SIG_HOLD): Likewise.
14539         (SIG_IGN): Likewise.
14540         (SIGABRT): Use macro-int-constant.  Specify type.  Require
14541         positive value.
14542         (SIGFPE): Likewise.
14543         (SIGILL): Likewise.
14544         (SIGINT): Likewise.
14545         (SIGSEGV): Likewise.
14546         (SIGTER): Likewise.
14547         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
14548         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
14549         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
14550         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
14551         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
14552         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
14553         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
14554         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
14555         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
14556         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
14557         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
14558         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
14559         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
14560         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
14561         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
14562         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
14563         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
14564         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
14565         [X/Open-based standards] (SIGTRAP): Likewise.
14566         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
14567         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
14568         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
14569         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
14570         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
14571         allow.
14573 2012-05-08  Ian Wienand  <ianw@vmware.com>
14575         [BZ #14080]
14576         * time/tzset.c (__tzset_parse_tz): Update default rules for
14577         daylight time changes in the Energy Policy Act of 2005.
14579 2012-05-09  Andreas Jaeger  <aj@suse.de>
14581         [BZ #13983]
14582         * elf/ldconfig.c (parse_conf): Change string to make clear that
14583         ldconfig only issued a warning if ld.so.conf does not exist.
14585 2012-05-08  David S. Miller  <davem@davemloft.net>
14587         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
14588         movxtod instead of popping the value on the stack.
14590         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14592 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
14594         * config.h.in: Add HAVE_ARM_PCS_VFP.
14596 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
14598         [BZ #13979]
14599         * include/features.h: Warn if user requests __FORTIFY_SOURCE
14600         checking but the checks are disabled for any reason.
14602 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
14604         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
14605         and ELF64_R_TYPE with ELFW(R_TYPE).
14607 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
14609         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
14610         (ulimit): Likewise.
14612         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
14613         (settimeofday): Likewise.
14615 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
14617         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
14618         a struct th_u2 inside the union, and move tu_block/tu_code into
14619         a new th_u3 union of tu_block/tu_code inside of that.  Move
14620         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
14621         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
14622         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
14623         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
14624         (th_stuff): Change to th_u1.tu_stuff.
14625         (th_data): Define.
14626         (th_msg): Change to th_u1.th_u2.tu_data.
14628 2012-05-07  David S. Miller  <davem@davemloft.net>
14630         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14632         [BZ #14074]
14633         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
14634         (SETUP_PIC_REG): Use it.
14635         (SETUP_PIC_REG_LEAF): Use it.
14637 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
14639         [BZ #13885]
14640         [BZ #13923]
14641         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
14642         USE_AS_EXPM1L.
14643         (EXPL_FINITE): Likewise.
14644         (FLDLOG): Likewise.
14645         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
14646         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
14647         e_expl.S.
14648         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
14649         USE_AS_EXPM1L.
14650         (EXPL_FINITE): Likewise.
14651         (FLDLOG): Likewise.
14652         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
14653         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
14654         e_expl.S.
14655         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
14656         test of -max_value argument for long double.
14657         * sysdeps/i386/fpu/libm-test-ulps: Update.
14658         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14660 2012-05-06  David S. Miller  <davem@davemloft.net>
14662         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
14663         quad soft-float symbols whose references which are compiler
14664         generated.
14665         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
14667 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
14669         [BZ #13884]
14670         [BZ #13914]
14671         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
14672         USE_AS_EXP10L.
14673         (EXPL_FINITE): Likewise.
14674         (FLDLOG): Likewise.
14675         (c0): Likewise.
14676         (c1): Likewise.
14677         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
14678         Adjust comments for base varying.
14679         (__expl_finite): Change alias to EXPL_FINITE.
14680         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
14681         e_expl.S.
14682         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
14683         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
14684         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
14685         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
14686         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
14687         USE_AS_EXP10L.
14688         (EXPL_FINITE): Likewise.
14689         (FLDLOG): Likewise.
14690         (c0): Likewise.
14691         (c1): Likewise.
14692         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
14693         Adjust comments for base varying.
14694         (__expl_finite): Change alias to EXPL_FINITE.
14695         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
14696         tests for bugs.
14697         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14699         [BZ #14064]
14700         * math/libm-test.inc (check_float_internal): Correct ulp
14701         calculation for subnormal expected results.
14703 2012-05-06  Andreas Jaeger  <aj@suse.de>
14705         * Makeconfig (+math-flags): New, set to -frounding-math.
14706         (+cflags): Add +math-flags so that all of glibc gets compiled with
14707         it.
14709         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
14711 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
14713         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
14714         Disable one test.
14716         [BZ #13787]
14717         [BZ #13922]
14718         [BZ #14036]
14719         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
14720         (__ieee754_expl): Allow for and saturate large arguments.
14721         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
14722         (u_threshold): Likewise.
14723         (__exp): Call __ieee754_exp before checking for overflow and
14724         underflow.
14725         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
14726         (u_threshold): Likewise.
14727         (__expf): Call __ieee754_expf before checking for overflow and
14728         underflow.
14729         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
14730         (u_threshold): Likewise.
14731         (__expl): Call __ieee754_expl before checking for overflow and
14732         underflow.
14733         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
14734         (__ieee754_expl): Allow for and saturate large arguments.
14735         * math/libm-test.inc (exp_test): Add another test.  Do not allow
14736         missing overflow exception on overflow.
14737         (expm1_test): Do not allow missing overflow exception on overflow.
14739         * sysdeps/i386/fpu/e_expl.c: Move to ...
14740         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
14741         rather than using inline asm.
14742         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
14743         * sysdeps/x86_64/fpu/e_expl.S: Copy from
14744         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
14746         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
14747         (nice): Likewise.
14748         (poll): Likewise.
14749         (signal): Likewise.
14750         (time): Likewise.
14751         (times): Likewise.
14753 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
14755         * sysdeps/unix/syscalls.list (adjtime): Add entry from
14756         sysdeps/unix/common/syscalls.list.
14757         (fchmod): Likewise.
14758         (fchown): Likewise.
14759         (ftruncate): Likewise.
14760         (getrusage): Likewise.
14761         (gettimeofday): Likewise.
14762         (setpgid): Likewise.
14763         (setregid): Likewise.
14764         (setreuid): Likewise.
14765         (sigaction): Likewise.
14766         (truncate): Likewise.
14767         (vhangup): Likewise.
14768         * sysdeps/unix/common/syscalls.list: Remove file.
14769         * sysdeps/unix/bsd/Implies: Don't include unix/common.
14770         * sysdeps/unix/sysv/linux/Implies: Likewise.
14772 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
14774         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
14775         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
14776         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
14777         Moved to ...
14778         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
14779         Here.
14780         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
14781         to ...
14782         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
14783         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
14784         to ...
14785         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
14786         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
14787         to ...
14788         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
14789         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
14790         to ...
14791         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
14792         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
14793         to ...
14794         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
14795         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
14796         to ...
14797         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
14798         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
14799         to ...
14800         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
14801         Here.
14802         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
14803         to ...
14804         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
14805         Here.
14806         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
14807         to ...
14808         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
14809         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
14810         Moved to ...
14811         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
14812         Here.
14813         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
14814         to ...
14815         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
14817 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
14819         * sysdeps/unix/common/bits/dirent.h: Remove file.
14820         * sysdeps/unix/common/bits/fcntl.h: Likewise.
14822         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
14823         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
14824         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
14825         * sysdeps/unix/bsd/isatty.c: Likewise.
14826         * sysdeps/unix/bsd/tcdrain.c: Likewise.
14827         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
14828         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
14830 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14832         [BZ #13563]
14833         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
14834         long double comparison inaccuracies.
14835         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
14836         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14838 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
14840         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
14841         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
14843 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
14845         [BZ #14049]
14846         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
14847         nonzero digits before rounding a hex value.
14848         * stdlib/tst-strtod.c (tests): Add another test.
14850 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14852         * sysdeps/s390/fpu/libm-test-ulps: Update.
14854 2012-05-03  Andreas Jaeger  <aj@suse.de>
14856         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
14857         does not get optimized out.
14858         (malloc_opt_barrier): New.
14860 2012-05-03  Andreas Jaeger  <aj@suse.de>
14861             Roland McGrath  <roland@hack.frob.com>
14863         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
14864         intermediate file deletion.
14865         (generated): Add .symlist files.
14867 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
14869         [BZ #13775]
14870         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
14871         Redirect under this condition.
14872         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
14873         [__USE_GNU] (__dprintf_chk): Not under this condition.
14874         [__USE_GNU] (__vdprintf_chk): Likewise.
14875         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
14876         under this condition.
14877         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
14878         [__USE_XOPEN2K8] (dprintf): Define under this condition.
14879         [__USE_XOPEN2K8] (vdprintf): Likewise.
14880         [__USE_GNU] (__dprintf_chk): Not under this condition.
14881         [__USE_GNU] (__vdprintf_chk): Likewise.
14882         [__USE_GNU] (dprintf): Likewise.
14883         [__USE_GNU] (vdprintf): Likewise.
14885 2012-05-03  Roland McGrath  <roland@hack.frob.com>
14887         * elf/Makefile (common-generated): Set this instead of generated for
14888         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
14889         $(all-built-dso)-derived lists.
14891 2012-05-03  Andreas Jaeger  <aj@suse.de>
14893         * sysdeps/i386/fpu/libm-test-ulps: Update.
14895         * FAQ: Removed.
14896         * FAQ.in: Likewise.
14897         * scripts/gen-FAQ.pl: Likewise.
14898         * manual/install.texi (Installation): Point to online location of
14899         FAQ.
14900         * Makefile (files-for-dist): Remove FAQ.
14901         (FAQ): Remove.
14903 2012-05-02  Allan McRae  <allan@archlinux.org>
14905         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
14906         (LDFLAGS-reldepmod5.so): Likewise.
14907         (LDFLAGS-reldep6mod1.so): Likewise.
14908         (LDFLAGS-reldep6mod4.so): Likewise.
14909         (LDFLAGS-reldep8mod3.so): Likewise.
14910         (LDFLAGS-unload4mod1.so): Likewise.
14911         (LDFLAGS-unload4mod2.so): Likewise.
14912         (LDFLAGS-tst-initorder): Likewise.
14913         (LDFLAGS-tst-initordera2.so): Likewise.
14914         (LDFLAGS-tst-initordera3.so): Likewise.
14915         (LDFLAGS-tst-initordera4.so): Likewise.
14916         (LDFLAGS-tst-initorderb2.so): Likewise.
14917         (LDFLAGS-noload): Likewise.
14918         (LDFLAGS-next): Likewise.
14919         (LDFLAGS-order2mod1.so): Likewise.
14920         (LDFLAGS-order2mod2.so): Likewise.
14921         (LDFLAGS-tst-initorder2): Likewise.
14922         (LDFLAGS-tst-initorder2a.so): Likewise.
14923         (LDFLAGS-tst-initorder2b.so): Likewise.
14924         (LDFLAGS-tst-initorder2c.so): Likewise.
14925         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
14927 2012-05-02  David S. Miller  <davem@davemloft.net>
14929         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14931 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
14933         [BZ #14055]
14934         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
14936 2012-05-02  Andreas Jaeger  <aj@suse.de>
14938         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
14939         since we manipulate rounding mode.
14940         (CPPFLAGS-test-idouble.c): Likewise.
14941         (CPPFLAGS-test-ifloat.c): Likewise.
14942         (CFLAGS-test-ldouble.c): Likewise.
14943         (CFLAGS-test-double.c): Likewise.
14944         (CFLAGS-test-float.c): Likewise.
14945         (CFLAGS-test-misc.c): Likewise.
14946         (CFLAGS-test-test-fenv.c): Likewise.
14948 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14950         [BZ #2550]
14951         [BZ #2570]
14952         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
14953         comparisons to determine direction to adjust input.
14955 2012-05-01  Roland McGrath  <roland@hack.frob.com>
14957         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
14958         output to the target.
14960         * scripts/localplt.awk: New file.
14961         * elf/Makefile ($(objpfx)check-localplt): Target removed.
14962         (check-localplt-CFLAGS): Variable removed.
14963         ($(all-built-dso:=.jmprel)): New static pattern rule.
14964         (generated): Add those targets.
14965         (localplt-built-dso): New variable.
14966         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
14968         * elf/check-localplt.c: File removed.
14970         * scripts/check-execstack.awk: New file.
14971         * elf/Makefile ($(objpfx)check-execstack): Target removed.
14972         (check-execstack-CFLAGS): Variable removed.
14973         ($(objpfx)check-execstack.h): Target removed.
14974         ($(objpfx)execstack-default): New target.
14975         (generated): Add that instead of check-execstack.h.
14976         ($(all-built-dso:=.phdr)): New static pattern rule.
14977         (generated): Add those targets.
14978         * elf/check-execstack.c: File removed.
14980         * scripts/check-textrel.awk: New file.
14981         * elf/Makefile ($(objpfx)check-textrel): Target removed.
14982         (check-textrel-CFLAGS): Variable removed.
14983         (all-built-dso): Use := to define.o
14984         ($(all-built-dso:=.dyn)): New static pattern rule.
14985         (generated): Add those targets.
14986         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
14987         * config.make.in (READELF): New substituted variable.
14988         * elf/check-textrel.c: File removed.
14990 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
14992         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
14993         allow.
14994         * conform/data/ctype.h-data [C99-based standards] (isblank):
14995         Expect function.
14996         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
14997         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
14998         [ISO || ISO99 || ISO11] (*_t): Do not allow.
14999         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
15000         Specify type.  Require positive value.
15001         (EILSEQ): Likewise.
15002         (ERANGE): Likewise.
15003         [ISO || POSIX] (EILSEQ): Do not expect.
15004         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
15005         Specify type.  Require positive value.
15006         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
15007         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
15008         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
15009         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
15010         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
15011         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
15012         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
15013         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
15014         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
15015         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
15016         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
15017         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
15018         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
15019         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
15020         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
15021         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
15022         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
15023         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
15024         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
15025         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
15026         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
15027         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
15028         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
15029         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
15030         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
15031         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
15032         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
15033         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
15034         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
15035         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
15036         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
15037         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
15038         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
15039         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
15040         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
15041         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
15042         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
15043         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
15044         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
15045         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
15046         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
15047         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
15048         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
15049         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
15050         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
15051         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
15052         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
15053         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
15054         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
15055         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
15056         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
15057         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
15058         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
15059         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
15060         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
15061         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
15062         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
15063         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
15064         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
15065         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
15066         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
15067         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
15068         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
15069         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
15070         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
15071         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
15072         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
15073         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
15074         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
15075         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
15076         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
15077         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
15078         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
15079         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
15080         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
15081         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
15082         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
15083         Require >= 2.
15084         (FLT_ROUNDS): Expect as macro, not constant.
15085         (FLT_MANT_DIG): Use macro-int-constant.
15086         (DBL_MANT_DIG): Likewise.
15087         (LDBL_MANT_DIG): Likewise.
15088         (FLT_DIG): Likewise.
15089         (DBL_DIG): Likewise.
15090         (LDBL_DIG): Likewise.
15091         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
15092         (DBL_MIN_EXP): Likewise.
15093         (LDBL_MIN_EXP): Likewise.
15094         (FLT_MAX_EXP): Use macro-int-constant.
15095         (DBL_MAX_EXP): Likewise.
15096         (LDBL_MAX_EXP): Likewise.
15097         (FLT_MAX_10_EXP): Likewise.
15098         (DBL_MAX_10_EXP): Likewise.
15099         (LDBL_MAX_10_EXP): Likewise.
15100         (FLT_MAX): Use macro-constant.
15101         (DBL_MAX): Likewise.
15102         (LDBL_MAX): Likewise.
15103         (FLT_EPSILON): Use macro-constant.  Give upper bound.
15104         (DBL_EPSILON): Likewise.
15105         (LDBL_EPSILON): Likewise.
15106         (FLT_MIN): Likewise.
15107         (DBL_MIN): Likewise.
15108         (LDBL_MIN): Likewise.
15109         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
15110         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
15111         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
15112         [ISO11] (FLT_HAS_SUBNORM): Likewise.
15113         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
15114         [ISO11] (DBL_DECIMAL_DIG): Likewise.
15115         [ISO11] (FLT_DECIMAL_DIG): Likewise.
15116         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
15117         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
15118         [ISO11] (FLT_TRUE_MIN): Likewise.
15119         [ISO11] (LDBL_TRUE_MIN): Likewise.
15120         [ISO || ISO99 || ISO11] (*_t): Do not allow.
15121         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
15122         (SCHAR_MIN): Use macro-int-constant.  Specify type.
15123         (SCHAR_MAX): Likewise.
15124         (UCHAR_MAX): Likewise.
15125         (CHAR_MIN): Likewise.
15126         (CHAR_MAX): Likewise.
15127         (MB_LEN_MAX): Use macro-int-constant.
15128         (SHRT_MIN): Use macro-int-constant.  Specify type.
15129         (SHRT_MAX): Likewise.
15130         (USHRT_MAX): Likewise.
15131         (INT_MAX): Likewise.
15132         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
15133         bound negative.
15134         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
15135         bound with "U".
15136         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
15137         bound with "L".
15138         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
15139         bound negative.  Suffix upper bound with "L".
15140         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
15141         bound with "UL".
15142         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
15143         Specify type.
15144         [C99-based standards] (LLONG_MAX): Likewise.
15145         [C99-based standards] (ULLONG_MAX): Likewise.
15146         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
15147         == 0.
15148         [ISO11] (max_align_t): Require type.
15149         [ISO || ISO99 || ISO11] (*_t): Do not allow.
15151         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
15152         from $CFLAGS, without defining away __attribute__ calls.
15153         (checknamespace): Use $CFLAGS_namespace.
15155         * conform/conformtest.pl (@keywords): Only include C99 keywords
15156         for standards based on C99 or C11.
15158         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
15159         Disable tests.
15160         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
15161         UNIX98]: Likewise.
15163         * conform/conformtest.pl: Handle "macro-int-constant" and test for
15164         usability of symbols in #if.
15166         * conform/conformtest.pl: If macro or constant types start
15167         "promoted:", expect the symbol to be of the following type
15168         promoted by the integer promotions.
15170         * conform/conformtest.pl: Parse all "constant" and "macro" lines
15171         in one place.  Also handle "macro-constant".
15173         * conform/conformtest.pl: Only accept expected macro values with
15174         "==".  Parse all "macro" lines in one place.
15175         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
15177         * conform/conformtest.pl: Handle braced types on "constant" lines
15178         instead of handling "typed-constant".
15179         * conform/data/signal.h-data: Use "constant" instead of
15180         "typed-constant".
15182         * conform/conformtest.pl: Handle "optional-" at start of lines in
15183         one place rather than duplicating several cases.  Handle each
15184         format of "macro" line with initial "optional-".
15186         * conform/conformtest.pl: Only accept expected constant or
15187         optional-constant values with "==".  Parse all "constant" lines in
15188         one place.  Parse all "optional-constant" lines in one place.
15189         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
15190         * conform/data/fmtmsg.h-data: Likewise.
15191         * conform/data/netinet/in.h-data: Likewise.
15192         * conform/data/tar.h-data: Likewise.
15193         * conform/data/limits.h-data: Use "==" form on "constant" and
15194         "optional-constant" lines.
15196         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
15197         Use -std=c99 for XOPEN2K.
15198         (@knownproblems): Remove.
15199         (newtoken): Don't check %isknown.
15201         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
15202         Do not expect macro.
15203         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
15204         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
15205         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
15206         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
15207         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
15208         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
15209         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
15210         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
15211         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
15212         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
15213         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
15214         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
15215         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
15216         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
15217         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
15218         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
15219         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
15220         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
15221         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
15222         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
15223         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
15224         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
15225         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
15226         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
15227         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
15228         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
15229         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
15230         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
15231         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
15232         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
15233         [XPG3] (acosh): Likewise.
15234         [XPG3] (asinh): Likewise.
15235         [XPG3] (atanh): Likewise.
15236         [XPG3] (cbrt): Likewise.
15237         [XPG3] (expm1): Likewise.
15238         [XPG3] (ilogb): Likewise.
15239         [XPG3] (log1p): Likewise.
15240         [XPG3] (logb): Likewise.
15241         [XPG3] (nextafter): Likewise.
15242         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
15243         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
15244         [XPG3] (remainder): Likewise.
15245         [XPG3] (rint): Likewise.
15246         [XPG3 || XPG4 || UNIX98] (round): Likewise.
15247         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
15248         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
15249         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
15250         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
15251         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
15252         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
15253         [UNIX98 || XOPEN2K] (scalb): Expect.
15254         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
15255         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
15256         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
15257         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
15258         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
15259         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
15260         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
15261         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
15262         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
15263         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
15264         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
15265         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
15266         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
15267         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
15268         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
15269         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
15270         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
15271         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
15272         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
15273         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
15274         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
15275         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
15276         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
15277         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
15278         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
15279         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
15280         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
15281         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
15282         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
15283         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
15284         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
15285         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
15286         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
15287         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
15288         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
15289         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
15290         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
15291         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
15292         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
15293         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
15294         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
15295         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
15296         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
15297         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
15298         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
15299         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
15300         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
15301         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
15302         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
15303         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
15304         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
15305         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
15306         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
15307         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
15308         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
15309         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
15310         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
15311         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
15312         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
15313         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
15314         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
15315         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
15316         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
15317         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
15318         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
15319         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
15320         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
15321         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
15322         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
15323         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
15324         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
15325         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
15326         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
15327         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
15328         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
15329         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
15330         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
15331         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
15332         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
15333         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
15334         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
15335         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
15336         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
15337         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
15338         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
15339         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
15340         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
15341         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
15342         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
15343         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
15344         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
15345         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
15346         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
15347         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
15348         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
15349         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
15350         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
15351         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
15352         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
15353         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
15354         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
15355         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
15356         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
15357         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
15358         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
15359         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
15360         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
15361         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
15362         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
15363         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
15364         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
15365         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
15366         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
15367         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
15368         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
15369         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
15370         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
15371         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
15372         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
15373         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
15374         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
15375         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
15376         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
15377         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
15378         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
15379         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
15380         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
15381         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
15382         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
15383         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
15384         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
15385         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
15386         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
15387         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
15388         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
15389         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
15390         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
15392         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
15393         _XOPEN_SOURCE_EXTENDED for XPG4.
15395         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
15397         * Makeconfig (localtime): Remove variable.
15398         (inst_localtime-file): Likewise.
15400 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
15403         Update.
15404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
15405         Update.
15406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
15407         Update.
15408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
15409         Update.
15410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
15411         Update.
15412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
15413         Update.
15414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
15415         Update.
15416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
15417         Update.
15418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
15419         Update.
15421 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
15423         [BZ #2550]
15424         [BZ #2570]
15425         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
15426         comparisons to determine direction to adjust input.
15427         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
15428         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
15429         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
15430         Likewise.
15431         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
15432         Likewise.
15433         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
15434         Likewise.
15435         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
15436         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
15437         Likewise.
15438         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
15439         Likewise.
15440         * math/libm-test.inc (nexttoward_test): Add more tests.
15442 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15444         [BZ #14040]
15445         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
15446         in version GLIBC_2.1, not GLIBC_2.0.
15447         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
15448         Likewise.
15450 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
15452         [BZ #13942]
15453         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
15454         (1 - x) * (1 + x).
15455         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
15456         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
15457         * math/libm-test.inc (acos_test): Add more tests.
15458         (asin_test): Likewise.
15459         * sysdeps/i386/fpu/libm-test-ulps: Update.
15460         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15462         [BZ #14034]
15463         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
15464         of square root.
15465         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
15466         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
15467         * math/libm-test.inc (acos_test_tonearest): New function.
15468         (acos_test_towardzero): Likewise.
15469         (acos_test_downward): Likewise.
15470         (acos_test_upward): Likewise.
15471         (asin_test_tonearest): Likewise.
15472         (asin_test_towardzero): Likewise.
15473         (asin_test_downward): Likewise.
15474         (asin_test_upward): Likewise.
15475         (main): Call the new functions.
15476         * sysdeps/i386/fpu/libm-test-ulps: Update.
15477         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15479         [BZ #13884]
15480         [BZ #13924]
15481         * math/e_exp10.c: Include <float.h>.
15482         (__ieee754_exp10): Handle underflow here rather than multiplying
15483         large negative argument by M_LN10.
15484         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
15485         of __ieee754_expf.
15486         * math/e_exp10l.c: Include <float.h>.
15487         (__ieee754_exp10l): Handle underflow here rather than multiplying
15488         large negative argument by M_LN10l.
15489         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
15490         spurious overflow exception on underflow.
15492 2012-04-29  Marek Polacek  <polacek@redhat.com>
15494         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
15495         (__fortify_function): New macro.
15496         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
15497         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
15498         __extern_always_inline.
15499         * libio/bits/stdio2.h: Likewise.
15500         * libio/bits/stdio.h: Likewise.
15501         * string/string.h: Likewise.
15502         * string/bits/string3.h: Likewise.
15503         * include/stdio.h: Likewise.
15504         * stdlib/bits/stdlib.h: Likewise.
15505         * stdlib/stdlib.h: Likewise.
15506         * rt/bits/mqueue2.h: Likewise.
15507         * rt/mqueue.h: Likewise.
15508         * posix/bits/unistd.h: Likewise.
15509         * posix/unistd.h: Likewise.
15510         * io/bits/poll2.h: Likewise.
15511         * io/bits/fcntl2.h: Likewise.
15512         * io/fcntl.h: Likewise.
15513         * io/sys/poll.h: Likewise.
15514         * misc/bits/syslog.h: Likewise.
15515         * misc/bits/syslog-ldbl.h: Likewise.
15516         * misc/sys/syslog.h: Likewise.
15517         * socket/bits/socket2.h: Likewise.
15518         * socket/sys/socket.h: Likewise.
15519         * debug/tst-chk1.c: Likewise.
15520         * wcsmbs/bits/wchar2.h: Likewise.
15521         * wcsmbs/bits/wchar-ldbl.h: Likewise.
15522         * wcsmbs/wchar.h: Likewise.
15524 2012-04-29  Andreas Jaeger  <aj@suse.de>
15526         * Makerules (tests): Remove enable-check-abi protection.
15527         (check-abi-warn): Remove.
15528         (check-abi-%): Remove check-abi-warn usage.
15530         * configure.in: Remove check-abi configure option.
15531         * configure: Regenerated.
15532         * config.make.in (enable-check-abi): Remove.
15534 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
15536         [BZ #14033]
15537         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
15538         double functions to double *_finite functions.
15540         [BZ #13941]
15541         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
15542         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
15543         LDBL_MIN_EXP.
15544         * stdio-common/Makefile (tests): Add tst-sprintf3.
15545         * stdio-common/tst-sprintf3.c: New file.
15547         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
15548         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
15550 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
15552         * conform/conformtest.pl: Remove duplicate typed-constant
15553         handling.
15555 2012-04-28  David S. Miller  <davem@davemloft.net>
15557         * Makerules (%.abilist): Add vpath on sysdep_dirs.
15558         (check-abi-%): Remove AWK script prerequisite and explicit
15559         abilist directory.
15560         (check-abi): Rewrite to just diff the symlist with the abilist.
15561         (config-tls, config-abi-config): Delete, no longer used.
15562         (update-abi-%): Remove AWK script and explicit abilist directory.
15563         (update-abi): Rewrite to simply compare and conditionally copy the
15564         symlist and the sysdep abilist file.  Remove update-abi-config
15565         checks.
15566         * abilist/ld.abilist: Remove.
15567         * abilist/libBrokenLocale.abilist: Remove.
15568         * abilist/libanl.abilist: Remove.
15569         * abilist/libcrypt.abilist: Remove.
15570         * abilist/libdl.abilist: Remove.
15571         * abilist/librt.abilist: Remove.
15572         * abilist/libthread_db.abilist: Remove.
15573         * abilist/libutil.abilist: Remove.
15574         * scripts/extract-abilist.awk: Remove.
15575         * scripts/merge-abilist.awk: Remove.
15576         * sysdeps/generic/libcidn.abilist: New file.
15577         * sysdeps/generic/libnss_compat.abilist: New file.
15578         * sysdeps/generic/libnss_db.abilist: New file.
15579         * sysdeps/generic/libnss_dns.abilist: New file.
15580         * sysdeps/generic/libnss_files.abilist: New file.
15581         * sysdeps/generic/libnss_hesiod.abilist: New file.
15582         * sysdeps/generic/libnss_nis.abilist: New file.
15583         * sysdeps/generic/libnss_nisplus.abilist: New file.
15584         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
15585         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
15586         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
15587         file.
15588         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
15589         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
15590         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
15591         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
15592         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
15593         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
15594         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
15595         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
15596         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
15597         file.
15598         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
15599         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
15600         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
15601         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
15602         file.
15603         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
15604         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
15605         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
15606         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
15607         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
15608         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
15609         file.
15610         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
15611         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
15612         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
15613         file.
15614         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
15615         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
15616         New file.
15617         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
15618         New file.
15619         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
15620         New file.
15621         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
15622         New file.
15623         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
15624         New file.
15625         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
15626         New file.
15627         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
15628         New file.
15629         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
15630         New file.
15631         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
15632         New file.
15633         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
15634         New file.
15635         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
15636         New file.
15637         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
15638         New file.
15639         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
15640         New file.
15641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
15642         file.
15643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
15644         New file.
15645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
15646         New file.
15647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
15648         file.
15649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
15650         New file.
15651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
15652         New file.
15653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
15654         file.
15655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
15656         New file.
15657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
15658         New file.
15659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
15660         New file.
15661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
15662         New file.
15663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
15664         New file.
15665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
15666         New file.
15667         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
15668         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
15669         file.
15670         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
15671         New file.
15672         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
15673         file.
15674         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
15675         file.
15676         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
15677         file.
15678         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
15679         file.
15680         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
15681         file.
15682         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15683         New file.
15684         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
15685         file.
15686         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
15687         file.
15688         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
15689         New file.
15690         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
15691         file.
15692         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
15693         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
15694         file.
15695         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
15696         New file.
15697         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
15698         file.
15699         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
15700         file.
15701         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
15702         file.
15703         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
15704         file.
15705         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
15706         file.
15707         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15708         New file.
15709         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
15710         file.
15711         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
15712         file.
15713         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
15714         New file.
15715         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
15716         file.
15717         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
15718         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
15719         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
15720         file.
15721         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
15722         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
15723         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
15724         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
15725         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
15726         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
15727         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
15728         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
15729         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
15730         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
15731         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
15732         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
15733         file.
15734         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
15735         New file.
15736         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
15737         file.
15738         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
15739         file.
15740         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
15741         file.
15742         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
15743         file.
15744         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
15745         file.
15746         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
15747         New file.
15748         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
15749         New file.
15750         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
15751         file.
15752         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
15753         New file.
15754         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
15755         file.
15756         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
15757         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
15758         file.
15759         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
15760         New file.
15761         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
15762         file.
15763         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
15764         file.
15765         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
15766         file.
15767         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
15768         file.
15769         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
15770         file.
15771         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
15772         New file.
15773         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
15774         New file.
15775         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
15776         file.
15777         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
15778         New file.
15779         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
15780         file.
15782 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
15784         * conform/conformtest.pl: Fix typo in handling typed-constant from
15785         allow-header.
15787 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
15789         * README: Cut down references to pre-2.6 Linux kernels and
15790         Linuxthreads.  Update lists of configurations in libc and ports
15791         and sort alphabetically.  Say "or newer" with Linux kernel version
15792         requirements.
15794         * config.h.in [IS_IN_build]: Allow compiling without optimization.
15796 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
15798         [BZ #887]
15799         * math/libm-test.inc (logb_test_downward): New test to expose
15800         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
15801         rounding mode.
15803 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
15805         [BZ #14027]
15806         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
15807         to be done.
15808         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
15809         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
15811 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
15813         * sysdeps/unix/i386/brk.S: Remove file.
15814         * sysdeps/unix/i386/dl-brk.S: Likewise.
15815         * sysdeps/unix/i386/pipe.S: Likewise.
15816         * sysdeps/unix/i386/sigreturn.S: Likewise.
15817         * sysdeps/unix/i386/syscall.S: Likewise.
15818         * sysdeps/unix/i386/vfork.S: Likewise.
15819         * sysdeps/unix/i386/wait.S: Likewise.
15821         * sysdeps/unix/common/tcsendbrk.c: Move to ...
15822         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
15824         * configure.in (arm*-none*): Do not allow without
15825         --enable-hacker-mode.
15826         (netbsd*): Remove case setting base_os.
15827         (386bsd*): Likewise.
15828         (freebsd*): Likewise.
15829         (bsdi*): Likewise.
15830         (osf*): Likewise.
15831         (sunos*): Likewise.
15832         (ultrix*): Likewise.
15833         (newsos*): Likewise.
15834         (dynix*): Likewise.
15835         (*bsd*): Likewise.
15836         (sysv*): Likewise.
15837         (isc*): Likewise.
15838         (esix*): Likewise.
15839         (sco*): Likewise.
15840         (minix*): Likewise.
15841         (irix4*): Likewise.
15842         (irix6*): Likewise.
15843         (solaris[2-9]*): Likewise.
15844         (none): Likewise.
15845         * configure: Regenerated.
15847 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15849         [BZ #11521]
15850         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
15851         overflow or cancellation in calculating denominator.
15852         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
15853         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
15854         down expression to avoid unexpected rounding in newer GCCs.
15855         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
15857 2012-04-26  David S. Miller  <davem@davemloft.net>
15859         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
15860         long-double compat symbols.
15861         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
15862         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
15863         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
15864         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
15865         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
15866         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
15867         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
15868         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
15869         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
15870         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
15871         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
15872         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
15873         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
15875 2012-04-25  David S. Miller  <davem@davemloft.net>
15877         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
15878         HWCAP_* values only after the memory barriers have been defined.
15879         (atomic_full_barrier): Define.
15880         (atomic_read_barrier): Define.
15881         (atomic_write_barrier): Define.
15883 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
15885         * shlib-versions: Add libgcc_s version information.
15886         * sysdeps/generic/libgcc_s.h: Remove.
15887         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
15888         libgcc_s.h.
15889         * sysdeps/gnu/unwind-resume.c: Likewise.
15890         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
15892 2012-04-25  David S. Miller  <davem@davemloft.net>
15894         * sysdeps/unix/sparc/brk.S: Delete.
15895         * sysdeps/unix/sparc/dl-brk.S: Delete.
15896         * sysdeps/unix/sparc/pipe.S: Delete.
15897         * sysdeps/unix/sparc/sysdep.S: Delete.
15898         * sysdeps/unix/sparc/sysdep.h: Delete.
15899         * sysdeps/unix/sparc/vfork.S: Delete.
15900         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
15901         SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
15902         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
15903         ret_ERRVAL, r0, r1, MOVE): Define.
15904         (JUMPTARGET): Remove.
15905         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
15906         sysdeps/unix/sparc/sysdep.h
15907         (ENTRY, END): Remove.
15908         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
15910 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
15912         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
15913         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
15914         -DIS_IN_build.
15916         * timezone/README: Update upstream location and email address for
15917         tzcode and tzdata.
15918         * timezone/zdump.c: Update from tzcode 2012b.
15919         * timezone/zic.c: Likewise.
15921         * configure.in (libc_cv_as_needed): Remove test.
15922         * configure: Regenerated.
15923         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
15924         conditional definition.
15925         [$(have-as-needed) != yes] (no-as-needed): Likewise.
15926         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
15927         * config.make.in (have-as-needed): Remove variable.
15929 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
15930             Paul Pluzhnikov  <ppluzhnikov@google.com>
15932         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
15933         strings correctly.
15935 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
15937         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
15938         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
15939         * sysdeps/sh/strlen.S: Likewise.
15941 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
15943         * sysdeps/unix/fork.S: Remove file.
15944         * sysdeps/unix/i386/fork.S: Likewise.
15945         * sysdeps/unix/sparc/fork.S: Likewise.
15947         * sysdeps/unix/system.c: Remove file.
15948         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
15950         * sysdeps/unix/getegid.S: Remove file.
15951         * sysdeps/unix/geteuid.S: Likewise.
15953 2012-04-24  Roland McGrath  <roland@hack.frob.com>
15955         * scripts/check-localplt.awk: New file.
15956         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
15957         of diff.
15958         * scripts/data/localplt-generic.data: Add a comment.
15960         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
15961         NODE when __dir_mkfile failed.
15962         * sysdeps/mach/hurd/symlinkat.c: Likewise.
15963         Reported by Ludovic Courtès <ludo@gnu.org>.
15965 2012-04-24  Andreas Jaeger  <aj@suse.de>
15967         * Makerules (common-clean): Also remove gen-as-const-headers
15968         files.
15970 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
15972         * Makerules (native-compile): Do not change working directory for
15973         build.  Use $(OUTPUT_OPTION) in command.
15974         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
15976 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15978         [BZ #13886]
15979         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
15980         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
15981         * math/libm-test.inc (floor_test): Add more tests.
15982         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
15984 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
15986         * sysdeps/unix/getdents.c: Remove file.
15987         * sysdeps/unix/sysv/getdents.c: Likewise.
15988         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
15990         * sysdeps/unix/syscalls.list (madvise): Add syscall from
15991         sysdeps/unix/mman/syscalls.list.
15992         (mmap): Likewise.
15993         (mprotect): Likewise.
15994         (msync): Likewise.
15995         (munmap): Likewise.
15996         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
15997         * sysdeps/unix/mman/syscalls.list: Remove.
15998         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
16000         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
16001         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
16002         * configure: Regenerated.
16003         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
16004         $(libgcc_s_suffix).
16005         * config.make.in (libgcc_s_suffix): Remove variable.
16007 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
16009         * sysdeps/unix/sysv/gethostname.c: Move to ...
16010         * sysdeps/posix/gethostname.c: ... here.
16012         * sysdeps/unix/execve.S: Remove file.
16014         * sysdeps/unix/_exit.S: Remove file.
16016 2012-04-23  Andreas Jaeger  <aj@suse.de>
16018         [BZ #13739]
16019         * manual/Makefile: Remove make dist support, there's no
16020         need for a stand-alone documentation tar ball.
16021         (TEXI2DVI): Define always, it's not in Makeconfig.
16022         (dist): Removed.
16023         (tar-it): Removed.
16024         (edition): Removed.
16025         (glibc-doc-$(edition).tar): Removed
16026         (%.Z): Removed.
16027         (%.gz): Removed.
16028         (%.uu): Removed.
16029         (ETAGS): Remove, it's in Makeconfig.
16030         (move-if-change): Remove, it's in Makeconfig.
16032 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
16034         [BZ #13970]
16035         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
16036         (strtod, strtof, strtold, strtol, strtoul, strtoq)
16037         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
16038         (strtod_l, strtof_l, strtold_l): Remove __wur.
16039         It is not necessarily an error to ignore strtol's return value.
16040         One can reliably look at the stored endptr to decide whether
16041         the number had valid syntax.
16043 2012-04-21  Andreas Jaeger  <aj@suse.de>
16045         [BZ #13739]
16046         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
16048 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
16050         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
16051         * sysdeps/unix/sysv/Versions: Remove file.
16053 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
16055         [BZ #13927]
16056         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16058 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
16060         [BZ #7064]
16061         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
16062         version from __vm86.
16064 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
16066         * sysdeps/unix/common/lxstat.c: Remove file.
16067         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
16069         * sysdeps/unix/sysv/Makefile: Remove file.
16071         * sysdeps/unix/sysv/direct.h: Remove file.
16073         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
16074         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
16075         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
16076         * sysdeps/unix/sysv/bits/signum.h: Likewise.
16077         * sysdeps/unix/sysv/bits/stat.h: Likewise.
16078         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
16079         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
16081         * sysdeps/unix/sysv/setrlimit.c: Remove file.
16083         * sysdeps/unix/xmknod.c: Remove file.
16084         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
16086         * sysdeps/unix/sysv/settimeofday.c: Remove file.
16088         * sysdeps/unix/sysv/i386/time.S: Remove file.
16090         * sysdeps/unix/fxstat.c: Remove file.
16091         * sysdeps/unix/xstat.c: Likewise.
16092         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
16094         * sysdeps/unix/sysv/sigaction.c: Remove file.
16096         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
16097         (sysdep_headers): Remove variable.
16098         [termio.h not in sysdep_headers] (generated): Likewise.
16099         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
16100         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
16101         * sysdeps/unix/sysv/tcdrain.c: Likewise.
16102         * sysdeps/unix/sysv/tcflow.c: Likewise.
16103         * sysdeps/unix/sysv/tcflush.c: Likewise.
16104         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
16105         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
16106         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
16107         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
16108         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
16110         * sysdeps/unix/siglist.c: Remove file.
16112         * sysdeps/unix/getppid.S: Remove file.
16114         * sysdeps/unix/mkdir.c: Remove file.
16115         * sysdeps/unix/rmdir.c: Likewise.
16117 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
16119         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
16120         ERR_MAX value.
16121         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
16122         errlist-compat value.
16124 2012-04-18  David S. Miller  <davem@davemloft.net>
16126         * sysdeps/generic/memcopy.h (reg_char): Delete.
16127         * debug/strcat_chk.c: Use char, not reg_char.
16128         * debug/strcpy_chk.c: Likewise.
16129         * debug/strncat_chk.c: Likewise.
16130         * debug/strncpy_chk.c: Likewise.
16131         * string/memchr.c: Likewise.
16132         * string/memrchr.c: Likewise.
16133         * string/rawmemchr.c: Likewise.
16134         * string/strcat.c: Likewise.
16135         * string/strchr.c: Likewise.
16136         * string/strchrnul.c: Likewise.
16137         * string/strcmp.c: Likewise.
16138         * string/strcpy.c: Likewise.
16139         * string/strncat.c: Likewise.
16140         * string/strncmp.c: Likewise.
16141         * string/strncpy.c: Likewise.
16143 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
16145         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
16146         __builtin_memcopy is called when src and dest ranges are known to not
16147         overlap.
16149 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
16151         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
16152         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
16153         fwd_align_merge macro call.
16154         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
16155         bwd_align_merge macro call.
16156         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
16158 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
16160         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
16161         bwd_align_merge macros.
16162         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
16163         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
16164         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
16166 2012-04-18  David S. Miller  <davem@davemloft.net>
16168         * sysdeps/sparc/sparc64/memcopy.h: Delete.
16170 2012-04-18  Andreas Jaeger  <aj@suse.de>
16172         [BZ# 6794]
16173         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
16174         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
16175         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
16177         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
16178         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
16179         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
16181         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
16182         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
16183         Adjust for changed ldbl-128 files.
16185         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
16186         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
16187         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
16189 2012-04-17  David S. Miller  <davem@davemloft.net>
16191         * sysdeps/sparc/sparc32/memcopy.h: Delete.
16193 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
16195         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
16196         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
16197         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
16198         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
16199         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
16200         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
16202 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16204         [BZ #6794]
16205         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
16206         * math/libm-test.inc: Add ilogb errno and exception tests.
16207         * math/w_ilogb.c: New file: ilogb wrapper.
16208         * math/w_ilogbf.c: New file: ilogbf wrapper.
16209         * math/w_ilogbl.c: New file: ilogbl wrapper.
16210         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
16211         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
16212         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
16213         exception being thrown with 0.0 as argument.
16214         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
16215         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
16216         exception being thrown with 0.0 as argument.
16217         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
16218         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
16219         exception being thrown with 0.0 as argument.
16220         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
16221         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
16222         exception being thrown with 0.0 as argument.
16223         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
16224         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
16225         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
16226         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
16227         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
16228         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
16229         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
16230         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
16231         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
16233 2012-04-17  Petr Baudis  <pasky@ucw.cz>
16235         * include/sys/uio.h: Change __vector to __iovec to avoid clash
16236         with altivec.
16238 2012-04-16  Marek Polacek  <polacek@redhat.com>
16240         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
16242 2012-04-16  Marek Polacek  <polacek@redhat.com>
16244         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
16245         operands of fdivp instruction.
16247 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
16249         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
16250         * elf/tst-auditmod3b.c: Likewise.
16251         * elf/tst-auditmod4b.c: Likewise.
16252         * elf/tst-auditmod5b.c: Likewise.
16253         * elf/tst-auditmod6b.c: Likewise.
16254         * elf/tst-auditmod6c.c: Likewise.
16255         * elf/tst-auditmod7b.c: Likewise.
16256         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
16257         * sysdeps/x86_64/preconfigure.in: Likewise.
16258         * sysdeps/x86_64/preconfigure: Regenerated.
16260 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
16262         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
16263         __ILP32__.
16265 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
16267         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
16268         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
16270 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
16272         [BZ #13973]
16273         * locale/iso-639.def: Fix gl language name. Spotted by
16274         Yaron Shahrabani.
16276 2012-04-12  Roland McGrath  <roland@hack.frob.com>
16278         [BZ #2074]
16279         * libio/libio.h (__io_write_fn): Update comment.
16281 2012-04-12  Petr Baudis  <pasky@ucw.cz>
16283         [BZ #2074]
16284         * stdio.texi (Hook Functions): The user provided writer function
16285         is not allowed to return -1.
16287 2012-04-11  David S. Miller  <davem@davemloft.net>
16289         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16291 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
16293         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
16294         Add a leading slash to rtkaio.
16296 2012-04-11  Jim Meyering  <meyering@redhat.com>
16298         [BZ #11959]
16299         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
16300         It is not necessarily an error to ignore fwrite's return
16301         value.  One can reliably use ferror to test for errors after
16302         the fact.
16304 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
16306         * bits/types.h (__snseconds_t): New type.
16307         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
16309         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
16310         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
16311         (__SNSECONDS_T_TYPE): Likewise.
16312         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
16313         (__SNSECONDS_T_TYPE): Likewise.
16314         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
16315         (__SNSECONDS_T_TYPE): Likewise.
16317 2012-04-10  Andreas Jaeger  <aj@suse.de>
16319         [BZ #2636]
16320         * manual/time.texi (Processor Time): Return type of times is
16321         elapsed real time since an arbitrary point in the past.
16322         (CPU Time): Move CLK_TCK from here...
16323         (Processor Time): ...to here.  Correct description.
16324         * manual/conf.texi (Constants for Sysconf): Correct description of
16325         _SC_CLK_TCK.
16327 2012-04-10  David S. Miller  <davem@davemloft.net>
16329         [BZ #13967]
16330         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
16331         where the is a gap between DT_REL(A) and DT_JMPREL.
16333 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
16335         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
16336         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
16337         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
16339 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16341         * elf/dl-support.c (_dl_inhibit_cache): New variable.
16342         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
16343         (dl_main): Handle --inhibit-cache.
16344         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
16345         _dl_inhibit_cache.
16346         * elf/dl-load.c (_dl_map_object): Use it.
16347         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
16349 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
16351         [BZ #13872]
16352         * sysdeps/i386/fpu/e_powl.S (p78): New object.
16353         (__ieee754_powl): Saturate large exponents rather than testing for
16354         overflow of y*log2(x).
16355         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
16356         * math/libm-test.inc (pow_test): Do not permit spurious overflow
16357         exceptions.
16359         [BZ #11521]
16360         * math/s_ctan.c: Include <float.h>.
16361         (__ctan): Avoid internal overflow or cancellation in calculating
16362         denominator.
16363         * math/s_ctanf.c: Likewise.
16364         * math/s_ctanl.c: Likewise.
16365         * math/s_ctanh.c: Likewise.
16366         * math/s_ctanhf.c: Likewise.
16367         * math/s_ctanhl.c: Likewise.
16368         * math/libm-test.inc (ctan_test): Add more tests.
16369         (ctanh_test): Likewise.
16370         * sysdeps/i386/fpu/libm-test-ulps: Update.
16371         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16373 2012-04-09  Andreas Jaeger  <aj@suse.de>
16375         [BZ #6894]
16376         * manual/filesys.texi (Directory Entries): Mention that d_namlen
16377         is an optional BSD extension.
16379         [BZ #10254]
16380         * manual/stdio.texi (Opening Streams): Document additional fopen
16381         parameters.
16383 2012-04-09  Roland McGrath  <roland@hack.frob.com>
16385         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
16386         %eax without telling the compiler.
16388 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
16390         [BZ # 13963]
16391         * manual/install.texi: Use sourceware.org.
16393 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
16395         [BZ #13873]
16396         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
16397         (__ieee754_pow): Generate overflow and underflow using huge*huge
16398         and tiny*tiny rather than just returning constant infinity or zero
16399         for large exponents.
16400         * math/libm-test.inc (pow_test): Require overflow exceptions for
16401         applicable cases of large exponents.
16403         [BZ #706]
16404         * sysdeps/i386/fpu/e_pow.S (p10): New object.
16405         (__ieee754_pow): Use iterative multiplication algorithm only for
16406         integer exponents with absolute value below 1024.  Check for odd
16407         integer exponents when using algorithm for real exponents.
16408         * math/libm-test.inc (pow_test): Add more tests.
16409         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16411 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
16413         [BZ #13705]
16414         * math/libm-test.inc (exp_test): Do not allow overflow exception
16415         on underflow test.
16417 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
16419         [BZ #13705]
16420         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
16421         instead of __kernel_standard_f.
16423 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
16425         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
16426         * sysdeps/x86_64/memset_chk.S: Likewise.
16428 2012-04-08  Andreas Jaeger  <aj@suse.de>
16430         [BZ #10153]
16431         * manual/startup.texi (Environment Access): Describe return value
16432         for putenv and setenv.
16434         [BZ #6895]
16435         * manual/filesys.texi (Directory Entries): Add description for
16436         DT_LNK.
16438         [BZ #6890]
16439         * manual/filesys.texi (Directory Entries): Clarify that it's file
16440         system not operating system in the description of DT_UNKNOWN.
16442         [BZ #6578]
16443         * manual/syslog.texi (closelog): Fix reference, it's openlog.
16445 2012-04-08  Stephen Compall  <s11@member.fsf.org>
16447         [BZ #6649]
16448         * manual/llio.texi (Opening and Closing Files): Add cross
16449         reference to explain mode argument.
16451 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
16453         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
16454         * sysdeps/x86_64/memset_chk.S: Likewise.
16456 2012-04-07  David S. Miller  <davem@davemloft.net>
16458         * elf/elf.h (R_SPARC_WDISP10): Define.
16459         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
16460         R_SPARC_SIZE32.
16461         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
16462         R_SPARC_SIZE64 and R_SPARC_H34.
16464 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
16466         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
16467         conditions and remove no longer applicable assertion.
16469 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
16471         * bits/byteswap.h: Include <features.h>.
16472         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
16473         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
16475 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
16477         * bits/byteswap.h (__bswap_16): Removed.
16478         Include <bits/byteswap-16.h> to get __bswap_16.
16479         * sysdeps/i386/bits/byteswap.h: Likewise.
16480         * sysdeps/s390/bits/byteswap.h: Likewise.
16481         * sysdeps/x86_64/bits/byteswap.h: Likewise.
16482         * bits/byteswap-16.h: New file.
16483         * sysdeps/i386/bits/byteswap-16.h: Likewise.
16484         * sysdeps/s390/bits/byteswap-16.h: Likewise.
16485         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
16486         * string/Makefile (headers): Add bits/byteswap-16.h.
16488 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
16490         [BZ #13895]
16491         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
16492         extra indirection.
16493         * nss/Makefile (tests-static, tests): Add tst-nss-static.
16494         * nss/tst-nss-static.c: New.
16496 2012-04-06  Robert Millan  <rmh@gnu.org>
16498         [BZ #6486]
16499         * manual/llio.texi (File Position Primitive): lseek
16500         refers to WHENCE when it really means OFFSET.
16502 2012-04-06  Andreas Jaeger  <aj@suse.de>
16504         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
16505         strncmp declarations.
16507         * abilist/libc.abilist: Add __poll and __ppoll.
16509 2012-04-05  David S. Miller  <davem@davemloft.net>
16511         * scripts/check-local-headers.sh: Accept a host triplet in the
16512         path matched by the exclude regexp.
16514         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
16515         definition.
16516         * sysdeps/powerpc/powerpc32/dl-machine.h
16517         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
16518         * sysdeps/s390/s390-32/dl-machine.h
16519         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
16520         * sysdeps/sparc/sparc32/dl-machine.h
16521         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
16522         * sysdeps/sparc/sparc64/dl-machine.h
16523         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
16525         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
16526         lazy binding.
16527         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
16528         undefined symbol errors.
16530         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
16531         DT_NEEDED entries.
16533 2012-04-05  Michael Matz  <matz@suse.de>
16535         [BZ #13592]
16536         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
16538 2012-04-05  Andreas Jaeger  <aj@suse.de>
16540         [BZ #13908]
16541         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
16542         comment.
16544 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
16546         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
16547         which ROUND is no valid rounding mode.
16549 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
16551         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
16552         read again.
16553         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
16555 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
16557         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
16558         an exception using FPU order intentionally.
16560 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
16562         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
16563         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
16564         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
16565         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
16567 2012-04-05  Simon Josefsson  <simon@josefsson.org>
16569         [BZ #12340]
16570         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
16571         EINVAL when BUFLEN is too smal.
16573 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
16575         [BZ #13553]
16576         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
16577         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
16579 2012-04-03  Andreas Jaeger  <aj@suse.de>
16581         [BZ #13938]
16582         * manual/setjmp.texi (System V contexts): Fix sentence.
16584         [BZ #13926]
16585         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
16586         New macro for this case.
16587         [!__GNUC__] (__bswap_64): New inline function for this case.
16588         * sysdeps/x86_64/bits/byteswap.h: Likewise.
16589         * bits/byteswap.h: Likewise.
16590         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
16591         ull, guard with __GLIBC_HAVE_LONG_LONG.
16593         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
16594         __GLIBC_HAVE_LONG_LONG.
16596         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
16597         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
16599 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
16601         [BZ #13691]
16602         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
16603         inptr and inend, rather than using last_ch.
16605 2012-04-02  David S. Miller  <davem@davemloft.net>
16607         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
16608         * stdio-common/printf-parse.h (read_int): Change return type to
16609         'int', return -1 on INT_MAX overflow.
16610         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
16611         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
16612         overflows INT_MAX.  Check for overflow of in-format-string precision
16613         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
16614         SIZE_MAX not INT_MAX for integer overflow test.
16615         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
16616         skip the construct in the format string but do not record anything.
16617         * stdio-common/bug22.c: Adjust to test both width/prevision
16618         INT_MAX overflow as well as total length INT_MAX overflow.  Check
16619         explicitly for proper errno values.
16621 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
16623         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
16624         CHAR_MAX.
16625         * string/test-strcmp.c [! WIDE]: Likewise.
16626         * time/tst-mktime2.c: Likewise for INT_MAX.
16627         * string/test-string.h: #include <sys/param.h> for MIN.
16629         * csu/init-first.c (__libc_init_first): Call __ctype_init.
16630         * sysdeps/i386/init-first.c (init): Likewise.
16631         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
16632         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
16633         * sysdeps/sh/init-first.c (init): Likewise.
16635 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
16637         * po/ru.po: Update from translation team.
16638         * po/vi.po: Likewise.
16640 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16642         * resolv/nss_dns/dns-host.c: Merge copyright years.
16644 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
16646         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
16647         Optimize memcpy with prefetch if
16648         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
16649         src, dst pointers have unequal 16 byte alignments.
16651 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16653         [BZ #13928]
16654         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
16655         from a CNAME entry and return the minimum ttl for the query.
16656         (gaih_getanswer_slice): Likewise.
16658 2012-03-30  Jeff Law  <law@redhat.com>
16660         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
16661         due to long keys.
16662         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
16663         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
16665         * resolv/nss_dns/dns-host.c: Update copyright year.
16667 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
16669         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
16670         requests to save a system call.  Fix check that all bytes are sent.
16672         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
16673         comments for sendmmsg.
16675 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
16677         [BZ #13691]
16678         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
16679         with only 1 character between 0x0041 and 0x01b0.
16680         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
16681         * wcsmbs/tst-mbsnrtowcs.c: New file.
16683 2012-03-29  David S. Miller  <davem@davemloft.net>
16685         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
16686         small copies by hand.
16688 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16690         [BZ #13761]
16691         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
16692         _nss_compat_initgroups_dyn): Fall back to malloc/free
16693         for large group memberships.
16695 2012-03-28  David S. Miller  <davem@davemloft.net>
16697         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
16698         that branches into memcpy.
16699         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
16700         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
16701         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
16702         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
16703         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
16704         bits.
16705         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
16706         implementation too.
16707         * sysdeps/sparc/mempcpy.S: New file.
16709         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
16710         the IFUNC routine in the libc case.
16711         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
16713         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
16714         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
16715         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
16716         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
16717         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
16718         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
16719         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
16720         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
16722         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
16723         loop to 256 bytes instead of 64 bytes and fix test signedness.
16725         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
16726         * sysdeps/sparc/sparc32/Makefile: rather than here...
16727         * sysdeps/sparc/sparc64/Makefile: and here.
16729 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
16731         * malloc/mallocbug.c: Avoid warnings about unused variables.
16733 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
16735         [BZ #13760]
16736         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
16737         in the right place. Discard and retry query if response is
16738         larger than input buffer size.
16740 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
16742         [BZ #369]
16743         [BZ #2678]
16744         [BZ #3866]
16745         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
16746         x for large integer exponent.
16747         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
16748         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
16749         sign of result as needed afterwards.
16750         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
16751         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
16752         result for underflowing pow the same as for overflow.
16753         (__kernel_standard_l): Handle powl overflow and underflow here
16754         rather than calling __kernel_standard.
16755         * math/libm-test.inc (pow_test): Add more tests.
16757         [BZ #3868]
16758         [BZ #13879]
16759         [BZ #13910]
16760         [BZ #13911]
16761         [BZ #13912]
16762         [BZ #13913]
16763         [BZ #13915]
16764         [BZ #13916]
16765         [BZ #13917]
16766         [BZ #13918]
16767         [BZ #13919]
16768         [BZ #13920]
16769         [BZ #13921]
16770         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
16771         * sysdeps/ieee754/k_standard.c: Include <float.h>.
16772         (__kernel_standard_l): New function.
16773         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
16774         __kernel_standard.
16775         * math/w_acosl.c (__acosl): Likewise.
16776         * math/w_asinl.c (__asinl): Likewise.
16777         * math/w_atan2l.c (__atan2l): Likewise.
16778         * math/w_atanhl.c (__atanhl): Likewise.
16779         * math/w_coshl.c (__coshl): Likewise.
16780         * math/w_exp10l.c (__exp10l): Likewise.
16781         * math/w_exp2l.c (__exp2l): Likewise.
16782         * math/w_fmodl.c (__fmodl): Likewise.
16783         * math/w_hypotl.c (__hypotl): Likewise.
16784         * math/w_j0l.c (__j0l, __y0l): Likewise.
16785         * math/w_j1l.c (__j1l, __y1l): Likewise.
16786         * math/w_jnl.c (__jnl, __ynl): Likewise.
16787         * math/w_lgammal.c (__lgammal): Likewise.
16788         * math/w_log10l.c (__log10l): Likewise.
16789         * math/w_log2l.c (__log2l): Likewise.
16790         * math/w_logl.c (__logl): Likewise.
16791         * math/w_powl.c (__powl): Likewise.
16792         * math/w_remainderl.c (__remainderl): Likewise.
16793         * math/w_scalbl.c (sysv_scalbl): Likewise.
16794         * math/w_sinhl.c (__sinhl): Likewise.
16795         * math/w_sqrtl.c (__sqrtl): Likewise.
16796         * math/w_tgammal.c (__tgammal): Likewise.
16797         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
16798         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
16799         * math/libm-test.inc (acos_test): Add more tests.
16800         (acosh_test): Likewise.
16801         (asin_test): Likewise.
16802         (atanh_test): Likewise.
16803         (exp_test): Likewise.
16804         (exp10_test): Likewise.
16805         (exp2_test): Likewise.
16806         (expm1_test): Likewise.
16807         (lgamma_test): Likewise.
16808         (log_test): Likewise.
16809         (log10_test): Likewise.
16810         (log1p_test): Likewise.
16811         (log2_test): Likewise.
16812         (pow_test): Do not allow some spurious overflow exceptions.
16813         (sqrt_test): Add more tests.
16814         (tgamma_test): Likewise.
16815         (y0_test): Likewise.
16816         (y1_test): Likewise.
16817         (yn_test): Likewise.
16819 2012-03-27  Anton Blanchard  <anton@samba.org>
16821         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
16822         MAP_HUGETLB.
16823         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
16824         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
16825         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
16827 2012-03-27  David S. Miller  <davem@davemloft.net>
16829         * conform/Makefile: Run run-conformtest.sh using $(BASH).
16831         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
16832         have-as-vis3 check.
16834 2012-03-27  Andreas Jaeger  <aj@suse.de>
16836         * sysdeps/x86_64/elf/configure.in: Moved to ...
16837         * sysdeps/x86_64/configure.in: ... here.
16838         * sysdeps/x86_64/elf/start.S: Moved to ...
16839         * sysdeps/x86_64/start.S: ... here.
16840         * sysdeps/x86_64/elf/configure: Delete.
16842         * sysdeps/x86_64/configure.in: Merge contents from
16843         sysdeps/i386/configure.in (without i686 check).
16845         * sysdeps/i386/elf/Versions: Merge into ...
16846         * sysdeps/i386/Versions: ... this.
16847         * sysdeps/i386/elf/Versions: Delete file.
16848         * sysdeps/i386/elf/start.S: Moved to ...
16849         * sysdeps/i386/start.S: ...here.
16850         * sysdeps/i386/elf/configure.in: Merge into...
16851         * sysdeps/i386/configure.in: ...here.
16852         * sysdeps/i386/elf/configure.in: Delete file.
16853         * sysdeps/i386/elf/configure: Delete file.
16855         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
16856         * debug/backtracesyms.c: ... here.
16857         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
16858         * debug/backtracesymsfd.c: ... here.
16859         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
16860         * sysdeps/generic/ifunc-sel.h: ... here.
16862         * sysdeps/unix/i386/start.c: Delete file.
16863         * sysdeps/unix/sparc/start.c: Delete file.
16864         * sysdeps/unix/start.c: Delete file.
16866         * sysdeps/sh/elf/configure.in: Moved to ...
16867         * sysdeps/sh/configure.in: ... here.
16868         * sysdeps/sh/elf/start.S: Moved to ...
16869         * sysdeps/sh/start.S: ... here.
16870         * sysdeps/sh/elf/configure: Delete file.
16872         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
16873         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
16874         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
16875         * sysdeps/powerpc/powerpc64/entry.h: ... here.
16876         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
16877         * sysdeps/powerpc/powerpc64/start.S: here.
16878         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
16879         * sysdeps/powerpc/powerpc64/Makefile: ... this.
16880         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
16881         * sysdeps/powerpc/powerpc64/configure.in: ... this.
16882         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
16884         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
16885         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
16886         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
16887         * sysdeps/powerpc/powerpc32/start.S: ... here.
16888         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
16889         * sysdeps/powerpc/powerpc32/configure.in: ... this.
16890         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
16892         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
16893         * sysdeps/powerpc/ifunc-sel.h: ... here.
16894         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
16895         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
16897         * sysdeps/sparc/elf/configure.in: Moved to ...
16898         * sysdeps/sparc/configure.in: ... here.
16899         * sysdeps/sparc/elf/configure: Delete file.
16900         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
16901         * sysdeps/sparc/sparc32/start.S: ... here.
16902         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
16903         * sysdeps/sparc/sparc64/start.S: ... here.
16904         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
16905         * sysdeps/sparc/sparc32/Makefile: ... this.
16906         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
16907         * sysdeps/sparc/sparc64/Makefile: ... this.
16909         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
16910         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
16911         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
16912         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
16913         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
16914         * sysdeps/s390/s390-32/setjmp.S: ... here.
16915         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
16916         * sysdeps/s390/s390-32/configure.in: ... here.
16917         * sysdeps/s390/s390-32/elf/configure: Delete file.
16918         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
16919         * sysdeps/s390/s390-32/start.S: ... here.
16921         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
16922         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
16923         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
16924         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
16925         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
16926         * sysdeps/s390/s390-64/setjmp.S: ... here.
16927         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
16928         * sysdeps/s390/s390-64/configure.in: ... here
16929         * sysdeps/s390/s390-64/elf/configure: Delete file.
16930         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
16931         * sysdeps/s390/s390-64/start.S: ... here.
16932         * sysdeps/s390/s390-64/elf/configure: Delete.
16934         * configure.in: Remove support for elf directories in sysdeps.
16936         * configure: Regenerated.
16937         * sysdeps/i386/configure: Regenerated.
16938         * sysdeps/powerpc/powerpc32/configure: Regenerated.
16939         * sysdeps/powerpc/powerpc64/configure: Regenerated.
16940         * sysdeps/s390/s390-32/configure: Regenerated.
16941         * sysdeps/s390/s390-64/configure: Regenerated.
16942         * sysdeps/sh/configure: Regenerated.
16943         * sysdeps/sparc/configure: Regenerated.
16944         * sysdeps/x86_64/configure: Regenerated.
16946 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
16948         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16950         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
16951         denormal result into account.
16953 2012-03-25  Roland McGrath  <roland@hack.frob.com>
16955         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
16956         Reported by Allan McRae <allan@archlinux.org>.
16958 2012-03-23  Jeff Law  <law@redhat.com>
16960         * nss/getnssent.c (__nss_getent): Fix typo.
16962 2012-03-23  David S. Miller  <davem@davemloft.net>
16964         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16966 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
16968         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
16969         to pad to uint64_t for each field.
16970         (dl_tls_index): Replace unsigned long with uint64_t.
16972 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
16973         Paul Pluzhnikov  <ppluzhnikov@google.com>
16975         [BZ #6528]
16976         * grp/Makefile (otherlibs): Don't set it.
16977         * inet/Makefile (otherlibs): Likewise.
16978         * login/Makefile (otherlibs): Likewise.
16979         * nscd/Makefile (otherlibs): Likewise.
16980         * posix/Makefile (otherlibs): Likewise.
16981         * pwd/Makefile (otherlibs): Likewise.
16982         * rt/Makefile (otherlibs): Likewise.
16983         * sunrpc/Makefile (otherlibs): Likewise.
16984         * nss/Makefile (otherlibs): Likewise.
16985         Add libnss_files to routines and static-only-routines.
16986         ($(objpfx)getent): Remove rule.
16987         * resolv/Makefile: Add libnss_dns and libresolv to routines and
16988         static-only-routines.
16990 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
16992         [BZ #13892]
16993         * math/s_cexp.c: Include <float.h>.
16994         (__cexp): Handle exp result overflowing not necessarily
16995         overflowing both real and imaginary parts of result.
16996         * math/s_cexpf.c: Likewise.
16997         * math/s_cexpl.c: Likewise.
16998         * math/libm-test.inc (cexp_test): Add more tests.
16999         * sysdeps/i386/fpu/libm-test-ulps: Update.
17000         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17002 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
17004         * include/link.h (ELFW): New macro.
17005         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
17006         Replace ELF64_R_TYPE with ELFW(R_TYPE).
17008 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
17010         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
17011         with uint64_t.
17013 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
17015         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
17016         declaration.
17017         (struct La_x32_retval): Likewise.
17019 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
17021         * sysdeps/x86_64/preconfigure.in: New file.
17022         * sysdeps/x86_64/preconfigure: New generated file.
17024 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
17026         [BZ #13824]
17027         * math/e_exp2l.c: Include <float.h>.
17028         (__ieee754_exp2l): Handle overflow and underflow cases
17029         separately.  Only pass fractional part of argument to
17030         __ieee754_expl.
17031         * math/libm-test.inc (exp2_test): Add more tests.
17033         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
17034         negating x to take absolute value.
17035         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
17036         Likewise.
17037         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
17038         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
17039         Likewise.
17040         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
17041         computing low part if x was negated.
17042         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
17044 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
17046         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
17047         la_x32_gnu_pltexit.
17048         (pltexit): Cast int_retval to ptrdiff_t.
17049         * elf/tst-auditmod3b.c: Likewise.
17050         * elf/tst-auditmod4b.c: Likewise.
17051         * elf/tst-auditmod5b.c: Likewise.
17052         * elf/tst-auditmod6b.c: Likewise.
17053         * elf/tst-auditmod6c.c: Likewise.
17054         * elf/tst-auditmod7b.c: Likewise.
17056         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
17057         and x32_gnu_pltexit.
17059         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
17060         __ELF_NATIVE_CLASS.
17061         (La_x32_regs): New macro.
17062         (La_x32_retval): Likewise.
17063         (la_x32_gnu_pltenter): New function prototype.
17064         (la_x32_gnu_pltexit): Likewise.
17066 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
17068         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
17069         exponent.
17071         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17073         * configure.in (libc_cv_cc_nofma): Check for option to disable
17074         generation of FMA instructions.
17075         * configure: Regenerate.
17076         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
17077         * sysdeps/ieee754/dbl-64/Makefile: New file.
17078         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
17079         Remove brandred-fma4.
17080         (CFLAGS-brandred-fma4.c): Remove.
17081         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
17082         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
17083         define.
17084         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
17085         define.
17087 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
17089         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
17090         LLONG_MAX != LONG_MAX.
17091         (_itoa_word): Use _ITOA_WORD_TYPE on value.
17092         (_fitoa_word): Likewise.
17093         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
17094         LLONG_MAX != LONG_MAX.
17095         * stdio-common/_itowa.h: Include <_itoa.h>.
17096         (_itowa_word): Use _ITOA_WORD_TYPE on value.
17097         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
17098         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
17099         only if not defined.
17100         (_ITOA_WORD_TYPE): Likewise.
17101         (_itoa_word): Use _ITOA_WORD_TYPE on value.
17102         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
17104 2012-03-21  David S. Miller  <davem@davemloft.net>
17106         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17108 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
17110         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
17111         of x86_64 when setting libc_cv_slibdir, libdir and
17112         libc_cv_localedir.
17113         * sysdeps/unix/sysv/linux/configure: Regenerated.
17115 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
17117         * manual/lang.texi (Old Varargs): Remove section.
17118         (How Variadic): Update menu.
17119         (va_start): Do not mention varargs.h.
17121 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
17122             Joseph Myers  <joseph@codesourcery.com>
17124         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
17125         link test.
17126         * configure: Regenerated.
17128 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
17130         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
17131         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
17132         conformtest.pl
17134 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
17136         * NOTES: Remove.
17137         * Makefile (files-for-dist): Remove NOTES.
17138         (NOTES): Remove rule.
17139         * README: Don't refer to NOTES.
17140         * manual/creature.texi: Don't include macros.texi.
17141         * manual/intro.texi (creature.texi): Remove comment referring to
17142         NOTES.
17144         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
17145         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
17146         * configure: Regenerated.
17147         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
17148         LIBC_TRY_CC_OPTION.
17149         (libc_cv_as_i686): Likewise.
17150         (libc_cv_cc_avx): Likewise.
17151         (libc_cv_cc_sse2avx): Likewise.
17152         (libc_cv_cc_fma4): Likewise.
17153         (libc_cv_cc_novzeroupper): Likewise.
17154         * sysdeps/i386/configure: Regenerated.
17156         [BZ #13883]
17157         * sysdeps/i386/fpu/s_cexp.S: Remove.
17158         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
17159         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
17160         * math/libm-test.inc (cexp_test): Add more tests.
17161         * sysdeps/i386/fpu/libm-test-ulps: Update.
17162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17164 2012-03-21  Allan McRae  <allan@archlinux.org>
17166         * timezone/Makefile: Do not install iso3166.tab and zone.tab
17168 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
17170         [BZ #13871]
17171         * math/w_exp2.c: Do not include <float.h>.
17172         (o_threshold, u_threshold): Remove.
17173         (__exp2): Calculate result before checking finiteness and calling
17174         __kernel_standard.
17175         * math/w_exp2f.c: Likewise.
17176         * math/w_exp2l.c: Likewise.
17177         * math/libm-test.inc (exp2_test): Require overflow exception for
17178         1e6 input.
17180         [BZ #3866]
17181         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
17182         range of signed 64-bit integers before using fistpll.  Remove
17183         checks for whether integers fit in mantissa bits.
17184         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
17185         the range of signed 32-bit integers before using fistpl.  Remove
17186         checks for whether integers fit in mantissa bits.
17187         * sysdeps/i386/fpu/e_powl.S (p64): New object.
17188         (__ieee754_powl): Test for y outside the range of signed 64-bit
17189         integers before using fistpll.  Reduce 64-bit values to 63-bit
17190         ones as needed.
17191         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
17192         divide-by-zero is raised for zero to large negative powers.
17193         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
17194         (__ieee754_powl): Test for y outside the range of signed 64-bit
17195         integers before using fistpll.  Reduce 64-bit values to 63-bit
17196         ones as needed.
17197         * math/libm-test.inc (pow_test): Add more tests.
17199 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
17201         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
17202         <stdio-common/_itoa.h>.
17203         * debug/segfault.c: Likewise.
17204         * elf/dl-cache.c: Likewise.
17205         * elf/dl-minimal.c: Likewise.
17206         * elf/dl-misc.c: Likewise.
17207         * elf/dl-sysdep.c: Likewise.
17208         * elf/dl-version.c: Likewise.
17209         * elf/rtld.c: Likewise.
17210         * hurd/hurdsock.c: Likewise.
17211         * hurd/lookup-retry.c: Likewise.
17212         * malloc/malloc.c: Likewise.
17213         * malloc/mtrace.c: Likewise.
17214         * nscd/nscd_getgr_r.c: Likewise.
17215         * nscd/nscd_getpw_r.c: Likewise.
17216         * nscd/nscd_getserv_r.c: Likewise.
17217         * posix/getopt_init.c: Likewise.
17218         * posix/wordexp.c: Likewise.
17219         * stdio-common/_itoa.c: Likewise.
17220         * stdio-common/printf_fphex.c: Likewise.
17221         * stdio-common/vfprintf.c: Likewise.
17222         * string/_strerror.c: Likewise.
17223         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
17224         * sysdeps/i386/i686/hp-timing.h: Likewise.
17225         * sysdeps/mach/_strerror.c: Likewise.
17226         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
17227         * sysdeps/mach/hurd/sethostid.c: Likewise.
17228         * sysdeps/mach/hurd/xmknodat.c: Likewise.
17229         * sysdeps/mach/xpg-strerror.c: Likewise.
17230         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
17231         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
17232         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
17233         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
17234         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
17235         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
17236         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
17237         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
17238         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
17239         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
17240         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
17241         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
17242         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
17243         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
17244         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
17245         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
17246         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
17247         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
17248         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
17249         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
17250         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
17252         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
17254         * stdio-common/_itoa.h: Moved to ...
17255         * sysdeps/generic/_itoa.h: Here.
17257         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
17259         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
17260         instead of "_itoa.h" and "_itowa.h".
17261         * stdio-common/vfprintf.: Likewise.
17263 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
17265         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
17266         <bits/wordsize.h>.
17267         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
17268         (__signbit): Likwise.
17269         (llrintf): Likwise.
17270         (llrint): Likwise.
17272 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
17274         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
17275         __WORDSIZE != 64.
17277 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
17279         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
17280         OVERFLOW_EXCEPTION_OK.
17281         * math/libm-test.inc ("Philosophy"): Update comment about
17282         exception testing.
17283         (OVERFLOW_EXCEPTION): Define.
17284         (OVERFLOW_EXCEPTION_OK): Likewise.
17285         (INVALID_EXCEPTION_OK): Renumber.
17286         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
17287         (IGNORE_ZERO_INF_SIGN): Likewise.
17288         (test_exceptions): Handle FE_OVERFLOW.
17289         (exp10_test): Expect overflow exceptions.
17290         (exp2_test): Likewise.
17291         (expm1_test): Likewise.
17292         (nextafter_test): Likewise.
17293         (pow_test): Likewise.
17294         (scalbn_test): Likewise.
17295         (scalbln_test): Likewise.
17297 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
17299         * sysdeps/x86_64/bits/atomic.h
17300         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
17301         64bit integer.
17302         (atomic_exchange_acq): Likewise.
17303         (__arch_exchange_and_add_body): Likewise.
17304         (__arch_add_body): Likewise.
17305         (atomic_add_negative): Likewise.
17306         (atomic_add_zero): Likewise.
17308 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
17310         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
17311         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
17313 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
17315         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
17316         Check __x86_64__ instead of __WORDSIZE.
17318 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
17320         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
17322 2012-03-19  David S. Miller  <davem@davemloft.net>
17324         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17326         * sysdeps/sparc/fpu/fenv_private.h: New file.
17327         * sysdeps/sparc/fpu/math_private.h: Use it.
17328         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
17329         Remove.
17330         (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
17331         (libc_feholdexcept_setroundl): Remove.
17332         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
17333         Remove.
17334         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
17335         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
17337 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
17339         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
17340         int64_t instead of long int.
17341         (INSERT_WORDS64): Likwise.
17343 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
17345         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
17346         _Unwind_GetCFA return to _Unwind_Ptr first.
17348 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
17350         [BZ #13629]
17351         * math/s_clog.c: Include <float.h>.
17352         (__clog): Scale large or subnormal inputs.
17353         * math/s_clogf.c: Likewise.
17354         * math/s_clogl.c: Likewise.
17355         * math/s_clog10.c: Include <float.h>.
17356         (M_LOG10_2): Define.
17357         (__clog10): Scale large or subnormal inputs.
17358         * math/s_clog10f.c: Likewise.
17359         * math/s_clog10l.c: Likewise.
17360         * math/libm-test.inc (clog_test): Add more tests.
17361         (clog10_test): Likewise.
17362         * sysdeps/i386/fpu/libm-test-ulps: Update.
17363         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17365         [BZ #11451]
17366         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
17367         x and y.
17368         * math/libm-test.inc (atan2_test): Add another test.
17370         * Makerules (common-objdir-compile): Remove.
17371         * sysdeps/unix/Makefile (config-generated): Do not add
17372         $(unix-generated) to variable.
17373         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
17374         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
17375         Remove rule.
17376         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
17377         Likewise.
17378         [generic bits/local_lim.h] (before-compile): Do not append to
17379         variable.
17380         [generic bits/local_lim.h] (common-generated): Likewise.
17381         [generic sys/param.h] (before-compile): Do not append to variable.
17382         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
17383         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
17384         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
17385         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
17386         include.
17387         [generic sys/param.h] (sys/param.h-includes): Remove variable.
17388         [generic sys/param.h] (sys/param.h-includes): Remove rule.
17389         [generic sys/param.h] ($(addprefix
17390         $(common-objpfx),$(sys/param.h-includes))): Likewise.
17391         [generic sys/param.h] (common-generated): Do not append to
17392         variable.
17393         [generic sys/param.h] (sysdep_headers): Likewise.
17394         [generic bits/errno.h] (before-compile): Do not append to
17395         variable.
17396         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
17397         rule.
17398         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
17399         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
17400         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
17401         [generic bits/errno.h] (common-generated): Do not append to
17402         variable.
17403         [generic bits/ioctls.h] (before-compile): Do not append to
17404         variable.
17405         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
17406         rule.
17407         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
17408         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
17409         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
17410         rule.
17411         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
17412         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
17413         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
17414         [generic bits/ioctls.h] (common-generated): Do not append to
17415         variable.
17416         [generic sys/syscall.h] (syscall.h): Remove variable.
17417         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
17418         rule.
17419         [generic sys/syscall.h] (before-compile): Do not append to
17420         variable.
17421         [generic sys/syscall.h] (common-generated): Likewise.
17422         * sysdeps/unix/errnos-tmpl.c: Remove file.
17423         * sysdeps/unix/errnos.awk: Likewise.
17424         * sysdeps/unix/ioctls-tmpl.c: Likewise.
17425         * sysdeps/unix/ioctls.awk: Likewise.
17426         * sysdeps/unix/mk-local_lim.c: Likewise.
17427         * sysdeps/unix/snarf-ioctls: Likewise.
17429 2012-03-19  Richard Henderson  <rth@twiddle.net>
17431         * sysdeps/i386/fpu/fenv_private.h: New file.
17432         * sysdeps/i386/fpu/math_private.h: Use it.
17433         (math_opt_barrier, math_force_eval): Remove.
17434         (libc_feholdexcept_setround_53bit): Remove.
17435         (libc_feupdateenv_53bit): Remove.
17436         * sysdeps/x86_64/fpu/math_private.h: Likewise.
17437         (math_opt_barrier, math_force_eval): Remove.
17438         (libc_feholdexcept): Remove.
17439         (libc_feholdexcept_setround): Remove.
17440         (libc_fetestexcept, libc_fesetenv): Remove.
17441         (libc_feupdateenv_test): Remove.
17442         (libc_feupdateenv, libc_feholdsetround): Remove.
17443         (libc_feresetround): Remove.
17445         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
17446         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
17448         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
17449         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
17450         (libc_feupdateenv_testl): New.
17451         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
17452         (libc_feupdateenv_testf): New.
17453         (libc_feupdateenv): Use libc_feupdateenv_test.
17454         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
17455         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
17457         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
17458         (libc_feholdsetroundf, libc_feholdsetroundl): New.
17459         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
17460         (libc_feresetround_noex): New.
17461         (libc_feresetround_noexf): New.
17462         (libc_feresetround_noexl): New.
17463         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
17464         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
17465         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
17466         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
17467         SET_RESTORE_ROUND.
17468         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
17469         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
17470         (__cos): Likewise.
17471         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
17472         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
17473         SET_RESTORE_ROUND_NOEX.
17474         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
17475         SET_RESTORE_ROUND_NOEXF.
17476         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
17477         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
17478         (libc_feholdsetroundf): New.
17479         (libc_feresetround, libc_feresetroundf): New.
17481         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
17482         (libc_feholdexcept_setround_53bit): Convert from macro to function.
17483         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
17485         * sysdeps/generic/math_private.h: Include <fenv.h>.
17486         (default_libc_feholdexcept): New.
17487         (default_libc_feholdexcept_setround): New.
17488         (default_libc_fesetenv, default_libc_feupdateenv): New.
17489         (libc_feholdexcept): Only define if undefined.
17490         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
17491         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
17492         (libc_feholdexcept_setroundl): Likewise.
17493         (libc_feholdexcept_setround_53bit): Likewise.
17494         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
17495         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
17496         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
17497         (libc_feupdateenv_53bit): Likewise.
17498         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
17499         (libc_feholdexcept): Convert from macro to inline function.
17500         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
17501         (libc_fesetenv, libc_feupdateenv): Likewise.
17503         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
17504         not previously defined.
17505         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
17506         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
17507         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
17508         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
17509         * sysdeps/ieee754/flt-32/math_private.h: New file.
17510         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
17511         math_private.h below SET_FLOAT_WORD.
17512         (__isnan, __isinf_ns, __finite): Remove.
17513         (__isnanf, __isinf_nsf, __finitef): Remove.
17515 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
17517         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17519 2012-03-17  David S. Miller  <davem@davemloft.net>
17521         [BZ #6471]
17522         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
17523         for 2.16.
17525 2012-03-16  David S. Miller  <davem@davemloft.net>
17527         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
17528         warnings.
17530         [BZ #6471]
17531         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
17532         properly.
17533         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
17534         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
17535         sysdep_routines when subdir is sysvipc.
17536         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
17537         __getshmlba helper.
17539         * sysdeps/sparc/fpu/libm-test/ulps: Update.
17541 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
17543         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
17544         [__LP64__].
17546 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
17548         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
17549         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
17550         (__lround): Renamed to ...
17551         (__llround): This.  Replace long int with long long int.
17552         Define lround functions as aliases of llround functions.
17553         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
17555 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
17557         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
17558         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
17559         adresses to uintptr_t.  Replace "long int" and "unsigned long
17560         int" with "greg_t" on va_arg.
17562 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
17564         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
17565         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
17567         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
17568         Move e_machine check before EI_CLASS check.  Handle x32
17569         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
17570         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
17571         SKIP_EM_IA_64 and include
17572         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
17574         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
17575         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
17576         (add_system_dir): New macro.
17578         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
17579         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
17581 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
17583         [BZ #2551]
17584         [BZ #2552]
17585         [BZ #2553]
17586         [BZ #2554]
17587         [BZ #2562]
17588         [BZ #2563]
17589         [BZ #2565]
17590         [BZ #2566]
17591         [BZ #2576]
17592         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
17593         (y0): Likewise.
17594         * math/w_j0f.c (j0f): Likewise.
17595         (y0f): Likewise.
17596         * math/w_j0l.c (__j0l): Likewise.
17597         (__y0l): Likewise.
17598         * math/w_j1.c (j1): Likewise.
17599         (y1): Likewise.
17600         * math/w_j1f.c (j1f): Likewise.
17601         (y1f): Likewise.
17602         * math/w_j1l.c (__j1l): Likewise.
17603         (__y1l): Likewise.
17604         * math/w_jn.c (jn): Likewise.
17605         (yn): Likewise.
17606         * math/w_jnf.c (jnf): Likewise.
17607         (ynf): Likewise.
17608         * math/w_jnl.c (__jnl): Likewise.
17609         (__ynl): Likewise.
17610         * math/libm-test.inc (j0_test): Add more tests.
17611         (j1_test): Likewise.
17612         (jn_test): Likewise.  Add trailing semicolon to existing test.
17613         (y0_test): Likewise.
17614         (y1_test): Likewise.
17615         * sysdeps/i386/fpu/libm-test-ulps: Update.
17616         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17618         [BZ #13851]
17619         [BZ #13854]
17620         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
17621         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
17622         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
17623         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
17624         (__tanl): Set errno for infinite argument.
17625         * sysdeps/i386/fpu/mptan.c: Remove.
17626         * sysdeps/i386/fpu/s_tan.S: Likewise.
17627         * sysdeps/i386/fpu/s_tanl.S: Likewise.
17628         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
17629         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
17630         * math/libm-test.inc (tan_test): Add more tests and enable more
17631         tests for double and long double.
17632         * sysdeps/i386/fpu/libm-test-ulps: Update.
17633         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17635 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
17637         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
17638         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
17640 2012-03-16  Roland McGrath  <roland@hack.frob.com>
17642         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
17643         * configure.in: Use it for both main tree and add-ons.
17644         * configure: Regenerated.
17646 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
17648         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
17650 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
17652         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
17653         in comment.
17655         [BZ #13851]
17656         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
17657         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
17658         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
17659         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
17660         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
17661         infinite argument.
17662         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
17663         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
17664         != 0 for prec == 2.
17665         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
17666         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
17667         * sysdeps/i386/fpu/s_cosl.S: Likewise.
17668         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
17669         * sysdeps/i386/fpu/s_sinl.S: Likewise.
17670         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
17671         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
17672         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
17673         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
17674         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
17675         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
17676         * math/libm-test.inc (cos_test): Add more tests and enable more
17677         tests for long double.
17678         (sin_test): Likewise.
17679         (sincos_test): Likewise.
17680         * sysdeps/i386/fpu/libm-test-ulps: Update.
17681         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17683 2012-03-16  David S. Miller  <davem@davemloft.net>
17685         * sysdeps/sparc/fpu/math_private.h: New file.
17687 2012-03-15  David S. Miller  <davem@davemloft.net>
17689         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
17690         file.
17691         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
17692         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
17693         file.
17694         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
17695         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
17696         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
17697         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
17698         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
17699         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
17700         sysdep routines.
17701         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
17703         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
17704         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
17706         * sysdeps/sparc/sparc-ifunc.h: New file.
17707         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
17708         sparc-ifunc.h
17709         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
17710         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
17711         Likewise.
17712         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
17713         Likewise.
17714         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
17715         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
17716         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
17717         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
17718         Likewise.
17719         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
17720         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
17721         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
17722         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
17723         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
17724         Likewise.
17725         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
17726         Likewise.
17727         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
17728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
17729         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
17730         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
17731         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
17732         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
17733         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
17734         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
17735         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
17736         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
17737         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
17738         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
17739         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
17740         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
17741         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
17742         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
17743         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
17744         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
17745         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
17746         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
17747         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
17748         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
17749         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
17750         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
17752 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
17754         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
17755         scaling.
17756         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17758 2012-03-15  Andreas Jaeger  <aj@suse.de>
17760         [BZ #13852]
17761         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
17762         ieee754/flt-32 implementation for sin, cos and sincos.
17763         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
17764         * sysdeps/i386/fpu/s_cosf.S: Likewise.
17765         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
17766         * sysdeps/i386/fpu/s_sinf.S: Likewise.
17767         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
17768         ieee754/flt-32 implementation for tan.
17770         * math/libm-test.inc (cos_test): Enable some large input tests for
17771         float as well
17772         (sin_test): Likewise.
17773         (sincos_test): Likewise.
17774         (tan_test): Add tests for large input.
17776         * sysdeps/i386/fpu/libm-test-ulps: Update.
17778 2012-03-15  Andreas Jaeger  <aj@suse.de>
17780         [BZ #13658]
17781         * math/libm-test.inc (cos_test): Add more test cases.
17782         (sin_test): Likewise.
17783         (sincos_test): Likewise.
17785 2012-03-15  Andreas Jaeger  <aj@suse.de>
17787         [BZ #13837]
17788         * math/libm-test.inc (cos_test): Add a test case for large input
17789         value.
17790         (sin_test): Likewise.
17791         (sincos_test): Likewise.
17793 2012-03-15  Andreas Jaeger  <aj@suse.de>,
17794         Joseph Myers  <joseph@codesourcery.com>
17796         [BZ #13658]
17797         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
17798         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
17799         * sysdeps/i386/fpu/branred.c: Likewise.
17800         * sysdeps/i386/fpu/dosincos.c: Likewise.
17801         * sysdeps/i386/fpu/mpa.c: Likewise.
17802         * sysdeps/i386/fpu/s_cos.S: Likewise.
17803         * sysdeps/i386/fpu/s_sin.S: Likewise.
17804         * sysdeps/i386/fpu/s_sincos.S: Likewise.
17805         * sysdeps/i386/fpu/sincos32.c: Likewise.
17807         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
17808         Define.
17809         (libc_feupdateenv_53bit): Define.
17810         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
17811         Define.
17812         (libc_feupdateenv_53bit): Define.
17814         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
17815         53 bit (without extend i386 double precision).
17817         * math/libm-test.inc (sincos_test): Add tests for large input.
17818         (sin): Likewise.
17819         (cos): Likewise.
17821         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
17823 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
17825         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17827 2012-03-15  David S. Miller  <davem@davemloft.net>
17829         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
17830         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
17831         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
17832         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
17833         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
17834         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
17835         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
17836         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
17837         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
17838         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
17839         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
17840         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
17841         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
17842         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
17843         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
17844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
17845         file.
17846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
17847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
17848         file.
17849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
17850         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
17851         file.
17852         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
17853         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
17854         file.
17855         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
17856         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
17857         fmin/fmax sysdep routines.
17858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
17860 2012-03-14  David S. Miller  <davem@davemloft.net>
17862         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
17863         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
17864         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
17865         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
17866         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
17867         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
17868         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
17869         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
17870         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
17871         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
17872         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
17873         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
17874         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
17875         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
17876         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
17877         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
17878         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
17879         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
17880         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
17881         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
17882         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
17883         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
17884         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
17885         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
17886         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
17887         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
17888         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
17889         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
17890         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
17891         routines.
17892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
17893         file.
17894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
17895         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
17896         file.
17897         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
17898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
17899         file.
17900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
17901         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
17902         file.
17903         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
17904         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
17905         file.
17906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
17907         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
17908         file.
17909         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
17910         file.
17911         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
17912         file.
17913         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
17914         file.
17915         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
17916         New file.
17917         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
17918         file.
17919         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
17920         file.
17921         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
17922         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
17923         file.
17924         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
17925         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
17926         file.
17927         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
17928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
17929         file.
17930         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
17931         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
17932         VIS3 routines.
17934         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
17935         New file.
17937         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17939         * sysdeps/sparc/configure.in: New file.
17940         * sysdeps/sparc/configure: Generate.
17941         * configure.in (libc_cv_sparc_as_vis3): Substitute.
17942         * configure: Regenerate.
17943         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
17944         * config.make.in (have-as-vis3): New.
17945         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
17946         available use -Av9d instead of -Av9a.
17947         * sysdeps/sparc/sparc64/Makefile: Likewise.
17948         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
17949         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
17950         New file.
17951         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
17952         file.
17953         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
17954         New file.
17955         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
17956         file.
17957         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
17958         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
17959         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
17960         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
17961         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
17963         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
17964         fzeros/fnegs to load 0x80000000 into a float register instead of
17965         using the stack.
17966         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
17968 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
17970         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
17971         bits/syscall.h.
17972         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
17973         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
17974         ($(inst_includedir)/bits/syscall.h): Remove rule.
17975         ($(objpfx)bits/syscall.d): Include instead of
17976         $(objpfx)syscall-list.d.
17977         (generated): Change syscall-list.h and syscall-list.d to
17978         bits/syscall.h and bits/syscall.d.
17980 2012-03-14  Roland McGrath  <roland@hack.frob.com>
17982         [BZ #13846]
17983         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
17985 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
17987         [BZ #13841]
17988         * math/s_csqrt.c: Include <float.h>.
17989         (__csqrt): Scale large or subnormal inputs.
17990         * math/s_csqrtf.c: Likewise.
17991         * math/s_csqrtl.c: Likewise.
17992         * math/libm-test.inc (csqrt_test): Add more tests.
17993         * sysdeps/i386/fpu/libm-test-ulps: Update.
17994         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17996         [BZ #13840]
17997         * math/libm-test.inc (hypot_test): Add more tests.
17999 2012-03-13  David S. Miller  <davem@davemloft.net>
18001         [BZ #13840]
18002         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
18003         double-precision for the calculation instead of scaling.
18005 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
18007         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
18008         manipulate bits before adding and subtracting TWO52[sx].
18009         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
18010         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
18011         Likewise.
18012         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
18014 2012-03-13  David S. Miller  <davem@davemloft.net>
18016         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
18017         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
18018         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
18019         rtld-global-offsets.h
18020         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
18022         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
18023         large parameters.
18025         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
18027         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
18028         'err' in the ifdef scope in which it is actually used.
18030         * nss/nss_db/db-init.c: Include string.h
18032 2012-03-12  David S. Miller  <davem@davemloft.net>
18034         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
18035         masking out of the most significant byte of random value used.
18036         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18037         Fix coding style in previous change.
18039         * sysdeps/unix/sysv/linux/kernel-features.h
18040         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
18041         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
18042         expression.
18043         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
18044         later.
18046 2012-03-11  David S. Miller  <davem@davemloft.net>
18048         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
18049         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
18050         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
18051         for 'resultvar' otherwise things get truncated on 64-bit.
18053         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18054         Fix masking out of the most significant byte of random value used.
18056         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18058 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
18060         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18062 2012-03-09  David S. Miller  <davem@davemloft.net>
18064         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
18065         variables with appropriate CPP guards.
18066         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
18067         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
18068         on resulting framesize and the management of the outregs buffer for pltexit.
18069         Preserve floating point return values across _dl_call_pltexit call.
18070         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
18071         framesize and the management of the outregs buffer for pltexit.
18072         Preserve floating point return values across _dl_call_pltexit
18073         call.
18074         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
18075         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
18076         (print_exit): Fix format string for return register value.
18078 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
18080         * sunrpc/Makefile (others): Add rpcgen.
18081         ($(objpfx)rpcgen): Remove special build rule and dependency on
18082         libc.
18083         * sunrpc/rpcgen.c: New file.
18085 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
18087         [BZ #13673]
18088         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
18089         * stdio-common/bug-vfprintf-nargs.c: Likewise.
18090         * sysdeps/i386/crti.S: Likewise.
18091         * sysdeps/i386/crtn.S: Likewise.
18092         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
18093         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
18094         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
18095         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
18096         * sysdeps/sh/crti.S: Likewise.
18097         * sysdeps/sh/crtn.S: Likewise.
18098         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
18100         [BZ #13673]
18101         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
18102         with URL.
18103         * locale/programs/locfile-kw.gperf: Likewise.
18104         * locale/programs/charmap-kw.h: Regenerated.
18105         * locale/programs/locfile-kw.h: Likewise.
18107         [BZ #13673]
18108         * intl/plural.y: Replace FSF snail mail address with URL.
18109         * intl/plural.c: Regenerated.
18111 2012-03-09  Richard Henderson  <rth@twiddle.net>
18113         * include/math_private.h: Remove file.
18114         * math/math_private.h: Move file ...
18115         * sysdeps/generic/math_private.h: ... here.
18117         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
18118         * sysdeps/powerpc/fpu/math_private.h: Likewise.
18119         * sysdeps/x86_64/fpu/math_private.h: Likewise.
18121         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
18122         and <math_private.h>.
18123         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
18124         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
18125         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
18126         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
18127         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
18128         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
18129         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
18130         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
18131         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
18132         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
18133         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
18134         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
18135         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
18136         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
18137         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
18138         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
18139         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
18140         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18141         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
18142         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
18143         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
18144         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
18145         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
18146         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
18147         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
18148         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
18149         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
18150         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
18151         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
18152         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
18153         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
18154         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
18155         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
18156         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
18157         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
18158         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18159         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18160         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
18161         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
18162         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
18163         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
18164         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
18165         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
18166         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
18167         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
18168         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
18169         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
18170         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
18171         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18172         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
18173         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
18174         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
18175         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
18176         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
18177         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
18178         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
18179         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
18180         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
18181         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
18182         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
18183         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
18184         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
18185         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
18186         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
18187         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
18188         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
18189         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
18190         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
18191         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
18192         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
18193         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
18194         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
18195         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
18196         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
18197         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
18198         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
18199         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
18200         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
18201         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
18202         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
18203         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
18204         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
18205         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
18206         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
18207         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
18208         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
18209         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
18210         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
18211         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
18212         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
18213         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
18214         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
18215         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
18216         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
18217         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
18218         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
18219         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
18220         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
18221         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
18222         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
18223         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
18224         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
18225         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
18226         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
18227         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
18228         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
18229         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
18230         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
18231         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
18232         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18233         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
18234         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
18235         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
18236         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
18237         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
18238         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
18239         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
18240         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
18241         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
18242         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
18243         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
18244         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
18245         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
18246         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
18247         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
18248         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
18249         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
18250         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
18251         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
18252         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
18253         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
18254         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
18255         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
18256         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
18257         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
18258         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
18259         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
18260         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
18261         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
18262         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
18263         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
18264         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
18265         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
18266         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
18267         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
18268         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
18269         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
18270         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
18271         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
18272         * sysdeps/ieee754/k_standard.c: Likewise.
18273         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
18274         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
18275         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
18276         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
18277         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
18278         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
18279         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
18280         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
18281         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
18282         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
18283         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
18284         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
18285         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
18286         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
18287         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
18288         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
18289         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
18290         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
18291         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
18292         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
18293         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
18294         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
18295         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
18296         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
18297         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
18298         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
18299         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
18300         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
18301         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
18302         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
18303         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
18304         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
18305         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
18306         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
18307         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
18308         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
18309         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
18310         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
18311         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
18312         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
18313         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
18314         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
18315         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
18316         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
18317         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
18318         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
18319         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
18320         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
18321         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
18322         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
18323         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
18324         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
18325         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
18326         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
18327         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
18328         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
18329         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
18330         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
18331         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
18332         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
18333         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
18334         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
18335         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
18336         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
18337         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
18338         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
18339         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
18340         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
18341         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
18342         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
18343         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
18344         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
18345         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
18346         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
18347         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
18348         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
18349         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
18350         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
18351         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
18352         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
18353         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
18354         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
18355         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
18356         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
18357         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
18358         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
18359         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
18360         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
18361         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
18362         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
18363         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
18364         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
18365         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
18366         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
18367         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
18368         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
18369         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
18370         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
18371         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
18372         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
18373         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
18374         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
18375         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
18376         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
18377         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
18378         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
18379         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
18380         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
18381         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
18382         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
18383         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
18384         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
18385         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
18386         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
18387         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
18388         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
18389         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
18390         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
18391         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
18392         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
18393         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
18394         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
18395         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18396         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
18397         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
18398         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
18399         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18400         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
18401         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
18402         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
18403         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18404         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18405         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18406         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18407         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
18408         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
18409         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
18410         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18411         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18412         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
18413         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
18414         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18415         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
18416         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
18417         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
18418         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18419         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18420         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
18421         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
18422         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
18423         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18424         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
18425         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
18426         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18427         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
18428         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
18429         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
18430         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
18431         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
18432         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18433         * sysdeps/ieee754/s_lib_version.c: Likewise.
18434         * sysdeps/ieee754/s_matherr.c: Likewise.
18435         * sysdeps/ieee754/s_signgam.c: Likewise.
18436         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
18437         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
18438         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
18439         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
18440         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
18441         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
18442         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
18443         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
18444         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
18445         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
18446         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
18447         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
18448         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
18449         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
18450         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
18451         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
18452         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
18453         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
18454         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
18455         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
18456         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
18458 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
18460         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
18461         * sunrpc/rpc_main.c: Likewise.
18462         * sunrpc/rpc_svcout.c: Likewise.
18464 2012-03-09  David S. Miller  <davem@davemloft.net>
18466         * include/math_private.h: New file.
18468 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
18470         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
18471         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
18472         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
18473         from <bits/socket_type.h>.
18474         (enum __socket_type): Don't define here.
18475         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
18476         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
18477         bits/socket_type.h.
18479         [BZ #13566]
18480         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
18481         checking __USE_GNU.
18483         * Makerules ($(inst_includedir)/%.h): New rule.
18484         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
18485         (install-others): Remove variable setting.
18486         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
18488 2012-03-08  Richard Henderson  <rth@twiddle.net>
18490         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
18491         from macro to inline function; merge with the
18492         !__LIBC_INTERNAL_MATH_INLINES version.
18493         (__ieee754_sqrtf): Likewise.
18495         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
18496         to inline function.
18497         (__rintf, __floor, __floorf): Likewise.
18499         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
18500         macro to inline function.
18501         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
18503         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
18504         not <math/math_private.h>.
18506 2012-03-08  David S. Miller  <davem@davemloft.net>
18508         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
18509         copyright year.
18510         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
18512 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
18514         * resolv/gai_misc.c (handle_requests): Fix struct timespec
18515         normalization.
18516         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
18517         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
18519 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
18521         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
18522         be defined individually, they must be defined as a block.  Define
18523         S for printing a string instead of hidint the different by using a
18524         macro for adding the 'l'.
18525         * stdio-common/tst-fphex-wide.c: Adjust.
18527 2012-03-07  Marek Polacek  <polacek@redhat.com>
18529         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
18531 2012-03-08  Marek Polacek  <polacek@redhat.com>
18533         [BZ #13806]
18534         * stdio-common/Makefile (tests): Add tst-fphex-wide.
18535         * stdio-common/tst-fphex.c: Define a few macros to make the
18536         test reusable.  Use them.
18537         * stdio-common/tst-fphex-wide.c: New file.
18539 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
18541         [BZ #6911]
18542         * manual/macros.texi (gnusystems): New macro.
18543         (nongnusystems): Likewise.
18544         (gnulinuxhurdsystems): Likewise.
18545         (gnuhurdsystems): Likewise..
18546         (gnulinuxsystems): Likewise.
18547         * manual/charset.texi: Use new macros or @theglibc{} to refer to
18548         variants of the GNU system, not "GNU system".
18549         * manual/conf.texi: Likewise.
18550         * manual/errno.texi: Likewise.  Update example of errno macro
18551         expansion.
18552         * manual/filesys.texi: Likewise.
18553         (getumask): Document as specific to GNU/Hurd.
18554         * manual/install.texi: Likewise.  Reword some references to
18555         GNU/Linux.
18556         * manual/intro.texi: Likewise.
18557         * manual/io.texi: Likewise.
18558         (File Name Portability): Detail which constraints are inapplicable
18559         to all GNU systems and which are only inapplicable to GNU/Hurd.
18560         * manual/job.texi: Likewise.
18561         * manual/llio.texi: Likewise.
18562         (O_NOCTTY): Document as present on GNU/Linux.
18563         * manual/maint.texi: Likewise.
18564         * manual/memory.texi: Likewise.
18565         * manual/pattern.texi: Likewise.
18566         * manual/pipe.texi: Likewise.
18567         * manual/process.texi: Likewise.
18568         * manual/resource.texi: Likewise.
18569         (RUSAGE_CHILDREN): Remove statement about specifying a particular
18570         child on GNU/Hurd.
18571         * manual/setjmp.texi: Likewise.
18572         * manual/signal.texi: Likewise.
18573         * manual/startup.texi: Likewise.
18574         * manual/stdio.texi: Likewise.
18575         * manual/terminal.texi: Likewise.
18576         (ONLCR): Document as POSIX.
18577         (OXTABS): Document availability on GNU/Linux as XTABS.
18578         (ONOEOT): Document availability separately from other bits.
18579         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
18580         * manual/time.texi: Likewise.
18581         * manual/users.texi: Likewise.
18582         * INSTALL: Regenerated.
18583         * sysdeps/gnu/errlist.c: Regenerated.
18585         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
18586         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
18587         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
18588         puts.
18589         * configure: Regenerated.
18591 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
18593         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
18594         default includes instead of AC_HEADER_CHECK.
18595         * sysdeps/i386/configure: Regenerated.
18597         [BZ #10716]
18598         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
18599         * math/s_cacoshf.c (__cacoshf): Likewise.
18600         * math/s_cacoshl.c (__cacoshl): Likewise.
18601         * math/s_casinh.c (__casinh): Set signs of result from argument.
18602         * math/s_casinhf.c (__casinhf): Likewise.
18603         * math/s_casinhl.c (__casinhl): Likewise.
18604         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
18605         (casinh_test): Add more tests.
18606         * sysdeps/i386/fpu/libm-test-ulps: Update.
18607         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18609 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
18611         * po/zh_TW.po: Update from translation team.
18613         * login/Makefile (distribute): Remove variable.
18614         * catgets/Makefile: Likewise.
18615         * mach/Makefile: Likewise.
18616         * malloc/Makefile: Likewise.
18617         * misc/Makefile: Likewise.
18618         * iconv/Makefile: Likewise.
18619         * nscd/Makefile: Likewise.
18620         * hurd/Makefile: Likewise.
18621         * manual/Makefile: Likewise.
18622         * locale/Makefile: Likewise.
18623         * intl/Makefile: Likewise.
18624         * conform/Makefile: Likewise.
18625         * nss/Makefile: Likewise.
18626         * time/Makefile: Likewise.
18627         * soft-fp/Makefile: Likewise.
18628         * dirent/Makefile: Likewise.
18629         * gmon/Makefile: Likewise.
18630         * po/Makefile: Likewise.
18631         * rt/Makefile: Likewise.
18632         * socket/Makefile: Likewise.
18633         * math/Makefile: Likewise.
18634         * signal/Makefile: Likewise.
18635         * debug/Makefile: Likewise.
18636         * elf/Makefile: Likewise.
18637         * timezone/Makefile: Likewise.
18638         * stdlib/Makefile: Likewise.
18639         * iconvdata/Makefile: Likewise.
18640         * sunrpc/Makefile: Likewise.
18641         * io/Makefile: Likewise.
18642         * argp/Makefile: Likewise.
18643         * inet/Makefile: Likewise.
18644         * hesiod/Makefile: Likewise.
18645         * grp/Makefile: Likewise.
18646         * csu/Makefile: Likewise.
18647         * wctype/Makefile: Likewise.
18648         * crypt/Makefile: Likewise.
18649         * libio/Makefile: Likewise.
18650         * string/Makefile: Likewise.
18651         * nis/Makefile: Likewise.
18652         * resolv/Makefile: Likewise.
18653         * stdio-common/Makefile: Likewise.
18654         * wcsmbs/Makefile: Likewise.
18655         * dlfcn/Makefile: Likewise.
18656         * posix/Makefile: Likewise.
18658         [BZ #6959]
18659         * timezone/Makefile: Don't install timezone files, just the programs
18660         and scripts.
18662 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
18664         * nss/databases.def: Add missing gshadow entry.
18666         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
18668 2012-03-06  Marek Polacek  <polacek@redhat.com>
18670         [BZ #13726]
18671         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
18672         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
18673         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
18674         * stdio-common/tst-long-dbl-fphex.c: New file.
18676 2012-03-06  David S. Miller  <davem@davemloft.net>
18678         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
18679         (set_obp_int): New function.
18680         (get_obp_int): New function.
18681         (__get_clockfreq_via_dev_openprom): Likewise.
18682         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
18683         Avoid unused variable warnings on 'val' and use builtin_expect.
18684         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
18685         __builtin_expect.
18686         (INLINE_CLONE_SYSCALL): Likewise.
18688 2012-03-05  David S. Miller  <davem@davemloft.net>
18690         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18692 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
18694         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18696         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
18697         only for |x| >= 40.
18698         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
18700 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
18702         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
18703         Replace gettimeofday with __vdso_gettimeofday.
18705         * sysdeps/unix/sysv/linux/x86_64/init-first.c
18706         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
18707         __vdso_clock_gettime and __vdso_getcpu.
18709         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
18710         time with __vdso_time.
18712 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
18714         * manual/lang.texi (size_t): Note types to which size_t may be
18715         equivalent with the GNU C Library, but do not describe when
18716         differences between them are significant.
18718 2012-03-05  Andreas Jaeger  <aj@suse.de>
18720         * sysdeps/i386/fpu/libm-test-ulps: Update.
18722 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
18724         [BZ #3976]
18725         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
18726         (__ieee754_pow): Save and restore rounding mode and use
18727         round-to-nearest for main computations.
18728         * math/libm-test.inc (pow_test_tonearest): New function.
18729         (pow_test_towardzero): Likewise.
18730         (pow_test_downward): Likewise.
18731         (pow_test_upward): Likewise.
18732         (main): Call the new functions.
18733         * sysdeps/i386/fpu/libm-test-ulps: Update.
18734         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18736         [BZ #3976]
18737         * math/libm-test.inc (cosh_test_tonearest): New function.
18738         (cosh_test_towardzero): Likewise.
18739         (cosh_test_downward): Likewise.
18740         (cosh_test_upward): Likewise.
18741         (sinh_test_tonearest): Likewise.
18742         (sinh_test_towardzero): Likewise.
18743         (sinh_test_downward): Likewise.
18744         (sinh_test_upward): Likewise.
18745         (main): Call the new functions.
18746         * sysdeps/i386/fpu/libm-test-ulps: Update.
18747         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18749 2012-03-05  Tom de Vries  <tom@codesourcery.com>
18751         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
18752         default stack guard is set in last bytes.
18753         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
18755 2012-03-05  Kees Cook  <keescook@chromium.org>
18757         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
18759         [BZ #13656]
18760         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
18761         possibly allocate from heap instead of stack.
18762         * stdio-common/bug-vfprintf-nargs.c: New file.
18763         * stdio-common/Makefile (tests): Add nargs overflow test.
18765 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
18767         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18769 2012-03-03  Marek Polacek  <polacek@redhat.com>
18771         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
18772         * math/math_private.h: Likewise.
18773         * stdlib/tst-strtod.c: Likewise.
18774         * sysdeps/i386/i486/bits/atomic.h: Likewise.
18775         * sysdeps/x86_64/bits/atomic.h: Likewise.
18777 2012-03-02  David S. Miller  <davem@davemloft.net>
18779         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
18780         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
18781         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
18782         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
18783         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
18784         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
18785         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
18786         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
18788 2012-03-02  Roland McGrath  <roland@hack.frob.com>
18790         [BZ #13792]
18791         * manual/examples/README: New file, says the example source files
18792         can be used under GPL>=2.
18793         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
18794         line containing just "*/".
18795         * manual/examples/add.c: Add copyright header (GPL>=2).
18796         * manual/examples/argp-ex1.c: Likewise.
18797         * manual/examples/argp-ex2.c: Likewise.
18798         * manual/examples/argp-ex3.c: Likewise.
18799         * manual/examples/argp-ex4.c: Likewise.
18800         * manual/examples/atexit.c: Likewise.
18801         * manual/examples/db.c: Likewise.
18802         * manual/examples/dir.c: Likewise.
18803         * manual/examples/dir2.c: Likewise.
18804         * manual/examples/execinfo.c: Likewise.
18805         * manual/examples/filecli.c: Likewise.
18806         * manual/examples/filesrv.c: Likewise.
18807         * manual/examples/fmtmsgexpl.c: Likewise.
18808         * manual/examples/genpass.c: Likewise.
18809         * manual/examples/inetcli.c: Likewise.
18810         * manual/examples/inetsrv.c: Likewise.
18811         * manual/examples/isockad.c: Likewise.
18812         * manual/examples/longopt.c: Likewise.
18813         * manual/examples/memopen.c: Likewise.
18814         * manual/examples/memstrm.c: Likewise.
18815         * manual/examples/mkfsock.c: Likewise.
18816         * manual/examples/mkisock.c: Likewise.
18817         * manual/examples/mygetpass.c: Likewise.
18818         * manual/examples/pipe.c: Likewise.
18819         * manual/examples/popen.c: Likewise.
18820         * manual/examples/rprintf.c: Likewise.
18821         * manual/examples/search.c: Likewise.
18822         * manual/examples/select.c: Likewise.
18823         * manual/examples/setjmp.c: Likewise.
18824         * manual/examples/sigh1.c: Likewise.
18825         * manual/examples/sigusr.c: Likewise.
18826         * manual/examples/stpcpy.c: Likewise.
18827         * manual/examples/strdupa.c: Likewise.
18828         * manual/examples/strftim.c: Likewise.
18829         * manual/examples/strncat.c: Likewise.
18830         * manual/examples/subopt.c: Likewise.
18831         * manual/examples/swapcontext.c: Likewise.
18832         * manual/examples/termios.c: Likewise.
18833         * manual/examples/testopt.c: Likewise.
18834         * manual/examples/testpass.c: Likewise.
18835         * manual/examples/timeval_subtract.c: Likewise.
18837         [BZ #13792]
18838         * manual/time.texi (Elapsed Time): Move timeval_subtract example
18839         function to ...
18840         * manual/timeval_subtract.c.texi: ... here, new file.
18842 2012-03-02  David S. Miller  <davem@davemloft.net>
18844         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
18846 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
18848         [BZ #3976]
18849         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
18850         (__sin): Save and restore rounding mode and use round-to-nearest
18851         for all computations.
18852         (__cos): Save and restore rounding mode and use round-to-nearest
18853         for all computations.
18854         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
18855         <fenv.h>.
18856         (tan): Save and restore rounding mode and use round-to-nearest for
18857         all computations.
18858         * math/libm-test.inc (cos_test_tonearest): New function.
18859         (cos_test_towardzero): Likewise.
18860         (cos_test_downward): Likewise.
18861         (cos_test_upward): Likewise.
18862         (sin_test_tonearest): Likewise.
18863         (sin_test_towardzero): Likewise.
18864         (sin_test_downward): Likewise.
18865         (sin_test_upward): Likewise.
18866         (tan_test_tonearest): Likewise.
18867         (tan_test_towardzero): Likewise.
18868         (tan_test_downward): Likewise.
18869         (tan_test_upward): Likewise.
18870         (main): Call the new functions.
18871         * sysdeps/i386/fpu/libm-test-ulps: Update.
18872         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18874         [BZ #10135]
18875         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
18876         small n, then large n, before computing and testing k+n.
18877         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
18878         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
18879         Likewise.
18880         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
18881         Likewise.
18882         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
18883         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
18884         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
18885         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
18886         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
18887         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
18888         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
18889         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
18890         * math/libm-test.inc (scalbn_test): Add more tests.
18891         (scalbln_test): Likewise.
18893         * manual/filesys.texi (mode_t): Describe constraints on size and
18894         signedness, not exact equivalence to a particular type.
18895         (ino_t): Likewise.
18896         (ino64_t): Likewise.
18897         (dev_t): Likewise.
18898         (nlink_t): Likewise.
18899         (blkcnt_t): Likewise.
18900         (blkcnt64_t): Likewise.
18901         * manual/llio.texi (off_t): Likewise.
18903         [BZ #3976]
18904         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
18905         (__ieee754_exp): Save and restore rounding mode and use
18906         round-to-nearest for all computations.
18907         * math/libm-test.inc (exp_test_tonearest): New function.
18908         (exp_test_towardzero): Likewise.
18909         (exp_test_downward): Likewise.
18910         (exp_test_upward): Likewise.
18911         (main): Call the new functions.
18912         * sysdeps/i386/fpu/libm-test-ulps: Update.
18913         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18915 2012-03-01  Chris Demetriou  <cgd@google.com>
18917         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
18918         have predictable order.
18920 2012-03-01  David S. Miller  <davem@davemloft.net>
18922         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
18924         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
18925         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
18926         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
18927         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
18929         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
18930         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
18931         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
18932         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
18933         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
18934         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
18935         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
18936         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
18937         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
18939         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18941         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
18942         * sysdeps/sparc/fpu/libm-test-ulps: to here.
18943         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
18945         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
18946         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
18947         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
18948         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
18949         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
18950         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
18951         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
18952         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
18953         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
18954         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
18955         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
18956         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
18957         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
18958         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
18959         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
18960         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
18961         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
18962         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
18963         * sysdeps/sparc/elf/configure: Regenerated.
18965 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
18967         * configure.in (AS, LD): Require binutils 2.20 or later.
18968         * configure: Regenerated.
18969         * manual/install.texi (Tools for Compilation): Give binutils 2.20
18970         as required minimum version.
18971         * INSTALL: Regenerated.
18973         [BZ #2541]
18974         [BZ #4108]
18975         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
18976         before squaring exponent.
18977         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
18978         bottom long double and 27 bits of top long double before squaring
18979         exponent.
18980         * math/libm-test.inc (erfc_test): Add more tests.
18981         * sysdeps/i386/fpu/libm-test-ulps: Update.
18982         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
18983         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18985 2012-03-01  Kai Tietz  <ktietz@redhat.com>
18987         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
18988         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
18989         containing bit-fields.
18990         * soft-fp/extended.h (_FP_UNION_E): Likewise.
18991         * soft-fp/single.h (_FP_UNION_S): Likewise.
18992         * soft-fp/double.h (_FP_UNION_D): Likewise.
18994 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
18996         [BZ #13786]
18997         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
18998         not include ../strcmp.S.
18999         [USE_AS_STRNCASECMP_L]: Likewise.
19000         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
19001         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
19002         * sysdeps/i386/i686/multiarch/strncase_l-c.c
19003         (__strncasecmp_l_ia32): Define as alias to
19004         __strncasecmp_l_nonascii.
19006         [BZ #5794]
19007         * math/libm-test.inc (expm1_test): Add test for bug 5794.
19008         * sysdeps/i386/fpu/libm-test-ulps: Update.
19009         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19011         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
19012         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19014 2012-02-29  Jeff Law  <law@redhat.com>
19016         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
19017         out of bounds read.
19019 2012-02-29  Marek Polacek  <polacek@redhat.com>
19021         [BZ #13706]
19022         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
19023         * elf/Makefile: Add rules to run tst-unused-dep.out.
19025 2012-02-28  David S. Miller  <davem@davemloft.net>
19027         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
19028         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
19029         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
19030         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
19031         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
19032         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
19034 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
19036         * math/libm-test.inc (llround_test): Move one test from
19037         lround_test.  Use TEST_f_L in moved test.
19038         (lround_test): Move misplaced test to llround_test.  Add testcase
19039         from bug 2561.
19041 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
19043         * sysdeps/x86_64/fpu/e_expf.S: New file.
19044         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
19046 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
19048         [BZ #13637]
19049         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
19050         of remain_len that may cause incomplete multi-byte character and
19051         false match.
19052         * posix/bug-regex33.c: New file.
19053         * posix/Makefile (tests): Add bug-regex33.
19055 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
19057         * manual/macros.texi: New file.
19058         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
19059         * manual/libc.texinfo: Include macros.texi.
19060         * manual/creatute.texi: Likewise.
19061         * manual/install.texi: Likewise.
19062         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
19063         @glibcadj{} in references to the GNU C Library.
19064         * manual/charset.texi: Likewise.
19065         * manual/conf.texi: Likewise.
19066         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
19067         when not using those macros.
19068         * manual/creature.texi: Likewise.
19069         * manual/crypt.texi: Likewise.
19070         * manual/errno.texi: Likewise.
19071         * manual/filesys.texi: Likewise.
19072         * manual/header.texi: Likewise.
19073         * manual/install.texi: Likewise.
19074         * manual/intro.texi: Likewise.
19075         * manual/io.texi: Likewise.
19076         * manual/job.texi: Likewise.
19077         * manual/lang.texi: Likewise.
19078         * manual/libc.texiinfo: Likewise.
19079         * manual/llio.texi: Likewise.
19080         * manual/locale.texi: Likewise.
19081         * manual/maint.texi: Likewise.
19082         * manual/math.texi: Likewise.
19083         * manual/memory.texi: Likewise.
19084         * manual/message.texi: Likewise.
19085         * manual/nss.texi: Likewise.
19086         * manual/pattern.texi: Likewise.
19087         * manual/process.texi: Likewise.
19088         * manual/resource.texi: Likewise.
19089         * manual/search.texi: Likewise.
19090         * manual/setjmp.texi: Likewise.
19091         * manual/signal.texi: Likewise.
19092         * manual/socket.texi: Likewise.
19093         * manual/startup.texi: Likewise.
19094         * manual/stdio.texi: Likewise.
19095         * manual/string.texi: Likewise.
19096         * manual/sysinfo.texi: Likewise.
19097         * manual/syslog.texi: Likewise.
19098         * manual/terminal.texi: Likewise.
19099         * manual/time.texi: Likewise.
19100         * manual/users.texi: Likewise.
19101         * INSTALL: Regenerated.
19102         * NOTES: Regenerated.
19103         * sysdeps/gnu/errlist.c: Regenerated.
19105 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
19107         * include/dirent.h: Include <dirstream.h> before
19108         <dirent/dirent.h>.
19110 2012-02-28  David S. Miller  <davem@davemloft.net>
19112         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
19113         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
19114         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
19115         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
19117 2012-02-27  David S. Miller  <davem@davemloft.net>
19119         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
19120         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
19121         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
19122         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
19124         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
19125         frame pointer instead of stack pointer relative arg slot.
19126         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
19127         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
19128         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
19130 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
19132         [BZ #3992]
19133         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
19135 2012-02-27  David S. Miller  <davem@davemloft.net>
19137         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
19138         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
19139         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
19140         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
19141         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
19142         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
19143         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
19144         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
19146 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
19148         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
19149         later.  Allow versions 5-9.
19150         * configure: Regenerated.
19151         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
19152         required minimum version and 4.6 as recommended version.  Do not
19153         mention bugs in GCC 2.7 and 2.8.
19154         * INSTALL: Regenerated.
19156 2012-02-27  David S. Miller  <davem@davemloft.net>
19158         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
19159         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
19160         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
19161         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
19162         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
19163         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
19164         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
19165         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
19167         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
19168         manipulate bits before adding and subtracting TWO112[sx].
19169         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
19171 2012-02-27  Roland McGrath  <roland@hack.frob.com>
19173         [BZ #13775]
19174         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
19175         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
19176         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
19177         being in POSIX, because they are in 1003.1-2008.
19179         * rt/tst-aio.c: Include <fcntl.h>.
19180         * rt/tst-aio7.c: Likewise.
19181         * rt/tst-aio64.c: Likewise.
19183         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
19185 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
19187         * manual/install.texi (--with-headers): Describe headers as
19188         interface headers, not private headers.
19189         (Specific advice for GNU/Linux systems): Describe use of headers
19190         from "make headers_install", not private headers from older
19191         kernels.
19192         * INSTALL: Regenerated.
19193         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
19194         Change to 2.6.19.
19195         * sysdeps/unix/sysv/linux/configure: Regenerated.
19197         * manual/llio.texi (fclean): Remove documentation.
19199         * manual/Makefile (libc-texi-generated): New variable.  Include
19200         version.texi.
19201         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
19202         $(libc-texi-generated), not duplicated list of files.
19203         (version.texi, stamp-version): New rules.
19204         (realclean): Remove $(libc-texi-generated), not individual files
19205         from that list.  Do not remove dir-add.texinfo.
19206         * manual/libc.texinfo: Comment out uses of edition numbers and
19207         references to printed manual.  Remove last-updated dates.
19208         (EDITION): Comment out.
19209         (ISBN): Likewise.
19210         (VERSION, UPDATED): Remove.
19211         (version.texi): Include.
19213 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
19215         * sysdeps/posix/spawni.c: Include <signal.h>.
19216         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
19217         * sysdeps/pthread/aio_fsync.c: Likewise.
19219 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
19221         * conform/Makefile (tests): Run only when not cross-compiling and
19222         when fast-check is not defined.
19224         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
19225         * conform/data/limits.h-data: Fixes for POSIX2008.
19226         * conform/run-conformtest.sh: Run all tests.
19227         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
19228         headers.
19229         * include/bits/dlfcn.h: Likewise.
19230         * include/langinfo.h: Likewise.
19231         * include/monetary.h: Likewise.
19232         * include/sys/poll.h: Likewise.
19234         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
19235         for __USE_GNU.
19236         * posix/spawn.h: Define __need_sigset_t.
19237         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
19238         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
19239         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
19240         to get sigevent_t only.
19241         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
19242         only for __USE_GNU.
19243         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
19244         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
19245         process_vm_writev only for __USE_GNU.
19246         * termios/termios.h: Declare tcgetsid also for POSIX2008.
19248         * conform/Makefile: For now ignore errors from run-conformtest.
19249         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
19250         POSIX to avoid namespace pollution.  Don't prepend headers.
19251         * conform/data/aio.h-data: Fixes for POSIX testing.
19252         * conform/data/fcntl.h-data: Likewise.
19253         * conform/data/glob.h-data: Likewise.
19254         * conform/data/grp.h-data: Likewise.
19255         * conform/data/pthread.h-data: Likewise.
19256         * conform/data/pwd.h-data: Likewise.
19257         * conform/data/signal.h-data: Likewise.
19258         * conform/data/spawn.h-data: Likewise.
19259         * conform/data/stdio.h-data: Likewise.
19260         * conform/data/stdlib.h-data: Likewise.
19261         * conform/data/stropts.h-data: Likewise.
19262         * conform/data/sys/mman.h-data: Likewise.
19263         * conform/data/sys/stat.h-data: Likewise.
19264         * conform/data/sys/types.h-data: Likewise.
19265         * conform/data/sys/wait.h-data: Likewise.
19266         * conform/data/time.h-data: Likewise.
19267         * conform/data/unistd.h-data: Likewise.
19268         * conform/data/utime.h-data: Likewise.
19270         * io/sys/stat.h: fchmod was always in POSIX.
19271         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
19272         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
19273         * rt/aio.h: Define __need_timespec before including <time.h>.
19274         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
19275         struct.  Add forward declaration of pthread_attr_t and use it in
19276         sigevent.
19277         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
19278         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
19279         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
19280         always remove CLK_TCK definition.
19282 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
19284         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
19286 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
19288         * conform/run-conformtest.sh: New file.
19289         * conform/Makefile: Run run-conformtest for tests.
19290         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
19291         support.
19293         * conform/data/uchar.h-data: New file.
19294         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
19295         * conform/data/arpa/inet.h-data: Likewise.
19296         * conform/data/assert.h-data: Likewise.
19297         * conform/data/complex.h-data: Likewise.
19298         * conform/data/cpio.h-data: Likewise.
19299         * conform/data/ctype.h-data: Likewise.
19300         * conform/data/dirent.h-data: Likewise.
19301         * conform/data/dlfcn.h-data: Likewise.
19302         * conform/data/errno.h-data: Likewise.
19303         * conform/data/fcntl.h-data: Likewise.
19304         * conform/data/float.h-data: Likewise.
19305         * conform/data/fmtmsg.h-data: Likewise.
19306         * conform/data/fnmatch.h-data: Likewise.
19307         * conform/data/ftw.h-data: Likewise.
19308         * conform/data/glob.h-data: Likewise.
19309         * conform/data/grp.h-data: Likewise.
19310         * conform/data/iconv.h-data: Likewise.
19311         * conform/data/inttypes.h-data: Likewise.
19312         * conform/data/langinfo.h-data: Likewise.
19313         * conform/data/libgen.h-data: Likewise.
19314         * conform/data/limits.h-data: Likewise.
19315         * conform/data/locale.h-data: Likewise.
19316         * conform/data/math.h-data: Likewise.
19317         * conform/data/monetary.h-data: Likewise.
19318         * conform/data/mqueue.h-data: Likewise.
19319         * conform/data/ndbm.h-data: Likewise.
19320         * conform/data/net/if.h-data: Likewise.
19321         * conform/data/netdb.h-data: Likewise.
19322         * conform/data/netinet/in.h-data: Likewise.
19323         * conform/data/nl_types.h-data: Likewise.
19324         * conform/data/poll.h-data: Likewise.
19325         * conform/data/pthread.h-data: Likewise.
19326         * conform/data/pwd.h-data: Likewise.
19327         * conform/data/regex.h-data: Likewise.
19328         * conform/data/sched.h-data: Likewise.
19329         * conform/data/search.h-data: Likewise.
19330         * conform/data/semaphore.h-data: Likewise.
19331         * conform/data/setjmp.h-data: Likewise.
19332         * conform/data/signal.h-data: Likewise.
19333         * conform/data/spawn.h-data: Likewise.
19334         * conform/data/stdarg.h-data: Likewise.
19335         * conform/data/stdio.h-data: Likewise.
19336         * conform/data/stdlib.h-data: Likewise.
19337         * conform/data/string.h-data: Likewise.
19338         * conform/data/strings.h-data: Likewise.
19339         * conform/data/stropts.h-data: Likewise.
19340         * conform/data/sys/ipc.h-data: Likewise.
19341         * conform/data/sys/mman.h-data: Likewise.
19342         * conform/data/sys/msg.h-data: Likewise.
19343         * conform/data/sys/resource.h-data: Likewise.
19344         * conform/data/sys/select.h-data: Likewise.
19345         * conform/data/sys/sem.h-data: Likewise.
19346         * conform/data/sys/shm.h-data: Likewise.
19347         * conform/data/sys/socket.h-data: Likewise.
19348         * conform/data/sys/stat.h-data: Likewise.
19349         * conform/data/sys/statvfs.h-data: Likewise.
19350         * conform/data/sys/time.h-data: Likewise.
19351         * conform/data/sys/timeb.h-data: Likewise.
19352         * conform/data/sys/times.h-data: Likewise.
19353         * conform/data/sys/types.h-data: Likewise.
19354         * conform/data/sys/uio.h-data: Likewise.
19355         * conform/data/sys/un.h-data: Likewise.
19356         * conform/data/sys/utsname.h-data: Likewise.
19357         * conform/data/sys/wait.h-data: Likewise.
19358         * conform/data/syslog.h-data: Likewise.
19359         * conform/data/tar.h-data: Likewise.
19360         * conform/data/termios.h-data: Likewise.
19361         * conform/data/utime.h-data: Likewise.
19362         * conform/data/utmpx.h-data: Likewise.
19363         * conform/data/varargs.h-data: Likewise.
19364         * conform/data/wchar.h-data: Likewise.
19365         * conform/data/wctype.h-data: Likewise.
19366         * conform/data/wordexp.h-data: Likewise.
19368         * include/stropts.h: New file.
19369         * include/uchar.h: New file.
19370         * include/aio.h: Changes to allow conformtest.pl to use the headers.
19371         * include/assert.h: Likewise.
19372         * include/ctype.h: Likewise.
19373         * include/dirent.h: Likewise.
19374         * include/dlfcn.h: Likewise.
19375         * include/fcntl.h: Likewise.
19376         * include/fnmatch.h: Likewise.
19377         * include/glob.h: Likewise.
19378         * include/grp.h: Likewise.
19379         * include/libio.h: Likewise.
19380         * include/locale.h: Likewise.
19381         * include/math.h: Likewise.
19382         * include/net/if.h: Likewise.
19383         * include/netdb.h: Likewise.
19384         * include/netinet/in.h: Likewise.
19385         * include/pthread.h: Likewise.
19386         * include/pwd.h: Likewise.
19387         * include/regex.h: Likewise.
19388         * include/sched.h: Likewise.
19389         * include/search.h: Likewise.
19390         * include/setjmp.h: Likewise.
19391         * include/signal.h: Likewise.
19392         * include/stdio.h: Likewise.
19393         * include/stdlib.h: Likewise.
19394         * include/string.h: Likewise.
19395         * include/sys/cdefs.h: Likewise.
19396         * include/sys/mman.h: Likewise.
19397         * include/sys/msg.h: Likewise.
19398         * include/sys/resource.h: Likewise.
19399         * include/sys/select.h: Likewise.
19400         * include/sys/socket.h: Likewise.
19401         * include/sys/stat.h: Likewise.
19402         * include/sys/statvfs.h: Likewise.
19403         * include/sys/time.h: Likewise.
19404         * include/sys/times.h: Likewise.
19405         * include/sys/uio.h: Likewise.
19406         * include/sys/utsname.h: Likewise.
19407         * include/sys/wait.h: Likewise.
19408         * include/termios.h: Likewise.
19409         * include/time.h: Likewise.
19410         * include/ulimit.h: Likewise.
19411         * include/unistd.h: Likewise.
19412         * include/utime.h: Likewise.
19413         * include/wchar.h: Likewise.
19414         * include/wctype.h: Likewise.
19415         * include/wordexp.h: Likewise.
19417         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
19419         * time/time.h: TIME_UTC must be a macro.
19420         Make timespec_get available for ISO C11 only as well.
19422 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
19424         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
19425         Reported by Peng Haitao <penght@cn.fujitsu.com>.
19427 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
19429         * configure.in: Use -o not -a in test for unsupported multi-arch.
19431 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
19433         * manual/texinfo.tex: Update to version 2012-01-19.16.
19435 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
19437         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
19439 2012-02-24  Roland McGrath  <roland@hack.frob.com>
19441         [BZ #13738]
19442         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
19443         * manual/fdl-1.3.texi: New file.
19444         * manual/fdl-1.1.texi: File removed.
19446         [BZ #13738]
19447         * manual/libc.texinfo (FDL_VERSION): New @set.
19448         Use it for mention of FDL in cover text.
19449         (Documentation License): Use it in @include file name.
19451 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
19452             Roland McGrath  <roland@hack.frob.com>
19454         [BZ #5461]
19455         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
19456         not LONG_LONG_MAX and LONG_LONG_MIN.
19457         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
19458         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
19459         name.
19460         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
19462 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
19464         [BZ #2547]
19465         [BZ #11365]
19466         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
19467         manipulate bits before adding and subtracting TWO23[sx].
19468         * math/libm-test.inc (nearbyint_test): Add more tests.
19470 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
19472         [BZ #2548]
19473         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
19474         bits before adding and subtracting TWO23[sx].
19475         * math/libm-test.inc (rint_test): Add more tests.
19476         (rint_test_tonearest): Likewise.
19477         (rint_test_towardzero): Likewise.
19478         (rint_test_downward): Likewise.
19479         (rint_test_upward: Likewise.
19481 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
19483         [BZ #10110]
19484         * include/stdc-predef.h: New file.  Extracted from features.h.
19485         * include/features.h: Include stdc-predef.h.
19486         * Makefile (headers): Add stdc-predef.h.
19487         * CONFORMANCE (Compiler limitations): Update.
19489 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
19491         * manual/libc.texinfo (VERSION, UPDATED): Revert.
19493 2012-02-21  David S. Miller  <davem@davemloft.net>
19495         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
19496         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
19498 2012-02-20  David S. Miller  <davem@davemloft.net>
19500         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
19501         using a normal save/restore sequence, rather than allocating a
19502         dummy stack frame just to store a frame pointer and restore.
19503         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
19505 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
19507         * manual/install.texi: Fix stray word in line-wrapped comment.
19509 2012-02-20  David S. Miller  <davem@davemloft.net>
19511         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
19512         both binutils and gcc support GOTDATA.
19514         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
19515         "rd %pc" in the PIC register setup sequences.
19517         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
19518         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
19519         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
19520         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
19521         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
19522         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
19523         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
19524         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
19525         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
19526         (SYSCALL_ERROR_HANDLER): Likewise.
19527         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
19528         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
19529         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
19530         (SYSCALL_ERROR_HANDLER): Likewise.
19532         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
19533         (HAVE_GCC_GOTDATA): New.
19534         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
19535         relocation support in both binutils and gcc.
19536         * sysdeps/sparc/elf/configure: Regenerate.
19538         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
19539         * sysdeps/sparc/sparc32/elf/configure: Delete.
19540         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
19541         * sysdeps/sparc/sparc64/elf/configure: Delete.
19542         * sysdeps/sparc/elf/configure.in: New file.
19543         * sysdeps/sparc/elf/configure: Generate.
19545         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
19546         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
19547         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
19548         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
19549         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
19551 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
19553         * manual/install.texi: Do not mention specific glibc version
19554         numbers.
19555         * manual/libc.texinfo (VERSION, UPDATED): Update.
19556         (@copying): Use @copyright{} and range of years.
19558 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
19560         [BZ #13695]
19561         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
19562         [crti.S not in sysdirs] (generated): Do not append.
19563         [crti.S not in sysdirs] (omit-deps): Likewise.
19564         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
19565         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
19566         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
19567         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
19568         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
19569         Likewise.
19570         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
19571         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
19572         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
19573         * csu/defs.awk: Remove file.
19574         * sysdeps/generic/initfini.c: Likewise.
19575         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
19576         variable.
19577         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
19578         Likewise.
19580 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
19582         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
19583         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
19584         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
19585         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
19586         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
19587         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
19588         <bits/epoll.h>.
19589         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
19590         (__EPOLL_PACKED): Define to empty if not defined by
19591         <bits/epoll.h>.
19592         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
19593         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
19594         bits/epoll.h.
19596 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
19598         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
19599         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
19600         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
19601         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
19602         <bits/timerfd.h>.
19603         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
19604         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
19605         bits/timerfd.h.
19607 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
19609         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
19610         in C locale.
19611         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19612         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19613         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
19614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19616 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
19618         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
19619         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
19621 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
19623         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
19624         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
19625         defined.
19626         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
19627         Likewise.
19628         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
19629         entry for 2.16.
19631 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
19633         * math/w_acos.c: Use non-signaling floating-point comparisons.
19634         * math/w_acosf.c: Likewise.
19635         * math/w_acosh.c: Likewise.
19636         * math/w_acoshf.c: Likewise.
19637         * math/w_acoshl.c: Likewise.
19638         * math/w_acosl.c: Likewise.
19639         * math/w_asin.c: Likewise.
19640         * math/w_asinf.c: Likewise.
19641         * math/w_asinl.c: Likewise.
19642         * math/w_atanh.c: Likewise.
19643         * math/w_atanhf.c: Likewise.
19644         * math/w_atanhl.c: Likewise.
19645         * math/w_exp2.c: Likewise.
19646         * math/w_exp2f.c: Likewise.
19647         * math/w_exp2l.c: Likewise.
19648         * math/w_j0.c: Likewise.
19649         * math/w_j0f.c: Likewise.
19650         * math/w_j0l.c: Likewise.
19651         * math/w_j1.c: Likewise.
19652         * math/w_j1f.c: Likewise.
19653         * math/w_j1l.c: Likewise.
19654         * math/w_jn.c: Likewise.
19655         * math/w_jnf.c: Likewise.
19656         * math/w_log.c: Likewise.
19657         * math/w_log10.c: Likewise.
19658         * math/w_log10f.c: Likewise.
19659         * math/w_log10l.c: Likewise.
19660         * math/w_log2.c: Likewise.
19661         * math/w_log2f.c: Likewise.
19662         * math/w_log2l.c: Likewise.
19663         * math/w_logf.c: Likewise.
19664         * math/w_logl.c: Likewise.
19665         * math/w_sqrt.c: Likewise.
19666         * math/w_sqrtf.c: Likewise.
19667         * math/w_sqrtl.c: Likewise.
19668         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
19669         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
19670         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
19671         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
19672         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
19674 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
19676         [BZ #9739]
19677         * manual/string.texi (strnlen): Use correct parameter name in
19678         equivalent expression.
19680 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
19682         [BZ #11174]
19683         * manual/users.texi (seteuid): Consistently use neweuid for
19684         argument name.
19686 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
19688         [BZ #13704]
19689         * manual/nss.texi (Services in the NSS configuration): Correct
19690         list of services in example configuration file.
19692 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
19694         [BZ #11322]
19695         * manual/arith.texi: Remove statements about negative zero
19696         behaving identically to zero.
19698 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
19700         [BZ #5993]
19701         * manual/install.texi: Do not document upgrading from libc5.
19703 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
19705         [BZ #4596]
19706         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
19708 2012-02-18  David S. Miller  <davem@davemloft.net>
19710         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
19711         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
19712         %o7 across the call.
19713         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
19714         instead.
19715         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
19716         SETUP_PIC_REG_LEAF.
19717         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
19718         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
19719         * sysdeps/sparc/crtn.S: Likewise.
19721 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
19723         * aout/Makefile: Remove.
19725 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
19727         [BZ #13058]
19728         * manual/examples/argp-ex1.c (main): Format definition in GNU
19729         style.
19730         * manual/examples/argp-ex2.c (main): Likewise.
19731         * manual/examples/argp-ex3.c (main): Likewise.
19732         * manual/examples/argp-ex4.c (main): Likewise.
19733         * manual/examples/longopt.c (main): Use new-style prototype
19734         definition.
19735         * manual/examples/strncat.c (main): Specify return type and use
19736         (void) for arguments.
19737         * manual/examples/subopt.c (main): Use char **argv argument.
19739 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
19741         [BZ #5077]
19742         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
19743         rounding modes.
19745 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
19747         [BZ #6907]
19748         * manual/string.texi (strchr): Change when strchrnul is
19749         recommended.
19751 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
19753         [BZ #174]
19754         * manual/locale.texi (setlocale): Document LOCPATH.
19756 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
19758         [BZ #10210]
19759         * manual/process.texi (execle): Move @dots{} before last argument.
19761 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
19763         [BZ #12047]
19764         * manual/charset.texi (Generic Charset Conversion): Fix typo
19765         (LC_TYPE -> LC_CTYPE).
19767 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
19769         [BZ #5805]
19770         * manual/arith.texi (scalbn): Use @var{} on parameter names.
19771         (scalbnf): Likewise.
19772         (scalbnl): Likewise.
19773         (scalbln): Likewise.
19774         (scalblnf): Likewise.
19775         (scalblnl): Likewise.
19776         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
19777         (vwarnx): Likewise.
19778         (verr): Likewise.
19779         (verrx): Likewise.
19780         * manual/filesys.texi (telldir): Use braces around return type.
19781         * manual/llio.texi (mmap): Add space after comma.
19782         (mmap64): Likewise.
19783         * manual/math.texi (jn): Use @var{} on parameter names.
19784         (jnf): Likewise.
19785         (jnl): Likewise.
19786         (yn): Likewise.
19787         (ynf): Likewise.
19788         (ynl): Likewise.
19789         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
19790         line.
19791         * manual/resource.texi (ulimit): Use @dots{} instead of literal
19792         "...".
19793         (sched_get_priority_min): Remove semicolon on @deftypefun line.
19794         (sched_get_priority_max): Likewise.
19795         * manual/signal.texi (sigvec): Add space after comma.
19796         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
19797         names.
19798         (if_indextoname): Likewise.
19799         (if_freenameindex): Likewise.
19800         (sendto): Use ',' instead of '.' in prototype.
19801         * manual/startup.texi (syscall): Use @dots{} instead of literal
19802         "...".
19803         * manual/stdio.texi (__fpending): Separate initial words of
19804         paragraph from @deftypefun line.
19805         * manual/syslog.texi (syslog): Use @dots{} instead of literal
19806         "...".
19807         (vsyslog): Use @var{} on parameter names.
19808         * manual/terminal.texi (stty): Use @var{} on parameter names.
19809         * manual/users.texi (getutmp): Use @var{} on parameter names.
19810         (getutmpx): Likewise.
19812 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
19814         [BZ #6884]
19815         * manual/stdio.texi (fopen): Fix typos in description of
19816         ",ccs=STRING".
19818 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
19820         [BZ #4026]
19821         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
19822         get clock_id definition.
19824 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
19826         [BZ #4822]
19827         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
19828         (madvise): Cast every argument to void on its own.
19830 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
19832         [BZ #9902]
19833         * manual/startup.texi (Exit Status): Fix typo.
19835 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
19837         [BZ #10140]
19838         * manual/examples/argp-ex1.c: Include <stdlib.h>.
19839         * manual/examples/argp-ex2.c: Likewise.
19840         * manual/examples/argp-ex3.c: Likewise.
19842 2012-02-16  Richard Henderson  <rth@redhat.com>
19844         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
19845         * sysdeps/s390/s390-32/initfini.c: Remove.
19846         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
19847         * sysdeps/s390/s390-64/initfini.c: Remove.
19849 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19851         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
19852         compiler output for sysdeps/generic/initfini.c.
19853         * sysdeps/sh/elf/initfini.c: Remove file.
19855 2012-02-16  David S. Miller  <davem@davemloft.net>
19857         [BZ #11494]
19858         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
19860         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
19861         * sysdeps/sparc/crti.S: New file.
19862         * sysdeps/sparc/crtn.S: New file.
19863         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
19864         * sysdeps/sparc/sparc64/Makefile: Likewise.
19866 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
19868         [BZ #3335]
19869         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
19871 2012-02-15  Roland McGrath  <roland@hack.frob.com>
19873         [BZ #4822]
19874         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
19876         * mach/devstream.c (cookie_io_functions_t): Macro removed.
19877         (write, read, close): Likewise.
19878         Patch by Aurelien Jarno <aurelien@aurel32.net>.
19880 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
19882         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
19883         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
19884         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
19885         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
19886         <bits/signalfd.h>.
19887         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
19888         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
19889         bits/signalfd.h.
19891 2012-02-14  Marek Polacek  <polacek@redhat.com>
19893         * sysdeps/x86_64/crti.S: New file.
19894         * sysdeps/x86_64/crtn.S: New file.
19895         * sysdeps/x86_64/elf/initfini.c: Remove file.
19897 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
19899         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
19900         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
19901         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
19902         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
19903         <bits/inotify.h>.
19904         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
19905         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
19906         bits/inotify.h.
19908 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
19910         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
19911         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
19912         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
19913         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
19914         <bits/eventfd.h>.
19915         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
19916         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
19917         bits/eventfd.h.
19919 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
19921         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
19922         __feraiseexcept instead of feraiseexcept.
19924         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
19925         nanosleep invocations.
19926         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
19927         strings, and add error checking for a nanosleep invocations.
19929 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
19931         Replace FSF snail mail address with URLs, as per GNU coding standards.
19932         Most of the snail mail addresses were wrong anyway, and omitting
19933         them makes the source code easier to maintain.  Almost all of the
19934         changes are to license notices and to locale LC_IDENTIFICATION
19935         addresses, except for this one:
19936         * manual/libc.texinfo: In "Published by", give the FSF's URL,
19937         not its snail mail address.
19939 2012-02-09  Richard Henderson  <rth@twiddle.net>
19941         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
19942         of kernel-features.h.
19944         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
19946 2012-02-08  Marek Polacek  <polacek@redhat.com>
19948         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
19949         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
19950         * sysdeps/gnu/_G_config.h: Likewise.
19951         * sysdeps/generic/_G_config.h: Likewise.
19953 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
19955         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
19956         tests.
19957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19959         * sysdeps/powerpc/powerpc32/crti.S: New file.
19960         * sysdeps/powerpc/powerpc32/crtn.S: New file.
19961         * sysdeps/powerpc/powerpc64/crti.S: New file.
19962         * sysdeps/powerpc/powerpc64/crtn.S: New file.
19964         * Makeconfig (have-initfini): Don't set.
19965         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
19966         * configure.in (nopic_initfini): Don't substitute.
19967         * config.h.in (HAVE_INITFINI): Don't #undef.
19968         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
19969         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
19971 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
19973         Support crti.S and crtn.S provided directly by architectures.
19974         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
19975         [crti.S in sysdirs] (omit-deps): Likewise.
19976         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
19977         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
19978         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
19979         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
19980         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
19981         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
19982         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
19983         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
19984         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
19985         compiler output for sysdeps/generic/initfini.c.
19986         * sysdeps/i386/elf/Makefile: Remove file.
19987         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
19989 2012-02-07  Marek Polacek  <polacek@redhat.com>
19991         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
19992         * sysdeps/gnu/_G_config.h: Likewise.
19993         * sysdeps/mach/hurd/_G_config.h: Likewise.
19995 2012-02-07  Marek Polacek  <polacek@redhat.com>
19997         * math/Makefile (tests): Add tst-CMPLX2.
19998         * math/tst-CMPLX2.c: New file.
20000 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
20002         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
20004         * math/libm-test.inc (jn_test): Add missing L suffix.
20006 2012-02-06  Marek Polacek  <polacek@redhat.com>
20008         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
20009         * sysdeps/i386/fpu/e_powf.S: Likewise.
20010         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
20011         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
20012         * sysdeps/i386/fpu/e_acosh.S: Likewise.
20013         * sysdeps/i386/fpu/e_pow.S: Likewise.
20014         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
20015         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
20016         * sysdeps/i386/fpu/s_expm1.S: Likewise.
20017         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
20018         * sysdeps/i386/fpu/e_log2.S: Likewise.
20019         * sysdeps/i386/fpu/e_log2l.S: Likewise.
20020         * sysdeps/i386/fpu/e_scalb.S: Likewise.
20021         * sysdeps/i386/fpu/e_powl.S: Likewise.
20022         * sysdeps/i386/fpu/s_log1p.S: Likewise.
20023         * sysdeps/i386/fpu/e_log10f.S: Likewise.
20024         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
20025         * sysdeps/i386/fpu/e_logl.S: Likewise.
20026         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
20027         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
20028         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
20029         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
20030         * sysdeps/i386/fpu/e_log2f.S: Likewise.
20031         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
20032         * sysdeps/i386/fpu/e_log.S: Likewise.
20033         * sysdeps/i386/fpu/s_cexp.S: Likewise.
20034         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
20035         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
20036         * sysdeps/i386/fpu/e_logf.S: Likewise.
20037         * sysdeps/i386/fpu/e_log10l.S: Likewise.
20038         * sysdeps/i386/fpu/e_atanh.S: Likewise.
20039         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
20040         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
20041         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
20042         * sysdeps/i386/fpu/e_log10.S: Likewise.
20043         * sysdeps/i386/fpu/s_frexp.S: Likewise.
20044         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
20045         * sysdeps/i386/fpu/s_asinh.S: Likewise.
20046         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
20047         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
20048         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
20049         * sysdeps/i386/asm-syntax.h: Likewise.
20050         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
20051         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
20052         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
20053         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
20054         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
20055         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
20056         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
20057         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
20058         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
20059         * sysdeps/powerpc/sysdep.h: Likewise.
20060         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
20061         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
20063 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
20065         [BZ #411]
20066         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
20068 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
20070         * sysdeps/i386/sysdep.h: Include <features.h>.
20071         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
20072         version.
20074 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
20076         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
20077         Define.
20078         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
20079         LOAD_PIC_REG_STR.
20081 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
20083         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
20084         (SETUP_PIC_REG): Use GET_PC_THUNK.
20085         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
20086         macro.
20088 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
20090         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
20091         for non-PIC compilation.
20092         (SETUP_PIC_REG): Add .p2align directive.
20093         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
20094         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
20095         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
20096         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
20097         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
20098         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
20099         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
20100         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
20101         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
20102         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
20103         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
20104         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
20105         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
20106         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
20107         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
20108         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
20109         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
20110         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
20111         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
20112         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
20113         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
20114         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
20115         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
20116         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
20117         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
20118         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
20119         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
20120         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
20121         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
20122         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
20123         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
20124         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
20125         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
20126         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
20127         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
20128         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
20129         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
20130         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
20131         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
20132         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
20133         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
20135 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
20137         * math/tst-CMPLX.c: Include <stdio.h>.
20139 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
20141         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
20142         float.
20143         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
20144         * sysdeps/sparc/bits/mathdef.h: Likewise.
20146 2012-01-31  Marek Polacek  <polacek@redhat.com>
20148         * libio/libio.h: Don't define _PARAMS.
20149         * locale/programs/config.h: Don't define PARAMS.
20150         * stdlib/strtol_l.c: Likewise.
20151         (__strtol_l): Remove PARAMS from the prototype.
20153 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
20155         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
20156         names.  Just use the correct names.  Remove unnecessary wrapper
20157         functions.
20158         * malloc/arena.c: Likewise.
20159         * malloc/hooks.c: Likewise.
20161         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
20162         ARENA_TEST says not to.  Simplify test for creation of a new arena.
20163         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
20165 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
20167         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
20168         into tail calls.
20169         (update_get_addr): New function.
20170         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
20171         GET_ADDR_MODULE parameter.
20173 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
20175         * crypt/cert.c: Remove __STDC__ conditionals.
20176         * crypt/crypt-entry.c: Likewise.
20177         * crypt/crypt_util.c: Likewise.
20178         * libio/filedoalloc.c: Likewise.
20179         * libio/fileops.c: Likewise.
20180         * libio/genops.c: Likewise.
20181         * libio/iofclose.c: Likewise.
20182         * libio/iofdopen.c: Likewise.
20183         * libio/iofopen.c: Likewise.
20184         * libio/iofopen64.c: Likewise.
20185         * libio/iogetdelim.c: Likewise.
20186         * libio/iopopen.c: Likewise.
20187         * libio/obprintf.c: Likewise.
20188         * libio/oldfileops.c: Likewise.
20189         * libio/oldiofclose.c: Likewise.
20190         * libio/oldiofdopen.c: Likewise.
20191         * libio/oldiofopen.c: Likewise.
20192         * libio/oldiopopen.c: Likewise.
20193         * libio/wfiledoalloc.c: Likewise.
20194         * libio/wgenops.c: Likewise.
20195         * locale/programs/xmalloc.c: Likewise.
20196         * misc/syslog.c: Likewise.
20197         * stdio-common/xbug.c: Likewise.
20198         * string/memchr.c: Likewise.
20199         * string/memcmp.c: Likewise.
20200         * string/memrchr.c: Likewise.
20201         * string/rawmemchr.c: Likewise.
20202         * sysdeps/posix/getcwd.c: Likewise.
20203         * time/strftime_l.c: Likewise.
20205 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
20207         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
20208         * config.make.in (config-cflags-sse2avx): Define.
20209         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
20210         Fix typo.
20212 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
20214         * scripts/config.guess: Update from upstream config git repository.
20215         * scripts/config.sub: Likewise.
20217 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
20219         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
20220         (EM_NUM): Update.
20221         (R_TILEPRO_*, R_TILEGX_*): New macros.
20223         * scripts/firstversions.awk: Fix bug in version range handling.
20225         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
20227         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
20229         * include/sys/epoll.h: New file.
20230         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
20231         libc_hidden_def.
20233 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
20235         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
20236         Avoid unnecessary __WORDSIZE == 64 test.
20237         (fmaxf): Use VEX format if possible.
20238         (fmax): Likewise.
20239         (fminf): Likewise.
20240         (fmin): Likewise.
20242         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
20243         * math/math_private.h: Remove libc_fegetround* and
20244         libc_fesetround*.
20245         * sysdeps/i386/configure.in: Check for -msse2avx.
20246         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
20247         also if SSE2AVX is defined.
20248         Remove libc_fegetround* and libc_fesetround*.
20249         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
20250         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
20251         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
20252         of HAS_YMM_USABLE.
20253         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
20254         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
20255         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
20256         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
20257         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
20259         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
20261 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20263         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
20264         size is not set.
20265         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
20267 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
20269         [BZ #13618]
20270         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
20271         relocation.
20272         * Makeconfig (libm): Define.
20273         * elf/Makefile: Add rules to build and run tst-relsort1.
20274         * elf/tst-relsort1.c: New file.
20275         * elf/tst-relsort1mod1.c: New file.
20276         * elf/tst-relsort1mod2.c: New file.
20278 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
20280         * math/s_ldexp.c: Remove __STDC__ conditionals.
20281         * math/s_ldexpf.c: Likewise.
20282         * math/s_ldexpl.c: Likewise.
20283         * math/s_nextafter.c: Likewise.
20284         * math/s_nexttowardf.c: Likewise.
20285         * math/s_significand.c: Likewise.
20286         * math/s_significandf.c: Likewise.
20287         * math/s_significandl.c: Likewise.
20288         * math/w_jnl.c: Likewise.
20289         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
20290         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
20291         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
20292         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
20293         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
20294         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20295         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
20296         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20297         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20298         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20299         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20300         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20301         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20302         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
20303         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20304         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20305         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20306         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20307         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
20308         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
20309         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
20310         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
20311         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
20312         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20313         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
20314         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
20315         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
20316         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
20317         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
20318         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
20319         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
20320         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
20321         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
20322         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
20323         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
20324         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
20325         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
20326         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
20327         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
20328         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
20329         * sysdeps/ieee754/k_standard.c: Likewise.
20330         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
20331         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
20332         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
20333         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
20334         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
20335         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
20336         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
20337         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
20338         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
20339         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
20340         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
20341         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
20342         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
20343         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
20344         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
20345         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
20346         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
20347         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
20348         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
20349         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
20350         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
20351         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
20352         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
20353         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
20354         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
20355         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
20356         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
20357         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
20358         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
20359         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
20360         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
20361         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
20362         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
20363         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
20364         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
20365         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
20366         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
20367         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
20368         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
20369         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
20370         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
20371         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
20372         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
20373         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
20374         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
20375         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20376         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
20377         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
20378         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
20379         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
20380         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
20381         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
20382         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
20383         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
20384         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
20385         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
20386         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
20387         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
20388         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
20389         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
20390         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
20391         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
20392         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
20393         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
20394         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
20395         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
20396         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
20397         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
20398         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
20399         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
20400         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
20401         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
20402         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
20403         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
20404         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
20405         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
20406         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
20407         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
20408         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
20409         * sysdeps/ieee754/s_matherr.c: Likewise.
20410         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
20411         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
20412         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20413         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20415 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
20417         * crypt/md5.h: Remove __STDC__ conditionals.
20418         * libio/libioP.h: Likewise.
20419         * locale/programs/config.h: Likewise.
20420         * sysdeps/generic/sysdep.h: Likewise.
20421         * sysdeps/i386/asm-syntax.h: Likewise.
20422         * sysdeps/s390/asm-syntax.h: Likewise.
20423         * sysdeps/unix/sysdep.h: Likewise.
20424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
20425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
20427 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
20429         * libio/libio.h: Remove __STDC__ conditionals.
20430         * malloc/obstack.h: Likewise.
20431         * math/complex.h: Likewise.
20432         * math/math.h: Likewise.
20433         * sysdeps/generic/_G_config.h: Likewise.
20434         * sysdeps/gnu/_G_config.h: Likewise.
20435         * sysdeps/mach/hurd/_G_config.h: Likewise.
20436         * sysdeps/powerpc/bits/mathdef.h: Likewise.
20437         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
20438         * sysdeps/sparc/bits/mathdef.h: Likewise.
20440 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
20442         [BZ #13583]
20443         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
20444         Clean up HAS_* macros.
20445         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
20446         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
20447         possible.
20448         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
20449         HAS_AVX.
20450         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
20451         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
20452         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
20453         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
20454         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
20456 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
20458         * elf/tst-unique3.cc (gets): Remove declaration.
20459         * elf/tst-unique3lib.cc (gets): Likewise.
20460         * elf/tst-unique3lib2.cc (gets): Likewise.
20461         * elf/tst-unique4.cc (gets): Likewise.
20463 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
20465         * include/stdio.h: Add C++ protection.  Add gets declarations and
20466         definitions.
20467         * debug/tst-chk1.c: Don't declare gets here.
20468         * stdio-common/tst-gets.c: Likewise.
20470 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
20472         * posix/glob: Remove directory.
20474 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
20476         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
20478 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
20480         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
20481         of the non-standard EPFNOSUPPORT.
20483 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20485         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
20486         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
20487         ANYWHERE set to 1 only on KERN_NO_SPACE error.
20489 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
20491         * wcsmbs/uchar.h: Test __STDC_VERSION__.
20493 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
20495         * nscd/aicache.c (addhstaiX): Do not cache negative results of
20496         transient errors.
20497         * nscd/grpcache.c (cache_addgr): Likewise.
20498         * nscd/hstcache.c (cache_addhst): Likewise.
20499         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20500         * nscd/pwdcache.c (cache_addpw): Likewise.
20501         * nscd/servicescache.c (cache_addserv): Likewise.
20503 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
20505         * malloc/malloc.c: Various cleanups.
20506         * malloc/hooks.c: Likewise.
20508         * stdlib/Makefile (tests): Add bug-fmtmsg1.
20509         * stdlib/bug-fmtmsg1.c: New file.
20511         * stdlib/fmtmsg.c (init): Add missing unlock.
20512         Patch by Peng Haitao <penght@cn.fujitsu.com>.
20514 2012-01-12  Marek Polacek  <polacek@redhat.com>
20516         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
20517         and _GNU_SOURCE.
20519 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
20521         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
20522         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
20523         macro to ensure uniqueness of label name.
20524         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
20525         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
20527 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
20529         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
20531         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
20532         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
20533         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
20534         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
20536 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
20538         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
20540         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
20541         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
20542         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
20544         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
20546         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
20547         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
20548         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
20549         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
20551         * math/bits/math-finite.h: Add ldexp support.
20553 2012-01-10  Marek Polacek  <polacek@redhat.com>
20555         * locale/programs/localedef.h (show_archive_content): Add noreturn
20556         attribute.
20558 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
20560         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
20562 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
20564         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
20566         * io/Makefile (headers): Add bits/poll2.h.
20568 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
20570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
20571         typo #include statement.
20573 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
20575         * include/sys/cdefs.h: Define __attribute_alloc_size.
20576         * catgets/gencat.c: Add alloc_size attribute and apply consistently
20577         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
20578         * elf/pldd.c: Likewise.
20579         * iconv/iconv_charmap.c: Likewise.
20580         * iconv/iconvconfig.c: Likewise.
20581         * iconv/strtab.c: Likewise.
20582         * locale/programs/locale.c: Likewise.
20583         * locale/programs/localedef.h: Likewise.
20584         * locale/programs/simple-hash.c: Likewise.
20585         * nscd/nscd.h: Likewise.
20586         * nss/makedb.c: Likewise.
20587         * sysdeps/generic/ldconfig.h: Likewise.
20588         * locale/programs/localedef.c: Remove xmalloc prototype.
20589         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
20591 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
20593         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
20594         appropriate.
20596 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
20598         * math/Makefile (tests): Add tst-CMPLX.
20599         * math/tst-CMPLX.c: New file.
20601         * math/complex.h (CMPLXL): Fix typo.
20603         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
20604         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
20605         GLIBC_2.16.
20606         * debug/tst-chk1.c: Add poll and ppoll tests.
20607         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
20608         * include/sys/poll.h: Add hidden proto for ppoll.
20609         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
20610         * sysdeps/mach/hurd/ppoll.c: Likewise.
20611         * io/ppoll.c: Likewise.
20612         * debug/poll_chk.c: New file.
20613         * debug/ppoll_chk.c: New file.
20614         * include/bits/poll2.h: New file.
20615         * io/bits/poll2.h: New file.
20617         [BZ #1350]
20618         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
20620         * configure.in: static is always set to yes.  Remove.
20621         * config.make.in: Don't set build-static.
20622         * Makeconfig: Remove use of build-static.
20623         * dlfcn/Makefile: Likewise.
20624         * elf/Makefile: Likewise.
20625         * math/Makefile: Likewise.
20626         * misc/Makefile: Likewise.
20627         * nptl/Makefile: Likewise.
20628         * sysdeps/mach/hurd/Makefile: Likewise.
20630         * configure.in: PWD_P is not used anymore.
20631         * config.make.in: Remove PWD_P entry.
20633         * configure.in: Remove last remnants of RANLIB.
20634         No need to check for signed size_t anymore.
20635         Don't set libc_commonpagesize and libc_relro_required here for Alpha
20636         and IA-64.
20637         Remove __builtin_expect test because we require at least gcc 3.4.
20638         * aclocal.m4: Likewise.
20640         * wcsmbs/mbrtoc16.c: Implement using towc function.
20641         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
20642         * wcsmbs/wcsmbsload.c: Likewise.
20643         * iconv/gconv_simple.c: Likewise.
20644         * iconv/gconv_int.h: Likewise.
20645         * iconv/gconv_builtin.h: Likewise.
20646         * iconv/iconv_prog.c: Remove CHAR16 handling.
20648         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
20650         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
20652         * configure.in: Remove --with-elf and --enable-bounded options.
20653         Dont set base_machine for ia64.  More non-ELF conditions removed.
20654         Remove testing and setting of leading underscore information.
20655         * config.make.in (build-bounded): Set to no.
20656         * config.h.in: Remove NO_UNDERSCORES entry.
20657         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
20658         them.
20659         * csu/start.c: Remove !NO_UNDERSCORE code.
20660         * locale/localeinfo.h: Likewise.
20661         * sysdeps/generic/machine-gmon.h: Likewise.
20662         * sysdeps/generic/sysdep.h: Likewise.
20663         * sysdeps/i386/sysdep.h: Likewise.
20664         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
20665         * sysdeps/mach/sysdep.h: Likewise.
20666         * sysdeps/s390/s390-32/sysdep.h: Likewise.
20667         * sysdeps/s390/s390-64/sysdep.h: Likewise.
20668         * sysdeps/sh/sysdep.h: Likewise.
20669         * sysdeps/sparc/sparc32/alloca.S: Likewise.
20670         * sysdeps/unix/i386/sysdep.S: Likewise.
20671         * sysdeps/unix/sparc/start.c: Likewise.
20672         * sysdeps/unix/sparc/sysdep.S: Likewise.
20673         * sysdeps/unix/sparc/sysdep.h: Likewise.
20674         * sysdeps/unix/start.c: Likewise.
20675         * sysdeps/unix/x86_64/sysdep.S: Likewise.
20676         * sysdeps/x86_64/sysdep.h: Likewise.
20678 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
20680         [BZ #13553]
20681         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
20682         for non-gcc.
20683         * argp/argp-fmtstream.h: Use const instead __const.
20684         * argp/argp.h: Likewise.
20685         * assert/assert.h: Likewise.
20686         * bits/fenv.h: Likewise.
20687         * bits/sched.h: Likewise.
20688         * bits/sigset.h: Likewise.
20689         * bits/sigthread.h: Likewise.
20690         * catgets/nl_types.h: Likewise.
20691         * conform/data/pthread.h-data: Likewise.
20692         * crypt/crypt-private.h: Likewise.
20693         * crypt/crypt.h: Likewise.
20694         * crypt/crypt_util.c: Likewise.
20695         * ctype/ctype.h: Likewise.
20696         * debug/execinfo.h: Likewise.
20697         * debug/mbsnrtowcs_chk.c: Likewise.
20698         * debug/mbsrtowcs_chk.c: Likewise.
20699         * debug/wcsnrtombs_chk.c: Likewise.
20700         * debug/wcsrtombs_chk.c: Likewise.
20701         * debug/wcstombs_chk.c: Likewise.
20702         * dirent/dirent.h: Likewise.
20703         * dlfcn/dlfcn.h: Likewise.
20704         * elf/neededtest4.c: Likewise.
20705         * grp/grp.h: Likewise.
20706         * gshadow/gshadow.h: Likewise.
20707         * iconv/gconv.h: Likewise.
20708         * iconv/gconv_int.h: Likewise.
20709         * iconv/gconv_simple.c: Likewise.
20710         * iconv/iconv.h: Likewise.
20711         * iconv/loop.c: Likewise.
20712         * iconv/skeleton.c: Likewise.
20713         * include/aio.h: Likewise.
20714         * include/aliases.h: Likewise.
20715         * include/argz.h: Likewise.
20716         * include/arpa/inet.h: Likewise.
20717         * include/assert.h: Likewise.
20718         * include/dirent.h: Likewise.
20719         * include/dlfcn.h: Likewise.
20720         * include/execinfo.h: Likewise.
20721         * include/fcntl.h: Likewise.
20722         * include/fenv.h: Likewise.
20723         * include/glob.h: Likewise.
20724         * include/grp.h: Likewise.
20725         * include/libintl.h: Likewise.
20726         * include/mntent.h: Likewise.
20727         * include/netdb.h: Likewise.
20728         * include/pwd.h: Likewise.
20729         * include/rpc/netdb.h: Likewise.
20730         * include/sched.h: Likewise.
20731         * include/search.h: Likewise.
20732         * include/shadow.h: Likewise.
20733         * include/signal.h: Likewise.
20734         * include/stdio.h: Likewise.
20735         * include/stdlib.h: Likewise.
20736         * include/string.h: Likewise.
20737         * include/sys/socket.h: Likewise.
20738         * include/sys/stat.h: Likewise.
20739         * include/sys/statfs.h: Likewise.
20740         * include/sys/statvfs.h: Likewise.
20741         * include/sys/syslog.h: Likewise.
20742         * include/sys/time.h: Likewise.
20743         * include/sys/uio.h: Likewise.
20744         * include/time.h: Likewise.
20745         * include/unistd.h: Likewise.
20746         * include/utmp.h: Likewise.
20747         * include/wchar.h: Likewise.
20748         * include/wctype.h: Likewise.
20749         * inet/aliases.h: Likewise.
20750         * inet/arpa/inet.h: Likewise.
20751         * inet/netinet/ether.h: Likewise.
20752         * inet/netinet/in.h: Likewise.
20753         * intl/libintl.h: Likewise.
20754         * io/bits/fcntl2.h: Likewise.
20755         * io/fcntl.h: Likewise.
20756         * io/ftw.h: Likewise.
20757         * io/sys/poll.h: Likewise.
20758         * io/sys/stat.h: Likewise.
20759         * io/sys/statfs.h: Likewise.
20760         * io/sys/statvfs.h: Likewise.
20761         * io/utime.h: Likewise.
20762         * libio/bits/stdio.h: Likewise.
20763         * libio/bits/stdio2.h: Likewise.
20764         * libio/libio.h: Likewise.
20765         * libio/libioP.h: Likewise.
20766         * libio/stdio.h: Likewise.
20767         * locale/lc-ctype.c: Likewise.
20768         * locale/locale.h: Likewise.
20769         * login/utmp.h: Likewise.
20770         * malloc/arena.c: Likewise.
20771         * malloc/malloc.c: Likewise.
20772         * malloc/malloc.h: Likewise.
20773         * malloc/mcheck.c: Likewise.
20774         * malloc/mtrace.c: Likewise.
20775         * math/bits/mathcalls.h: Likewise.
20776         * math/fenv.h: Likewise.
20777         * math/math_private.h: Likewise.
20778         * misc/bits/error.h: Likewise.
20779         * misc/bits/syslog.h: Likewise.
20780         * misc/err.h: Likewise.
20781         * misc/error.h: Likewise.
20782         * misc/fstab.h: Likewise.
20783         * misc/mntent.h: Likewise.
20784         * misc/regexp.h: Likewise.
20785         * misc/search.h: Likewise.
20786         * misc/sgtty.h: Likewise.
20787         * misc/sys/mman.h: Likewise.
20788         * misc/sys/syslog.h: Likewise.
20789         * misc/sys/uio.h: Likewise.
20790         * misc/sys/xattr.h: Likewise.
20791         * misc/ttyent.h: Likewise.
20792         * nis/rpcsvc/ypclnt.h: Likewise.
20793         * nss/nss.h: Likewise.
20794         * posix/bits/unistd.h: Likewise.
20795         * posix/fnmatch.h: Likewise.
20796         * posix/glob.h: Likewise.
20797         * posix/sched.h: Likewise.
20798         * posix/spawn.h: Likewise.
20799         * posix/sys/wait.h: Likewise.
20800         * posix/unistd.h: Likewise.
20801         * posix/wordexp.h: Likewise.
20802         * pwd/pwd.h: Likewise.
20803         * resolv/netdb.h: Likewise.
20804         * resource/sys/resource.h: Likewise.
20805         * rt/aio.h: Likewise.
20806         * rt/bits/mqueue2.h: Likewise.
20807         * rt/mqueue.h: Likewise.
20808         * shadow/shadow.h: Likewise.
20809         * signal/signal.h: Likewise.
20810         * socket/send.c: Likewise.
20811         * socket/sendto.c: Likewise.
20812         * socket/sys/socket.h: Likewise.
20813         * stdio-common/printf.h: Likewise.
20814         * stdlib/bits/stdlib.h: Likewise.
20815         * stdlib/fmtmsg.h: Likewise.
20816         * stdlib/monetary.h: Likewise.
20817         * stdlib/stdlib.h: Likewise.
20818         * stdlib/ucontext.h: Likewise.
20819         * streams/stropts.h: Likewise.
20820         * string/argz.h: Likewise.
20821         * string/bits/string2.h: Likewise.
20822         * string/string.h: Likewise.
20823         * string/strings.h: Likewise.
20824         * sunrpc/rpc/auth.h: Likewise.
20825         * sunrpc/rpc/auth_des.h: Likewise.
20826         * sunrpc/rpc/clnt.h: Likewise.
20827         * sunrpc/rpc/netdb.h: Likewise.
20828         * sunrpc/rpc/pmap_clnt.h: Likewise.
20829         * sunrpc/rpc/xdr.h: Likewise.
20830         * sysdeps/generic/inttypes.h: Likewise.
20831         * sysdeps/generic/net/if.h: Likewise.
20832         * sysdeps/generic/sys/swap.h: Likewise.
20833         * sysdeps/gnu/net/if.h: Likewise.
20834         * sysdeps/gnu/utmpx.h: Likewise.
20835         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
20836         * sysdeps/i386/i486/bits/string.h: Likewise.
20837         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
20838         * sysdeps/s390/bits/string.h: Likewise.
20839         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
20840         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
20841         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
20842         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
20843         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
20844         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
20845         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
20846         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
20847         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
20848         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
20849         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
20850         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
20851         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
20852         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
20853         * sysdeps/unix/sysv/linux/readv.c: Likewise.
20854         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
20855         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
20856         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
20857         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
20858         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
20859         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
20860         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
20861         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
20862         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
20863         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
20864         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
20865         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
20866         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
20867         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
20868         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
20869         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
20870         * sysvipc/sys/ipc.h: Likewise.
20871         * sysvipc/sys/msg.h: Likewise.
20872         * sysvipc/sys/sem.h: Likewise.
20873         * sysvipc/sys/shm.h: Likewise.
20874         * termios/termios.h: Likewise.
20875         * time/sys/time.h: Likewise.
20876         * time/time.h: Likewise.
20877         * wcsmbs/bits/wchar2.h: Likewise.
20878         * wcsmbs/uchar.h: Likewise.
20879         * wcsmbs/wchar.h: Likewise.
20880         * wctype/wctype.h: Likewise.
20882         [BZ #13551]
20883         * Makeconfig: Remove all but ELF support including AIX support.
20884         * Makerules: Likewise.
20885         * config.h.in: Likewise.
20886         * config.make.in: Likewise.
20887         * configure: Likewise.
20888         * configure.in: Likewise.
20889         * csu/Makefile: Likewise.
20890         * csu/version.c: Likewise.
20891         * debug/Makefile: Likewise.
20892         * dlfcn/Makefile: Likewise.
20893         * elf/Makefile: Likewise.
20894         * extra-lib.mk: Likewise.
20895         * iconv/Makefile: Likewise.
20896         * include/libc-symbols.h: Likewise.
20897         * include/shlib-compat.h: Likewise.
20898         * resolv/Makefile: Likewise.
20899         * resolv/res_libc.c: Likewise.
20900         * rt/Makefile: Likewise.
20901         * sysdeps/i386/asm-syntax.h: Likewise.
20902         * sysdeps/i386/sysdep.h: Likewise.
20903         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
20904         * sysdeps/mach/sysdep.h: Likewise.
20905         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
20906         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
20907         * sysdeps/s390/asm-syntax.h: Likewise.
20908         * sysdeps/s390/s390-32/sysdep.h: Likewise.
20909         * sysdeps/s390/s390-64/sysdep.h: Likewise.
20910         * sysdeps/sh/sysdep.h: Likewise.
20911         * sysdeps/unix/sparc/sysdep.h: Likewise.
20912         * sysdeps/wordsize-32/divdi3.c: Likewise.
20913         * sysdeps/x86_64/sysdep.h: Likewise.
20915         * argp/Versions: Remove _argp_unlock_xxx.
20917         [BZ #13559]
20918         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
20919         * abilist/libBrokenLocale.abilist: Likewise.
20920         * abilist/libanl.abilist: Likewise.
20921         * abilist/libc.abilist: Likewise.
20922         * abilist/libcrypt.abilist: Likewise.
20923         * abilist/libdl.abilist: Likewise.
20924         * abilist/libm.abilist: Likewise.
20925         * abilist/libnsl.abilist: Likewise.
20926         * abilist/libpthread.abilist: Likewise.
20927         * abilist/libresolv.abilist: Likewise.
20928         * abilist/librt.abilist: Likewise.
20929         * abilist/libthread_db.abilist: Likewise.
20930         * abilist/libutil.abilist: Likewise.
20931         * abilist/libnss_db.abilist: New file.
20933         * scripts/abilist.awk: Add support for indirect functions.
20935         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
20937         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
20939         * shlib-versions: Remove entries for ports architectures.
20941         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
20942         files in ports.
20943         * elf/stackguard-macros.h: Remove support for IA-64.
20944         * elf/tst-auditmod1.c: Likewise.
20945         * sysdeps/generic/ldsodefs.h: Likewise.
20947         * sysdeps/unix/sysv/linux/configure.in: Ports should define
20948         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
20949         configure files.
20951         [BZ #13552]
20952         * configure.in: Remove --enable-omitfp support.
20953         * FAQ.in: Adjust.
20954         * config.make.in: Likewise.
20955         * Makeconfig: Likewise.
20956         * manual/install.texi: Likewise.
20958         In case anyone cares, the IA-64 architecture could move to ports.
20959         * sysdeps/ia64/*: Removed.
20960         * sysdeps/unix/sysv/linux/ia64/*: Removed.
20961         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
20963         [BZ #13555]
20964         * configure.in: Remove entries for unsupported architectures.
20966         [BZ #13533]
20967         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
20968         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
20969         routines.
20970         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
20971         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
20972         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
20973         fall back to using wcrtomb.
20974         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
20975         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
20976         renaming.
20977         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
20978         * wcsmbs/tst-c16c32-1.c: New file.
20980         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
20981         local variable.
20983         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
20985         * elf/tst-unique3.cc: Add explicit declaration of gets.
20986         * elf/tst-unique3lib.cc: Likewise.
20987         * elf/tst-unique3lib2.cc: Likewise.
20988         * elf/tst-unique4.cc: Likewise.
20990         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
20992 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
20994         [BZ #13566]
20995         * assert/assert.h (static_assert): Don't define for C++.
20996         * libio/stdio.h (gets): Do declare for C++ <= C++11.
20997         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
20999 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
21001         * iconv/loop.c (single loop): Fix assertion in storing of
21002         remaining bytes.
21004         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
21006 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
21008         * posix/getconf.c: Update copyright year.
21009         * nss/getent.c: Likewise.
21010         * nss/makedb.c: Likewise.
21011         * iconv/iconvconfig.c: Likewise.
21012         * iconv/iconv_prog.c: Likewise.
21013         * elf/ldconfig.c: Likewise.
21014         * elf/pldd.c: Likewise.
21015         * elf/sotruss.ksh: Likewise.
21016         * catgets/gencat.c: Likewise.
21017         * csu/version.c: Likewise.
21018         * elf/ldd.bash.in: Likewise.
21019         * elf/sprof.c (print_version): Likewise.
21020         * locale/programs/locale.c: Likewise.
21021         * locale/programs/localedef.c: Likewise.
21022         * login/programs/pt_chown.c: Likewise.
21023         * nscd/nscd.c (print_version): Likewise.
21024         * debug/xtrace.sh: Likewise.
21025         * malloc/memusage.sh: Likewise.
21026         * malloc/mtrace.pl: Likewise.
21027         * debug/catchsegv.sh: Likewise.
21029 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
21031         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
21032         pure attribute.
21034 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
21036         [BZ #13533]
21037         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
21038         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
21039         transformations.
21040         * iconv/gconv_int.h: Likewise.
21041         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
21042         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
21043         from libc for GLIBC_2.16.
21044         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
21045         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
21046         * wcsmbs/uchar.h: Really define mbstate_t.
21047         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
21048         * wcsmbs/c16rtomb.c: New file.
21049         * wcsmbs/mbrtoc16.c: New file.
21050         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
21051         for C/POSIX locale.
21052         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
21053         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
21055         * wcsmbs/wchar.h: Add missing __restrict.
21057 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
21059         [BZ #13532]
21060         * time/Makefile (routines): Add timespec_get.
21061         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
21062         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
21063         timespec for ISO C11.
21064         * time/timespec_get.c: New file.
21065         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
21066         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
21068         [BZ #13531]
21069         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
21070         * stdlib/stdlib.h: Declare aligned_alloc.
21071         * Versions.def: Add GLIBC_2.16 for libc.
21072         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
21074         [BZ 13527]
21075         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
21076         ISO C11.
21078         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
21079         code.
21081         [BZ #13528]
21082         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
21084         [BZ #13529]
21085         * assert/assert.h (static_assert): Define.
21087         * version.h: Update for 2.16 development version.
21089         [BZ #13526]
21090         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
21091         _ISOC11_SOURCE.
21093         * version.h (RELEASE): Bump for 2.15 release.
21094         * include/features.h (__GLIBC_MINOR__): Bump to 15.
21096         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
21097         Patch by Marek Polacek <mpolacek@redhat.com>.
21099         * bits/byteswap.h: Protect long long constants with __extension__.
21100         * sysdeps/i386/bits/byteswap.h: Likewise.
21101         * sysdeps/ia64/bits/byteswap.h: Likewise.
21102         * sysdeps/s390/bits/byteswap.h: Likewise.
21103         * sysdeps/x86_64/bits/byteswap.h: Likewise.
21105 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
21107         [BZ #13540]
21108         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
21109         destination buffer.
21110         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
21112 2011-12-23  Marek Polacek  <polacek@redhat.com>
21114         * elf/dl-addr.c (determine_info): Add inline keyword.
21115         * elf/tst-auditmod4b.c (check_avx): Likewise.
21116         * elf/tst-auditmod6b.c (check_avx): Likewise.
21117         * elf/tst-auditmod6c.c (check_avx): Likewise.
21118         * elf/tst-auditmod7b.c (check_avx): Likewise.
21120 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
21122         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
21123         !__SSE_MATH__.
21125 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
21127         [BZ #13540]
21128         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
21129         processing for last bytes.
21131 2011-08-06  Bruno Haible  <bruno@clisp.org>
21133         [BZ #13061]
21134         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
21135         U+0385, not to U+1FEE.
21137         [BZ #13062]
21138         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
21139         entry for U+00A5 U+0301.
21141 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
21143         [BZ #13166]
21144         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
21145         buffer for the output is too small.
21147         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
21148         optimization.
21150         [BZ #13185]
21151         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
21152         SSE flags if possible.
21154 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
21156         [BZ #13540]
21157         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
21158         processing for last bytes.
21160 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
21162         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
21163         (syscall-list-default-options, syscall-list-default-condition)
21164         (syscall-list-includes): Define.
21165         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
21166         list of ABIs and options and #if conditions for each ABI.  Do not
21167         handle common syscalls between ABIs specially.
21168         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
21169         Remove.
21170         (syscall-list-variants, syscall-list-32bit-options)
21171         (syscall-list-32bit-condition, syscall-list-64bit-options)
21172         (syscall-list-64bit-condition): Define.
21173         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
21174         (syscall-list-variants, syscall-list-32bit-options)
21175         (syscall-list-32bit-condition, syscall-list-64bit-options)
21176         (syscall-list-64bit-condition): Define.
21177         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
21178         Remove.
21179         (syscall-list-variants, syscall-list-32bit-options)
21180         (syscall-list-32bit-condition, syscall-list-64bit-options)
21181         (syscall-list-64bit-condition): Define.
21182         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
21183         Remove.
21184         (syscall-list-variants, syscall-list-32bit-options)
21185         (syscall-list-32bit-condition, syscall-list-64bit-options)
21186         (syscall-list-64bit-condition): Define.
21188 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
21190         * locale/iso-639.def: Add brx entry.
21192         [BZ #13328]
21193         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
21194         Proposed by Mariusz_Cukr <marcukr@op.pl>.
21196         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
21197         __feraiseexcept_renamed.
21199 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
21201         [BZ #13538]
21202         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
21203         EPOLLET with unsigned values.
21204         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
21205         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
21207         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
21208         to large cancellation.
21209         * math/s_cacoshf.c: Likewise.
21210         * math/s_cacoshl.c: Likewise.
21212 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
21214         [BZ #13305]
21215         [BZ #12786]
21216         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
21217         * math/s_cacoshf.c: Likewise.
21218         * math/s_cacoshl.c: Likewise.
21220 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
21222         [BZ #13439]
21223         * iconv/gconv.h: Define __GCONV_SWAP.
21224         * iconvdata/unicode.c: The swap bit must be stored in __flags.
21225         * iconvdata/utf-16.c: Likewise.
21226         * iconvdata/utf-32.c: Likewise.
21228 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
21230         [BZ #13524]
21231         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
21232         numerator after shifting it by one limb.
21234 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
21236         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
21237         under [__USE_EXTERN_INLINES].
21239 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
21241         [BZ #13446]
21242         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
21244 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21246         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
21247         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
21248         optimized code.
21249         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
21250         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
21251         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
21252         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
21253         for strncasecmp/strncasecmp_l compilation.
21254         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
21255         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
21257 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
21259         [BZ #13484]
21260         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
21261         of __asm__.
21263 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
21265         [BZ #13506]
21266         * time/tzfile.c (__tzfile_read): Check values from file header.
21268 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
21270         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
21271         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
21272         * powerpc/powerpc32/dl-start.S: Likewise.
21273         * powerpc/powerpc32/elf/start.S: Likewise.
21274         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21275         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
21276         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
21277         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
21278         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
21279         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
21280         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
21281         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
21282         * powerpc/powerpc32/fpu/s_round.S: Likewise.
21283         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
21284         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
21285         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
21286         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
21287         * powerpc/powerpc32/memset.S: Likewise.
21288         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
21289         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
21290         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
21291         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
21292         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
21293         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
21294         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
21295         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
21296         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
21297         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
21298         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
21299         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
21300         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
21302 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21304         * math/libm-test.inc: Added more nearbyint tests.
21305         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
21306         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
21307         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
21308         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
21310 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
21312         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
21313         FD_CLOEXEC.
21315 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
21317         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
21318         Add wcscpy-ssse3 wcscpy-c.
21319         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
21320         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
21321         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
21322         * sysdeps/x86_64/wcschr.S: New file.
21323         * sysdeps/x86_64/wcsrchr.S: New file.
21324         * string/test-strcmp.c: Remove checking of wcscmp function for
21325         wrong alignments.
21326         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
21327         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
21328         wcsrchr-sse2 wcsrchr-c.
21329         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
21330         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
21331         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
21332         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
21333         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
21334         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
21335         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
21336         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
21337         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
21338         * wcsmbc/wcschr.c (WCSCHR): New macro.
21340 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
21342         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
21343         * wcsmbs/test-wcsrchr.c: New file.
21344         * string/test-strrchr.c: Add wcsrchr support.
21345         (WIDE): New macro.
21346         * wcsmbs/test-wcscpy.c: New file.
21347         * string/test-strcpy.c: Add wcscpy support.
21348         (WIDE): New macro.
21350 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
21352         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
21353         the inner loop.
21355 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
21357         [BZ #13472]
21358         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
21360 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
21362         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
21363         Minor optimizations.
21365         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
21366         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
21367         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
21369 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
21371         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
21372         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
21373         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
21374         for gcc to avoid warnings.
21375         * inet/Makefile (tests): Add tst-checks.
21376         * inet/tst-checks.c: New file.
21378         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
21379         warning.
21381         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
21382         __wmemcmp_sse2.
21384         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
21385         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
21387         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
21389 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
21391         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
21392         problem.
21394         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
21396 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
21398         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
21399         conditional on GCC version.
21400         (__arch_compare_and_exchange_val_8_acq)
21401         (__arch_compare_and_exchange_val_16_acq)
21402         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
21403         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
21404         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
21406 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
21408         * sysdeps/sh/backtrace.c: New file.
21410 2011-12-02  Andreas Schwab  <schwab@redhat.com>
21412         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
21413         parenthesis.
21415 2011-12-01  Andreas Schwab  <schwab@redhat.com>
21417         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
21418         falling back to utime.
21420 2011-11-30  Andreas Schwab  <schwab@redhat.com>
21422         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
21423         expectations for float.
21425 2011-11-29  Andreas Schwab  <schwab@redhat.com>
21427         * locale/weight.h (findidx): Add parameter len.
21428         * locale/weightwc.h (findidx): Likewise.
21429         * posix/fnmatch_loop.c (FCT): Adjust caller.
21430         * posix/regcomp.c (build_equiv_class): Likewise.
21431         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
21432         * posix/regexec.c (check_node_accept_bytes): Likewise.
21433         * string/strcoll_l.c (STRCOLL): Likewise.
21434         * string/strxfrm_l.c (STRXFRM): Likewise.
21436 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
21438         * Makefile.in: Remove CVSOPT handling.
21439         * configure.in: Remove use of AC_REVISION.
21440         * iconvdata/Makefile (distribute): No need to filter out CVS.
21441         * scripts/list-sources.sh: Remove CVS, subversion and monotone
21442         handling.
21444 2011-11-16  Andreas Schwab  <schwab@redhat.com>
21446         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
21447         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
21448         [USE_AS_STRNCASECMP_L]: Likewise.
21449         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
21450         NO_TLS_DIRECT_SEG_REFS.
21451         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
21452         Fix argument offsets for non-PIC.
21453         [USE_AS_STRNCASECMP_L]: Likewise.
21454         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
21455         NO_TLS_DIRECT_SEG_REFS.
21457 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
21459         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
21460         O_CLOEXEC.
21461         * locale/loadlocale.c (_nl_load_locale): Likewise.
21463 2011-11-15  Andreas Schwab  <schwab@redhat.com>
21465         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
21466         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
21467         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
21468         (SYSCALL_GETTIME): Set errno on error.
21470         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
21471         count references to noai6ai_cached.
21473 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
21475         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
21477         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
21478         FD_CLOEXEC for /proc/self/maps.
21480         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
21481         FD_CLOEXEC for /proc/meminfo.
21483         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
21484         gai.conf.
21486         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
21487         FD_CLOEXEC for given file.
21489         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
21491         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
21492         FD_CLOEXEC for /etc/hosts.
21493         (_gethtent): Likewise.
21495         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
21497         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
21498         cancellation and set FD_CLOEXEC for /etc/netgroup.
21500         * nss/nss_files/files-key.c (search): Don't allow cancellation when
21501         reading /etc/publickey.
21503         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
21504         allow cancellation when reading /etc/group.
21506         * nss/nss_files/files-alias.c (internal_setent): Don't allow
21507         cancellation.
21508         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
21510         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
21511         when using data file.
21513         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
21515         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
21516         (write_nis_obj): Use "c" and "e" in fopen.
21518         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
21520         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
21522         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
21524         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
21526         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
21527         locale.alias.
21529         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
21531         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
21533         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
21535         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
21536         file parsing and set FD_CLOEXEC.
21538 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
21540         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
21542 2011-11-14  Andreas Schwab  <schwab@redhat.com>
21544         * malloc/arena.c (arena_get2): Don't call reused_arena when
21545         _int_new_arena failed.
21547 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
21549         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
21550         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
21551         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
21552         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
21553         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21554         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
21555         to compile strcasecmp and strncasecmp.
21556         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
21557         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
21559         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
21561 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
21563         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
21564         locale-defines.sym to gen-as-const-headers.
21565         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
21566         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
21567         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
21568         to compile strcasecmp and strncasecmp.
21569         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
21570         strcasecmp_l and strncasecmp_l.
21571         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
21572         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
21573         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
21574         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
21575         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
21576         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
21577         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
21578         * sysdeps/i386/i686/multiarch/strncase.S: New file.
21579         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
21580         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
21581         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
21583 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
21585         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
21586         result of SYSDEP_GETTIME_CPU to retval.
21587         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
21588         parameter list to macro.  Remove trailing semicolon.  Adjust users.
21590         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
21591         variable.
21593         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
21594         mantissa words.
21595         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
21597         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
21598         from unused variable.
21600         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
21601         DWARF definitions.
21602         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
21603         for assembling.
21605         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
21606         over namespaces.
21608         * sunrpc/rpc_prot.c (rejected): Fix case value.
21610         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
21611         unsigned long long int to avoid warnings in shift.
21613         * posix/regex_internal.c (re_string_reconstruct): Actually use result
21614         of use of trans.
21615         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
21616         variable tmp.
21618         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
21619         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
21620         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
21622         * nis/nis_table.c (nis_list): Use variable of correct type for
21623         result of __follow_path call.
21625 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21627         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
21628         of math functions ceil, trunc, floor, round, and sqrt, when
21629         avaliable on the platform.
21630         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
21631         name clash.
21632         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
21633         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
21634         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
21636 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
21638         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
21639         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
21641 2011-11-11  Roland McGrath  <roland@hack.frob.com>
21643         * include/unistd.h: Fix __readlink return type.
21644         Reported by Chris Metcalf <cmetcalf@tilera.com>.
21646 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
21648         * stdlib/ucontext.h: Undo last change for makecontext.
21650 2011-11-11  Andreas Schwab  <schwab@redhat.com>
21652         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
21654         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
21655         * setjmp/setjmp.h: Mark functions as non-leaf.
21656         * setjmp/bits/setjmp2.h: Likewise.
21657         * stdlib/ucontext.h: Likewise.
21659 2011-11-10  Andreas Schwab  <schwab@redhat.com>
21661         * malloc/arena.c (_int_new_arena): Don't increment narenas.
21662         (reused_arena): Don't check arena limit.
21663         (arena_get2): Atomically check arena limit.
21665 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
21667         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
21668         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
21670         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
21671         instructions.
21673 2011-11-07  Andreas Schwab  <schwab@redhat.com>
21675         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
21676         handler when locking.
21678         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
21679         Fix size of allocated buffer.
21681 2011-11-04  Andreas Schwab  <schwab@redhat.com>
21683         [BZ #10103]
21684         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
21685         declarations for long double functions.
21686         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
21688         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
21690 2011-11-03  Andreas Schwab  <schwab@redhat.com>
21692         * nscd/nscd.c (main): Don't start AVC thread until credentials are
21693         installed.
21695         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
21696         is disabled.
21698 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21700         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
21702 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
21704         * include/alloca.h (stackinfo_alloca_round): Define.
21705         (extend_alloca): Use it.
21706         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
21707         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
21708         here.
21710         * scripts/check-local-headers.sh: Ignore libaudit.h.
21712         * nscd/Makefile (extra-objs): Make recursively expanded.
21714 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
21716         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
21717         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21719         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
21720         * posix/tst-rfc3484-2.c: Likewise.
21721         * posix/tst-rfc3484-3.c: Likewise.
21723         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
21724         process_vm_writev.
21725         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
21726         process_vm_writev.
21727         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
21728         process_vm_writev from libc using GLIBC_2.15 version.
21730         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
21732 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
21734         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
21735         stack usage.
21737 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
21739         [BZ #13367]
21740         * nss/getent.c (initgroups_keys): Show error message in case no group
21741         names are given.
21743         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
21744         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
21745         __bump_nl_timestamp.
21746         * nscd/connections (nscd_init): When host database is served open
21747         netlink socket and request notification about configuration changes.
21748         (main_loop_poll): Track netlink file descriptor and bump timestamp
21749         in case data becomes available.
21750         (main_loop_epoll): Likewise.
21751         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
21752         (database_pers_head): Add extra_data fileds.
21753         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
21754         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
21755         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
21756         Adjust caller.
21757         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
21758         in6ai data, call __free_in6ai.
21759         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
21760         Add -DHAVE_NETLINK.
21761         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
21762         interface information.  Reuse previous data if netlink timestamp
21763         is not changed.
21764         (__bump_nl_timestamp): New function.
21765         (__free_in6ai): New function.
21767 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
21769         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
21770         close_not_cancel_no_status here.
21771         (__check_pf): Reorganize code a bit to not call close twice if OOM.
21773 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
21775         [BZ #13276]
21776         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
21777         return value.
21779         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
21780         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
21781         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
21783 2011-07-03  Andreas Jaeger  <aj@suse.de>
21785         [BZ #10709]
21786         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
21787         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
21788         * math/libm-test.inc (sin_test): Add test case.
21790 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
21792         [BZ #13337]
21793         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
21794         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
21796         * elf/chroot_canon.c (chroot_canon): Cleanups.
21798         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
21800         [BZ #13335]
21801         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
21802         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
21804         * string/test-strchr.c: Make usable for strchrnul testing.
21805         * string/test-strchrnul.c: New file.
21806         * string/Makefile (strop-tests): Add strchrnul.
21808         * po/it.po: Update from translation team.
21809         * po/es.po: Likewise.
21811 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
21813         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
21814         the three constants needed as parameters.  Drop the others.
21815         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
21816         __m128i_strloadu_tolower.
21817         Create and initialize variable zero and use it in all the places
21818         where _mm_setzero_si128 was used.
21820         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
21821         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
21822         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
21823         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
21824         anymore.
21825         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
21826         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
21827         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
21828         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
21829         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
21830         __mpranred, __mptan.
21831         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
21832         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
21833         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
21834         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
21835         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
21836         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
21837         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
21838         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
21839         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
21841 2011-10-28  Andreas Schwab  <schwab@redhat.com>
21843         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
21844         redefine if SHARED.
21845         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
21847         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
21848         wide char related routines to wcsmbs subdir.
21850 2011-10-27  Andreas Schwab  <schwab@redhat.com>
21852         [BZ #13344]
21853         * misc/sys/cdefs.h (__THROWNL): Define.
21854         * posix/unistd.h: Use __THREADNL instead of __THREAD
21855         for memory synchronization functions.
21857 2011-10-26  Roland McGrath  <roland@hack.frob.com>
21859         [BZ #13349]
21860         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
21861         doesn't exist.
21862         * manual/stdio.texi (Obstack Streams): Node removed.
21864 2011-10-26  Andreas Schwab  <schwab@redhat.com>
21866         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
21867         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
21868         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
21870         * math/math_private.h (math_force_eval): Allow non-addressable
21871         arguments.
21872         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
21874 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
21876         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
21877         file is not needed.
21879         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
21880         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
21881         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
21882         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
21883         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
21884         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
21885         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
21886         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
21887         Add AVX variants.
21888         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
21889         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
21890         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
21891         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
21892         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
21893         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
21894         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
21895         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
21896         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
21897         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
21898         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
21899         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
21900         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
21901         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
21902         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
21903         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
21904         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
21905         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
21906         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
21908         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
21909         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
21911         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
21912         place.  Use VEX encoding when compiling for AVX.
21914 2011-10-25  Andreas Schwab  <schwab@redhat.com>
21916         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
21917         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
21919         * string/test-strchr.c (do_test): Don't generate NUL bytes.
21921 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
21923         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
21924         useless if() expression.
21925         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
21926         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
21927         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21928         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
21929         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21930         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
21931         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
21932         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
21933         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
21934         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
21935         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
21936         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
21937         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
21938         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
21939         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
21940         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
21941         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
21942         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
21943         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
21945         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
21947 2011-10-25  Andreas Schwab  <schwab@redhat.com>
21949         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
21950         condition.
21951         * elf/dl-fini.c (_dl_sort_fini): Likewise.
21953 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
21955         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
21956         .text section.  Avoid duplicate constants.
21957         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
21958         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
21959         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
21960         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
21961         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
21962         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
21963         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
21964         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
21965         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
21966         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
21967         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
21968         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
21969         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
21970         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
21971         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
21972         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
21973         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
21974         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
21975         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
21976         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
21977         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
21978         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
21979         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
21980         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
21981         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
21982         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
21983         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
21984         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
21985         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
21986         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
21987         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
21988         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
21989         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
21990         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
21991         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
21992         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
21993         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
21994         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
21995         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
21996         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
21997         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
21998         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
21999         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
22000         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
22001         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
22003 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
22005         * sysdeps/x86_64/dla.h: Move to ...
22006         * sysdeps/x86_64/fpu/dla.h: ...here.
22007         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
22008         situations.  Use __builtin_fma only for gcc 4.6 and up.
22010         * config.make.in: Add have-mfma4 entry.
22011         * configure.in: Substitute libc_cv_cc_fma4.
22012         * math/Makefile (dbl-only-routines): Add sincostab.
22013         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
22014         Use __sincostab not sincos.
22015         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
22016         name is a macro.
22017         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
22018         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22019         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
22020         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
22021         using __copysign.
22022         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
22023         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
22024         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
22025         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
22026         and __inv.
22027         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
22028         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
22029         __copysign.
22030         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
22031         define aliases when function name is a macro.
22032         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
22033         sysdeps/ieee754/dbl-64/sincos.tbl.
22034         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
22035         fma4-enabled routines.
22036         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
22037         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
22038         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
22039         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
22040         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
22041         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
22042         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
22043         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
22044         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
22045         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
22046         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
22047         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
22048         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
22049         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
22050         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
22051         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
22052         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
22053         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
22054         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
22055         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
22056         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
22057         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
22058         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
22059         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
22060         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
22061         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
22062         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
22063         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
22064         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
22065         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
22067         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
22068         rename.
22069         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22070         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22071         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22072         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22073         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
22074         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22075         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22076         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22078 2011-10-24  Andreas Schwab  <schwab@redhat.com>
22080         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
22082 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
22084         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
22086         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
22087         prediction.
22088         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
22090         * string/strnlen.c: Don't define STRNLEN, reverse logic.
22091         Remove unused variable magic_bits.
22092         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
22094         * string/strnlen.c: Define and use STRNLEN macro.
22095         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
22096         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
22097         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
22098         * wcsmbs/wcslen.c: Define and use WCSLEN.
22099         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
22100         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
22101         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
22102         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
22103         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
22104         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
22105         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
22107 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
22109         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
22110         strnlen-sse2-no-bsf.
22111         Rename strlen-no-bsf to strlen-sse2-no-bsf.
22112         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
22113         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
22114         Add strnlen support.
22115         (USE_AS_STRNLEN): New macro.
22116         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
22117         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
22118         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
22119         * sysdeps/x86_64/wcslen.S: New file.
22121 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
22123         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
22124         XMM-moves are used for copying on small sizes.
22126 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
22128         * wcsmbs/Makefile (strop-tests): Add wcschr.
22129         * wcsmbs/test-wcschr.c: New file.
22130         * string/test-strchr.c: Update.
22131         Add wcschr support.
22132         (WIDE): New macro.
22134 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
22136         * wcsmbs/Makefile (strop-tests): Add wcslen.
22137         * wcsmbs/test-wcslen.c: New file.
22138         * string/test-strlen.c: Update.
22139         Add wcslen support.
22140         (WIDE): New macro.
22142 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
22144         * po/it.po: Update from translation team.
22146 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
22148         * sysdeps/x86_64/wcscmp.S: Update.
22149         Fix wrong comparison semantics.
22150         wcscmp shall use signed comparison not unsigned.
22151         Don't use substraction to avoid overflow bug.
22152         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
22153         * wcsmbc/wcscmp.c: Likewise.
22154         * string/test-strcmp.c: Likewise.
22155         Add new tests to check cases with negative values.
22157 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
22159         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
22160         * sysdeps/x86_64/dla.h: ...here.  New file.
22161         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
22162         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22163         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22164         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22165         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
22166         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22167         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22168         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22169         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22171 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
22173         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
22174         __ynl_finite aliases.
22176 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
22178         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22180         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
22181         define DLA_FMA.
22182         [DLA_FMA] (EMULV): Use DLA_FMA.
22183         [DLA_FMA] (MUL12): Use EMULV.
22184         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
22185         that are not needed.
22186         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22187         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22188         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22189         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
22190         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22191         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22192         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22194 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
22196         * math/s_nan.c: Undef __nan.
22197         * math/s_nanf.c: Undef __nanf.
22198         * math/s_nanl.c: Undef __nanl.
22199         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
22200         "math_private.h".
22202 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
22204         * math/s_catan.c: Add branch predictions.
22205         * math/s_catanf.c: Likewise.
22206         * math/s_catanh.c: Likewise.
22207         * math/s_catanhf.c: Likewise.
22208         * math/s_catanhl.c: Likewise.
22209         * math/s_catanl.c: Likewise.
22210         * math/s_cexp.c: Likewise.
22211         * math/s_cexpf.c: Likewise.
22212         * math/s_cexpl.c: Likewise.
22213         * math/s_clog.c: Likewise.
22214         * math/s_clog10.c: Likewise.
22215         * math/s_clog10f.c: Likewise.
22216         * math/s_clog10l.c: Likewise.
22217         * math/s_clogf.c: Likewise.
22218         * math/s_clogl.c: Likewise.
22219         * math/s_csqrt.c: Likewise.
22220         * math/s_csqrtf.c: Likewise.
22221         * math/s_csqrtl.c: Likewise.
22222         * math/s_ctanf.c: Likewise.
22223         * math/s_ctanh.c: Likewise.
22224         * math/s_ctanhf.c: Likewise.
22225         * math/s_ctanhl.c: Likewise.
22226         * math/s_ctanl.c: Likewise.
22228         * math/math_private.h: Define __nan, __nanf, __nanl.
22229         * math/s_cacosh.c: Include <math_private.h>.
22230         * math/s_cacoshl.c: Likewise.
22231         * math/s_casinh.c: Likewise.
22232         * math/s_casinhf.c: Likewise.
22233         * math/s_casinhl.c: Likewise.
22234         * math/s_ccos.c: Rely entire on ccosh.
22235         * math/s_ccosf.c: Rely entire on ccoshf.
22236         * math/s_ccosl.c: Rely entirely on ccoshl.
22237         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
22238         Remove tests for FE_INVALID.
22239         * math/s_ccoshf.c: Likewise.
22240         * math/s_ccoshl.c: Likewise.
22241         * math/s_csin.c: Likewise.
22242         * math/s_csinf.c: Likewise.
22243         * math/s_csinh.c Likewise.
22244         * math/s_csinhf.c: Likewise.
22245         * math/s_csinhl.c: Likewise.
22246         * math/s_csinl.c: Likewise.
22247         * math/s_ctan.c: Likewise.
22248         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
22249         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
22250         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
22252 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
22254         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
22255         compilation problems.
22257         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
22258         __builtin_expect.
22260 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
22262         * sysdeps/i386/configure.in: Test for -mfma4 option.
22263         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
22264         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
22265         COMMON_CPUID_INDEX_80000001.
22266         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
22267         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
22268         use it if FMA3 is not supported.
22269         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
22271         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
22272         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
22274 2011-10-20  Andreas Schwab  <schwab@redhat.com>
22276         [BZ #12892]
22277         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
22278         it would create a cycle with a link time dependency.
22280 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
22282         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
22283         instruction.
22284         * string/Makefile (strop-tests): Add rawmemchr.
22285         * string/test-rawmemchr.c: New file.
22287         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
22288         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
22289         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
22290         when compiling str{,n}casecmp and when AVX is available.  Hook up
22291         new optimized code in initializers.
22293 2011-10-19  Andreas Schwab  <schwab@redhat.com>
22295         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
22296         __feraiseexcept instead of feraiseexcept.
22298 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
22300         * math/math_private.h: Define defaults for libc_fetestexcept and
22301         libc_feupdateenv.
22302         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
22303         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
22304         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
22305         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
22306         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
22307         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
22308         libc_fetestexcept and libc_feupdateenv.
22310         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
22311         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
22312         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
22313         * sysdeps/x86_64/fpu/math_private.h: Define special version of
22314         libc_feholdexcept_setround.
22316         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
22317         Add s_nearbyint-c and s_nearbyintf-c.
22318         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
22319         nearbyintf inlines.
22320         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
22321         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
22322         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
22323         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
22325         * math/math_private.h: Define defaults for libc_fegetround,
22326         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
22327         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
22328         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
22329         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
22330         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
22331         standard functions.
22332         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
22333         Remove comments and hacks for old compiler versions.
22334         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
22335         libc_fegetround, libc_fesetround, libc_feholdexcept, and
22336         libc_feholdexceptl.
22338 2011-10-18  Andreas Schwab  <schwab@redhat.com>
22340         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
22341         (__feraiseexcept_renamed): Add __NTH.
22342         (feraiseexcept): Add __NTH.  Rename local variables to fix
22343         namespace violations.
22345 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
22347         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
22349         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
22351         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
22352         recently added interfaces.
22353         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
22355         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
22356         about macro parameter expansion.
22358         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
22359         __NO_MATH_INLINES is defined.  Cleanups.
22361         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
22362         and __floorf is target has SSE4.1.
22363         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
22364         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
22365         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
22366         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
22368         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
22369         name.
22370         (floorf): Likewise.
22372         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
22374 2011-10-17  Andreas Schwab  <schwab@redhat.com>
22376         * misc/sys/cdefs.h: Fix last change.
22378         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
22379         database lookup.
22381 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
22383         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
22385         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
22386         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22387         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22388         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
22389         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
22390         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
22391         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
22392         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
22393         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
22394         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
22395         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
22396         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
22397         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
22398         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
22399         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
22400         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
22401         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
22402         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
22403         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
22404         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
22405         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
22406         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
22408         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
22409         ceil, ceilf, floor, floorf.
22411         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
22412         Perform IRELATIVE relocations last.
22414         * elf/do-rel.h: Add another parameter nrelative, replacing the
22415         local variable with the same name.  Change name of the function
22416         to end in Rel or Rela (uppercase).
22417         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
22418         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
22419         elf_dynamic_do_##reloc function.
22421 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
22423         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
22424         is sufficient, at least on modern CPUs.
22426         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
22428         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
22429         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
22431         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
22432         __expl_finite.
22433         * math/bits/math-finite.h: Add entries for exp.
22434         * math/e_expl.c: Add __*_finite alias.
22435         * sysdeps/i386/fpu/e_exp.S: Likewise.
22436         * sysdeps/i386/fpu/e_expf.S: Likewise.
22437         * sysdeps/i386/fpu/e_expl.c: Likewise.
22438         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
22439         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
22440         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22441         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22442         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
22443         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
22444         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
22446         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
22447         is sufficient, at least on modern CPUs.
22449         * ctype/ctype-info.c (__ctype_init): Define.
22450         * include/ctype.h (__ctype_init): Declare.
22451         (__ctype_b_loc): The variable is always initialized.
22452         (__ctype_toupper_loc): Likewise.
22453         (__ctype_tolower_loc): Likewise.
22454         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
22455         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
22457 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
22459         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
22461         * configure.in: Also look in $cxxmachine/include for C++ system
22462         headers.
22464 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
22466         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
22467         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
22468         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
22469         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
22470         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
22471         (USE_AS_WMEMCMP): New macro.
22472         Fixing indents.
22473         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
22474         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
22475         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
22476         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
22477         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
22478         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
22479         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
22480         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
22481         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
22482         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
22483         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
22484         (USE_AS_WMEMCMP): New macro.
22485         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
22486         * sysdeps/string/test-memcmp.c: Update.
22487         Fix simple_wmemcmp.
22488         Add new tests.
22489         * wcsmbs/wmemcmp.c: Update.
22490         (WMEMCMP): New macro.
22491         Fix overflow bug.
22493 2011-10-12  Andreas Jaeger  <aj@suse.de>
22495         [BZ #13268]
22496         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
22498 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
22500         * libio/iofwide.c (do_length): Avoid warning.
22502         * ctype/ctype.h (__isctype_f): Add missing __THROW.
22504 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
22506         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
22508         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
22509         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
22510         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
22511         * sysdeps/i386/i686/fpu/e_log.S: New file.
22512         * sysdeps/i386/i686/fpu/e_logf.S: New file.
22513         * sysdeps/i386/i686/fpu/e_logl.S: New file.
22515         * ctype/ctype.h: Add support for inlined isXXX functions when
22516         compiling C++ code.
22518 2011-10-14  Andreas Schwab  <schwab@redhat.com>
22520         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
22522         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
22524 2011-10-13  Roland McGrath  <roland@hack.frob.com>
22526         [BZ #13291]
22527         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
22529 2011-10-13  Andreas Schwab  <schwab@redhat.com>
22531         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
22532         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
22533         feraiseexcept.
22535         * sysdeps/x86_64/memrchr.S: Check for zero size.
22537         * string/stratcliff.c: Add memrchr tests.
22539 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
22541         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
22542         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
22543         rawmemchr-sse2 rawmemchr-sse2-bsf.
22544         * sysdeps/i386/i686/multiarch/memchr.S: New file.
22545         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
22546         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
22547         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
22548         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
22549         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
22550         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
22551         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
22552         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
22553         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
22554         * string/memrchr.c (MEMRCHR): New macro.
22556 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
22558         Add integration with gcc's -ffinite-math-only and optimize wrapper
22559         functions in libm.
22560         * Versions.def: Define GLIBC_2.15 version for libm.
22561         * math/Makefile (headers): Add bits/math-finite.h.
22562         * math/bits/math-finite.h: New file.
22563         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
22564         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
22565         * math/e_acoshl.c: Add __*_finite alias.
22566         * math/e_acosl.c: Likewise.
22567         * math/e_asinl.c: Likewise.
22568         * math/e_atan2l.c: Likewise.
22569         * math/e_atanhl.c: Likewise.
22570         * math/e_coshl.c: Likewise.
22571         * math/e_exp10.c: Likewise.
22572         * math/e_exp10f.c: Likewise.
22573         * math/e_exp10l.c: Likewise.
22574         * math/e_exp2l.c: Likewise.
22575         * math/e_fmodl.c: Likewise.
22576         * math/e_gammal_r.c: Likewise.
22577         * math/e_hypotl.c: Likewise.
22578         * math/e_j0l.c: Likewise.
22579         * math/e_j1l.c: Likewise.
22580         * math/e_jnl.c: Likewise.
22581         * math/e_lgammal_r.c: Likewise.
22582         * math/e_log10l.c: Likewise.
22583         * math/e_log2l.c: Likewise.
22584         * math/e_logl.c: Likewise.
22585         * math/e_powl.c: Likewise.
22586         * math/e_sinhl.c: Likewise.
22587         * math/e_sqrtl.c: Likewise.
22588         * math/e_scalb.c: Completely rewritten and optimized.
22589         * math/e_scalbf.c: Likewise.
22590         * math/e_scalbl.c: Likewise.
22591         * math/w_acos.c: Likewise.
22592         * math/w_acosf.c: Likewise.
22593         * math/w_acosl.c: Likewise.
22594         * math/w_acosh.c: Likewise.
22595         * math/w_acoshf.c: Likewise.
22596         * math/w_acoshl.c: Likewise.
22597         * math/w_asin.c: Likewise.
22598         * math/w_asinf.c: Likewise.
22599         * math/w_asinl.c: Likewise.
22600         * math/w_atan2.c: Likewise.
22601         * math/w_atan2f.c: Likewise.
22602         * math/w_atan2l.c: Likewise.
22603         * math/w_atanh.c: Likewise.
22604         * math/w_atanhf.c: Likewise.
22605         * math/w_atanhl.c: Likewise.
22606         * math/w_exp10.c: Likewise.
22607         * math/w_exp10f.c: Likewise.
22608         * math/w_exp10l.c: Likewise.
22609         * math/w_fmod.c: Likewise.
22610         * math/w_fmodf.c: Likewise.
22611         * math/w_fmodl.c: Likewise.
22612         * math/w_j0.c: Likewise.
22613         * math/w_j0f.c: Likewise.
22614         * math/w_j0l.c: Likewise.
22615         * math/w_j1.c: Likewise.
22616         * math/w_j1f.c: Likewise.
22617         * math/w_j1l.c: Likewise.
22618         * math/w_jn.c: Likewise.
22619         * math/w_jnf.c: Likewise.
22620         * math/w_log.c: Likewise.
22621         * math/w_logf.c: Likewise.
22622         * math/w_logl.c: Likewise.
22623         * math/w_log10.c: Likewise.
22624         * math/w_log10f.c: Likewise.
22625         * math/w_log10l.c: Likewise.
22626         * math/w_log2.c: Likewise.
22627         * math/w_log2f.c: Likewise.
22628         * math/w_log2l.c: Likewise.
22629         * math/w_pow.c: Likewise.
22630         * math/w_powf.c: Likewise.
22631         * math/w_powl.c: Likewise.
22632         * math/w_remainder.c: Likewise.
22633         * math/w_remainderf.c: Likewise.
22634         * math/w_remainderl.c: Likewise.
22635         * math/w_scalb.c: Likewise.
22636         * math/w_scalbf.c: Likewise.
22637         * math/w_scalbl.c: Likewise.
22638         * math/w_sqrt.c: Likewise.
22639         * math/w_sqrtf.c: Likewise.
22640         * math/w_sqrtl.c: Likewise.
22641         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
22642         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
22643         used.
22644         * math/math_private.h: Declare __kernel_standard_f.
22645         * math/w_cosh.c: Remove cruft and optimize a bit.
22646         * math/w_coshf.c: Likewise.
22647         * math/w_coshl.c: Likewise.
22648         * math/w_exp2.c: Likewise.
22649         * math/w_exp2f.c: Likewise.
22650         * math/w_exp2l.c: Likewise.
22651         * math/w_hypot.c: Likewise.
22652         * math/w_hypotf.c: Likewise.
22653         * math/w_hypotl.c: Likewise.
22654         * math/w_lgamma.c: Likewise.
22655         * math/w_lgamma_r.c: Likewise.
22656         * math/w_lgammaf.c: Likewise.
22657         * math/w_lgammaf_r.c: Likewise.
22658         * math/w_lgammal.c: Likewise.
22659         * math/w_lgammal_r.c: Likewise.
22660         * math/w_sinh.c: Likewise.
22661         * math/w_sinhf.c: Likewise.
22662         * math/w_sinhl.c: Likewise.
22663         * math/w_tgamma.c: Likewise.
22664         * math/w_tgammaf.c: Likewise.
22665         * math/w_tgammal.c: Likewise.
22666         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
22667         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
22668         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
22669         Minor optimizations.  Pretty printing.  Remove cruft.
22670         * sysdeps/i386/fpu/e_acosf.S: Likewise.
22671         * sysdeps/i386/fpu/e_acosh.S: Likewise.
22672         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
22673         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
22674         * sysdeps/i386/fpu/e_acosl.c: Likewise.
22675         * sysdeps/i386/fpu/e_asin.S: Likewise.
22676         * sysdeps/i386/fpu/e_asinf.S: Likewise.
22677         * sysdeps/i386/fpu/e_atan2.S: Likewise.
22678         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
22679         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
22680         * sysdeps/i386/fpu/e_atanh.S: Likewise.
22681         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
22682         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
22683         * sysdeps/i386/fpu/e_exp10.S: Likewise.
22684         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
22685         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
22686         * sysdeps/i386/fpu/e_exp2.S: Likewise.
22687         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
22688         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
22689         * sysdeps/i386/fpu/e_fmod.S: Likewise.
22690         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
22691         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
22692         * sysdeps/i386/fpu/e_hypot.S: Likewise.
22693         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
22694         * sysdeps/i386/fpu/e_log.S: Likewise.
22695         * sysdeps/i386/fpu/e_log10.S: Likewise.
22696         * sysdeps/i386/fpu/e_log10f.S: Likewise.
22697         * sysdeps/i386/fpu/e_log10l.S: Likewise.
22698         * sysdeps/i386/fpu/e_log2.S: Likewise.
22699         * sysdeps/i386/fpu/e_log2f.S: Likewise.
22700         * sysdeps/i386/fpu/e_log2l.S: Likewise.
22701         * sysdeps/i386/fpu/e_logf.S: Likewise.
22702         * sysdeps/i386/fpu/e_logl.S: Likewise.
22703         * sysdeps/i386/fpu/e_pow.S: Likewise.
22704         * sysdeps/i386/fpu/e_powf.S: Likewise.
22705         * sysdeps/i386/fpu/e_powl.S: Likewise.
22706         * sysdeps/i386/fpu/e_remainder.S: Likewise.
22707         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
22708         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
22709         * sysdeps/i386/fpu/e_scalb.S: Likewise.
22710         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
22711         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
22712         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
22713         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
22714         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
22715         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22716         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
22717         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22718         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22719         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
22720         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22721         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
22722         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22723         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22724         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22725         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22726         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
22727         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22728         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22729         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22730         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
22731         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22732         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
22733         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22734         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22735         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
22736         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
22737         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
22738         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
22739         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
22740         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
22741         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
22742         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
22743         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
22744         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
22745         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
22746         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
22747         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
22748         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
22749         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
22750         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
22751         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
22752         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
22753         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
22754         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
22755         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
22756         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
22757         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
22758         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
22759         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
22760         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
22761         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
22762         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
22763         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
22764         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
22765         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
22766         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
22767         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
22768         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
22769         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
22770         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
22771         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
22772         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
22773         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
22774         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
22775         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
22776         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
22777         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
22778         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
22779         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
22780         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
22781         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
22782         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
22783         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
22784         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
22785         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
22786         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
22787         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
22788         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
22789         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
22790         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
22791         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
22792         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
22793         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
22794         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
22795         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
22796         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
22797         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
22798         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
22799         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
22800         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
22801         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
22802         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
22803         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22804         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
22805         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
22806         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
22807         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22808         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
22809         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
22810         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
22811         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
22812         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
22813         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
22814         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
22815         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
22816         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
22817         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
22818         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
22819         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
22820         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
22821         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
22822         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
22823         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
22824         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
22825         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
22826         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
22827         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
22828         (__isnanf): Likewise.
22829         (__isinf_ns): Likewise.
22830         (__isinf_nsf): Likewise.
22831         (__finite): Likewise.
22832         (__finitef): Likewise.
22833         (__ieee754_sqrt): Define as macro.
22834         (__ieee754_sqrtf): Define as macro.
22835         (__ieee754_sqrtl): Define as macro.
22836         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
22837         inlined copy.
22838         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
22839         __FINITE_MATH_ONLY__ consistent.
22840         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
22842 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
22844         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
22845         of rawmemchr.
22847         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
22849 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
22851         * po/ja.po: Update from translation team.
22853 2011-10-08  Roland McGrath  <roland@hack.frob.com>
22855         * locale/programs/locarchive.c (prepare_address_space): New function.
22856         (create_archive, enlarge_archive, open_archive): Use it.
22858         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
22859         inside [SHARED], where it is used.
22861         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
22863         * nss/getent.c (netgroup_keys): Remove unused variable.
22864         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
22866 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
22868         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
22869         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
22870         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
22871         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
22872         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
22873         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
22874         * math/Makefile (libm-calls): Add s_isinf_ns.
22875         * math/divtc3.c: Use __isinf_nsl instead of isinf.
22876         * math/multc3.c: Likewise.
22877         * math/s_casin.c: Likewise.
22878         * math/s_casinf.c: Likewise.
22879         * math/s_casinl.c: Likewise.
22880         * math/s_ccos.c: Likewise.
22881         * math/s_ccosf.c: Likewise.
22882         * math/s_ccosl.c: Likewise.
22883         * math/s_ctan.c: Likewise.
22884         * math/s_ctanf.c: Likewise.
22885         * math/s_ctanh.c: Likewise.
22886         * math/s_ctanhf.c: Likewise.
22887         * math/s_ctanhl.c: Likewise.
22888         * math/s_ctanl.c: Likewise.
22889         * math/w_fmod.c: Likewise.
22890         * math/w_fmodf.c: Likewise.
22891         * math/w_fmodl.c: Likewise.
22892         * math/w_remainder.c: Likewise.
22893         * math/w_remainderf.c: Likewise.
22894         * math/w_remainderl.c: Likewise.
22895         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
22896         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
22897         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
22898         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
22899         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
22900         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
22901         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
22902         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
22904         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
22905         of the number.
22906         * stdio-common/printf_fphex.c: Likewise.
22907         * stdio-common/printf_size.c: Likewise.
22909         * math/e_exp10.c: Include math_private.h using <...> not "...".
22910         * math/e_exp10f.c: Likewise.
22911         * math/e_exp10l.c: Likewise.
22912         * math/e_exp2l.c: Likewise.
22913         * math/e_j0l.c: Likewise.
22914         * math/e_j1l.c: Likewise.
22915         * math/e_jnl.c: Likewise.
22916         * math/e_lgammal_r.c: Likewise.
22917         * math/e_rem_pio2l.c: Likewise.
22918         * math/e_scalb.c: Likewise.
22919         * math/e_scalbf.c: Likewise.
22920         * math/e_scalbl.c: Likewise.
22921         * math/k_cosl.c: Likewise.
22922         * math/k_sinl.c: Likewise.
22923         * math/k_tanl.c: Likewise.
22924         * math/s_cacoshf.c: Likewise.
22925         * math/s_catan.c: Likewise.
22926         * math/s_catanf.c: Likewise.
22927         * math/s_catanh.c: Likewise.
22928         * math/s_catanhf.c: Likewise.
22929         * math/s_catanhl.c: Likewise.
22930         * math/s_catanl.c: Likewise.
22931         * math/s_ccosh.c: Likewise.
22932         * math/s_ccoshf.c: Likewise.
22933         * math/s_ccoshl.c: Likewise.
22934         * math/s_cexp.c: Likewise.
22935         * math/s_cexpf.c: Likewise.
22936         * math/s_cexpl.c: Likewise.
22937         * math/s_clog.c: Likewise.
22938         * math/s_clog10.c: Likewise.
22939         * math/s_clog10f.c: Likewise.
22940         * math/s_clog10l.c: Likewise.
22941         * math/s_clogf.c: Likewise.
22942         * math/s_clogl.c: Likewise.
22943         * math/s_csin.c: Likewise.
22944         * math/s_csinf.c: Likewise.
22945         * math/s_csinh.c: Likewise.
22946         * math/s_csinhf.c: Likewise.
22947         * math/s_csinhl.c: Likewise.
22948         * math/s_csinl.c: Likewise.
22949         * math/s_csqrt.c: Likewise.
22950         * math/s_csqrtf.c: Likewise.
22951         * math/s_csqrtl.c: Likewise.
22952         * math/s_ctan.c: Likewise.
22953         * math/s_ctanf.c: Likewise.
22954         * math/s_ctanh.c: Likewise.
22955         * math/s_ctanhf.c: Likewise.
22956         * math/s_ctanhl.c: Likewise.
22957         * math/s_ctanl.c: Likewise.
22958         * math/s_ldexp.c: Likewise.
22959         * math/s_ldexpf.c: Likewise.
22960         * math/s_ldexpl.c: Likewise.
22961         * math/s_significand.c: Likewise.
22962         * math/s_significandf.c: Likewise.
22963         * math/s_significandl.c: Likewise.
22964         * math/w_acos.c: Likewise.
22965         * math/w_acosf.c: Likewise.
22966         * math/w_acosh.c: Likewise.
22967         * math/w_acoshf.c: Likewise.
22968         * math/w_acoshl.c: Likewise.
22969         * math/w_acosl.c: Likewise.
22970         * math/w_asin.c: Likewise.
22971         * math/w_asinf.c: Likewise.
22972         * math/w_asinl.c: Likewise.
22973         * math/w_atan2.c: Likewise.
22974         * math/w_atan2f.c: Likewise.
22975         * math/w_atan2l.c: Likewise.
22976         * math/w_atanh.c: Likewise.
22977         * math/w_atanhf.c: Likewise.
22978         * math/w_atanhl.c: Likewise.
22979         * math/w_cosh.c: Likewise.
22980         * math/w_coshf.c: Likewise.
22981         * math/w_coshl.c: Likewise.
22982         * math/w_dremf.c: Likewise.
22983         * math/w_exp10.c: Likewise.
22984         * math/w_exp10f.c: Likewise.
22985         * math/w_exp10l.c: Likewise.
22986         * math/w_exp2.c: Likewise.
22987         * math/w_exp2f.c: Likewise.
22988         * math/w_fmod.c: Likewise.
22989         * math/w_fmodf.c: Likewise.
22990         * math/w_fmodl.c: Likewise.
22991         * math/w_hypot.c: Likewise.
22992         * math/w_hypotf.c: Likewise.
22993         * math/w_hypotl.c: Likewise.
22994         * math/w_j0.c: Likewise.
22995         * math/w_j0f.c: Likewise.
22996         * math/w_j0l.c: Likewise.
22997         * math/w_j1.c: Likewise.
22998         * math/w_j1f.c: Likewise.
22999         * math/w_j1l.c: Likewise.
23000         * math/w_jn.c: Likewise.
23001         * math/w_jnf.c: Likewise.
23002         * math/w_jnl.c: Likewise.
23003         * math/w_lgamma.c: Likewise.
23004         * math/w_lgamma_r.c: Likewise.
23005         * math/w_lgammaf.c: Likewise.
23006         * math/w_lgammaf_r.c: Likewise.
23007         * math/w_lgammal.c: Likewise.
23008         * math/w_lgammal_r.c: Likewise.
23009         * math/w_log.c: Likewise.
23010         * math/w_log10.c: Likewise.
23011         * math/w_log10f.c: Likewise.
23012         * math/w_log10l.c: Likewise.
23013         * math/w_log2.c: Likewise.
23014         * math/w_log2f.c: Likewise.
23015         * math/w_log2l.c: Likewise.
23016         * math/w_logf.c: Likewise.
23017         * math/w_logl.c: Likewise.
23018         * math/w_pow.c: Likewise.
23019         * math/w_powf.c: Likewise.
23020         * math/w_powl.c: Likewise.
23021         * math/w_remainder.c: Likewise.
23022         * math/w_remainderf.c: Likewise.
23023         * math/w_remainderl.c: Likewise.
23024         * math/w_scalb.c: Likewise.
23025         * math/w_scalbf.c: Likewise.
23026         * math/w_scalbl.c: Likewise.
23027         * math/w_sinh.c: Likewise.
23028         * math/w_sinhf.c: Likewise.
23029         * math/w_sinhl.c: Likewise.
23030         * math/w_sqrt.c: Likewise.
23031         * math/w_sqrtf.c: Likewise.
23032         * math/w_sqrtl.c: Likewise.
23033         * math/w_tgamma.c: Likewise.
23034         * math/w_tgammaf.c: Likewise.
23035         * math/w_tgammal.c: Likewise.
23037         * po/ja.po: Update from translation team.
23039 2011-09-29  Andreas Jaeger  <aj@suse.de>
23041         [BZ #13179]
23042         * sunrpc/netname.c (netname2host): Fix logic.
23044         [BZ #6779]
23045         [BZ #6783]
23046         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
23047         correctly.
23048         * math/w_remainder.c (__remainder): Likewise.
23049         * math/w_remainderf.c (__remainderf): Likewise.
23050         * math/libm-test.inc (remainder_test): Add test cases.
23052 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23054         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
23055         sdiv_qrnnd.
23057 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
23059         * string/test-memcmp.c: Avoid unncessary #defines.
23060         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
23062 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
23064         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
23065         Use new sse2 version for core i3 - i7 as it's faster
23066         than sse42 version.
23067         (bit_Prefer_PMINUB_for_stringop): New.
23068         * sysdeps/x86_64/rawmemchr.S: Update.
23069         Replace with faster SSE2 version.
23070         * sysdeps/x86_64/memrchr.S: New file.
23071         * sysdeps/x86_64/memchr.S: Update.
23072         Replace with faster SSE2 version.
23074 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
23076         * elf/dl-load.c (lose): Add cast to avoid warning.
23078 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
23080         * po/ca.po: Update from translation team.
23082         * inet/getnetgrent_r.c: Hook up nscd.
23083         * nscd/Makefile (routines): Add nscd_netgroup.
23084         (nscd-modules): Add netgroupcache.
23085         (CFLAGS-netgroupcache.c): Define.
23086         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
23087         (cache_search): Add const to second parameter.
23088         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
23089         INNETGR.
23090         (dbs): Add netgrdb entry.
23091         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
23092         (verify_persistent_db): Handle netgrdb.
23093         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
23094         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
23095         GETFDNETGR.
23096         (netgroup_response_header): Define.
23097         (innetgroup_response_header): Define.
23098         (datahead): Add netgroup_response_header and innetgroup_response_header
23099         elements.
23100         * nscd/nscd.conf: Add entries for netgroup cache.
23101         * nscd/nscd.h (dbtype): Add netgrdb.
23102         (_PATH_NSCD_NETGROUP_DB): Define.
23103         (netgroup_iov_disabled): Declare.
23104         (xmalloc, xcalloc, xrealloc): Move declarations here.
23105         (cache_search): Adjust prototype.
23106         Add netgroup-related prototypes.
23107         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
23108         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
23109         (__nscd_innetgr): Declare.
23110         * nscd/selinux.c (perms): Use access_vector_t as element type and
23111         add netgroup-related initializers.
23112         * nscd/netgroupcache.c: New file.
23113         * nscd/nscd_netgroup.c: New file.
23114         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
23115         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
23116         For four parameters use innetgr.
23117         * nss/nss_files/files-init.c: Add definition and callback for netgr.
23118         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
23119         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
23120         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
23122         * nscd/connections.c (register_traced_file): Don't register file
23123         for disabled databases.
23125 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
23127         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
23129         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
23130         from tree and freeing node.
23132 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
23134         * nss/nsswitch.c (__nss_database_lookup): Handle
23135         nss_parse_service_list out of memory case.
23137 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
23139         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
23140         out of memory case.
23142 2011-10-04  Andreas Schwab  <schwab@redhat.com>
23144         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
23145         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
23146         pass it down.
23147         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
23148         elf_machine_rela, elf_machine_lazy_rel.
23149         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
23150         (ELF_DYNAMIC_DO_REL): Likewise.
23151         (ELF_DYNAMIC_DO_RELA): Likewise.
23152         (ELF_DYNAMIC_RELOCATE): Likewise.
23153         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
23154         to ELF_DYNAMIC_DO_REL.
23155         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
23156         (dl_main): In trace mode always set __RTLD_NOIFUNC.
23157         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
23158         elf_machine_rela.
23159         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
23160         skip_ifunc, don't call ifunc function if non-zero.
23161         (elf_machine_rela): Likewise.
23162         (elf_machine_lazy_rel): Likewise.
23163         (elf_machine_lazy_rela): Likewise.
23164         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
23165         (elf_machine_lazy_rel): Likewise.
23166         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
23167         Likewise.
23168         (elf_machine_lazy_rel): Likewise.
23169         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23170         Likewise.
23171         (elf_machine_lazy_rel): Likewise.
23172         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
23173         (elf_machine_lazy_rel): Likewise.
23174         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
23175         (elf_machine_lazy_rel): Likewise.
23176         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23177         (elf_machine_lazy_rel): Likewise.
23178         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
23179         (elf_machine_lazy_rel): Likewise.
23180         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
23181         (elf_machine_lazy_rel): Likewise.
23182         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23183         (elf_machine_lazy_rel): Likewise.
23185 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
23187         * nss/nss_files/files-init.c (_nss_files_init): Use static
23188         initialization for all the *_traced_file variables.
23190 2011-09-28  Andreas Schwab  <schwab@redhat.com>
23192         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
23194 2011-09-27  Roland McGrath  <roland@hack.frob.com>
23196         [BZ #13226]
23197         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
23199 2011-09-27  Andreas Schwab  <schwab@redhat.com>
23201         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
23202         Reread the line before reparsing it.
23204 2011-09-26  Andreas Schwab  <schwab@redhat.com>
23206         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
23208 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
23209             Maxim Kuvyrkov  <maxim@codesourcery.com>
23210             Joseph Myers  <joseph@codesourcery.com>
23212         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
23213         if needed for __stack_chk_guard.
23215 2011-09-19  Roland McGrath  <roland@hack.frob.com>
23217         * sysdeps/posix/spawni.c (script_execute): Always define it.
23218         It will be optimized away if unused.
23219         (maybe_script_execute): New function.
23220         (__spawni): Call it.
23222         * Makerules: Don't include tls.make.
23223         (config-tls): Always set to thread.
23224         * tls.make.c: File removed.
23226 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
23228         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
23229         * config.make.in (CPPFLAGS-config): New substituted variable.
23231 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
23233         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
23235         [BZ #13192]
23236         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
23237         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
23239 2011-09-15  Roland McGrath  <roland@hack.frob.com>
23241         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
23242         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
23243         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
23244         (CALL_FAIL): Likewise.
23245         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
23246         (CALL_FAIL): Macro removed.
23247         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
23249 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
23251         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
23252         for __FINITE_MATH_ONLY__ == 1.
23254 2011-09-15  Andreas Schwab  <schwab@redhat.com>
23256         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
23257         __ieee754_sqrt instead of sqrt.
23258         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
23259         __ieee754_sqrtf instead of sqrtf.
23260         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
23261         __floorf instead of floorf.
23262         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
23263         __floorf, __truncf instead of floorf, truncf.
23265 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
23267         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
23269         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
23270         __extern_always_inline.
23271         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
23272         32-bit.
23274 2011-09-14  Andreas Schwab  <schwab@redhat.com>
23276         * elf/rtld.c (dl_main): Also relocate in dependency order when
23277         doing symbol dependency testing.
23279 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
23281         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23282         Always define `refsym'.
23284 2011-09-13  Andreas Schwab  <schwab@redhat.com>
23286         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
23287         (__FD_ELT): Renamed from __FDELT.
23288         * misc/bits/select2.h (__FD_ELT): Likewise.
23289         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
23290         __FD_MASK instead of __FDELT, __FDMASK.
23291         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
23292         Likewise.
23293         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
23294         Likewise.
23296         * elf/Makefile (gen-ldd): Fix pattern.
23298         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
23299         (init_tls): Likewise.
23301 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
23303         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
23305 2011-09-12  Andreas Schwab  <schwab@redhat.com>
23307         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
23308         `struct cmsghdr *' instead of `void *'.
23309         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
23310         Likewise.
23312 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
23314         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
23315         if non-absolute.
23316         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
23317         ldd_rewrite_script.
23319 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
23321         * configure.in: Remove --with-tls option.
23322         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
23323         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
23324         out in case it is missing.
23325         * sysdeps/ia64/elf/configure.in: Likewise.
23326         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
23327         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
23328         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
23329         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
23330         * sysdeps/sh/elf/configure.in: Likewise.
23331         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
23332         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
23333         * sysdeps/x86_64/elf/configure.in: Likewise.
23334         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
23335         * sysdeps/mach/hurd/tls.h: Likewise.
23337         [BZ #13067]
23338         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
23340         [BZ #13090]
23341         * configure.in: Fix use of AC_INIT.
23343         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
23345 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
23347         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
23348         __set_errno.
23349         * malloc/hooks.c: Likewise.
23351         [BZ #11929]
23352         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
23353         variables statically.
23354         (narenas): Initialize.
23355         (list_lock): Initialize.
23356         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
23357         initializtion of main_arena and list_lock.  Small cleanups.
23358         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
23359         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
23360         Add initializers to main_arena and mp_.
23361         (malloc_state): Remove pagesize member.  Change all users to use
23362         GLRO(dl_pagesize).
23364         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
23365         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
23366         is always initialized.
23368         * malloc/malloc.c: Removed unused configurations and dead code.
23369         * malloc/arena.c: Likewise.
23370         * malloc/hooks.c: Likewise.
23371         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
23373         * include/tls.h: Removed.  USE___THREAD must always be defined.
23374         * bits/libc-tsd.h: Don't handle !USE___THREAD.
23375         * elf/dl-libc.c: Likewise.
23376         * elf/dl-tsd.c: Likewise.
23377         * include/errno.h: Likewise.
23378         * include/netdb.h: Likewise.
23379         * include/resolv.h: Likewise.
23380         * inet/herrno-loc.c: Likewise.
23381         * inet/herrno.c: Likewise.
23382         * malloc/arena.c: Likewise.
23383         * malloc/hooks.c: Likewise.
23384         * malloc/malloc.c: Likewise.
23385         * resolv/res-state.c: Likewise.
23386         * resolv/res_libc.c: Likewise.
23387         * sysdeps/i386/dl-machine.h: Likewise.
23388         * sysdeps/ia64/dl-machine.h: Likewise.
23389         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
23390         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
23391         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
23392         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
23393         * sysdeps/sh/dl-machine.h: Likewise.
23394         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
23395         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
23396         * sysdeps/unix/i386/sysdep.S: Likewise.
23397         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
23398         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
23399         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
23400         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
23401         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
23402         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
23403         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
23404         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
23405         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
23406         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
23407         * sysdeps/unix/x86_64/sysdep.S: Likewise.
23408         * sysdeps/x86_64/dl-machine.h: Likewise.
23409         * tls.make.c: Likewise.
23411         * configure.in: Remove --with-__thread option.  Make tests for
23412         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
23413         tls_model attribute fail if no support is available.  Remove
23414         USE_IN_LIBIO.
23415         * Makeconfig: Adjust for dropped configure option.  All features are
23416         now mandatory.
23417         * Makerules: Likewise.
23418         * Versions.def: Likewise.
23419         * argp/argp-fmtstream.c: Likewise.
23420         * argp/argp-fmtstream.h: Likewise.
23421         * argp/argp-help.c: Likewise.
23422         * assert/assert.c: Likewise.
23423         * config.h.in: Likewise.
23424         * config.make.in: Likewise.
23425         * configure: Likewise.
23426         * configure.in: Likewise.
23427         * csu/Versions: Likewise.
23428         * csu/init.c: Likewise.
23429         * elf/tst-audit2.c: Likewise.
23430         * elf/tst-tls10.c: Likewise.
23431         * elf/tst-tls10.h: Likewise.
23432         * elf/tst-tls11.c: Likewise.
23433         * elf/tst-tls12.c: Likewise.
23434         * elf/tst-tls14.c: Likewise.
23435         * elf/tst-tlsmod11.c: Likewise.
23436         * elf/tst-tlsmod12.c: Likewise.
23437         * elf/tst-tlsmod13.c: Likewise.
23438         * elf/tst-tlsmod13a.c: Likewise.
23439         * elf/tst-tlsmod14a.c: Likewise.
23440         * elf/tst-tlsmod15b.c: Likewise.
23441         * elf/tst-tlsmod16a.c: Likewise.
23442         * elf/tst-tlsmod16b.c: Likewise.
23443         * elf/tst-tlsmod7.c: Likewise.
23444         * elf/tst-tlsmod8.c: Likewise.
23445         * elf/tst-tlsmod9.c: Likewise.
23446         * gmon/gmon.c: Likewise.
23447         * grp/fgetgrent_r.c: Likewise.
23448         * grp/putgrent.c: Likewise.
23449         * hurd/fopenport.c: Likewise.
23450         * include/libc-symbols.h: Likewise.
23451         * include/tls.h: Likewise.
23452         * intl/gettextP.h: Likewise.
23453         * intl/loadinfo.h: Likewise.
23454         * locale/global-locale.c: Likewise.
23455         * locale/localeinfo.h: Likewise.
23456         * mach/devstream.c: Likewise.
23457         * malloc/arena.c: Likewise.
23458         * malloc/set-freeres.c: Likewise.
23459         * misc/err.c: Likewise.
23460         * misc/getttyent.c: Likewise.
23461         * misc/mntent_r.c: Likewise.
23462         * posix/getopt.c: Likewise.
23463         * posix/wordexp.c: Likewise.
23464         * pwd/fgetpwent_r.c: Likewise.
23465         * resolv/Versions: Likewise.
23466         * resolv/res_hconf.c: Likewise.
23467         * shadow/fgetspent_r.c: Likewise.
23468         * shadow/putspent.c: Likewise.
23469         * stdio-common/printf_fphex.c: Likewise.
23470         * stdio-common/tmpfile.c: Likewise.
23471         * stdlib/abort.c: Likewise.
23472         * stdlib/fmtmsg.c: Likewise.
23473         * sunrpc/auth_unix.c: Likewise.
23474         * sunrpc/clnt_perr.c: Likewise.
23475         * sunrpc/clnt_tcp.c: Likewise.
23476         * sunrpc/clnt_udp.c: Likewise.
23477         * sunrpc/clnt_unix.c: Likewise.
23478         * sunrpc/openchild.c: Likewise.
23479         * sunrpc/svc_simple.c: Likewise.
23480         * sunrpc/svc_tcp.c: Likewise.
23481         * sunrpc/svc_udp.c: Likewise.
23482         * sunrpc/svc_unix.c: Likewise.
23483         * sunrpc/xdr.c: Likewise.
23484         * sunrpc/xdr_array.c: Likewise.
23485         * sunrpc/xdr_rec.c: Likewise.
23486         * sunrpc/xdr_ref.c: Likewise.
23487         * sunrpc/xdr_stdio.c: Likewise.
23489 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
23491         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
23493 2011-07-03  Andreas Jaeger  <aj@suse.de>
23495         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
23496         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
23497         regenerate with gen-libm-tests.pl.
23499 2010-05-12  Petr Baudis  <pasky@suse.cz>
23501         [BZ #11589]
23502         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
23503         around j0() zero points by switching to j1().
23504         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
23505         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
23506         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
23507         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
23509 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
23511         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
23512         instead of 0.
23513         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
23514         instead of 0.
23515         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
23516         Patch in part by Pavel Roskin <proski@gnu.org>.
23518         [BZ #13138]
23519         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
23520         realloc.
23521         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
23522         Free memory block if necessary.
23524         [BZ #12847]
23525         * libio/genops.c (INTDEF): For string streams the _lock pointer can
23526         be NULL.  Don't lock in this case.
23528 2011-09-09  Roland McGrath  <roland@hack.frob.com>
23530         * elf/elf.h (ELFOSABI_GNU): New macro.
23531         (ELFOSABI_LINUX): Define to that.
23533 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
23535         * string/strncat.c (strncat): Undef the symbol in case it has been
23536         defined in bits/string.h.
23538 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
23540         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
23542         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
23543         link map.
23545 2011-08-17  Andreas Jaeger  <aj@suse.de>
23547         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
23549 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
23550             Ian Lance Taylor  <iant@google.com>
23552         * math/libm-test.inc (lround_test): New testcase.
23553         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
23555 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
23557         * Makefile: Remove support for automatic cvs check-ins.
23558         * Makerules: Likewise.
23559         * config.make.in: Likewise.
23560         * configure.in: Likewise.
23561         * intl/Makefile: Likewise.
23562         * locale/Makefile: Likewise.
23563         * po/Makefile: Likewise.
23564         * posix/Makefile: Likewise.
23565         * sysdeps/gnu/Makefile: Likewise.
23566         * sysdeps/mach/hurd/Makefile: Likewise.
23567         * sysdeps/sparc/sparc32/Makefile: Likewise.
23569         [BZ #13118]
23570         * posix/Makefile (bug-regex32-ENV): Define.
23571         Patch by John Stanley <jpsinthemix@verizon.net>.
23573         * misc/Makefile (headers): Add bits/select2.h.
23574         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
23575         * misc/bits/select2.h: New file.
23576         * include/bits/select2.h: New file.
23577         * debug/Makefile (routines): Add fdelt_chk.
23578         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
23579         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
23580         FD_ISSET.
23581         * debug/fdelt_chk.c: New file.
23583         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
23584         * wcsmbs/test-wmemcmp.c: Likewise.
23585         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
23586         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
23588 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
23590         * string/Makefile (strop-tests): Add memcmp.
23591         * string/test-wmemcmp.c: New file.
23592         * string/test-memcmp.c: Add wmemcmp support.
23594 2011-09-08  Roland McGrath  <roland@hack.frob.com>
23596         [BZ #13153]
23597         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
23598         2011-07-19 change.
23600         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
23601         garbage value in a __mach_port_mod_refs call in the cases of the
23602         task-self and thread-self ports.
23604 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23606         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
23608 2011-09-08  Andreas Schwab  <schwab@redhat.com>
23610         * elf/dl-load.c (lose): Check for non-null L.
23612 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
23614         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
23616         * elf/dl-libc.c (dlerror_run): Pass back error code from
23617         dl_catch_error.
23619         [BZ #13123]
23620         * elf/dl-load.c (lose): Free l_origin if it is valid.
23622         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
23623         names.
23624         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
23625         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
23626         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
23627         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
23628         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
23629         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
23631 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23633         * sysdeps/powerpc/fpu/e_hypot.c: New file.
23634         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
23635         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
23636         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
23637         * sysdeps/powerpc/fpu/k_cosf.c: New file.
23638         * sysdeps/powerpc/fpu/k_sinf.c: New file.
23639         * sysdeps/powerpc/fpu/s_cosf.c: New file.
23640         * sysdeps/powerpc/fpu/s_sinf.c: New file.
23641         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
23642         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
23644 2011-08-15  Alan Modra  <amodra@gmail.com>
23646         [BZ #13092]
23647         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
23648         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
23649         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
23650         ppc_mcount to static-only-routines.
23651         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
23652         __mcount_internal.
23653         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
23654         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
23656 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
23658         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
23659         for finite and infinity parameters.
23661 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
23663         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
23664         and add nop instructions for throughput optimization.
23665         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23667 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
23669         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
23670         aligned copy for power7 with vector-scalar instructions.
23671         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
23673 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
23675         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
23676         AVX check.
23678 2011-09-07  Andreas Schwab  <schwab@redhat.com>
23680         [BZ #13144]
23681         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
23682         last change.
23684 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
23686         * sysdeps/unix/sysv/linux/x86_64/init-first.c
23687         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
23688         syscall wrapper around clock_gettime in __vdso_clock_gettime.
23689         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
23690         clock_gettime.
23692 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
23694         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
23695         Forgot to demangle the pointer.
23697         * sysdeps/i386/sysdep.h: Define atom_text_section.
23698         * sysdeps/x86_64/sysdep.h: Likewise.
23699         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
23700         section with atom_text_section.
23701         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
23702         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
23703         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
23704         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
23705         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
23707         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
23708         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
23709         already be defined.  Change to take two parameters and don't assign
23710         result to variable.  Adjust all users.
23711         Define INTERNAL_GETTIME if not already defined.
23712         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
23713         call.
23714         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
23715         HAVE_CLOCK_GETTIME_VSYSCALL.
23716         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
23718         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
23719         gettimeofday vsyscall, just use time.
23721 2011-09-06  Andreas Schwab  <schwab@redhat.com>
23723         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
23724         <errno.h>.
23726 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
23728         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
23729         syscall on x86-64.
23730         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
23731         syscall.
23732         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
23733         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
23734         syscall if possible.
23736 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
23738         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
23739         e_ident.  Don't pass to find_mapsXX.
23740         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
23742 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23744         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
23745         strchr-sse2-no-bsf strrchr-sse2-no-bsf
23746         * sysdeps/x86_64/multiarch/strchr.S: Update.
23747         Check bit_slow_BSF bit.
23748         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23749         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
23750         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
23752 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
23754         [BZ #13134]
23755         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
23756         before glibc 2.15.
23757         (tryshell): Define.
23758         (__spawni): Change last parameter to be flag.  Test
23759         SPAWN_XFLAGS_USE_PATH flag to use path or not.
23760         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
23761         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
23762         * posix/spawni.c: Likewise.
23763         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
23764         * posix/spawnp.c: Likewise.  Change normal version to use
23765         SPAWN_XFLAGS_USE_PATH.
23766         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
23767         SPAWN_XFLAGS_TRY_SHELL.
23769         [BZ #13150]
23770         * posix/glob.h: Remove gcc 1.x support.
23772         [BZ #13068]
23773         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
23775 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23777         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
23778         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
23779         strrchr-sse2-bsf
23780         * sysdeps/i386/i686/multiarch/strchr.S: New file.
23781         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
23782         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
23783         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
23784         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
23785         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
23787 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
23789         * sysdeps/x86_64/wcscmp.S: New file.
23791         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
23792         wcscmp-c wcscmp-sse2
23793         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
23794         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
23795         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
23796         * wcsmbs/wcscmp.c: Allow renaming.
23798 2011-09-05  David S. Miller  <davem@davemloft.net>
23800         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
23801         stack slot, rather than the struct return pointer slot.
23802         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
23803         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
23804         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
23805         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
23807 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
23809         * po/ja.po: Update from translation team.
23811         [BZ #13144]
23812         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
23813         kernel in 64-bit binaries.
23815 2011-09-01  David S. Miller  <davem@davemloft.net>
23817         * elf/elf.h (HWCAP_SPARC_*): Move to..
23818         * sysdeps/sparc/sysdep.h: this new file and add new values.
23819         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
23820         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
23821         _DL_HWCAP_COUNT to 24.
23822         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
23823         entries.
23824         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
23825         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
23826         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
23827         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
23828         instead of magic constants.
23829         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
23831 2011-08-31  David S. Miller  <davem@davemloft.net>
23833         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
23834         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
23835         Reimplement to do errno handling inline.
23836         (SYSCALL_ERROR_HANDLER): New macro.
23837         (__SYSCALL_STRING): Do not do errno handling in asm.
23838         (__CLONE_SYSCALL_STRING): Delete.
23839         (__INTERNAL_SYSCALL_STRING): Delete.
23840         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
23841         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
23842         (PSEUDO): Reimplement to do errno handling inline.
23843         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
23844         (SYSCALL_ERROR_HANDLER): New macro.
23845         (__SYSCALL_STRING): Do not do errno handling in asm.
23846         (__CLONE_SYSCALL_STRING): Delete.
23847         (__INTERNAL_SYSCALL_STRING): Delete.
23848         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
23849         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
23850         i386.
23851         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
23852         (inline_syscall*): Add 'err' argument.
23853         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
23854         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
23855         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
23856         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
23858         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
23859         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
23861 2011-08-30  Andreas Schwab  <schwab@redhat.com>
23863         * elf/rtld.c (dl_main): Relocate objects in dependency order.
23865 2011-08-29  Jiri Olsa <jolsa@redhat.com>
23867         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
23868         directive.
23870 2011-08-24  David S. Miller  <davem@davemloft.net>
23872         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
23874 2011-08-24  Andreas Schwab  <schwab@redhat.com>
23876         * elf/Makefile: Add rules to build and run unload8 test.
23877         * elf/unload8.c: New file.
23878         * elf/unload8mod1.c: New file.
23879         * elf/unload8mod1x.c: New file.
23880         * elf/unload8mod2.c: New file.
23881         * elf/unload8mod3.c: New file.
23883         * elf/dl-close.c (_dl_close_worker): Reset private search list if
23884         it wasn't used.
23886 2011-08-23  David S. Miller  <davem@davemloft.net>
23888         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
23889         subtract stack bias.
23890         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
23891         %sp not %fp in calculations.
23892         (_JMPBUF_UNWINDS_ADJ): Likewise.
23894         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
23895         (aio_suspend): Call it to force an exception region around the
23896         AIO_MISC_WAIT() invocation.
23898 2011-08-23  Andreas Schwab  <schwab@redhat.com>
23900         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
23901         backslash.
23903 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
23905         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
23906         protection macro.
23907         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
23908         and <dl-machine.h>.
23909         (Elf64_FuncDesc): Remove.
23911 2011-08-22  David S. Miller  <davem@davemloft.net>
23913         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
23914         sigaltstack check, add missing cfi directives.
23915         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
23916         missing cfi directives, and sigaltstack handling.
23918 2011-08-16  Andreas Schwab  <schwab@redhat.com>
23920         [BZ #11724]
23921         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
23922         object is seen twice.
23923         * elf/dl-fini.c (_dl_sort_fini): Likewise.
23925         * elf/Makefile (distribute): Add tst-initorder2.c.
23926         (tests): Add tst-initorder2.
23927         (modules-names): Add tst-initorder2a tst-initorder2b
23928         tst-initorder2c tst-initorder2d.  Add rules to build them.
23929         ($(objpfx)tst-initorder2.out): New rule.
23930         * elf/tst-initorder2.c: New file.
23931         * elf/tst-initorder2.exp: New file.
23933 2011-08-22  Andreas Schwab  <schwab@redhat.com>
23935         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
23937         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
23938         dependencies back to end of function.
23940         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
23941         $(elfobjdir)/ld.so.
23943 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
23945         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
23946         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
23947         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
23948         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
23949         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
23950         of __vdso_gettimeofday.
23951         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
23952         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
23953         attribute_hidden.
23954         (_libc_vdso_platform_setup): Remove initialization of
23955         __vdso_gettimeofday and __vdso_time.
23957 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
23959         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
23960         and fgetc_unlocked.
23961         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
23962         getc_unlocked.
23964         * elf/dl-open.c (add_to_global): Report additions to the global scope
23965         for LD_DEBUG=scopes.
23966         (dl_open_worker): Also print scope of newly loaded dependencies.
23967         (_dl_show_scope): Indicate if there is no scope.
23969         [BZ #13114]
23970         * stdio-common/Makefile (tests): Add bug24.
23971         * stdio-common/bug24.c: New file.
23973 2011-08-19  Andreas Jaeger  <aj@suse.de>
23975         [BZ #13114]
23976         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
23977         non-existant file when using close-on-exec mode.
23979 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
23981         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
23982         the very first instruction.
23984         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
23985         the CFI state in the end.
23986         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
23987         inclusion of dl-trampoline.h.
23988         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
23990 2011-08-19  Andreas Schwab  <schwab@redhat.com>
23992         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
23993         expectations for long double.
23995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
23996         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
23998 2011-08-14  David S. Miller  <davem@davemloft.net>
24000         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
24001         artificual limit depends upon the system page size.
24003 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
24005         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
24006         * resolv/Makefile: Define CFLAGS-libresolv.
24008 2011-08-17  Andreas Schwab  <schwab@redhat.com>
24010         * nss/makedb.c (compute_tables): Make variables used in nested
24011         function static.
24013 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
24015         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
24016         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
24017         if buffer was too small.
24019         * elf/pldd.c (main): Attach to all threads in the process.
24020         Rewrite /proc handling to use *at functions.
24022 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
24024         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
24025         specifies first scope to show.
24026         (dl_open_worker): Update callers.  Move printing scope of new
24027         object to before the relocation.
24028         * elf/rtld.c (dl_main): Update _dl_show_scope call.
24029         * sysdeps/generic/ldsodefs.h: Update declaration.
24031         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
24032         string for the scope number.
24034 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
24036         * nscd/servicescache.c (cache_addserv): Make sure written is always
24037         initialized.
24039 2011-08-14  Roland McGrath  <roland@hack.frob.com>
24041         * sysdeps/i386/i486/bits/atomic.h
24042         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
24043         statement expression, so as to suppress "set but not used" warning.
24044         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
24046         * string/strncat.c (STRNCAT): Use prototype definition.
24048         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
24049         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
24050         -Iprograms here.
24051         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
24052         (localedef-modules): Add localedef.
24053         (locale-modules): Add locale.
24055         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
24056         * elf/rtld.c (dl_main): Invert order of assignment in last change,
24057         to avoid a warning.
24059 2011-08-14  David S. Miller  <davem@davemloft.net>
24061         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
24062         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
24064 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
24066         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
24067         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
24068         * elf/rtld.c (dl_main): Set l_name of vDSO.
24069         Call _dl_show_scope when DL_DEBUG_SCOPES.
24070         (process_dl_debug): Recognize scopes flag and also set it for all.
24071         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
24072         Declare _dl_show_scope.
24074         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
24075         (do_dlopen): Pass caller_dlopen to dl_open.
24076         (__libc_dlopen_mode): Initialize caller_dlopen.
24078         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
24079         of libc.  Make tolower call locale-independent.  Optimize a bit by
24080         using isdigit instead of isalnum.
24081         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
24083 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
24085         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
24086         was a dependency or dynamically loaded.
24088 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
24090         * intl/l10nflist.c: Allow architecture-specific pop function.
24091         * sysdeps/x86_64/l10nflist.c: New file.
24093         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
24094         classification.
24096 2011-08-10  Andreas Schwab  <schwab@redhat.com>
24098         * include/dirent.h: Add libc_hidden_proto for scandirat and
24099         scandirat64.  Don't declare __scandirat64.
24100         * dirent/scandirat.c: Add libc_hidden_def.
24101         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
24102         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
24104 2011-08-10  David S. Miller  <davem@davemloft.net>
24106         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
24107         enum.
24108         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24109         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24110         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24112 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
24114         * Versions.def [libc]: Add GLIBC_2.15.
24115         * dirent/Makefile (routines): Add scandirat and scandirat64.
24116         * dirent/Versions [libc]: Export scandirat and scandirat64 for
24117         GLIBC_2.15.
24118         * dirent/dirent.h: Declare scandirat and scandirat64.
24119         * dirent/scandirat.c: New file.
24120         * dirent/scandirat64.c: New file.
24121         * sysdeps/wordsize-64/scandirat.c: New file.
24122         * sysdeps/wordsize-64/scandirat64.c: New file.
24123         * dirent/opendir.c: Define opendirat.
24124         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
24125         using scandirat.
24126         * dirent/scandir64.c: Adjust for scandir.c change.
24127         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
24128         __scandirat64, and __scandir_cancel_handler.
24129         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
24130         additional parameter and use openat instead of open (outside of ld.so).
24131         Add new __opendir as wrapper around __opendirat.
24132         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
24133         here without requiring old scandirat implementation.
24135 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
24137         * dirent/scandir.c (cancel_handler): Renamed to
24138         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
24139         defined.  Adjust users.
24140         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
24141         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
24143 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
24145         * string/test-string.h (IMPL): Use __STRING to expand name and then
24146         stringify it.
24148         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
24149         of cleanups.
24151 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
24153         * string/Makefile: Update.
24154         (strop-tests): Append strncat.
24155         * string/test-wcscmp.c: New file.
24156         New comprehensive test for wcscmp.
24157         * string/test-strcmp.c: Update.
24158         (WIDE): New define.
24160 2011-07-22  Andreas Schwab  <schwab@redhat.com>
24162         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
24163         line.
24165 2011-07-26  Andreas Schwab  <schwab@redhat.com>
24167         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
24168         encoding to ACE if AI_IDN.
24170 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
24172         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
24173         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
24175 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24177         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
24178         Fix overflow bug in strncat.
24179         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
24181         * string/test-strncat.c: Update.
24182         Add new tests for checking overflow bugs.
24184 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24186         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
24187         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
24188         * sysdeps/i386/i686/multiarch/strcat.S: New file.
24189         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
24190         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
24191         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
24192         * sysdeps/i386/i686/multiarch/strncat.S: New file.
24193         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
24194         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
24196         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
24197         (USE_AS_STRCAT): Define.
24198         Add strcat and strncat support.
24199         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
24201 2011-07-25  Andreas Schwab  <schwab@redhat.com>
24203         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
24204         __n bigger than INT_MAX+1.
24205         (__strncmp_g): Likewise.
24207 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
24209         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
24210         * libio/stido.h: Likewise.
24212         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
24213         (AF_NFC): Define.
24214         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
24215         (AF_NFC): Define.
24217         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
24218         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24219         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24220         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
24221         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24223         [BZ #13021]
24224         * scripts/test-installation.pl: Don't expect libnss_test1 to be
24225         installed.
24227         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
24228         typo.
24229         (_dl_x86_64_save_sse): Likewise.
24231 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
24233         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
24234         OSXSAVE.
24235         (_dl_x86_64_save_sse): Likewise.
24237         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
24239         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
24241 2011-07-21  Andreas Schwab  <schwab@redhat.com>
24243         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
24244         change.
24245         (_dl_x86_64_save_sse): Use correct AVX check.
24247 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
24249         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
24250         bug in strncpy/strncat.
24251         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
24253 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
24255         * string/tester.c (test_strcat): Add tests for different alignments
24256         of source and destination.
24257         (test_strncat): Likewise.
24259 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
24261         [BZ #12852]
24262         * posix/glob.c (glob): Check passed in values before using them in
24263         expressions to avoid some overflows.
24264         (glob_in_dir): Likewise.
24266         [BZ #13007]
24267         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
24268         check for AVX enablement so that we don't crash with old kernels and
24269         new hardware.
24270         * elf/tst-audit4.c: Add same checks here.
24271         * elf/tst-audit6.c: Likewise.
24273         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
24275 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
24277         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
24279 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
24281         * po/cs.po: Update from translation team.
24282         * po/bg.po: Likewise.
24284 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
24286         * misc/sys/cdefs.h: Add support for const attribute.
24287         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
24288         to gnu_dev_{major,minor,makedev} functions.
24290 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
24292         * intl/dcigettext.c (get_output_charset): Add missing bracket.
24294 2011-07-20  Andreas Schwab  <schwab@redhat.com>
24296         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
24297         strlen results.
24299 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24301         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
24302         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
24303         register in order to avoid conflicts with the soft frame pointer
24304         being held in r11 when necessary.
24305         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
24306         (INTERNAL_VSYSCALL_NCS): Likewise.
24308 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
24310         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
24311         * elf/dl-fini.c (_dl_fini): Adjust caller.
24312         * elf/dl-close.c (_dl_close_worker): Likewise.
24313         * sysdeps/generic/ldsodefs.h: Adjust declaration.
24315 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
24317         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
24318         "aux_cache->nlibs < 0".
24320         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
24321         in the reload-count case.
24323 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24325         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
24326         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
24327         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
24328         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
24329         * sysdeps/x86_64/multiarch/strcat.S: New file.
24330         * sysdeps/x86_64/multiarch/strncat.S: New file.
24331         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
24332         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
24333         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
24334         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
24335         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
24336         (USE_AS_STRCAT): Define.
24337         Add strcat and strncat support.
24338         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
24339         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
24340         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
24341         * string/strncat.c: Update.
24342         (USE_AS_STRNCAT): Define.
24343         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24344         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
24345         and i7.
24346         * sysdeps/x86_64/multiarch/init-arch.h
24347         (bit_Prefer_PMINUB_for_stringop): New.
24348         (index_Prefer_PMINUB_for_stringop): Likewise.
24349         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
24350         bit_Prefer_PMINUB_for_stringop.
24352 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
24354         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
24355         buffer64.
24356         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
24357         of casting of buffer.
24358         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
24359         buffer32 and buffer64.
24360         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
24361         writes instead of casting of buffer.
24362         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
24363         buffer32.
24364         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
24365         casting of buffer.
24367 2011-07-19  Andreas Schwab  <schwab@redhat.com>
24369         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
24371 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
24373         * nscd/nscd.c (termination_handler): Don't do anything for a database
24374         if it has not yet been initialized.
24376 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
24378         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
24380 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
24382         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
24384 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
24386         * po/nl.po: Update from translation team.
24387         * po/sv.po: Likewise.
24389 2011-07-16  Roland McGrath  <roland@hack.frob.com>
24391         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
24392         now disallowed by GCC.
24394         * configure.in (use-default-link): Default to yes if a test -shared
24395         link meets our qualifications.
24396         * configure: Regenerated.
24398         * config.make.in (output-format): New variable.
24399         * configure.in: Check for ld --print-output-format support.
24400         * configure: Regenerated.
24401         * Makerules ($(common-objpfx)format.lds)
24402         [$(output-format) != unknown]: Just use $(output-format),
24403         instead of the linker-script munging.
24405 2011-07-14  Roland McGrath  <roland@hack.frob.com>
24407         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
24408         of $(common-objpfx)shlib.lds.
24409         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
24411         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
24412         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
24414         * configure.in (-z relro check): Adjust test code to add a large
24415         writable data section after it.
24416         * configure: Regenerated.
24418 2011-07-11  Roland McGrath  <roland@hack.frob.com>
24420         * configure.in (-z relro check): Fix test code to make the variable
24421         truly const.
24422         * configure: Regenerated.
24424 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
24426         * nscd/nscd.h (struct traced_file): Define.
24427         (struct database_dyn): Remove inotify_descr, reset_res, and filename
24428         elements.  Add traced_files.
24429         (inotify_fd): Declare.
24430         (register_traced_file): Declare.
24431         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
24432         (inotify_fd): Export.
24433         (resolv_conf_descr): Remove.
24434         (nscd_init): Move inotify descriptor creation to main.
24435         Don't register files for notification here.
24436         (register_traced_file): New function.
24437         (invalidate_cache): Don't use reset_res to determine whether to call
24438         res_init, go through the list of registered files.
24439         (main_loop_poll): The inotify descriptors are now stored in the
24440         structures for the traced files.
24441         (main_loop_epoll): Likewise
24442         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
24443         to __nss_disable_nscd.
24444         * nscd/cache.c (prune_cache): There is no single inotify descriptor
24445         for a database anymore.  Check the records for all the registered
24446         files instead.
24447         * nss/Makefile (libnss_files-routines): Add files-init.
24448         (libnss_db-routines): Add db-init.
24449         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
24450         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
24451         * nss/nss_db/db-init.c: New file.
24452         * nss/nss_files/files-init.c: New file.
24453         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
24454         __nss_lookup_function.
24455         (__nss_lookup_function): Call nss_load_library.
24456         (nss_load_all_libraries): New function.
24457         (__nss_disable_nscd): Take parameter with callback function for files
24458         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
24459         used for the cached services.
24460         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
24461         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
24462         options for features to all the files in nscd.
24464         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
24466 2011-07-10  Roland McGrath  <roland@hack.frob.com>
24468         * csu/elf-init.c (__libc_csu_init): Comment typo.
24470 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
24472         * po/pl.po: Update from translation team.
24473         * po/ja.po: Likewise.
24474         * po/ru.po: Likewise.
24475         * po/ko.po: Likewise.
24476         * po/fr.po: Likewise.
24478 2011-07-09  Roland McGrath  <roland@hack.frob.com>
24480         * configure.in (.ctors/.dtors header and trailer check):
24481         Use an empirical test on a built program.
24482         * configure: Regenerated.
24484         * configure.in (-z relro check): Use an empirical test on a built DSO.
24485         Detect, but do not require, on ia64.
24486         * configure: Regenerated.
24488         * configure.in (READELF): Find it with AC_CHECK_TOOL.
24489         Update tests that use readelf to use $READELF instead.
24490         * configure: Regenerated.
24492 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
24494         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
24495         if the result is not used.
24497 2011-07-05  Andreas Jaeger  <aj@suse.de>
24499         [BZ#9696]
24500         * stdlib/tst-strtod.c: Add testcase.
24502 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
24504         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
24505         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
24506         The latter has a higher limit.  Take additional parameter to pass to
24507         the new function.
24508         (__pathconf): Pass file to __statfs_link_max.
24509         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
24510         __statfs_link_max.
24511         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
24512         __statfs_link_max.
24514         [BZ #12868]
24515         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
24516         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24517         Handle Lustre.
24518         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
24519         (__statfs_filesize_max): Likewise.
24520         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
24522 2011-07-05  Andreas Jaeger  <aj@suse.de>
24524         * resolv/res_comp.c (dn_skipname): Remove unused variable.
24526 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
24528         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
24529         `status' variable.
24530         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
24531         Likewise.
24533 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
24535         * Makefile (strop-tests): Add strncat.
24536         * string/test-strncat.c: New file.
24538 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
24540         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
24542 2011-06-21  Andreas Jaeger  <aj@suse.de>
24544         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
24545         Copy rule from iconvdata/Makefile.
24547 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
24549         [BZ #12922]
24550         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
24551         but no long options are defined, just return 'W'.
24553 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
24555         [BZ #9696]
24556         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
24558 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
24560         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
24561         netgroups to read.
24562         (innetgr): Likewise.
24564 2011-07-05  Roland McGrath  <roland@hack.frob.com>
24566         * config.make.in (install_root): Default to $(DESTDIR).
24568 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
24570         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
24572 2011-07-02  Roland McGrath  <roland@hack.frob.com>
24574         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
24576         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
24577         containing directory rather than embedding absolute directory names.
24579         * scripts/check-local-headers.sh: Rewritten using awk.
24580         Match by word, not by line.  Print error messages for matches.
24581         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
24583         * Makerules [shlib-lds-flags empty]:
24584         ($(common-objpfx)libc_pic.opts): New target.
24585         ($(common-objpfx)libc_pic.os.clean): New target.
24586         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
24588         * config.make.in (OBJCOPY): New variable.
24589         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
24590         * configure: Regenerated.
24592         * config.make.in (use-default-link): New variable.
24593         * configure.in (use_default_link): Grok --with-default-link to set it.
24594         * configure: Regenerated.
24595         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
24596         (shlib-lds, shlib-lds-flags): Define to empty.
24598         * Makerules (shlib-lds): New variable.
24599         (shlib-lds-flags): New variable.
24600         (build-shlib, build-moduile, build-module-asneeded): Use it.
24601         ($(common-objpfx)libc.so): Use $(shlib-lds).
24602         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
24603         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
24605         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
24606         DT_FLAGS/DT_FLAGS_1 with zero flags.
24608         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
24609         linker script munging.
24611 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
24613         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
24614         as 128-bit value.
24615         * crypt/sha512.c (sha512_process_block): Perform total addition using
24616         128-bit if possible.
24617         (__sha512_finish_ctx): Likewise.
24618         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
24619         as 64-bit value.
24620         * crypt/sha256.c (SWAP64): Define.
24621         (sha256_process_block): Perform total addition using 64-bit if
24622         possible.
24623         (__sha256_finish_ctx): Likewise.
24625 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
24627         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
24628         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24629         * nscd/hstcache.c (cache_addhst): Likewise.
24630         * nscd/grpcache.c (cache_addgr): Likewise.
24631         * nscd/aicache.c (addhstaiX): Likewise
24632         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
24634 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
24636         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
24637         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24638         * nscd/hstcache.c (cache_addhst): Likewise.
24639         * nscd/grpcache.c (cache_addgr): Likewise.
24640         * nscd/aicache.c (addhstaiX): Likewise
24642 2011-07-01  Andreas Schwab  <schwab@redhat.com>
24644         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
24645         domain only when needed.
24647 2011-06-30  Andreas Schwab  <schwab@redhat.com>
24649         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
24650         is always restored.
24652 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
24654         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
24655         are re-adding the entry.
24656         * nscd/servicescache.c (cache_addserv): Likewise.
24658 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
24660         * sysdeps/generic/dl-irel.h: fix protection against multiple
24661         inclusions.
24662         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
24664 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
24666         [BZ #12935]
24667         * malloc/memusage.sh: Fix quoting in message.
24668         * debug/xtrace.sh: Likewise.
24670         * configure.in: Remove support for --experimental-malloc option, make
24671         it the default.
24672         * config.make.in: Likewise.
24673         * malloc/Makefile: Likewise.
24675 2011-06-27  Andreas Schwab  <schwab@redhat.com>
24677         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
24678         two-byte characters.
24680 2011-06-27  Roland McGrath  <roland@hack.frob.com>
24682         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
24683         AC_CACHE_CHECK invocation.
24684         * configure: Regenerated.
24686         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
24688 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
24690         [BZ #12350]
24691         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
24692         bit from old_res_options.
24694         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
24696         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
24697         value type for setfct.
24699 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
24701         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
24702         __gettimeofday instead of gettimeofday.
24704 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
24706         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
24708 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
24710         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
24712         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
24713         info.
24715 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
24717         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
24718         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
24719         strcpy-sse2-unaligned strncpy-sse2-unaligned
24720         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
24721         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
24722         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
24723         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
24724         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
24725         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
24726         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
24727         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
24728         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
24729         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
24730         (STRCPY): Support SSE2 and SSSE3 versions.
24732 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
24734         [BZ #12874]
24735         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
24736         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
24737         kernels which artificially limit size of requests.
24739 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
24741         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
24742         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
24743         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
24744         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
24745         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
24746         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
24747         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
24748         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
24749         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
24750         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
24751         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
24752         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
24753         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
24754         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
24755         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
24756         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24757         Enable unaligned load optimization for Intel Core i3, i5 and i7
24758         processors.
24759         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
24760         Define.
24761         (index_Fast_Unaligned_Load): Define.
24762         (HAS_FAST_UNALIGNED_LOAD): Define.
24764 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
24766         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
24768 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
24770         [BZ #12907]
24771         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
24772         until it is clear that the information is realy needed.
24773         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
24775 2011-06-22  Andreas Schwab  <schwab@redhat.com>
24777         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
24779 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
24781         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
24782         /sys/devices/system/cpu/online if it is usable.
24784         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
24785         reading the information from the /proc filesystem to once a second.
24787 2011-06-21  Andreas Jaeger  <aj@suse.de>
24789         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
24790         NULL after inclusion of kernel headers.
24792 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
24794         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
24795         calls to internal_setent.
24797         [BZ #12885]
24798         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
24799         addresses using gethostbyname4_r ignore IPv4 addresses.
24801         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
24802         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
24804         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
24806 2011-06-20  David S. Miller  <davem@davemloft.net>
24808         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
24809         inclusions.
24810         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
24812         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
24813         (elf_irel): Use it.
24814         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
24815         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
24816         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
24817         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
24818         * sysdeps/x86_64/dl-irel.h: Likewise.
24820         * elf/dl-runtime.c: Use elf_ifunc_invoke.
24821         * elf/dl-sym.c: Likewise.
24823 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
24825         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
24826         need to dereference resplen2.
24828 2011-06-14  Andreas Schwab  <schwab@redhat.com>
24830         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
24832 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
24834         * Makeconfig: Define vardbdir and inst_vardbdir.
24835         * nss/Makefile: Add rules to install db-Makefile.
24837         * nss/nss_db/db-XXX.c: Cleanup.
24839         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
24840         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
24841         GLIBC_PRIVATE.
24842         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
24843         * nss/makedb.c: Implement -g option to specify that value strings
24844         are generated and should not be added to table iterated over for
24845         get*ent calls.
24846         * nss/nss_db/db-initgroups.c: New file.
24848         * nss/getent.c: Add support for initgroups lookups through getgrouplist
24849         interface.
24851         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
24852         (internal_getgrouplist): Adjust to name change.
24853         Update use_initgroups_entry if this is not the first call.
24854         * nss/databases.def: Add initgroups entry.
24856         * nss/makedb.c (compute_tables): Check result of multiple hash table
24857         sizes to minimize maximum chain length.
24859 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
24861         * Versions.def: Add entry for libnss_db.
24862         * shlib-versions: Likewise.
24863         * nss/Makefile: Add rules to build libnss_db.
24864         * nss/Versions: Add libnss_db information.  Organize libnss_files
24865         entries better.
24866         * nss/db-Makefile: Add gshadow support.  Change rules for the new
24867         makedb progra.  Some minor improvements to generate smaller files.
24868         * nss/nss_db/nss_db.h: Move NSS database header data structures to
24869         here from...
24870         * nss/makedb.c: ...here.
24871         Improve database format to be smaller and require less memory at
24872         runtime.
24873         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
24874         db anymore.
24875         * nss/nss_db/db-netgrp.c: Likewise.
24876         * nss/nss_db/db-open.c: Likewise.
24877         * nss/nss_files/flies-XXX.x: Adjust comments.
24878         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
24879         * nss/nss_files/files-grp.c: Likewise.
24880         * nss/nss_files/files-hosts.c: Likewise.
24881         * nss/nss_files/files-network.c: Likewise.
24882         * nss/nss_files/files-proto.c: Likewise.
24883         * nss/nss_files/files-pwd.c: Likewise.
24884         * nss/nss_files/files-rpc.c: Likewise.
24885         * nss/nss_files/files-service.c: Likewise.
24886         * nss/nss_files/files-sgrp.c: Likewise.
24887         * nss/nss_files/files-spwd.c: Likewise.
24888         * nss/nss_db/db-alias.c: Removed.
24889         * nss/nss_db/dummy-db.h: Removed.
24891 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
24893         * nss/makedb.c: Rewritten to not use database library.
24894         * nss/Makefile: Update to build new makedb program.
24896 2011-06-14  Andreas Jaeger  <aj@suse.de>
24898         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
24899         memset declaration.
24901 2011-06-10  Andreas Schwab  <schwab@redhat.com>
24903         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
24904         tmpbuf.
24906 2011-06-10  Roland McGrath  <roland@hack.frob.com>
24908         * Makerules (shlib.lds): Fail if the linker script comes out empty.
24909         * elf/Makefile ($(objpfx)ld.so): Likewise.
24911         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
24912         Don't list ld.so twice in dependencies.
24914         * posix/bug-regex31.c: Include <stdlib.h>.
24916         * nscd/hstcache.c (cache_addhst): Remove unused variable.
24918         * nis/nss_compat/compat-spwd.c
24919         (getspent_next_nss_netgr): Remove unused variable.
24920         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
24922         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
24923         nonmembers" output to use the right array.
24925         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
24927         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
24929         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
24930         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
24931         * catgets/gencat.c (read_input_file): Likewise.
24932         * locale/programs/locarchive.c (enlarge_archive): Likewise.
24934         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
24935         variable definition inside #if's controlling its use.
24937         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
24939         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
24941         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
24943         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
24944         unreachable code.
24946         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
24948         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
24949         * configure: Regenerated.
24951         * Makerules: Revert last change.
24952         * elf/Makefile: Likewise.
24954 2011-06-09  Roland McGrath  <roland@hack.frob.com>
24956         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
24957         * elf/Makefile ($(objpfx)librtld.os): Likewise.
24958         (reloc-link): Likewise.
24960 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
24962         * elf/Makefile: Add rules to build pldd.
24963         * elf/pldd.c: New file.
24964         * elf/pldd-xx.c: New file.
24966 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
24968         * version.h: Update for 2.15 development version.
24970 2011-06-07  David S. Miller  <davem@davemloft.net>
24972         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
24973         ifuncs.
24974         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
24975         elf_machine_lazy_rel): Likewise.
24976         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
24977         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
24978         elf_machine_lazy_rel): Likewise.
24979         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
24980         dl_hwcap via passed in argument.
24981         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
24982         Likewise.
24984 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24986         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
24988 2011-06-06  Roland McGrath  <roland@hack.frob.com>
24990         [BZ #12849]
24991         * manual/fdl-1.1.texi: New file, verbatim from:
24992         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
24993         * manual/lgpl-2.1.texi: New file, verbatim from:
24994         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
24995         * manual/Makefile (licenses): New variable, list those new file names.
24996         (texis): Use it.
24997         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
24999         * manual/fdl.texi: File removed.
25000         * manual/lesser.texi: File removed.
25001         * manual/libc.texinfo (Copying, Documentation License):
25002         Use new @include file names, put @appendix directive before @include.
25004 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
25006         [BZ #12841]
25007         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
25008         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
25009         (mq_open): Add __NTH.
25011 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
25013         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25014         Assume Intel Core i3/i5/i7 processor if AVX is available.
25016 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
25018         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
25019         typo.
25021 2011-05-31  Andreas Schwab  <schwab@redhat.com>
25023         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
25024         memory.  Use alloca_account.  Fix memory leak when retrying.
25026 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
25028         * version.h (RELEASE): Bump for 2.14 release.
25029         * include/features.h (__GLIBC_MINOR__): Bump to 14.
25031         * config.make.in (RANLIB): Remove entry.
25033 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
25035         * po/Makefile (po-sed-cmd): Add ksh to extensions.
25036         (libc.pot): Work around missing support for .ksh extension in xgettext.
25038         [BZ #12684]
25039         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
25040         if both request failed.
25041         (send_dg): In case of server errors clear resplen or *resplen2.
25043         [BZ #12454]
25044         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
25045         when there are multiple maps.
25046         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
25047         (_dl_fini): Remove test here.
25049         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
25051 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
25053         [BZ #12350]
25054         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
25055         bit from old_res_options.
25056         (gaih_inet): Likewise.
25058         [BZ #11099]
25059         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
25060         as signed.
25062         * resolv/res_init.c (res_setoptions): Make the code more compact.
25064         [BZ #11558]
25065         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
25066         set RES_USEVC.
25068         [BZ #11634]
25069         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
25071         * malloc/malloc.h: Mark malloc hook variables as deprecated.
25073         [BZ #11781]
25074         * malloc/malloc.h: Declare malloc hook variables as volatile.
25076         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
25077         in last patch.
25079         [BZ #11799]
25080         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
25081         raise in the comment.
25082         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
25083         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
25084         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
25086 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
25088         [BZ #12811]
25089         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
25090         grow the buffers more if it already has to be sufficient.
25091         (build_wcs_upper_buffer): Likewise.
25092         * posix/regexec.c (check_matching): Likewise.
25093         (clean_state_log_if_needed): Likewise.
25094         (extend_buffers): Don't enlarge buffers beyond size of the input
25095         buffer.
25096         Patches mostly by Emil Wojak <emil@wojak.eu>.
25097         * posix/bug-regex32.c: New file.
25098         * posix/Makefile (tests): Add bug-regex32.
25100         * locale/findlocale.c (_nl_find_locale): Return right away if
25101         _nl_explode_name failed.
25102         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
25104         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
25106         * debug/xtrace.sh: Unify messages.
25107         * malloc/memusage.sh: Likewise.
25109         [BZ #12813]
25110         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
25111         time symbol from vDSO.  Substitute with vsyscall if not available.
25112         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
25113         __vdso_time.
25115         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
25116         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
25117         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
25118         Add sendmmsg and internal_sendmmsg.
25119         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
25120         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
25121         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
25123         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
25124         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
25125         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
25127 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
25129         [BZ #12813]
25130         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
25131         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
25132         available.
25133         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
25134         __vdso_getcpu.
25136         [BZ #12814]
25137         * iconvdata/Makefile (tests): Add bug-iconv9.
25138         * iconvdata/bug-iconv9.c: New file.
25140 2011-05-27  Andreas Schwab  <schwab@redhat.com>
25142         [BZ #12814]
25143         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
25145 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
25147         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
25148         (struct user_regs_struct): Change intcs field back to cs.
25150 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
25152         * po/ja.po: Update from translation team.
25154 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
25156         [BZ #12795]
25157         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
25158         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
25160 2011-05-20  Andreas Schwab  <schwab@redhat.com>
25162         * stdlib/longlong.h: Update from GCC.
25164 2011-05-23  Andreas Schwab  <schwab@redhat.com>
25166         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
25167         parameter name.
25168         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
25169         Add parameter name.
25170         (__sysconf): Pass it down.
25172 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
25174         [BZ #12671]
25175         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
25176         some situations.
25177         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
25178         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
25179         add in in __libc_use_alloca calls.  Adjust callers.
25180         (glob): Use malloc in some situations.
25182         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
25183         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
25184         pltexit.
25186 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
25188         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
25189         and CLOCK_BOOTTIME_ALARM.
25191         [BZ #12782]
25192         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
25193         is returned.
25195         * string/_strerror.c (__strerror_r): Print negative errors as signed
25196         numbers.
25198         [BZ #12777]
25199         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
25200         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
25201         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
25203         * configure.in: Fix typo in redirection and correct removal of test
25204         files in two cases.
25206         [BZ #12788]
25207         * locale/setlocale.c (new_composite_name): Fix test to check for
25208         identical name of all categories.
25210         [BZ #12792]
25211         * libio/filedoalloc.c (local_isatty): New function.
25212         (_IO_file_doallocate): Use local_isatty.
25213         * stdio-common/perror.c (perror): In case a new stream is used
25214         forward the stream error.
25215         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
25216         error flag.
25218 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
25220         [BZ #11869]
25221         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
25222         alloca.
25223         * include/alloca.h (extend_alloca_account): Define.
25225         [BZ #11857]
25226         * posix/regex.h: Fix comments with documentation of user-accessible
25227         fields after compilation and describe correct free'ing of pattern
25228         after re_compile_pattern.
25229         Patch by Reuben Thomas <rrt@sc3d.org>.
25231 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
25233         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
25234         and -mno-altivec to prevent the compiler from using Altivec and/or
25235         VSX instructions when the corresponding registers are not available.
25237 2011-05-19  Andreas Schwab  <schwab@redhat.com>
25239         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
25241 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
25243         * libio/freopen.c (freopen): Use __dup2, not dup2.
25244         * libio/freopen64.c (freopen64): Likewise.
25246 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
25248         [BZ #12775]
25249         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
25250         * math/Makefile (tests): Add test-powl.
25251         (CFLAGS-test-powl.c): Define.
25252         * math/test-powl.c: New file.
25254 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
25256         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
25258 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
25260         [BZ #11837]
25261         * iconvdata/gb18030.c: Update to GB18020-2005.
25263 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
25265         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
25266         RE_SYNTAX_POSIX_AWK): Update to match recent development.
25267         Patch by Aharon Robbins <arnold@skeeve.com>.
25269         [BZ #11892]
25270         * stdlib/putenv.c (putenv): Don't always create copy of the variable
25271         on the stack.
25273         [BZ #11895]
25274         * misc/pselect.c (__pselect): Handle timeout value errors hidden
25275         through underflows.
25277         [BZ #12766]
25278         * misc/error.c (error_at_line): Ensure file_name and old_file_name
25279         point to strings before performing equality test for error_one_per_line
25280         mode.
25282         [BZ #11697]
25283         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
25285         [BZ #11820]
25286         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
25287         (struct user_fpregs_struct): Avoid __uint*_t types.
25289         [BZ #6420]
25290         * malloc/mtrace.c (tr_where): Add additional parameter to point to
25291         symbol info.  Use it instead of calling _dl_addr locally.
25292         (lock_and_info): New function.
25293         (tr_freehook): Call lock_and_info and pass symbol info as additional
25294         parameter to tr_where.
25295         (tr_mallochook): Likewise.
25296         (tr_reallochook): Likewise.
25297         (tr_memalignhook): Likewise.
25299         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
25300         used and couldn't be at all thread-safe.
25302 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
25304         * libio/freopen.c (freopen): Don't close old file descriptor
25305         before the new one is opened.  Instead dup the new file descriptor
25306         to the old one after the new stream is created.
25307         * libio/freopen64.c (freopen64): Likewise.
25308         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
25309         * libio/fileops.c (_IO_new_file_close_it): Handle new
25310         _IO_FLAGS2_NOCLOSE flag.
25311         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
25312         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
25313         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
25314         _IO_FLAGS2_NOCLOSE flag.
25315         * include/unistd.h: Add hidden_proto for dup3.
25316         Define __have_dup3.
25317         * io/dup3.c: Define hidden symbol.
25318         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
25320         [BZ #7101]
25321         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
25322         when an incomplete long option is used.
25323         * posix/tst-getopt_long1.c: New file.
25324         * posix/Makefile (tests): Add tst-getopt_long1.
25326         [BZ #10138]
25327         * scripts/config.guess: Update from autoconf-2.68.
25328         * scripts/config.sub: Likewise.
25330         [BZ #10157]
25331         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
25332         tests into ...
25333         (has_cpuclock): ...this.  New function.
25334         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
25335         macro here based on has_cpuclock code.
25337         [BZ #10149]
25338         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
25339         First byte (not low byte) is now always NUL.
25340         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
25342         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
25343         Use non-cancelable interfaces.
25345         [BZ #9809]
25346         * locale/iso-639.def: Add entry for Sorani.
25348         [BZ #11901]
25349         * include/stdlib.h: Move include protection to the right place.
25350         Define abort_msg_s.  Declare __abort_msg with it.
25351         * stdlib/abort.c (__abort_msg): Adjust type.
25352         * assert/assert.c (__assert_fail_base): New function.  Majority
25353         of code from __assert_fail.  Allocate memory for __abort_msg with
25354         mmap.
25355         (__assert_fail): Now call __assert_fail_base.
25356         * assert/assert-perr.c: Remove bulk of implementation.  Use
25357         __assert_fail_base.
25358         * include/assert.hL Declare __assert_fail_base.
25359         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
25360         mmap.
25361         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
25363 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
25365         [BZ #11952]
25366         [BZ #12453]
25367         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
25368         until all modules are registered in the DTV.
25369         * elf/Makefile: Add rules to build and run tst-tls19.
25370         * elf/tst-tls19.c: New file.
25371         * elf/tst-tls19mod1.c: New file.
25372         * elf/tst-tls19mod2.c: New file.
25373         * elf/tst-tls19mod3.c: New file.
25374         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
25376         [BZ #12083]
25377         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
25378         correctly.
25380         [BZ #12601]
25381         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
25382         two-byte sequence errors.
25383         * iconvdata/Makefile (tests): Add bug-iconv8.
25384         * iconvdata/bug-iconv8.c: New file.
25386         [BZ #12626]
25387         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
25388         buf2 definition.
25390         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
25392         [BZ #12432]
25393         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
25394         (dummy_getcfa): New function.
25395         (init): Get _Unwind_GetCFA address, use dummy if not found.
25396         (backtrace_helper): In recursion check, also check whether CFA changes.
25397         (__backtrace): Completely initialize arg.
25399         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
25400         storing incomplete byte sequence in state object.  Avoid testing for
25401         guaranteed too small input if we know there is enough data available.
25403 2011-05-11  Andreas Schwab  <schwab@redhat.com>
25405         * Makeconfig (+link-pie): Indent.
25406         * Rules (binaries-pie): Define if $(have-fpie) and
25407         $(build-shared).
25408         (binaries-shared): Also filter out $(binaries-pie).
25409         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
25410         * nscd/Makefile (others-pie): Add nscd.
25411         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
25412         ($(objpfx)nscd): Remove command override.
25413         * login/Makefile (others-pie): Add pt_chown.
25414         ($(objpfx)pt_chown): Remove command override.
25415         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
25416         remove command overrides.
25418 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
25420         * libio/tst_putwc.c: Fix error messages.
25422         [BZ #12724]
25423         * libio/fileops.c (_IO_new_file_close_it): Always flush when
25424         currently writing and seek to current position when not.
25425         * libio/Makefile (tests): Add bug-fclose1.
25426         * libio/bug-fclose1.c: New file.
25428 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
25430         [BZ #12511]
25431         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
25432         don't set DF_1_NODELETE here.
25433         (do_lookup_x): When entering new entry test for copy relocation
25434         and if necessary set DF_1_NODELETE flag.
25435         * elf/tst-unique4.cc: New file.
25436         * elf/tst-unique4.h: New file.
25437         * elf/tst-unique4lib.cc: New file.
25438         * elf/Makefile: Add rules to build and run tst-unique4.
25439         Patch by Piotr Bury <pbury@goahead.com>.
25441 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
25443         [BZ #12052]
25444         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
25446         [BZ #12625]
25447         * misc/mntent_r.c (addmntent): Flush the stream after the output
25449         [BZ #12393]
25450         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
25451         (is_trusted_path_normalize): Skip initial colon.  Append slash
25452         to empty buffer.  Duplicate is_trusted_path code but allow
25453         constructed patch to be prefix.
25454         (is_dst): Allow $ORIGIN followed by /.
25455         (_dl_dst_substitute): Correct clearing of check_for_trusted.
25456         Correct testing of result of is_trusted_path_normalize
25457         (decompose_rpath): Fix warning.
25459 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
25461         [BZ #11257]
25462         * grp/initgroups.c (internal_getgrouplist): When we found the service
25463         list through the initgroups entry in nsswitch.conf do not always
25464         continue on a successful lookup.  Don't always use the
25465         __nss_group_database value if it is set.
25466         * nss/nsswitch.conf (initgroups): Change action for successful db
25467         lookup to continue for compatibility.
25469 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
25471         [BZ #11532]
25472         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
25473         and CP774 modules.
25474         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
25475         and CP774 modules.
25476         * iconvdata/tst-tables.sh: Likewise.
25477         * iconvdata/cp770.c: New file.
25478         * iconvdata/cp771.c: New file.
25479         * iconvdata/cp772.c: New file.
25480         * iconvdata/cp773.c: New file.
25481         * iconvdata/cp774.c: New file.
25482         * iconvdata/testdata/CP770: New file.
25483         * iconvdata/testdata/CP770..UTF8: New file.
25484         * iconvdata/testdata/CP771: New file.
25485         * iconvdata/testdata/CP771..UTF8: New file.
25486         * iconvdata/testdata/CP772: New file.
25487         * iconvdata/testdata/CP772..UTF8: New file.
25488         * iconvdata/testdata/CP773: New file.
25489         * iconvdata/testdata/CP773..UTF8: New file.
25490         * iconvdata/testdata/CP774: New file.
25491         * iconvdata/testdata/CP774..UTF8: New file.
25493         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
25494         END CHARMAP line.
25495         * iconvdata/gen-8bit-gap.sh: Likewise.
25496         * iconvdata/gen-8bit.sh: Likewise.
25498         * locale/iso-639.def: Add ary entry.
25500         [BZ #11258]
25501         * locale/C-translit.h.in: Add U20A1 transliteration.
25503         [BZ #12178]
25504         * locale/iso-639.def: Add wae entry.
25505         Patch by Kevin Bortis <bortis@translate-wae.ch>.
25507         [BZ #12545]
25508         * locale/programs/localedef.c (construct_output_path): Use ssize_t
25509         for n.
25511         [BZ #12711]
25512         * locale/C-translit.h.in: Add entry for U20B9.
25513         Patch by pravin.d.s@gmail.com.
25515 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
25517         [BZ #12713]
25518         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
25519         ENAMETOOLONG use generic getcwd.
25520         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
25521         in rtld.  Use *stat64.
25522         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
25523         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
25524         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
25525         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
25526         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
25527         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
25528         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
25529         __fstatat64 macros.
25530         * include/dirent.h: Add libc_hidden_proto for rewinddir.
25531         * dirent/rewinddir.c: Add libc_hidden_def.
25532         * sysdeps/mach/hurd/rewinddir.c: Likewise.
25533         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
25535         * include/dirent.h (__alloc_dir): Add flags parameter.
25536         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
25537         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
25538         __alloc_dir.
25539         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
25540         from fdopendir if O_CLOEXEC is already set.
25542 2011-03-15  Alan Modra  <amodra@gmail.com>
25544         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
25545         l_tls_firstbyte_offset non-zero.  Save padding offset in
25546         l_tls_firstbyte_offset for later use.
25547         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
25548         freeing static tls block.
25550 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
25552         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
25553         where #ifdef was intended.  The intent is to prevent ARG_MAX from
25554         being defined by the kernel headers.
25556 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
25558         [BZ #12734]
25559         * resolv/resolv.h: Define RES_NOTLDQUERY.
25560         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
25561         no-tld-query and set RES_NOTLDQUERY.
25562         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
25563         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
25564         modern BIND to search name as TLD unless forbidden.
25566 2011-05-07  Petr Baudis  <pasky@suse.cz>
25567             Ulrich Drepper  <drepper@gmail.com>
25569         [BZ #12393]
25570         * elf/dl-load.c (fillin_rpath): Move trusted path check...
25571         (is_trusted_path): ...to here.
25572         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
25573         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
25574         using is_trusted_path_normalize() in setuid scripts.
25576 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
25578         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
25579         __BEGIN/__END_DECLS.
25581 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
25583         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
25584         NSS_STATUS_NOTFOUND if no record was found.
25586 2011-05-05  Andreas Schwab  <schwab@redhat.com>
25588         * sunrpc/Makefile (headers): Add rpc/netdb.h.
25589         (headers-not-in-tirpc): Remove rpc/netdb.h
25590         * resolv/netdb.h: Revert last change.
25592 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
25594         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
25595         circular dependency between libgcc.a and libc.a.
25597 2011-05-05  Andreas Schwab  <schwab@redhat.com>
25599         * resolv/netdb.h: Don't include <rpc/netdb.h>.
25600         * nis/Makefile: Don't install rpcsvc/*.
25601         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
25602         instead of <rpc/types.h>.
25603         (MAXHOSTNAMELEN): Define.
25605 2011-05-03  Andreas Schwab  <schwab@redhat.com>
25607         * elf/ldconfig.c (add_dir): Don't crash on empty path.
25609 2011-04-28  Maciej Babinski  <mbabinski@google.com>
25611         [BZ #12714]
25612         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
25613         gethostbyname4_r when IPv6 results are possible.
25615 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
25617         [BZ #12723]
25618         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
25619         _PC_PIPE_BUF handling.
25621 2011-04-30  Bruno Haible  <bruno@clisp.org>
25623         [BZ #12717]
25624         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
25625         * resolv/netdb.h (getnameinfo): Change type of flags parameter
25626         to 'int'.
25627         * inet/getnameinfo.c (getnameinfo): Likewise.
25629 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
25631         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
25632         to groups setting in database lookup.
25633         * nss/nsswitch.conf: Add initgroups entry.
25635 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
25637         [BZ #12685]
25638         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
25639         mode string.
25640         Patch by Eric Blake <eblake@redhat.com>.
25642 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
25644         * sunrpc/Makefile (need-export-routines): Add svc_run.
25645         (routines): Remove svc_run.
25646         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
25647         * sunrpc/clnt_perr.c (clnt_perrno): Export.
25648         * sunrpc/svc_run.c (svc_run): Likewise.
25649         * sunrpc/svc_udp.c (svcudp_create): Likewise.
25651 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
25653         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
25654         problem in reallocation in last patch.
25656 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
25658         * sunrpc/Makefile: Move inclusion of Rules.
25660 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
25662         * nss/nss_files/files-initgroups.c: New file.
25663         * nss/Makefile (libnss_files-routines): Add files-initgroups.
25664         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
25665         _nss_files_initgroups_dyn.
25667 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
25669         * elf/elf.h (R_ARM_IRELATIVE): Define.
25671 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
25673         * po/ru.po: Update from translation team.
25675 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
25677         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
25678         dependencies.
25680 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
25682         [BZ #12653]
25683         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
25684         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
25685         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
25686         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
25687         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
25689 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
25691         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
25692         differing bytes.
25693         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25694         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25695         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25697 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
25699         [BZ #12420]
25700         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
25701         storing it.
25702         * stdlib/bug-getcontext.c: New file.
25703         * stdlib/Makefile: Add rules to build and run bug-getcontext.
25705 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25707         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
25708         instructions into .machine "z9-109".
25709         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
25710         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
25712 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25714         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
25715         between environment variables and auxiliary vector.
25717 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
25719         * Makefile: Add rules to build linkobj/libc.so.
25720         * include/libc-symbols.h: Define libc_hidden_nolink.
25721         * include/rpc/auth.h: Mark functions which are to be hidden.
25722         * include/rpc/auth_des.h: Likewise.
25723         * include/rpc/auth_unix.h: Likewise.
25724         * include/rpc/clnt.h: Likewise.
25725         * include/rpc/des_crypt.h: Likewise.
25726         * include/rpc/key_prot.h: Likewise.
25727         * include/rpc/pmap_clnt.h: Likewise.
25728         * include/rpc/pmap_prot.h: Likewise.
25729         * include/rpc/pmap_rmt.h: Likewise.
25730         * include/rpc/rpc_msg.h: Likewise.
25731         * include/rpc/svc.h: Likewise.
25732         * include/rpc/svc_auth.h: Likewise.
25733         * include/rpc/xdr.h: Likewise.
25734         * nis/Makefile: Link all DSOs against linkobj/libc.so.
25735         * nss/Makefile: Likewise.
25736         * sunrpc/Makefile: Don't install headers.  Build library with normal
25737         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
25738         * sunrpc/auth_des.c: Hide exported symbols by default, export some
25739         for the compat linking library.  Remove use of INTDEF/INTUSE.
25740         * sunrpc/auth_none.c: Likewise.
25741         * sunrpc/auth_unix.c: Likewise.
25742         * sunrpc/authdes_prot.c: Likewise.
25743         * sunrpc/authuxprot.c: Likewise.
25744         * sunrpc/clnt_gen.c: Likewise.
25745         * sunrpc/clnt_perr.c: Likewise.
25746         * sunrpc/clnt_raw.c: Likewise.
25747         * sunrpc/clnt_simp.c: Likewise.
25748         * sunrpc/clnt_tcp.c: Likewise.
25749         * sunrpc/clnt_udp.c: Likewise.
25750         * sunrpc/clnt_unix.c: Likewise.
25751         * sunrpc/des_crypt.c: Likewise.
25752         * sunrpc/des_soft.c: Likewise.
25753         * sunrpc/get_myaddr.c: Likewise.
25754         * sunrpc/key_call.c: Likewise.
25755         * sunrpc/key_prot.c: Likewise.
25756         * sunrpc/netname.c: Likewise.
25757         * sunrpc/pm_getmaps.c: Likewise.
25758         * sunrpc/pm_getport.c: Likewise.
25759         * sunrpc/pmap_clnt.c: Likewise.
25760         * sunrpc/pmap_prot.c: Likewise.
25761         * sunrpc/pmap_prot2.c: Likewise.
25762         * sunrpc/pmap_rmt.c: Likewise.
25763         * sunrpc/publickey.c: Likewise.
25764         * sunrpc/rpc_cmsg.c: Likewise.
25765         * sunrpc/rpc_common.c: Likewise.
25766         * sunrpc/rpc_dtable.c: Likewise.
25767         * sunrpc/rpc_prot.c: Likewise.
25768         * sunrpc/rpc_thread.c: Likewise.
25769         * sunrpc/rtime.c: Likewise.
25770         * sunrpc/svc.c: Likewise.
25771         * sunrpc/svc_auth.c: Likewise.
25772         * sunrpc/svc_authux.c: Likewise.
25773         * sunrpc/svc_raw.c: Likewise.
25774         * sunrpc/svc_run.c: Likewise.
25775         * sunrpc/svc_simple.c: Likewise.
25776         * sunrpc/svc_tcp.c: Likewise.
25777         * sunrpc/svc_udp.c: Likewise.
25778         * sunrpc/svc_unix.c: Likewise.
25779         * sunrpc/svcauth_des.c: Likewise.
25780         * sunrpc/xcrypt.c: Likewise.
25781         * sunrpc/xdr.c: Likewise.
25782         * sunrpc/xdr_array.c: Likewise.
25783         * sunrpc/xdr_float.c: Likewise.
25784         * sunrpc/xdr_intXX_t.c: Likewise.
25785         * sunrpc/xdr_mem.c: Likewise.
25786         * sunrpc/xdr_rec.c: Likewise.
25787         * sunrpc/xdr_ref.c: Likewise.
25788         * sunrpc/xdr_sizeof.c: Likewise.
25789         * sunrpc/xdr_stdio.c: Likewise.
25791 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
25793         [BZ #12650]
25794         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
25795         * sysdeps/ia64/dl-tls.h: Likewise.
25796         * sysdeps/powerpc/dl-tls.h: Likewise.
25797         * sysdeps/s390/dl-tls.h: Likewise.
25798         * sysdeps/sh/dl-tls.h: Likewise.
25799         * sysdeps/sparc/dl-tls.h: Likewise.
25800         * sysdeps/x86_64/dl-tls.h: Likewise.
25801         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
25803 2011-03-14  Andreas Schwab  <schwab@redhat.com>
25805         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
25806         rpath element also skip the following colon.
25807         (expand_dynamic_string_token): Add is_path parameter and pass
25808         down to DL_DST_REQUIRED and _dl_dst_substitute.
25809         (decompose_rpath): Call expand_dynamic_string_token with
25810         non-zero is_path.  Ignore empty rpaths.
25811         (_dl_map_object_from_fd): Call expand_dynamic_string_token
25812         with zero is_path.
25814 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
25816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
25817         Make cancelable.
25819 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
25821         [BZ #12655]
25822         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
25823         Patch by Filipe David Manana <fdmanana@apache.org>.
25825 2011-04-07  Andreas Schwab  <schwab@redhat.com>
25827         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
25828         Maintain aligned stack.
25829         (CHECK_RSP): Remove unused macro.
25831 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
25833         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
25834         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
25836 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
25838         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
25840         * include/features.h: Mention __USE_XOPEN2K8 in comment.
25842 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
25844         [BZ #12518]
25845         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
25846         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
25847         * sysdeps/x86_64/memmove.c: New file.
25848         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
25849         (memcpy): Renamed to ...
25850         (__new_memcpy): This.
25851         (memcpy): Provide GLIBC_2_14 memcpy.
25852         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
25853         (memcpy): Provide GLIBC_2_2_5 memcpy.
25855 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
25857         [BZ #12631]
25858         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
25860 2011-03-30  Andreas Schwab  <schwab@redhat.com>
25862         * misc/syncfs.c: New file.
25863         * misc/Makefile (routines): Add syncfs.
25864         * posix/unistd.h: Declare syncfs.
25865         * sysdeps/unix/syscalls.list: Add syncfs.
25867 2011-04-01  Andreas Schwab  <schwab@redhat.com>
25869         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
25870         open_by_handle_at.
25871         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
25872         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
25873         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
25874         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
25875         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
25876         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
25877         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
25879 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
25881         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
25882         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
25883         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
25884         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
25885         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
25886         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
25887         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
25889         * io/Makefile: Compile fallocate.c, fallocate64.c, and
25890         sync_file_range.c with -fexceptions.
25891         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
25892         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
25893         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
25894         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
25895         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
25896         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
25897         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
25898         sync_file_range as cancellation point
25899         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
25900         now a wrapper around __call_sync_file_range with cancellation handling.
25901         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
25902         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
25903         function name to __call_sync_file_range.
25904         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
25905         Add call_sync_file_range.
25907 2011-04-01  Andreas Schwab  <schwab@redhat.com>
25909         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
25910         bits/timex.h.
25912 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
25914         * iconv/iconv.h: Fix typo in comment.
25915         * io/fcntl.h: Likewise.
25916         * libio/stdio.h: Likewise.
25917         * posix/spawn.h: Likewise.
25918         * posix/unistd.h: Likewise.
25919         * stdlib/stdlib.h: Likewise.
25920         * time/time.h: Likewise.
25921         * wcsmbs/wchar.h: Likewise.
25923         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
25924         open_by_handle): Add.
25925         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
25926         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
25927         Augment a few comments.
25928         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
25929         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
25930         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
25931         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
25932         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
25933         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
25934         open_by_handle.
25936         * io/fcntl.h (AT_EMPTY_PATH): Define.
25938 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
25940         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
25941         * sysdeps/unix/sysv/linux/bits/time.h: New file.
25942         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
25943         to...
25944         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
25945         * Versions.def: Add GLIBC_2.14.
25946         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
25947         Export.
25949 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
25951         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
25952         round counter.
25953         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
25955 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
25957         [BZ #12597]
25958         * string/test-strncmp.c (do_page_test): New function.
25959         (check2): Likewise.
25960         (test_main): Call check2.
25961         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
25963 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
25965         [BZ #12587]
25966         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
25967         Handle cache information in CPU leaf 4.
25968         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
25970 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
25972         [BZ #12583]
25973         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
25974         character representation.
25975         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
25977 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
25979         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
25980         END(__isnan) to END(__isnanf) to match function entry point/label
25981         EALIGN(__isnanf,...).
25983 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
25985         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
25987 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
25989         [BZ #12510]
25990         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
25991         copy from the symbol referenced in the relocation to initialize the
25992         used variable.
25993         Patch by Piotr Bury <pbury@goahead.com>.
25994         * elf/Makefile: Add rules to build and tst-unique3.
25995         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
25996         * elf/tst-unique3.cc: New file.
25997         * elf/tst-unique3.h: New file.
25998         * elf/tst-unique3lib.cc: New file.
25999         * elf/tst-unique3lib2.cc: New file.
26001         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
26003 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
26005         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
26006         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
26007         to _start.
26009 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
26011         * elf/dl-load.c (_dl_map_object): If we are looking for the first
26012         to-be-loaded object along a path to loader is ld.so.
26014 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
26015             Ulrich Drepper  <drepper@gmail.com>
26017         * sysdeps/x86_64/memset.S: After aligning destination, code
26018         branches to different locations depending on the value of
26019         misalignment, when multiarch is enabled. Fix this.
26021 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
26023         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
26024         Set _x86_64_preferred_memory_instruction for AMD processsors.
26025         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26026         Set bit_Prefer_SSE_for_memop for AMD processors.
26028 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
26030         * libio/fmemopen.c (fmemopen): Optimize a bit.
26032 2011-03-03  Andreas Schwab  <schwab@redhat.com>
26034         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
26036 2011-03-03  Roland McGrath  <roland@redhat.com>
26038         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
26040 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
26042         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
26043         __bzero_ultra1 instead of __memset_ultra1.
26045 2011-02-23  Andreas Schwab  <schwab@redhat.com>
26046             Ulrich Drepper  <drepper@gmail.com>
26048         [BZ #12509]
26049         * include/link.h (struct link_map): Add l_orig_initfini.
26050         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
26051         returning unsuccessfully.
26052         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
26053         close of a file loaded at startup, restore the original l_initfini
26054         list.
26055         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
26056         list, store the pointer.
26057         * elf/Makefile ($(objpfx)noload-mem): New rule.
26058         (noload-ENV): Define.
26059         (tests): Add $(objpfx)noload-mem.
26060         * elf/noload.c: Include <memcheck.h>.
26061         (main): Call mtrace.  Close all opened handles.
26063 2011-02-17  Andreas Schwab  <schwab@redhat.com>
26065         [BZ #12454]
26066         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
26067         dependencies are missing.
26069 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26071         Fix __if_freereq crash: Unlike the generic version which uses free,
26072         Hurd needs munmap.
26073         * sysdeps/mach/hurd/ifreq.h: New file.
26075 2011-01-27  Petr Baudis  <pasky@suse.cz>
26076             Ulrich Drepper  <drepper@gmail.com>
26078         [BZ 12445]#
26079         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
26080         to extend_alloca().
26081         * stdio-common/bug23.c: New file.
26082         * stdio-common/Makefile (tests): Add bug23.
26084 2010-09-28  Andreas Schwab  <schwab@redhat.com>
26085             Ulrich Drepper  <drepper@gmail.com>
26087         [BZ #12489]
26088         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
26089         before performing relro protection.  At old place add assertion
26090         to make sure nothing changed.
26092 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
26093             Glauber de Oliveira Costa  <glommer@gmail.com>
26095         * elf/elf.h: Add new ARM TLS relocs.
26097 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
26099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
26100         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
26101         cast from r3.
26102         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
26103         'tests' variable.
26104         * sysdeps/wordsize-64/tst-writev.c: New file.
26106 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
26108         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
26109         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
26110         insns in _dl_start to prevent a TOC reference before relocs are
26111         resolved.
26113 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
26115         [BZ #12469]
26116         * Makeconfig: Remove RANLIB definition.
26117         * Makerules: Don't use RANLIB.
26118         * aclocal.m4: Remove ranlib test.
26119         * configure.in: No need to check for ranlib.
26120         * elf/rtld-Rules: Don't use RANLIB.
26122 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26124         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
26125         protection macro.
26126         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
26127         inclusion protection macro.
26129         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
26130         SIGRTMIN and SIGRTMAX and print information in that case only when
26131         SIGRTMIN is defined.
26133 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
26135         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
26136         arginfo fn returning -1.
26138         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
26139         and thousands string is zero terminated.
26141 2011-02-03  Andreas Schwab  <schwab@redhat.com>
26143         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
26144         sysdeps/unix/sysv/linux/bits/socket.h.
26146 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26148         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
26149         (__CPU_COUNT): Remove old macros.
26150         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
26151         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
26152         (__CPU_ALLOC, __CPU_FREE): Add macros.
26153         (__sched_cpualloc, __sched_cpufree): Add declarations.
26155 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
26157         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
26158         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
26159         * nscd/aicache.c (addhstaiX): Return timeout of added value.
26160         (readdhstai): Return value of addhstaiX call.
26161         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
26162         (addgrbyX): Return value returned by cache_addgr.
26163         (readdgrbyname): Return value returned by addgrbyX.
26164         (readdgrbygid): Likewise.
26165         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
26166         (addpwbyX): Return value returned by cache_addpw.
26167         (readdpwbyname): Return value returned by addhstbyX.
26168         (readdpwbyuid): Likewise.
26169         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
26170         (addservbyX): Return value returned by cache_addserv.
26171         (readdservbyname): Return value returned by addservbyX:
26172         (readdservbyport): Likewise.
26173         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
26174         (addhstbyX): Return value returned by cache_addhst.
26175         (readdhstbyname): Return value returned by addhstbyX.
26176         (readdhstbyaddr): Likewise.
26177         (readdhstbynamev6): Likewise.
26178         (readdhstbyaddrv6): Likewise.
26179         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
26180         (readdinitgroups): Return value returned by addinitgroupsX.
26181         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
26182         (prune_cache): Keep track of timeout value of re-added entries.
26183         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
26184         * nscd/nscd.h: Adjust prototypes of readd* functions.
26186 2011-02-04  Roland McGrath  <roland@redhat.com>
26188         * nis/nis_server.c (nis_servstate): Use the right name for 0.
26189         (nis_stats): Likewise.
26190         * nis/nis_modify.c (nis_modify): Likewise.
26191         * nis/nis_remove.c (nis_remove): Likewise.
26192         * nis/nis_add.c (nis_add): Likewise.
26194         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
26196         * posix/fnmatch_loop.c: Add some consts.
26198         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
26200 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
26202         [BZ #12460]
26203         * config.make.in (config-cflags-novzeroupper): Define.
26204         * configure.in: Substitute libc_cv_cc_novzeroupper.
26205         * elf/Makefile (AVX-CFLAGS): Define.
26206         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
26207         (CFLAGS-tst-auditmod4a.c): Likewise.
26208         (CFLAGS-tst-auditmod4b.c): Likewise.
26209         (CFLAGS-tst-auditmod6b.c): Likewise.
26210         (CFLAGS-tst-auditmod6c.c): Likewise.
26211         (CFLAGS-tst-auditmod7b.c): Likewise.
26212         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
26214 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
26216         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
26217         function to the callback.
26218         Patch partly by Jiri Olsa <jolsa@redhat.com>.
26220 2011-02-02  Andreas Schwab  <schwab@redhat.com>
26222         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
26223         of errno.
26225 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
26227         [BZ #11724]
26228         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
26229         of constructors.
26230         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
26231         of destructors.
26232         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
26234         [BZ #11724]
26235         * elf/Makefile: Add rules to build and run new test.
26236         * elf/tst-initorder.c: New file.
26237         * elf/tst-initorder.exp: New file.
26238         * elf/tst-initordera1.c: New file.
26239         * elf/tst-initordera2.c: New file.
26240         * elf/tst-initordera3.c: New file.
26241         * elf/tst-initordera4.c: New file.
26242         * elf/tst-initorderb1.c: New file.
26243         * elf/tst-initorderb2.c: New file.
26244         * elf/tst-order-a1.c: New file.
26245         * elf/tst-order-a2.c: New file.
26246         * elf/tst-order-a3.c: New file.
26247         * elf/tst-order-a4.c: New file.
26248         * elf/tst-order-b1.c: New file.
26249         * elf/tst-order-b2.c: New file.
26250         * elf/tst-order-main.c: New file.
26251         New test case by George Gensure <werkt0@gmail.com>.
26253 2010-10-01  Andreas Schwab  <schwab@redhat.com>
26255         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
26256         decoding ACE if AI_CANONIDN.
26258 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
26260         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
26262 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
26264         * version.h (RELEASE): Bump for 2.13 release.
26265         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
26267         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
26269         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
26270         MADV_NOHUGEPAGE.
26271         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
26272         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
26273         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
26274         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
26275         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
26276         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
26278         * posix/getconf.c: Update copyright year.
26279         * catgets/gencat.c: Likewise.
26280         * csu/version.c: Likewise.
26281         * debug/catchsegv.sh: Likewise.
26282         * debug/xtrace.sh: Likewise.
26283         * elf/ldconfig.c: Likewise.
26284         * elf/ldd.bash.in: Likewise.
26285         * elf/sprof.c (print_version): Likewise.
26286         * iconv/iconv_prog.c: Likewise.
26287         * iconv/iconvconfig.c: Likewise.
26288         * locale/programs/locale.c: Likewise.
26289         * locale/programs/localedef.c: Likewise.
26290         * malloc/memusage.sh: Likewise.
26291         * malloc/mtrace.pl: Likewise.
26292         * nscd/nscd.c (print_version): Likewise.
26293         * nss/getent.c: Likewise.
26295         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
26296         PF_CAIF, and PF_ALG.
26297         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
26299 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
26301         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
26302         (modules-names): Use them.
26303         (ifunc-test-modules, ifunc-pie-tests): Define.
26304         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
26305         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
26306         (test-extras): Likewise.
26307         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
26308         $(compile-command.c).
26309         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
26310         (all-built-dso): Define.
26311         (check-textrel.out, check-execstack.out): Depend on it.
26313         * configure.in: Don't override --enable-multi-arch.
26315 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
26317         [BZ #6812]
26318         * nscd/hstcache.c (tryagain): Define.
26319         (cache_addhst): Return tryagain not notfound for temporary errors.
26320         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
26321         failed.
26323 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
26325         [BZ #10563]
26326         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
26327         to make the syscall.
26328         * sysdeps/unix/sysv/linux/setgroups.c: New file.
26330         [BZ #12378]
26331         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
26332         and fall back to matching as normal character if the string ends before
26333         the matching ']' is found.  This is what POSIX requires.
26334         * posix/testfnm.c: Adjust test result.
26335         * posix/globtest.sh: Adjust test result.  Add new test.
26336         * posix/tst-fnmatch.input: Likewise.
26337         * posix/tst-fnmatch2.c: Add new test.
26339 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
26341         * elf/Makefile (check-execstack): Revert last change.  Depend on
26342         check-execstack.h.
26343         (check-execstack.h): New target.
26344         (generated): Add check-execstack.h.
26345         * elf/check-execstack.c: Include "check-execstack.h".
26346         (main): Revert last change.
26347         (handle_file): Return zero if GNU_STACK is absent and
26348         DEFAULT_STACK_PERMS doesn't include PF_X.
26350 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
26352         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
26353         in child fails because the descriptor is already closed.
26354         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
26355         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
26356         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
26358         [BZ #12397]
26359         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
26360         syscall.
26362         [BZ #10484]
26363         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
26364         temporary buffer used to handle multi lookups locally.
26365         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
26367 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
26369         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
26370         loader is ld.so.
26372 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
26374         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
26375         alignment for SSE2.
26377 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
26379         [BZ #12394]
26380         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
26381         characters.  When rounding increased number of integer digits recompute
26382         number of groups.
26383         * stdio-common/tst-grouping.c: New file.
26384         * stdio-common/Makefile: Add rules to build and run tst-grouping.
26386 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
26388         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
26389         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
26391         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
26392         void.
26393         * bits/select.h: Likewise.
26395 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
26397         * po/ja.po: Update from translation team.
26399 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
26401         [BZ #11155]
26402         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
26403         implementation just like for lxstat, fxstatat, et al.
26405 2010-12-27  Jim Meyering  <meyering@redhat.com>
26407         [BZ #12348]
26408         * posix/regexec.c (build_trtable): Return failure indication upon
26409         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
26411 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
26413         [BZ #12201]
26414         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
26415         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
26416         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
26417         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
26419         [BZ #12207]
26420         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
26422         [BZ #12204]
26423         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
26424         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
26426 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
26428         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
26429         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
26430         script has SORT_BY_INIT_PRIORITY.
26431         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
26432         NO_CTORS_DTORS_SECTIONS is defined.
26433         * elf/soinit.c: Likewise.
26434         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
26435         NO_CTORS_DTORS_SECTIONS is defined.
26436         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
26437         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
26438         * sysdeps/sh/init-first.c: Likewise.
26439         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
26441 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
26443         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
26444         always use the slow path.
26446 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
26448         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
26449         similar rule which adds the sysdep directories to the header search in
26450         order to pick up the correct platform stackinfo.h.
26451         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
26452         perform test if it is, otherwise return successfully without testing.
26453         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
26454         DEFAULT_STACK_PERMS define in stackinfo.h.
26455         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
26456         defined in stackinfo.h.
26457         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
26458         DEFAULT_STACK_PERMS defined in stackinfo.h.
26459         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
26460         * sysdeps/ia64/stackinfo.h: Likewise.
26461         * sysdeps/s390/stackinfo.h: Likewise.
26462         * sysdeps/sh/stackinfo.h: Likewise.
26463         * sysdeps/sparc/stackinfo.h: Likewise.
26464         * sysdeps/x86_64/stackinfo.h: Likewise.
26465         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
26466         PF_X for powerpc64.  Retain PF_X for powerpc32.
26468 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
26470         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
26471         accurately.
26472         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
26473         GETDENTS_64BIT_ALIGNED.
26475 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
26477         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
26479 2010-12-10  Andreas Schwab  <schwab@redhat.com>
26481         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
26482         _GNU_SOURCE.
26484         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
26485         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
26486         Remove __restrict.
26487         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
26488         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
26490 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
26492         [BZ #11655]
26493         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
26494         are initialized.
26496 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
26498         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
26500 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
26502         * po/it.po: Update from translation team.
26504 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
26506         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
26507         unused codes.
26509 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
26511         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
26513 2010-11-24  Andreas Schwab  <schwab@redhat.com>
26515         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
26516         specially.
26517         (gaih_getanswer_slice): Likewise.
26519 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
26521         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
26523 2010-05-31  Petr Baudis  <pasky@suse.cz>
26525         [BZ #11149]
26526         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
26527         silently even in the chroot mode.
26529 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
26531         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
26532         last patch a bit.  Pretty printing
26534 2010-05-31  Petr Baudis <pasky@suse.cz>
26536         [BZ #10085]
26537         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
26538         initialization of skip_initgroups_dyn.
26540 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
26542         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
26543         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
26545 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
26547         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
26549 2010-11-11  Andreas Schwab  <schwab@redhat.com>
26551         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
26552         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
26553         (tst-fnmatch-ENV): Set MALLOC_TRACE.
26554         ($(objpfx)tst-fnmatch-mem): New rule.
26555         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
26556         * posix/tst-fnmatch.c (main): Call mtrace.
26558 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
26560         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26561         Support Intel processor model 6 and model 0x2c.
26563 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
26565         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
26566           signed comparison.
26568 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
26570         [BZ #12205]
26571         * string/test-strncasecmp.c (check_result): New function.
26572         (do_one_test): Use it.
26573         (check1): New function.
26574         (test_main): Use it.
26575         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
26576         Support strcasecmp and strncasecmp.
26578 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
26580         [BZ #12194]
26581         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
26582         * sysdeps/x86_64/bits/byteswap.h: Likewise.
26584 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
26586         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
26587         IFUNC support.
26588         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
26589         memset-x86-64.
26590         * sysdeps/x86_64/multiarch/bzero.S: New file.
26591         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
26592         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
26593         * sysdeps/x86_64/multiarch/memset.S: New file.
26594         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
26595         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26596         Set bit_Prefer_SSE_for_memop for Intel processors.
26597         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
26598         Define.
26599         (index_Prefer_SSE_for_memop): Define.
26600         (HAS_PREFER_SSE_FOR_MEMOP): Define.
26602 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
26604         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
26605         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
26607 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
26609         [BZ #12191]
26610         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
26611         (__x86_64_raw_data_cache_size_half): Likewise.
26612         (__x86_64_raw_shared_cache_size): Likewise.
26613         (__x86_64_raw_shared_cache_size_half): Likewise.
26615         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
26616         (__x86_64_raw_data_cache_size_half): Likewise.
26617         (__x86_64_raw_shared_cache_size): Likewise.
26618         (__x86_64_raw_shared_cache_size_half): Likewise.
26619         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
26620         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
26621         and __x86_64_raw_shared_cache_size_half.  Round
26622         __x86_64_data_cache_size_half, __x86_64_data_cache_size
26623         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
26624         to multiple of 256 bytes.
26626 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
26628         [BZ #12167]
26629         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
26630         of inacessible symlinks.  Verify result of symlink before returning it.
26631         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
26632         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
26634 2010-10-28  Erich Ritz  <erichritz@gmail.com>
26636         * math/math.h (isinf): Fix typo in comment.
26638 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
26640         * po/da.po: Update from translation team.
26642 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
26644         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
26645         is added to the list.
26647 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26648             Ulrich Drepper  <drepper@gmail.com>
26650         * elf/dl-object.c (_dl_new_object): Don't append the new object to
26651         the global list here.  Move code to...
26652         (_dl_add_to_namespace_list): ...here.  New function.
26653         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
26654         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
26655         * elf/dl-load.c (lose): Don't remove the element from the list.
26656         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
26657         (_dl_map_object): Likewise.
26659 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
26661         [BZ #12159]
26662         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
26663         into all bytes of SSE register.
26664         Patch by Richard Li <richardpku@gmail.com>.
26666 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
26668         [BZ #12140]
26669         * malloc/malloc.c (_int_free): Fill correct number of bytes when
26670         perturbing.
26672 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
26674         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
26675         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
26676         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
26677         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
26678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
26679         submachine.
26680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
26682 2010-10-22  Andreas Schwab  <schwab@redhat.com>
26684         * include/dlfcn.h (__RTLD_SECURE): Define.
26685         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
26686         mode & __RTLD_SECURE instead.
26687         (open_path): Rename preloaded parameter to secure.
26688         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
26689         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
26690         * elf/dl-deps.c (openaux): Likewise.
26691         * elf/rtld.c (struct map_args): Remove is_preloaded.
26692         (map_doit): Don't use it.
26693         (dl_main): Likewise.
26694         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
26695         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
26697 2010-09-09  Andreas Schwab  <schwab@redhat.com>
26699         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
26700         (sysd-rules-targets): Remove duplicates.
26701         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
26702         rtld-%.$o dependency.
26704 2010-10-18  Andreas Schwab  <schwab@redhat.com>
26706         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
26707         _dl_map_object do it.
26709 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
26711         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
26712         fast fma builtins, define the macros in the C99 standard.
26713         (FP_FAST_FMAF): Likewise.
26714         (FP_FAST_FMAL): Likewise.
26715         * sysdeps/x86_64/bits/mathdef.h: Likewise.
26717         * bits/mathdef.h: Update copyright year.
26718         * sysdeps/powerpc/bits/mathdef.h: Likewise.
26720 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
26722         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
26723         builtins, define the macros in the C99 standard.
26724         (FP_FAST_FMAF): Likewise.
26725         (FP_FAST_FMAL): Likewise.
26726         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
26727         multiply/add.
26728         (FP_FAST_FMAF): Likewise.
26730 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
26732         [BZ #3268]
26733         * math/libm-test.inc (fma_test): Some new testcases.
26734         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
26735         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
26736         y and infinite z.  Do multiplication by C already in long double.
26737         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
26738         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
26739         y and infinite z.  Do bitwise or of inexact bit into u.d.
26740         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
26741         * sysdeps/i386/fpu/s_fmaf.S: Removed.
26742         * sysdeps/i386/fpu/s_fma.S: Removed.
26743         * sysdeps/i386/fpu/s_fmal.S: Removed.
26745 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
26747         [BZ #3268]
26748         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
26749         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
26750         computation is not scheduled after fetestexcept.  Fix value
26751         of minimum denormal long double.
26753 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
26755         [BZ #3268]
26756         * math/libm-test.inc (fma_test): Add some more tests.
26757         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
26758         correctly.
26760 2010-10-15  Andreas Schwab  <schwab@redhat.com>
26762         * scripts/data/localplt-s390-linux-gnu.data: New file.
26763         * scripts/data/localplt-s390x-linux-gnu.data: New file.
26765 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
26767         [BZ #3268]
26768         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
26769         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
26770         instead of dbl-64.
26771         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
26772         inlines.
26773         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
26774         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
26775         if one of x and y is very large and the other is subnormal.
26776         * sysdeps/s390/fpu/s_fmaf.c: New file.
26777         * sysdeps/s390/fpu/s_fma.c: New file.
26778         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
26779         * sysdeps/powerpc/fpu/s_fma.S: New file.
26780         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
26781         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
26782         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
26784 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
26786         [BZ #3268]
26787         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
26788         fma tests.
26789         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
26790         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
26791         * sysdeps/i386/i686/multiarch/s_fma.c: Include
26792         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
26793         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
26794         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
26795         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
26797 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
26799         [BZ #12078]
26800         * posix/regcomp.c (parse_branch): One more memory leak plugged.
26801         * posix/bug-regex31.input: Add test case.
26803 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
26805         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
26806         * posix/bug-regex31.input: New file.
26808         [BZ #12078]
26809         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
26810         (parse_sub_exp): Fix last change, use postorder.
26812         * posix/bug-regex31.c: New file.
26813         * posix/Makefile: Add rules to build and run bug-regex31.
26815         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
26817         [BZ #12078]
26818         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
26820         [BZ #12108]
26821         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
26822         to have entries in sys_siglist.
26824         [BZ #12093]
26825         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
26826         be NULL.
26828 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
26830         [BZ #3268]
26831         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
26832         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
26833         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
26834         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
26835         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
26836         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
26837         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
26838         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
26839         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
26840         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
26841         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
26842         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
26843         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
26844         * math/ftestexcept.c (fetestexcept): Likewise.
26845         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
26846         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
26847         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
26848         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
26849         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
26850         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
26851         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
26853 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
26855         [BZ #12107]
26856         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
26857         newline.
26859 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
26861         * string/bug-strstr1.c: New file.
26862         * string/Makefile: Add rules to build and run bug-strstr1.
26864 2010-10-05  Eric Blake  <eblake@redhat.com>
26866         [BZ #12092]
26867         * string/str-two-way.h (two_way_long_needle): Always clear memory
26868         when skipping input due to the shift table.
26870 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
26872         [BZ #12005]
26873         * malloc/mcheck.c: Handle large requests.
26875         [BZ #12077]
26876         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
26877         for strncmp and strncasecmp.
26878         * string/stratcliff.c: Add tests for strcmp and strncmp.
26879         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
26881 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
26883         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
26884         __set_fpscr.
26886 2010-09-30  Andreas Jaeger  <aj@suse.de>
26888         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
26889         (CGROUP_SUPER_MAGIC): Define.
26890         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
26891         Handle btrfs and cgroup file systems.
26892         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
26893         Likewise.
26895 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
26897         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
26898         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
26900 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26902         [BZ #12067]
26903         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
26904         trying to locate the ELF header.
26906 2010-09-27  Andreas Schwab  <schwab@redhat.com>
26908         [BZ #11611]
26909         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
26910         Mask out sign-bit copies when constructing f_fsid.
26912 2010-09-24  Petr Baudis <pasky@suse.cz>
26914         * debug/stack_chk_fail_local.c: Add missing licence exception.
26915         * debug/warning-nop.c: Likewise.
26917 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
26919         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
26920         implementing getdents64 using getdents syscall, set d_type if
26921         __ASSUME_GETDENTS32_D_TYPE.
26923 2010-09-16  Andreas Schwab  <schwab@redhat.com>
26925         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
26926         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
26928 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
26930         [BZ #12037]
26931         * posix/unistd.h: Undo change of feature selection for ftruncate from
26932         2010-01-11.
26934 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
26936         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
26937         detection.
26939 2010-09-20  Andreas Schwab  <schwab@redhat.com>
26941         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
26942         fanotify_mark.
26943         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
26945 2010-09-14  Andreas Schwab  <schwab@redhat.com>
26947         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
26948         variables after CHECK_SP call.
26949         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
26951 2010-09-13  Andreas Schwab  <schwab@redhat.com>
26952             Ulrich Drepper  <drepper@redhat.com>
26954         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
26955         re-relocationg ld.so.
26956         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
26957         _dl_init_paths call.
26958         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
26959         here anymore.
26961 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
26963         * resolv/res_init.c (__res_vinit): Count the default server we added.
26965 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
26966             Ulrich Drepper  <drepper@redhat.com>
26968         [BZ #11968]
26969         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
26970         (____longjmp_chk): Use %ebx for saving value across system call.
26971         Add unwind info.
26973 2010-09-06  Andreas Schwab  <schwab@redhat.com>
26975         * manual/Makefile: Don't mix pattern rules with normal rules.
26977 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
26979         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
26980         operation.
26981         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
26982         * libio/iofopncook.c (_IO_cookie_init): Likewise.
26983         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
26984         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
26985         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
26986         Likewise.
26988 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
26990         [BZ #11979]
26991         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
26992         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
26994 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
26996         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
26997         * sysdeps/x86_64/addmul_1.S: Likewise.
26998         * sysdeps/x86_64/lshift.S: Likewise.
26999         * sysdeps/x86_64/mul_1.S: Likewise.
27000         * sysdeps/x86_64/rshift.S: Likewise.
27001         * sysdeps/x86_64/sub_n.S: Likewise.
27002         * sysdeps/x86_64/submul_1.S: Likewise.
27004 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27006         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
27007         Define __sched_param instead of SCHED_* and sched_param when
27008         <bits/sched.h> is included with __need_schedparam defined.
27009         * bits/sched.h [__need_schedparam]
27010         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
27011         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
27012         (__defined_schedparam): Define to 1.
27013         (__sched_param): New structure, identical to sched_param.
27014         (__need_schedparam): Undefine.
27016 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
27018         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
27019         (epoll_create1): Declare.
27021         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
27023 2010-08-31  Andreas Schwab  <schwab@redhat.com>
27025         [BZ #7066]
27026         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
27027         shifting retval into place.
27029 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
27031         * nis/rpcsvc/nis.h: Update copyright notice.
27032         * nis/rpcsvc/nis.x: Likewise.
27033         * nis/rpcsvc/nis_callback.h: Likewise.
27034         * nis/rpcsvc/nis_callback.x: Likewise.
27035         * nis/rpcsvc/nis_object.x: Likewise.
27036         * nis/rpcsvc/nis_tags.h: Likewise.
27037         * nis/rpcsvc/yp.h: Likewise.
27038         * nis/rpcsvc/yp.x: Likewise.
27039         * nis/rpcsvc/ypupd.h: Likewise.
27040         * nis/yp_xdr.c: Likewise.
27041         * nis/ypupdate_xdr.c: Likewise.
27043         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
27044         mainly the body of pmap_getport.  Add parameters to specify timeouts.
27045         (pmap_getport): Use __libc_rpc_getport.
27046         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
27047         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
27048         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
27050 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
27052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
27053         fanotify_mark.
27055 2010-08-27  Roland McGrath  <roland@redhat.com>
27057         * sysdeps/i386/i686/multiarch/Makefile
27058         (CFLAGS-varshift.c): New variable.
27060 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
27062         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
27063         * sysdeps/i386/i686/multiarch/varshift.c: New file.
27065         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
27067         * sysdeps/x86_64/strlen.S: Minimal code improvement.
27069 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
27071         * sysdeps/x86_64/strlen.S: Unroll the loop.
27072         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
27073         strlen-sse2 strlen-sse2-bsf.
27074         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
27075         __strlen_no_bsf if bit_Slow_BSF is set.
27076         (__strlen_sse42): Removed.
27077         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
27078         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
27080 2010-08-25  Roland McGrath  <roland@redhat.com>
27082         * sysdeps/x86_64/multiarch/varshift.S: File removed.
27083         * sysdeps/x86_64/multiarch/varshift.c: New file.
27084         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
27085         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
27086         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
27087         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
27089 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
27091         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
27092         strlen-sse2 strlen-sse2-bsf.
27093         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
27094         __strlen_sse2_bsf if bit_Slow_BSF is unset.
27095         (__strlen_sse2): Removed.
27096         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
27097         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
27098         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
27099         bit_Slow_BSF for Atom.
27100         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
27101         (index_Slow_BSF): Define.
27102         (HAS_SLOW_BSF): Define.
27104 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
27106         [BZ #10851]
27107         * resolv/res_init.c (__res_vinit): When no server address at all
27108         is given default to loopback.
27110 2010-08-24  Roland McGrath  <roland@redhat.com>
27112         * configure.in: Remove config-name.h generation.
27113         * configure: Regenerated.
27114         * config-name.in: File removed.
27115         * scripts/config-uname.sh: New file.
27116         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
27117         ($(objdir)config-name.h): New target.
27119         * sunrpc/rpc_parse.h: Avoid nested comment.
27121 2010-08-24  Richard Henderson  <rth@redhat.com>
27122             Ulrich Drepper  <drepper@redhat.com>
27123             H.J. Lu  <hongjiu.lu@intel.com>
27125         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
27126         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
27127         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
27128         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
27129         _mm_alignr_epi8 with _mm_loadu_si128.
27130         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
27131         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
27132         (__m128i_shift_right): Removed.
27133         * sysdeps/i386/i686/multiarch/varshift.h: New file.
27134         * sysdeps/i386/i686/multiarch/varshift.S: New file.
27135         * sysdeps/x86_64/multiarch/varshift.h: New file.
27136         * sysdeps/x86_64/multiarch/varshift.S: New file.
27138 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
27140         * configure.in: Move assembler checks to before sysdep dir checking.
27142 2010-08-20  Petr Baudis  <pasky@suse.cz>
27144         * LICENSES: Sync the sunrpc license.
27146 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
27148         * sunrpc/auth_des.c: Update copyright notice once again.
27149         * sunrpc/auth_none.c: Likewise.
27150         * sunrpc/auth_unix.c: Likewise.
27151         * sunrpc/authdes_prot.c: Likewise.
27152         * sunrpc/authuxprot.c: Likewise.
27153         * sunrpc/bindrsvprt.c: Likewise.
27154         * sunrpc/clnt_gen.c: Likewise.
27155         * sunrpc/clnt_perr.c: Likewise.
27156         * sunrpc/clnt_raw.c: Likewise.
27157         * sunrpc/clnt_simp.c: Likewise.
27158         * sunrpc/clnt_tcp.c: Likewise.
27159         * sunrpc/clnt_udp.c: Likewise.
27160         * sunrpc/clnt_unix.c: Likewise.
27161         * sunrpc/des_crypt.c: Likewise.
27162         * sunrpc/des_soft.c: Likewise.
27163         * sunrpc/get_myaddr.c: Likewise.
27164         * sunrpc/getrpcport.c: Likewise.
27165         * sunrpc/key_call.c: Likewise.
27166         * sunrpc/key_prot.c: Likewise.
27167         * sunrpc/openchild.c: Likewise.
27168         * sunrpc/pm_getmaps.c: Likewise.
27169         * sunrpc/pm_getport.c: Likewise.
27170         * sunrpc/pmap_clnt.c: Likewise.
27171         * sunrpc/pmap_prot.c: Likewise.
27172         * sunrpc/pmap_prot2.c: Likewise.
27173         * sunrpc/pmap_rmt.c: Likewise.
27174         * sunrpc/rpc/auth.h: Likewise.
27175         * sunrpc/rpc/auth_unix.h: Likewise.
27176         * sunrpc/rpc/clnt.h: Likewise.
27177         * sunrpc/rpc/des_crypt.h: Likewise.
27178         * sunrpc/rpc/key_prot.h: Likewise.
27179         * sunrpc/rpc/netdb.h: Likewise.
27180         * sunrpc/rpc/pmap_clnt.h: Likewise.
27181         * sunrpc/rpc/pmap_prot.h: Likewise.
27182         * sunrpc/rpc/pmap_rmt.h: Likewise.
27183         * sunrpc/rpc/rpc.h: Likewise.
27184         * sunrpc/rpc/rpc_des.h: Likewise.
27185         * sunrpc/rpc/rpc_msg.h: Likewise.
27186         * sunrpc/rpc/svc.h: Likewise.
27187         * sunrpc/rpc/svc_auth.h: Likewise.
27188         * sunrpc/rpc/types.h: Likewise.
27189         * sunrpc/rpc/xdr.h: Likewise.
27190         * sunrpc/rpc_clntout.c: Likewise.
27191         * sunrpc/rpc_cmsg.c: Likewise.
27192         * sunrpc/rpc_common.c: Likewise.
27193         * sunrpc/rpc_cout.c: Likewise.
27194         * sunrpc/rpc_dtable.c: Likewise.
27195         * sunrpc/rpc_hout.c: Likewise.
27196         * sunrpc/rpc_main.c: Likewise.
27197         * sunrpc/rpc_parse.c: Likewise.
27198         * sunrpc/rpc_parse.h: Likewise.
27199         * sunrpc/rpc_prot.c: Likewise.
27200         * sunrpc/rpc_sample.c: Likewise.
27201         * sunrpc/rpc_scan.c: Likewise.
27202         * sunrpc/rpc_scan.h: Likewise.
27203         * sunrpc/rpc_svcout.c: Likewise.
27204         * sunrpc/rpc_tblout.c: Likewise.
27205         * sunrpc/rpc_util.c: Likewise.
27206         * sunrpc/rpc_util.h: Likewise.
27207         * sunrpc/rpcinfo.c: Likewise.
27208         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
27209         * sunrpc/rpcsvc/key_prot.x: Likewise.
27210         * sunrpc/rpcsvc/klm_prot.x: Likewise.
27211         * sunrpc/rpcsvc/mount.x: Likewise.
27212         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
27213         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
27214         * sunrpc/rpcsvc/rex.x: Likewise.
27215         * sunrpc/rpcsvc/rstat.x: Likewise.
27216         * sunrpc/rpcsvc/rusers.x: Likewise.
27217         * sunrpc/rpcsvc/sm_inter.x: Likewise.
27218         * sunrpc/rpcsvc/spray.x: Likewise.
27219         * sunrpc/rpcsvc/yppasswd.x: Likewise.
27220         * sunrpc/rtime.c: Likewise.
27221         * sunrpc/svc.c: Likewise.
27222         * sunrpc/svc_auth.c: Likewise.
27223         * sunrpc/svc_authux.c: Likewise.
27224         * sunrpc/svc_raw.c: Likewise.
27225         * sunrpc/svc_run.c: Likewise.
27226         * sunrpc/svc_simple.c: Likewise.
27227         * sunrpc/svc_tcp.c: Likewise.
27228         * sunrpc/svc_udp.c: Likewise.
27229         * sunrpc/svc_unix.c: Likewise.
27230         * sunrpc/svcauth_des.c: Likewise.
27231         * sunrpc/xcrypt.c: Likewise.
27232         * sunrpc/xdr.c: Likewise.
27233         * sunrpc/xdr_array.c: Likewise.
27234         * sunrpc/xdr_float.c: Likewise.
27235         * sunrpc/xdr_mem.c: Likewise.
27236         * sunrpc/xdr_rec.c: Likewise.
27237         * sunrpc/xdr_ref.c: Likewise.
27238         * sunrpc/xdr_sizeof.c: Likewise.
27239         * sunrpc/xdr_stdio.c: Likewise.
27241         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
27242         handling.
27244 2010-08-19  Andreas Schwab  <schwab@redhat.com>
27246         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
27248 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
27250         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
27251         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
27252         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
27253         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
27254         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
27255         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
27256         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
27257         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
27258         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
27259         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
27260         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
27261         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
27262         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
27263         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
27265 2010-07-26  Anton Blanchard  <anton@samba.org>
27267         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
27268         * malloc/arena.c (heap_trim): Likewise.
27270 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
27272         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
27273         here.  Not...
27274         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
27275         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
27277 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
27279         * sysdeps/i386/elf/Makefile: New file.
27281 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
27283         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
27284         from fanotify_init.
27285         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
27286         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
27288 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
27290         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
27291         of strncasecmp_l.
27292         * sysdeps/multiarch/strcmp.S: Likewise.
27294 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
27296         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
27297         strncase_l-nonascii.
27298         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
27299         Add strncase_l-ssse3.
27300         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
27301         * sysdeps/x86_64/strcmp.S: Likewise.
27302         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
27303         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
27304         * sysdeps/x86_64/strncase.S: New file.
27305         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
27306         * sysdeps/x86_64/strncase_l.S: New file.
27307         * string/Makefile (strop-tests): Add strncasecmp.
27308         * string/test-strncasecmp.c: New file.
27310         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
27311         warning.
27313         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
27314         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
27316 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
27318         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
27320 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
27322         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
27323         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
27324         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
27326 2010-05-01  Alan Modra  <amodra@gmail.com>
27328         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
27329         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
27330         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
27331         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
27332         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
27333         tidying.  Don't tail-call __sigjmp_save for static lib.
27334         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
27335         save location.
27336         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
27337         (CALL_MCOUNT): Add eh info, and nop after bl.
27338         (TAIL_CALL_SYSCALL_ERROR): New macro.
27339         (PSEUDO_RET): Use it.
27340         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
27341         Correct save location of integer regs and cr.
27342         (_dl_profile_resolve): Correct cr save location.  Delete nops
27343         after bl when SHARED.  Reduce cfi size a little by better
27344         placement of cfi directives.
27345         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
27346         make a stack frame.  Instead use parm save area as a temp.
27347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
27348         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
27349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
27350         Don't make a stack frame for parent, use parm save area.
27351         Increase child stack frame to 112 bytes.  Don't save unused reg,
27352         and adjust reg usage.  Set up cfi on error recovery and
27353         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
27354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
27355         (__makecontext): Add dummy nop after jump to exit.
27356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
27357         Use correct parm save area and cr save, reduce stack frame.
27358         Correct cfi for possible PSEUDO_RET frame setup.
27359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
27360         Branch to local label emitted by PSEUDO_RET rather than
27361         __syscall_error.
27363 2010-08-12  Andreas Schwab  <schwab@redhat.com>
27365         [BZ #11904]
27366         * locale/programs/locale.c (print_assignment): New function.
27367         (show_locale_vars): Use it.
27369 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
27371         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
27372         field.
27373         (struct statfs64): Likewise.
27374         (_STATFS_F_FLAGS): Define.
27375         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
27376         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27377         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
27378         (ST_VALID): Define locally.
27379         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
27380         __statvfs_getflags, use the provided value.
27381         * sysdeps/unix/sysv/linux/kernel-features.h: Define
27382         __ASSUME_STATFS_F_FLAGS.
27384         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
27386         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
27387         Add sys/fanotify.h.
27388         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
27389         fanotify_mask for GLIBC_2.13.
27390         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
27391         fanotify_init and fanotify_mark.
27392         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
27393         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
27395         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
27396         Add prlimit.
27397         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
27398         prlimit64 for GLIBC_2.13.
27399         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
27400         prlimit64.
27401         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
27402         syscall.
27403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
27404         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
27405         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
27406         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
27407         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
27408         add prlimit alias.
27409         * sysdeps/unix/sysv/linux/prlimit.c: New file.
27411         [BZ #11903]
27412         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
27413         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
27415         * nss/Makefile: Add rules to build and run tst-nss-test1.
27416         * shlib-versions: Add entry for libnss_test1.
27417         * nss/nss_test1.c: New file.
27418         * nss/tst-nss-test1.c: New file.
27420         * nss/nsswitch.c (__nss_database_custom): Define new variable.
27421         (__nss_configure_lookup): Set appropriate entry in
27422         __nss_configure_lookup to true.
27423         * nss/nsswitch.h: Define enum with indeces of databases in
27424         databases and __nss_database_custom arrays.  Declare
27425         __nss_database_custom.
27426         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
27427         to avoid using nscd when custom rules are installed.
27428         * nss/getXXbyYY_r.c: Likewise.
27429         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
27431         * nss/nss_files/files-parse.c: Whitespace fixes.
27433 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
27435         [BZ #11883]
27436         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
27437         * posix/fnmatch_loop.c: Likewise.
27439 2010-07-17  Andi Kleen  <ak@linux.intel.com>
27441         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
27442         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
27443         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
27444         * Versions.def [GLIBC_2.13]: Add.
27446 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
27448         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
27449         Also fail if tpwd after pwuid call is NULL.
27451 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27453         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
27454         when converting to ms.
27456 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27458         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
27459         EOPNOTSUPP errors with ENOTTY.
27460         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
27461         EOPNOTSUPP errors with ENOTTY.
27463 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
27465         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
27466         Add strcasecmp_l-ssse3.
27467         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
27468         strcasecmp.
27469         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
27470         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
27471         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
27473 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
27475         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
27477         * string/Makefile (strop-tests): Add strcasecmp.
27478         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
27479         strcasecmp_l-nonascii.
27480         (gen-as-const-headers): Add locale-defines.sym.
27481         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
27482         * sysdeps/x86_64/strcasecmp.S: New file.
27483         * sysdeps/x86_64/strcasecmp_l.S: New file.
27484         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
27485         * sysdeps/x86_64/locale-defines.sym: New file.
27486         * string/test-strcasecmp.c: New file.
27488         * string/test-strcasestr.c: Test both ends of the range of characters.
27489         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
27491 2010-07-29  Roland McGrath  <roland@redhat.com>
27493         [BZ #11856]
27494         * manual/locale.texi (Yes-or-No Questions): Fix example code.
27496 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
27498         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
27499         for ld.so.
27501 2010-07-27  Andreas Schwab  <schwab@redhat.com>
27503         * manual/memory.texi (Malloc Tunable Parameters): Document
27504         M_PERTURB.
27506 2010-07-26  Roland McGrath  <roland@redhat.com>
27508         [BZ #11840]
27509         * configure.in (-fgnu89-inline check): Set and substitute
27510         gnu89_inline, not libc_cv_gnu89_inline.
27511         * configure: Regenerated.
27512         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
27514 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
27516         * string/test-strnlen.c: New file.
27517         * string/Makefile (strop-tests): Add strnlen.
27518         * string/tester.c (test_strnlen): Add a few more test cases.
27519         * string/tst-strlen.c: Better error reporting.
27521         * sysdeps/x86_64/strnlen.S: New file.
27523 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
27525         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
27526         lower-latency instructions.
27528 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
27530         * string/test-strcasestr.c: New file.
27531         * string/test-strstr.c: New file.
27532         * string/Makefile (strop-tests): Add strstr and strcasestr.
27533         * string/str-two-way.h: Don't undefine MAX.
27534         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
27536 2010-07-21  Andreas Schwab  <schwab@redhat.com>
27538         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
27539         strcasestr-nonascii.
27540         (CFLAGS-strcasestr-nonascii.c): Define.
27541         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
27542         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
27543         Remove unused attribute.
27545 2010-07-20  Roland McGrath  <roland@redhat.com>
27547         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
27548         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
27549         ld.so.cache was broken.  With it, there is no way to disable dsocaps
27550         like LD_HWCAP_MASK can disable hwcaps.
27552 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
27554         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
27556 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
27558         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
27559         call in strcasestr.
27560         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
27561         __strcasestr_sse42_nonascii.
27562         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
27563         strcasestr-nonascii.c.
27564         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
27566 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
27568         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
27569         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
27570         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
27571         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
27573 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
27575         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
27576         fcntl.
27578 2010-07-06  Andreas Schwab  <schwab@redhat.com>
27580         [BZ #11577]
27581         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
27582         dl_signal_cerror.
27584 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
27586         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
27587         _PC_PIPE_BUF using F_GETPIPE_SZ.
27589 2010-07-05  Roland McGrath  <roland@redhat.com>
27591         * manual/arith.texi (Rounding Functions): Fix rint description
27592         implicit in round description.
27594 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
27596         * elf/Makefile: Fix linking for a few tests to make recent linker
27597         happy.
27599 2010-06-30  Andreas Schwab  <schwab@redhat.com>
27601         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
27602         $(common-objpfx)libc_nonshared.a.
27604 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
27606         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
27607         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
27608         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
27609         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
27610         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
27611         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
27612         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
27613         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
27614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
27615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
27616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
27617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
27618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
27619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
27620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
27621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
27622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
27623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
27624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
27625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
27626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
27627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
27628         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
27629         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
27630         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
27631         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
27632         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
27633         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
27634         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
27635         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
27636         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
27637         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
27638         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
27639         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
27640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
27641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
27642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
27643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
27644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
27645         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
27646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
27647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
27648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
27649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
27650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
27651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
27652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
27653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
27655 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
27657         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
27658         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
27659         * string/memmove.c (memmove): Renamed to ...
27660         (MEMMOVE): ...this.  Default to memmove.
27661         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
27662         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
27663         (END_CHK): Define.
27664         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
27665         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
27666         mempcpy-ssse3-back memmove-ssse3-back.
27667         * sysdeps/x86_64/multiarch/bcopy.S: New file .
27668         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
27669         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
27670         * sysdeps/x86_64/multiarch/memcpy.S: New file.
27671         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
27672         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
27673         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
27674         * sysdeps/x86_64/multiarch/memmove.c: New file.
27675         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
27676         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
27677         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
27678         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
27679         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
27680         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
27681         Define.
27682         (index_Fast_Copy_Backward): Define.
27683         (HAS_ARCH_FEATURE): Define.
27684         (HAS_FAST_REP_STRING): Define.
27685         (HAS_FAST_COPY_BACKWARD): Define.
27687 2010-06-21  Andreas Schwab  <schwab@redhat.com>
27689         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
27690         Restore proper fallback handling.
27692 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
27694         [BZ #11701]
27695         * posix/group_member.c (__group_member): Correct checking loop.
27697         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
27698         OOM in getpwuid_r correctly.  Return error number when the caller
27699         should return, otherwise -1.
27700         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
27701         call returning > 0 value.
27702         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
27704 2010-06-07  Andreas Schwab  <schwab@redhat.com>
27706         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
27707         libc_nonshared.a from targets in modules-names.
27709 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
27711         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
27712         requires it.
27714 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
27716         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
27717         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
27718         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
27719         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
27721 2010-06-02  Andreas Schwab  <schwab@redhat.com>
27723         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
27725 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
27727         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
27728         and F_GETPIPE_SZ.
27729         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
27730         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
27731         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
27732         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
27733         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
27734         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
27736 2010-06-14  Roland McGrath  <roland@redhat.com>
27738         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
27740 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
27742         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
27743         __REDIRECT followed by __THROW.
27744         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
27745         * posix/getopt.h (getopt): Likewise.
27747 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
27749         * hurd/lookup-at.c (__file_name_lookup_at): Accept
27750         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
27751         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
27752         in AT_FLAGS.
27753         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
27754         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
27756 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
27758         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
27760 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
27762         [BZ #11640]
27763         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27764         Properly check family and model.
27766 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
27768         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
27770 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
27772         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
27774 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
27776         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
27777         symbol reference.
27779 2010-05-19  Andreas Schwab  <schwab@redhat.com>
27781         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
27782         symbol reference.
27784 2010-05-21  Andreas Schwab  <schwab@redhat.com>
27786         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
27787         and internal_recvmmsg.
27788         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
27789         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
27790         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
27791         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
27793         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
27794         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
27795         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
27797 2010-05-20  Andreas Schwab  <schwab@redhat.com>
27799         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
27801 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
27803         POWER7 optimizations.
27804         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
27805         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
27807 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
27809         * version.h: Update for 2.13 development version.
27811 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
27813         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
27814         exceptions.  Return 0.
27816 2010-05-07  Roland McGrath  <roland@redhat.com>
27818         * elf/ldconfig.c (main): Add a const.
27820 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
27822         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
27823         (args_options): Add no-idn option.
27824         (ahosts_keys_int): Add idn_flags to ai_flags.
27825         (parse_option): Handle 'i' option to clear idn_flags.
27827         * malloc/malloc.c (_int_free): Possible race in the most recently
27828         added check.  Only act on the data if no current modification
27829         happened.
27831 See ChangeLog.17 for earlier changes.