Add support for MIPS O32 FPXX and .MIPS.abiflags
[glibc.git] / ChangeLog
blobd9d679041afa7c7d0c95e839b817895a69438e3e
1 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
4         (Elf_MIPS_ABIFlags_v0): New structure.
5         (EF_MIPS_FP64): Define.
6         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
7         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
8         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
9         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
10         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
11         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
12         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
13         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
14         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
15         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
16         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
17         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
18         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
19         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
20         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
21         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
22         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
23         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
24         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
25         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
26         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
27         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
28         field.
29         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
30         EF_MIPS_FP64.
31         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
32         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
33         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
34         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
35         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
36         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
37         * sysdeps/mips/tst-abi-interlink.c: Likewise.
38         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
39         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
40         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
41         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
42         record the current FP ABI extension.
43         (mips-mode-switch): Define to show if kernel headers support mode
44         switching.
45         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
46         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
47         supported SYSV ABI version to 3.
48         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
49         feature.
51 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
52             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
55         path.
56         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
58 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
60         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
61         __fegetround and redefine to call __fegetround.  Remove condition
62         on [!__NO_MATH_INLINES].
63         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
64         function.
65         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
66         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
67         Remove macro.
68         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
69         instead of <fenv_libc.h>.
70         (__llrintl): Call fegetround instead of __fegetround.
71         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
72         instead of <fenv_libc.h>.
73         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
74         (__lrintl): Call fegetround instead of __fegetround.
75         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
76         instead of <fenv_libc.h>.
77         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
78         (__rintl): Call fegetround instead of __fegetround.
80 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
82         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
83         arrays.
85 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
87         [BZ #17775]
88         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
89         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
90         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
92 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
94         * sysdeps/i386/tls-macros.h: Include <features.h>.
95         (TLS_LE): Use non-PIC version for GCC >= 5.0.
96         (TLS_IE): Likewise.
97         (TLS_LD): Likewise.
98         (TLS_GD): Likewise.
99         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
100         define for GCC >= 5.0.
102 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
104         * math/test-fenv.c (test_single_exception, set_single_exc,
105         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
106         feexcp_mask_test, feenable_test, fe_single_test): Add
107         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
108         case where they are not used.
109         * math/libm-test.inc: Likewise.
110         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
111         unused in the absence of FP rounding/exception support.
112         * stdio-common/tst-printf-round.c: Likewise.
113         * stdlib/tst-strtod-round.c: Likewise.
114         * stdlib/tst-strtod-underflow.c: Likewise.
116 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
118         [BZ #17723]
119         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
120         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
121         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
122         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
123         libm_hidden_weak.
124         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
125         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
126         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
127         libm_hidden_def.
128         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
129         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
130         libm_hidden_weak.
131         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
132         Likewise.
133         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
134         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
135         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
136         libm_hidden_weak.
137         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
138         libm_hidden_def.
139         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
140         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
141         (__feraiseexcept): Likewise.
142         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
143         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
144         libm_hidden_weak.
145         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
146         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
147         libm_hidden_def.
148         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
149         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
150         Use libm_hidden_def.
151         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
152         libm_hidden_def.
153         (feraiseexcept): Define as weak not strong alias.  Use
154         libm_hidden_weak.
155         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
156         New inline function.  Factored out of ...
157         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
158         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
159         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
160         feraiseexcept.
161         * math/w_acos.c (__acos): Likewise.
162         * math/w_asin.c (__asin): Likewise.
163         * math/w_ilogb.c (__ilogb): Likewise.
164         * math/w_j0.c (y0): Likewise.
165         * math/w_j1.c (y1): Likewise.
166         * math/w_jn.c (yn): Likewise.
167         * math/w_log.c (__log): Likewise.
168         * math/w_log10.c (__log10): Likewise.
169         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
170         * sysdeps/aarch64/fpu/math_private.h
171         (libc_feupdateenv_test_aarch64): Likewise.
172         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
173         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
174         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
175         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
176         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
177         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
178         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
179         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
180         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
181         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
183 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
185         [BZ #17732]
186         * io/test-utime.c (main): Replace %ld with %jd and cast to
187         intmax_t.
188         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
189         * nptl/tst-mutex5.c: Include <stdint.h>.
190         (do_test): Replace %ld with %jd and cast to intmax_t.
191         * posix/tst-regex.c (run_test): Likewise.
192         (run_test_backwards): Likewise.
193         * rt/tst-clock.c: Include <stdint.h>.
194         (clock_test): Replace %ld with %jd and cast to intmax_t.
195         * rt/tst-cpuclock1.c: Include <stdint.h>.
196         (do_test): Replace %lu with %ju and cast to uintmax_t.
197         * rt/tst-cpuclock2.c: Include <stdint.h>.
198         (do_test): Replace %lu with %ju and cast to uintmax_t.
199         * rt/tst-mqueue1.c: Include <stdint.h>.
200         (check_attrs): Replace %ld with %jd and cast to intmax_t.
201         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
202         intmax_t.
203         * rt/tst-mqueue4.c (do_test): Likewise.
204         * rt/tst-timer4.c: Include <stdint.h>.
205         (check_ts): Replace %ld with %jd and cast to intmax_t.
206         (do_test): Likewise.
207         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
208         and cast to intmax_t.
209         * sysdeps/pthread/tst-timer.c (main): Likewise.
210         * time/clocktest.c (main): Likewise.
211         * time/tst-posixtz.c (do_test): Likewise.
212         * timezone/tst-timezone.c (main): Likewise.
214 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
215             H.J. Lu  <hongjiu.lu@intel.com>
217         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
218         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
219         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
220         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
221         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
222         version if bit_Fast_Unaligned_Load is set.
223         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
224         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
225         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
226         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
227         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
228         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
229         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
230         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
231         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
232         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
233         to 4.
234         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
235         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
236         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
237         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
239 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
241         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
242         instead of #if to avoid a Wundef warning.
243         * stdlib/tst-limits.c (do_test): Likewise.
245         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
246         parallel other exception macros.
247         (fegetenv): Convert from macro to extern inline so that it applies
248         retroactively to inline functions already seen by the compiler.
249         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
251         * posix/Makefile (before-compile): Use $(objpfx) for
252         posix-conf-vars-def.h.
254 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
256         * posix/getconf.c (main): Use size_t for type of I.
257         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
258         NSPEC.
260         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
261         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
262         * posix/posix-envs.def: Likewise.
263         * sysdeps/posix/sysconf.c: Likewise.
264         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
265         (specs): Remove array.
266         * scripts/gen-posix-conf-vars.awk: Support generation of specs
267         array.
269         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
270         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
271         (__sysconf): Use CONF_IS_* macros.
273         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
274         ($(objpfx)posix-conf-vars-def.h): New target.
275         * posix/posix-conf-vars.list: New file.
276         * posix/posix-conf-vars.h: New file.
277         * posix/confstr.c: Include posix-conf-vars.h.
278         (confstr): Use CONF_IS_* macros.
279         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
280         CONF_IS_* macros.
281         * scripts/gen-posix-conf-vars.awk: New file.
283 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
285         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
286         fegetround): Add no-op macros to avoid linknamespace issues.
288         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
289         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
291         * sysdeps/unix/sysv/linux/tile/sysdep.h
292         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
293         assembly-specific section to avoid a redefinition warning.
295         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
296         long before casting to pointer to avoid a cast warning.
298 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
300         * sysdeps/tile/tilegx/Implies: New file.
302 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
304         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
306 2014-12-23  Florian Weimer  <fweimer@redhat.com>
308         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
310 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
312         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
313         not define.
314         * sysdeps/unix/sysv/linux/utimes.c: Do not include
315         <kernel-features.h>.
316         (__utimes) [__NR_utimes]: Make code unconditional.
317         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
318         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
319         (__ASSUME_UTIMES): Do not undefine.
320         * sysdeps/unix/sysv/linux/tile/kernel-features.h
321         (__ASSUME_UTIMES): Likewise.
322         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
323         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
324         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
325         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
327 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
329         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
331 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
333         [BZ #17747]
334         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
335         alias to weak alias for j0l, y0l.
336         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
337         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
339         [BZ #17746]
340         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
341         conversion.
343 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
345         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
346         to zero if not already defined.
348 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
350         [BZ #17724]
351         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
352         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
353         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
354         (char *) casts added.
355         * sysdeps/ieee754/k_standardf.c: New file.
356         * sysdeps/ieee754/k_standardl.c: Likewise.
357         * math/Makefile (libm-support): Remove k_standard.
358         (libm-calls): Add k_standard.
360 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
362         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
363         Optimize to avoid an unnecessary FPCR read.
365 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
367         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
368         Optimize to reduce FPCR/FPSR accesses.
370 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
372         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
373         Call libc_fetestexcept_aarch64.
375 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
377         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
378         Call libc_fesetround_aarch64.
380 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
382         [BZ #17733]
383         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
384         (__bind): Do not define as weak alias.
385         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
386         define.
387         (__getsockname): Do not define as weak alias.
389 2014-12-22  Will Newton  <will.newton@linaro.org>
391         * manual/install.texi: Document that we require bison 2.7
392         or above.
393         * INSTALL: Regenerate.
394         * configure.ac: Use AC_CHECK_PROG_VER instead of
395         AC_PATH_PROG when checking for bison and check for
396         version 2.7 or above.
397         * configure: Regenerate.
399 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
401         [BZ #17745]
402         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
403         * sysdeps/tile/ffsll.c (ffsll): To here.
405         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
407 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
409         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
410         if not defined.
411         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
412         definition.
413         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
414         hidden ___tls_get_addr.
415         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
416         hidden __tls_get_addr.
417         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
418         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
419         Likewise.
421 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
423         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
424         _dl_init call.
426 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
428         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
429         from "call _dl_init@PLT".
430         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
432 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
434         * manual/search.texi: (Array Sort Function): Clarify stable sorting
435         guarantees.
437 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
439         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
441 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
443         [BZ #17744]
444         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
445         strnlen.
447 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
449         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
450         of multu on MIPSr6.
451         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
452         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
453         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
454         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
455         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
457 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
459         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
460         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
461         (PTR_SUBU): Use subu for mips32r6/mips64r6.
462         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
463         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
464         mips32r6/mips64r6.
465         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
467 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
469         * string/strncat.c (STRNCAT): Simplify implementation.
471 2014-12-19  David S. Miller  <davem@davemloft.net>
473         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
474         access the quad as both a long double and as a series of 4 words.
476         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
477         link_map->l_info array access.
479 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
481         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
483         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
484         * math/atest-exp2.c (TIMEOUT): Likewise.
485         * math/atest-sincos.c (TIMEOUT): Likewise.
487 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
489         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
490         -Wno-error with -fno-builtin-lround.
492 2014-12-19  Torvald Riegel  <triegel@redhat.com>
494         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
495         Contains futex constants and functions moved over from ...
496         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
497         <lowlevellock-futex.h>.
498         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
499         (lll_timedwait_tid): Add comments and parentheses around macro
500         arguments.
502 2014-12-19  Torvald Riegel  <triegel@redhat.com>
504         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
505         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
506         (__lll_private_flag): Remove.
507         (lll_futex_wait): Likewise.
508         (lll_futex_timed_wait): Likewise.
509         (lll_futex_wake): Likewise.
510         (lll_futex_requeue): Likewise.
511         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
512         (__lll_timedwait_tid): Spell out argument names.
513         (lll_timedwait_tid): Add comments and parentheses around macro
514         arguments.
515         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
516         LLL_SHARED and LLL_PRIVATE usable from assembly code.
518 2014-12-19  Torvald Riegel  <triegel@redhat.com>
520         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
521         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
522         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
523         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
524         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
525         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
526         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
527         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
528         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
529         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
530         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
531         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
532         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
533         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
534         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
535         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
536         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
537         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
538         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
540 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
542         * sysdeps/x86_64/x32/Makefile: New file.
544 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
546         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
547         1L with (mp_limb_t) 1.
549 2014-12-17  Roland McGrath  <roland@hack.frob.com>
551         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
552         * nptl/libc_pthread_init.c: ... here.
553         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
554         * nptl/register-atfork.c: ... here.
556         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
557         Use pthread_sigmask rather than INTERNAL_SYSCALL.
558         Use assert_perror to check its return value.
559         (__gai_create_helper_thread): Likewise.
561         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
563         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
565 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
567         [BZ #17725]
568         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
569         __profil_counter.
570         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
571         Likewise.
572         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
573         Likewise.
574         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
575         Likewise.
576         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
577         (profil_counter): Likewise.
578         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
579         (profil_counter): Likewise.
580         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
581         Likewise.
582         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
583         Likewise.
584         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
585         (profil_counter): Likewise.
586         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
587         Likewise.
588         [!__profil_counter] (profil_counter): Define as weak alias of
589         __profil_counter.
590         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
591         (profil_counter): Rename to __profil_counter.
592         [!__profil_counter] (profil_counter): Define as weak alias of
593         __profil_counter.
594         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
595         (profil_counter): Rename to __profil_counter.
596         [!__profil_counter] (profil_counter): Define as weak alias of
597         __profil_counter.
598         * sysdeps/posix/profil.c: Update comment referring to
599         profil_counter.
600         (__profil): Use __profil_counter instead of profil_counter.
601         * sysdeps/posix/sprofil.c (profil_counter): Rename to
602         __profil_counter.  Use __profil_counter_ushort and
603         __profil_counter_uint in definitions.
604         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
605         instead of profil_counter_uint and profil_counter_ushort.
607         [BZ #17722]
608         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
609         define as weak alias of __inet_makeaddr.
610         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
611         as weak alias of __inet_addr.
612         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
613         as weak alias of __inet_pton.  Use libc_hidden_weak.
614         * include/arpa/inet.h (__inet_pton): Declare.  Use
615         libc_hidden_proto.
616         (inet_makeaddr): Don't use libc_hidden_proto.
617         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
618         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
619         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
620         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
621         Remove variable.
622         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
623         (test-xfail-POSIX/time.h/linknamespace): Likewise.
625 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
627         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
629 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
631         * stdio-common/bug-vfprintf-nargs.c (do_test):
632         Cast value to intptr_t to avoid format warning
633         for usage with PRIdPTR printing macro.
635 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
637         * libio/tst-widetext.c (do_test):
638         Use format type %td instead of %Zd for ptrdiff_t
639         in order to avoid format warning.
641 2014-12-17  Andreas Schwab  <schwab@suse.de>
643         * nscd/mem.c (gc): Add size_t cast to match printf format.
645 2014-12-16  Roland McGrath  <roland@hack.frob.com>
647         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
648         (init): Apply PTR_MANGLE to pointers before storing them.
649         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
650         before using them.
652 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
654         [BZ #17719]
655         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
656         define as weak alias of __memrchr.
657         (__memrchr): Do not define as strong alias of memrchr.
658         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
659         Remove variable.
660         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
661         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
662         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
664         [BZ #17717]
665         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
666         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
667         (if_indextoname): Rename to __if_indextoname and define as weak
668         alias of __if_indextoname.  Use libc_hidden_weak.
669         (if_freenameindex): Rename to __if_freenameindex and define as
670         weak alias of __if_freenameindex.
671         (if_nameindex): Rename to __if_nameindex and define as weak alias
672         of __if_nameindex.
673         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
674         __if_nametoindex and define as weak alias of __if_nametoindex.
675         Use libc_hidden_weak.
676         (if_freenameindex): Rename to __if_freenameindex and define as
677         weak alias of __if_freenameindex.
678         (if_nameindex): Rename to __if_nameindex and define as weak alias
679         of __if_nameindex.
680         (if_indextoname): Rename to __if_indextoname and define as weak
681         alias of __if_indextoname.  Use libc_hidden_weak.
682         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
683         __if_nametoindex and define as weak alias of __if_nametoindex.
684         Use libc_hidden_weak.
685         (if_freenameindex): Rename to __if_freenameindex and define as
686         weak alias of __if_freenameindex.  Use libc_hidden_weak.
687         (if_nameindex_netlink): Use __if_freenameindex instead of
688         if_freenameindex.
689         (if_nameindex): Rename to __if_nameindex and define as weak alias
690         of __if_nameindex.  Use libc_hidden_weak.
691         (if_indextoname): Rename to __if_indextoname and define as weak
692         alias of __if_indextoname.  Use libc_hidden_weak.
693         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
694         libc_hidden_proto.
695         [!_ISOMAC] (__if_freenameindex): Likewise.
696         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
697         if_nametoindex.
698         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
699         variable.
700         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
701         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
702         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
703         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
704         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
705         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
706         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
708         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
709         Remove variable.
710         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
711         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
713 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
715         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
716         subscript above bounds'
718         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
719         bounds.
721 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
723         * libio/tst-fopenloc.c: Use test-skeleton.c.
725         * stdlib/tst-bsearch.c: Use test-skeleton.c.
726         (entry): Rename to ITEM.
727         (do_test, comp): Adjust.
729         * stdio-common/tst-fseek.c: Use test-skeleton.c.
731 2014-12-16  Torvald Riegel  <triegel@redhat.com>
733         * string/tester.c: Include <libc-internal.h>.
734         (test_memset): Ignore -Wmemset-transposed-args.
736 2014-12-16  Torvald Riegel  <triegel@redhat.com>
738         * misc/tst-mntent2.c (do_test): Fix warning.
740 2014-12-16  Torvald Riegel  <triegel@redhat.com>
742         * elf/tst-unique4lib.cc(a): Mark as used.
744 2014-12-16  Florian Weimer  <fweimer@redhat.com>
746         [BZ #17630]
747         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
748         names.
750 2014-12-16  Allan McRae  <allan@archlinux.org>
752         * stdio-common/Makefile (tests): Re-add bug26.
754 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
756         [BZ #17657]
757         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
758         static array.
760 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
762         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
763         (__lll_lock_wait): Likewise.
764         (__lll_timedlock_wait): Likewise.
765         (__lll_timedwait_tid): Likewise.
766         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
767         (__lll_robust_timedlock_wait): Likewise.
768         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
769         (lll_cond_trylock): Likewise.
770         (__lll_lock): Likewise.
771         (__lll_robust_lock): Likewise.
772         (__lll_cond_lock): Likewise.
773         (lll_robust_cond_lock): Likewise.
774         (__lll_timedlock): Likewise.
775         (__lll_robust_timedlock): Likewise.
776         (__lll_unlock): Likewise.
777         (__lll_robust_unlock): Likewise.
778         (lll_wait_tid): Likewise.
779         (lll_timedwait_tid): Likewise.
781 2014-12-15  Torvald Riegel  <triegel@redhat.com>
783         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
785 2014-12-15  Torvald Riegel  <triegel@redhat.com>
787         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
789 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
791         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
792         * stdio-common/tst-sprintf.c: Likewise.
794 2014-12-15  Torvald Riegel  <triegel@redhat.com>
796         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
798 2014-12-15  Jeff Law  <law@redhat.com>
800         [BZ #16617]
801         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
802         on the heap.  (CVE-2012-3406)
803         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
804         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
805         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
807 2014-12-15  Will Newton  <will.newton@linaro.org>
809         * manual/install.texi: Bump required version of texinfo
810         to 4.7 from 4.5.
811         * INSTALL: Regenerated.
812         * configure.ac: Check for makeinfo version 4.7 and above.
813         * configure: Regenerated.
815 2014-12-12  Roland McGrath  <roland@hack.frob.com>
817         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
818         PREFIX, string constant to insert between directory and name.
819         * sysdeps/posix/shm_open.c: Update caller.
820         * sysdeps/posix/shm_unlink.c: Likewise.
821         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
822         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
823         (SEM_SHM_PREFIX): New macro.
824         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
825         [$(have-thread-library) = no].
826         * nptl/Makefile (libpthread-routines): Add shm-directory.
827         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
828         * sysdeps/nptl/shm-directory.h: New file.
829         * sysdeps/posix/shm-directory.c
830         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
831         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
832         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
833         INTERNAL_SYSCALL.
834         (__where_is_shmfs): Function removed.
835         (mountpoint, defaultmount, defaultdir, __namedsem_once):
836         Variables removed.
837         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
838         Use SHM_GET_NAME.
839         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
841         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
842         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
843         unconditional for use inside libpthread.
844         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
846 2014-12-12  Roland McGrath  <roland@hack.frob.com>
848         * nptl/pthread_getaffinity.c: New file.
849         * nptl/pthread_setaffinity.c: New file.
850         * nptl/pthread_getname.c: New file.
851         * nptl/pthread_setname.c: New file.
853         * nptl/pthread_create.c (START_THREAD_DEFN)
854         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
856 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
857             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
859         * resolv/res_send.c (send_vc): Disable warning resplen may
860         be used uninitialized.
862 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
864         * nptl/tst-mutex6.c
865         (ATTR_NULL): New define checks ATTR against NULL.
866         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
867         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
869 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
871         [BZ #17581]
872         * malloc/hooks.c
873         (mem2mem_check): Revert my previous change.
874         (malloc_check_get_size): Revert my previous change.
875         (mem2chunk_check): Revert my previous change.
877 2014-12-11  Roland McGrath  <roland@hack.frob.com>
879         * sysdeps/posix/shm-directory.c: New file.
880         * sysdeps/posix/shm-directory.h: New file.
881         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
882         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
883         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
884         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
885         Transmute EPERM to EACCES.
886         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
887         from ...
888         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
889         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
891 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
893         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
894         pointer and cast to uintptr_t.
895         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
896         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
897         Add cast to avoid warning.
898         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
900 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
902         * nptl/semaphore.h: Move to ...
903         * sysdeps/pthread/semaphore.h: ... here.
904         * Makefile (installed-headers): Change nptl/semaphore.h to
905         sysdeps/pthread/semaphore.h.
907 2014-12-11  Roland McGrath  <roland@hack.frob.com>
909         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
910         generated error format strings.
912         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
913         -Wformat-extra-args warnings for scanf formats.
914         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
915         test of zero-length format (duh).
916         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
917         corner-case scanf format test.
918         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
919         generated fprintf format string.
920         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
921         corner-case sprintf format tests.
922         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
923         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
924         -Wformat-extra-args warnings throughout.
925         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
926         (CFLAGS-scanf4.c): Likewise.
927         (CFLAGS-scanf7.c): Likewise.
928         (CFLAGS-tst-sprintf.c): Likewise.
929         (CFLAGS-tst-printf.c): Likewise.
930         (CFLAGS-tst-printfsz.c): Likewise.
932 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
934         * include/cpio.h: New file.
935         * include/fmtmsg.h: Likewise.
937         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
938         corresponding format argument to size_t.
939         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
940         arguments.
941         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
942         corresponding format argument to size_t.
943         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
944         arguments.
945         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
946         corresponding format argument to size_t.
947         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
948         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
949         (CFLAGS-tst-mbswcs2.c): Likewise.
950         (CFLAGS-tst-mbswcs3.c): Likewise.
951         (CFLAGS-tst-mbswcs4.c): Likewise.
952         (CFLAGS-tst-mbswcs5.c): Likewise.
953         (CFLAGS-tst-trans.c): Likewise
955 2014-12-11  Roland McGrath  <roland@hack.frob.com>
957         * posix/regexbug1.c (main): Use "%s" format with regerror results,
958         rather than assuming they won't contain any '%'s.
960 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
962         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
963         inhibit_loop_to_libcall to avoid recursive calls.
964         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
965         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
967 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
969         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
970         prototype.
972 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
974         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
975         integer value instead of boolean.
977 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
979         * malloc/malloc.c: Fix powerof2 check.
981 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
983         * locale/programs/locfile.h (maybe_swap_uint32):
984         Remove inline and add unused attribute.
986 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
988         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
989         Truncating assembler expression to a .long expression.
991 2014-12-11  Andreas Schwab  <schwab@suse.de>
993         * elf/rtld.c (struct map_args): Constify str member.
994         (do_preload): Constify fname argument.
996 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
998         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
999         constants definition.
1001 2014-12-11  Andreas Schwab  <schwab@suse.de>
1003         [BZ #16657]
1004         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
1005         FORCE_ELISION instead of DO_ELISION.
1006         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
1007         Remove.
1008         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
1009         Likewise.
1011         * iconvdata/gconv-modules: Remove duplicate entry.
1013 2014-12-11  Will Newton  <will.newton@linaro.org>
1015         Merge gettext 0.19.3 into intl/.
1017         This involves a number of cosmetic changes to comments
1018         and ANSI function definitions and prototypes throughout
1019         all the files. The gettext copyright header is used but
1020         with the date ranges taken from the glibc copy.
1022         * NEWS: Add gettext merge to 2.21.
1023         * intl/bindtextdom.c: Switch to gettext copyright.
1024         Use ANSI definitions and prototypes.
1025         Use gl_* locking primitives rather than __libc_* ones.
1026         Use __builtin_expect rather than __glibc_likely/unlikely.
1027         * intl/dcgettext.c: Switch to gettext copyright.
1028         Use ANSI definitions and prototypes.
1029         * intl/dcigettext.c: Switch to gettext copyright.
1030         Use ANSI definitions and prototypes.
1031         (INTDIV0_RAISES_SIGFPE): New define.
1032         Use gl_* locking primitives rather than __libc_* ones.
1033         Include eval-plural.h instead of plural-eval.c.
1034         Use __builtin_expect rather than __glibc_likely/unlikely.
1035         * intl/dcngettext.c: Switch to gettext copyright.
1036         Use ANSI definitions and prototypes.
1037         * intl/dgettext.c: Likewise.
1038         * intl/dngettext.c: Likewise.
1039         * intl/plural-eval.c: Renamed to...
1040         * intl/eval-plural.h: ...this.
1041         * intl/explodename.c: Switch to gettext copyright.
1042         Use ANSI definitions and prototypes.
1043         (_nl_explode_name): Use strchr instead of __rawmemchr.
1044         * intl/finddomain.c: Switch to gettext copyright.
1045         Use ANSI definitions and prototypes.
1046         Use gl_* locking primitives rather than __libc_* ones.
1047         (_nl_find_domain): Use malloc rather than alloca for
1048         allocation of temporary locale name.
1049         * intl/gettext.c: Switch to gettext copyright.
1050         Use ANSI definitions and prototypes.
1051         * intl/gettextP.h: Switch to gettext copyright.
1052         Use ANSI definitions and prototypes.
1053         Use gl_* locking primitives rather than __libc_* ones.
1054         * intl/gmo.h: Switch to gettext copyright.
1055         (struct sysdep_string): Move struct segment_pair outside of
1056         struct definition.
1057         * intl/hash-string.c: Use ANSI definitions and prototypes.
1058         * intl/hash-string.h: Switch to gettext copyright.
1059         Use ANSI definitions and prototypes.
1060         * intl/l10nflist.c: Switch to gettext copyright.
1061         Use ANSI definitions and prototypes.
1062         (_nl_normalize_codeset): Avoid integer overflow.
1063         * intl/loadinfo.h: Switch to gettext copyright.
1064         Use ANSI definitions and prototypes.
1065         (LIBINTL_DLL_EXPORTED): New define.
1066         (PATH_SEPARATOR): New define.
1067         * intl/loadmsgcat.c: Switch to gettext copyright.
1068         * intl/localealias.c: Switch to gettext copyright.
1069         Use ANSI definitions and prototypes.
1070         (_nl_expand_alias): Use PATH_SEPARATOR.
1071         * intl/ngettext.c: Switch to gettext copyright.
1072         Use ANSI definitions and prototypes.
1073         * intl/plural-exp.c: Likewise.
1074         * intl/plural-exp.h: Switch to gettext copyright.
1075         Use ANSI definitions and prototypes.
1076         (struct expression): Move definition of enum operator outside
1077         of struct definition.
1078         * intl/plural.c: Regenerate.
1079         * intl/plural.y: Switch to gettext copyright.
1080         Use ANSI definitions and prototypes.
1081         Port to bison 3.0.
1082         * intl/textdomain.c: Switch to gettext copyright.
1083         Use ANSI definitions and prototypes.
1084         Use gl_* locking primitives rather than __libc_* ones.
1086 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
1088         * debug/warning-nop.c: Add used atrribute.
1090 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1092         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
1094         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
1095         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
1096         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
1098 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1099             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1101         [BZ #17634]
1102         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
1103         Undefine after defining function.  Define as weak alias of
1104         __wcschr.  Use libc_hidden_weak.
1105         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
1106         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
1107         (libc_hidden_def): Also define __GI___wcschr alias.
1108         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
1109         __wcschr and define as weak alias of __wcschr.
1110         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
1111         __wcschr.
1112         [!WCSCHR] (DEFAULT_WCSCHR): Define.
1113         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
1114         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
1115         libc_hidden_weak.  Do not use libc_hidden_def.
1116         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
1117         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
1118         __GI___wcschr alias.
1119         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
1120         [IS_IN (libc)] (wcschr): Define as macro expanding to
1121         __redirect_wcschr.
1122         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
1123         [IS_IN (libc)] (__wcschr_power6): Likewise.
1124         [IS_IN (libc)] (__wcschr_power7): Likewise.
1125         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
1126         instead of wcschr.
1127         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
1128         __libc_wcschr.
1129         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
1130         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
1131         __wcschr and define as weak alias of __wcschr.  Use
1132         libc_hidden_builtin_def.
1133         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
1134         as weak alias of __wcschr.  Use libc_hidden_weak.
1135         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
1136         wcschr.
1137         * time/era.c (_nl_init_era_entries): Likewise.
1138         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
1139         variable.
1140         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1141         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1143 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1145         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
1146         format for long int variable.
1148 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
1150         [BZ #10672]
1151         * manual/search.texi: (Array Sort Function): Remove claim how to make
1152         qsort stable.
1154 2014-12-10  Andreas Schwab  <schwab@suse.de>
1156         [BZ #12847]
1157         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
1158         user-controlled locks.
1160 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
1162         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
1163         register.
1165 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1167         * configure.ac (--disable-werror): New configure option.
1168         (enable_werror): New AC_SUBST.
1169         * configure: Regenerated.
1170         * config.make.in (enable-werror): New variable.
1171         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
1172         -Wno-error=undef.
1173         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
1174         * manual/install.texi (Configuring and compiling): Document
1175         --disable-werror.
1176         * INSTALL: Regenerated.
1177         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
1178         (CFLAGS-tst-chk2.c): Likewise.
1179         (CFLAGS-tst-chk3.c): Likewise.
1180         (CFLAGS-tst-chk4.cc): Likewise.
1181         (CFLAGS-tst-chk5.cc): Likewise.
1182         (CFLAGS-tst-chk6.cc): Likewise.
1183         (CFLAGS-tst-lfschk1.c): Likewise.
1184         (CFLAGS-tst-lfschk2.c): Likewise.
1185         (CFLAGS-tst-lfschk3.c): Likewise.
1186         (CFLAGS-tst-lfschk4.cc): Likewise.
1187         (CFLAGS-tst-lfschk5.cc): Likewise.
1188         (CFLAGS-tst-lfschk6.cc): Likewise.
1190         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
1191         (main): Disable -Wdeprecated-declarations around calls to
1192         register_printf_function.
1194         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
1195         (do_test): Disable -Wdiv-by-zero around some calls to
1196         fwrite_unlocked and fread_unlocked.
1198         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
1199         (DIAG_POP_NEEDS_COMMENT): Likewise.
1200         (_DIAG_STR1): Likewise.
1201         (_DIAG_STR): Likewise.
1202         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
1203         * stdio-common/bug21.c: Include <libc-internal.h>.
1204         (do_test): Disable -Wformat around call to sscanf.
1205         * stdio-common/scanf14.c: Include <libc-internal.h>.
1206         (main): Disable -Wformat around some calls to scanf functions.
1208 2014-12-09  Torvald Riegel  <triegel@redhat.com>
1210         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
1212 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1214         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
1215         stack variable alignment.
1217 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
1219         [BZ #17682]
1220         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
1221         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
1222         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
1223         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
1224         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
1225         __getrlimit instead of getrlimit.
1226         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
1227         __gettimeofday instead of gettimeofday.
1228         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
1229         Likewise.
1230         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
1231         Likewise.
1232         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
1233         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
1234         Remove variable.
1235         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1236         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1238 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1240         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
1241         for wide-character tests.
1243 2014-12-04  Roland McGrath  <roland@hack.frob.com>
1245         * io/openat64.c: #include <libc-internal.h>
1246         (__openat64): Prototypify.  Use ignore_value on MODE.
1247         * io/openat.c: Likewise.
1248         * misc/reboot.c: #include <libc-internal.h>
1249         (reboot): Prototypify.  Use ignore_value on HOWTO.
1250         * misc/ptrace.c: #include <libc-internal.h>
1251         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
1253 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
1255         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
1256         XPG4, UNIX98 and XOPEN2K.
1257         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
1258         Remove variable.
1259         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1261 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1263         * libio/fileops.c: Use ISO C style for function definitions.
1264         * libio/iofopen.c: Likewise.
1265         * libio/wfileops.c: Likewise.
1267         [BZ #17653]
1268         * libio/fileops.c (_IO_new_file_underflow): Unset cached
1269         offset on EOF.
1270         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
1271         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
1272         (fgets_func): Function pointer to fgets and fgetws.
1273         (do_ftell_test): Add test to verify ftell value after read
1274         EOF.
1275         (do_test): Set fgets_func.
1277         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
1278         O_TRUNC flag for w and w+ modes.
1279         (do_rewind_test): Likewise.
1280         (do_ftell_test): Likewise.
1281         (do_write_test): Likewise.
1283         [BZ #17647]
1284         * libio/fileops.c (do_ftell): Seek only when there are
1285         unflushed writes.
1286         * libio/wfileops.c (do_ftell_wide): Likewise.
1287         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
1288         test case.
1289         (do_one_test): Call it.
1291 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
1293         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
1294         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
1295         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
1296         Remove variable.
1297         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1298         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1299         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1301 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1303         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
1304         Remove variable.
1305         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1307         [BZ #17668]
1308         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
1309         as weak alias of __getifaddrs.  Use libc_hidden_weak.
1310         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1311         __freeifaddrs.  Use libc_hidden_weak.
1312         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
1313         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
1314         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1315         __freeifaddrs.  Use libc_hidden_weak.
1316         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
1317         __getifaddrs and define as weak alias of __getifaddrs.  Use
1318         libc_hidden_weak.
1319         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1320         __freeifaddrs.  Use libc_hidden_weak.
1321         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
1322         Remove variable.
1323         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1324         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1326 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
1328         [BZ #17601]
1329         * sysdeps/mips/start.S (__start): Use indirect jump to call
1330         __libc_start_main.
1332 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1334         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
1336         * nptl/tst-mutex1.c: Include <stdbool.h>.
1337         [!ATTR] (ATTR_NULL): New macro.
1338         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
1339         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
1340         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
1342         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
1343         to char *.
1345         [BZ #17665]
1346         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
1347         Change conditional to [__USE_MISC].
1349         [BZ #17664]
1350         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
1351         fgets_unlocked.
1352         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
1353         __fgets_unlocked.
1354         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
1355         fgets_unlocked.
1356         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
1357         Remove variable.
1358         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1359         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1360         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1361         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1362         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1363         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1364         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1365         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1366         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1368         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1370 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1372         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1373         Remove strpbrk objects.
1374         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1375         (__libc_ifunc_impl_list): Remove strpbrk implementation.
1376         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1377         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1378         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1379         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1381         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1382         Remove strcspn objects.
1383         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1384         (__libc_ifunc_impl_list): Remove strcspn implementation.
1385         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1386         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1387         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1388         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
1390         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1391         Remove strspn objetcs.
1392         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1393         (__libc_ifunc_impl_list): Remove strspn implementation.
1394         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1395         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1396         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1397         * sysdeps/powerpc/powerpc64/strspn.S: New file.
1399 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
1401         [BZ #17581]
1402         * malloc/hooks.c
1403         (mem2mem_check): Add a terminator to the chain of checking blocks.
1404         (malloc_check_get_size): Use it here.
1405         (mem2chunk_check): Ditto.
1407 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1409         * sysdeps/powerpc/powerpc64/strtok.S: New file.
1410         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1412 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
1414         * bits/ioctl-types.h: Indent preprocessor directives correctly.
1416         * nptl/nptl-init.c: Include libc-internal.h.
1417         (__pthread_initialize_minimal_internal): Use ROUND_UP.
1419         * elf/ldconfig.c (search_dir): Expand comment.
1421 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
1423         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1424         variable.
1425         (linknamespace-symlist-stdlibs-tests): Likewise.
1426         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1427         instead of $(objpfx)symlist-stdlibs.
1428         (linknamespace-libs-isoc): New variable.
1429         (linknamespace-libs): Use $(linknamespace-libs-isoc).
1430         (linknamespace-libs-ISO): New variable.
1431         (linknamespace-libs-ISO99): Likewise.
1432         (linknamespace-libs-ISO11): Likewise.
1433         (linknamespace-libs-XPG3): Likewise.
1434         (linknamespace-libs-XPG4): Likewise.
1435         (linknamespace-libs-POSIX): Likewise.
1436         (linknamespace-libs-UNIX98): Likewise.
1437         (linknamespace-libs-XOPEN2K): Likewise.
1438         (linknamespace-libs-POSIX2008): Likewise.
1439         (linknamespace-libs-XOPEN2K8): Likewise.
1440         ($(objpfx)symlist-stdlibs): Replace by
1441         $(linknamespace-symlist-stdlibs-tests).  Use
1442         $(linknamespace-libs-$*) as set of libraries.
1443         ($(linknamespace-header-tests)): Update dependencies.  Use
1444         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1445         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1446         * conform/linknamespace.pl: Remove comment about considering
1447         definitions of symbols from irrelevant libraries.
1449 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1451         [BZ #13862]
1452         * elf/dl-tls.c: Include <atomic.h>.
1453         (oom): Remove #ifdef SHARED/#endif.
1454         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1455         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1456         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1457         big enough.
1458         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1459         * nptl/Makefile (tests): Add tst-stack4.
1460         (modules-names): Add tst-stack4mod.
1461         ($(objpfx)tst-stack4): New.
1462         (tst-stack4mod.sos): Likewise.
1463         ($(objpfx)tst-stack4.out): Likewise.
1464         ($(tst-stack4mod.sos)): Likewise.
1465         (clean): Likewise.
1466         * nptl/tst-stack4.c: New file.
1467         * nptl/tst-stack4mod.c: Likewise.
1469 2014-11-27  J. Brown  <jb999@gmx.de>
1471         * sysdeps/x86/bits/string.h: Add recent CPUs.
1473 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1475         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1476         sigblock.
1478         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1479         feof.
1481         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1482         variable.
1484 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1486         * nscd/connections.c: Include libc-internal.h because of macro
1487         usage ignore_value.
1489 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1491         * string/bits/string3.h (__warn_memset_zero_len): Don't
1492         declare for gcc newer than 5.0.
1493         (memset): Don't test for zero-length __LEN for gcc newer than
1494         5.0.
1496 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1498         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1499         size_t for %zu format.
1501         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1502         difference, not %ju.
1504 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1506         * include/libc-internal.h (ignore_value): New macro.
1507         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1508         with ignore_value.
1510         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1511         definition.
1513         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1514         pthread_cleanup_push to void *.
1516         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1517         Undefine.
1519         [BZ #16619]
1520         [BZ #16740]
1521         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1522         instead of 1L << 52.
1524         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1525         * libio/bug-rewind2.c (do_test): Likewise.
1527         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1528         * debug/test-strcpy_chk-ifunc.c: Likewise.
1529         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1530         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1531         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1532         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1533         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1534         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1535         * Rules [$(multi-arch) = no] (tests): Do not filter out
1536         $(tests-ifunc).
1537         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1538         * debug/Makefile (tests-ifunc): Remove variable.
1539         (tests): Do not add $(tests-ifunc).
1540         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1541         (tests): Do not add $(tests-ifunc).
1542         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1543         [TEST_IFUNC]: Remove conditionals.
1544         * string/test-string.h (TEST_IFUNC): Remove macro.
1545         [TEST_IFUNC]: Remove conditionals.
1547         * string/test-strchr.c [!WIDE] (L): New macro.
1548         [WIDE] (L): Likewise.
1549         (check1): Use CHAR instead of char.  Use L on string and character
1550         constants.
1552 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1554         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1555         tests.
1556         * sysdeps/powerpc/bits/atomic.h
1557         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1558         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1559         (atomic_exchange_and_add_acq): Likewise.
1560         (atomic_exchange_and_add_rel): Likewise.
1561         * sysdeps/powerpc/powerpc32/bits/atomic.h
1562         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1563         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1564         * sysdeps/powerpc/powerpc64/bits/atomic.h
1565         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1566         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1568 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1570         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1571         Change synchronization of __sched_fifo_min_prio and
1572         __sched_fifo_max_prio.
1573         * nptl/pthread_mutexattr_getprioceiling.c
1574         (pthread_mutexattr_getprioceiling): Likewise.
1575         * nptl/pthread_mutexattr_setprioceiling.c
1576         (pthread_mutexattr_setprioceiling): Likewise.
1577         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1578         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1579         Likewise.
1581 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1583         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1584         void.
1586 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1588         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1589         third argument const.
1591 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1593         fnmatch: work around GCC compiler warning bug with uninit var
1594         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1595         This works around a bug with x86-64 GCC 4.9.2 and earlier
1596         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1597         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1598         used uninitialized in this function [-Wmaybe-uninitialized]".
1600 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1602         * posix/bug-regex31.c (main): Return RES not 0.
1604 2014-11-25  Anton Blanchard <anton@samba.org>
1606         * sysdeps/powerpc/bits/atomic.h
1607         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1609 2014-11-24  Sterling Augustine  <saugustine@google.com>
1611         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1613 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1615         [BZ #17608]
1616         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1618 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1620         [BZ #17633]
1621         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1622         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1623         variable.
1624         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1625         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1627 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1629         * string/strncpy.c (strncpy): Improve performance by using memset.
1631 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1633         * string/strcpy.c (strcpy):
1634         Improve performance by using strlen and memcpy.
1636 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1638         * string/strcoll_l.c (get_next_seq): __always_inline.
1639         * string/strcoll_l.c (do_compare): __always_inline.
1641 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1643         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1644         defined.
1645         * include/mqueue.h: Likewise.
1646         * include/stdlib.h: Likewise.
1648         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1649         (get_null_defines): Adjust.
1650         * sunrpc/Makefile: Adjust comment.
1651         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1652         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1653         (CFLAGS-interp.c): Likewise.
1654         (CFLAGS-ldconfig.c): Likewise.
1655         (CPPFLAGS-.os): Likewise.
1656         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1657         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1658         * extra-modules.mk (extra-modules.mk): Likewise.
1659         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1660         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1661         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1662         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1663         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1664         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1665         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1666         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1667         * iconvdata/Makefile (CPPFLAGS): Likewise.
1668         (cpp-srcs-left): Add libof for all iconvdata routines.
1669         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1670         * include/assert.h: Likewise.
1671         * include/ctype.h: Likewise.
1672         * include/errno.h: Likewise.
1673         * include/libc-symbols.h: Likewise.
1674         * include/math.h: Likewise.
1675         * include/netdb.h: Likewise.
1676         * include/resolv.h: Likewise.
1677         * include/stdio.h: Likewise.
1678         * include/stdlib.h: Likewise.
1679         * include/string.h: Likewise.
1680         * include/sys/stat.h: Likewise.
1681         * include/wctype.h: Likewise.
1682         * intl/l10nflist.c: Likewise.
1683         * libidn/idn-stub.c: Likewise.
1684         * libio/libioP.h: Likewise.
1685         * nptl/libc_multiple_threads.c: Likewise.
1686         * nptl/pthreadP.h: Likewise.
1687         * posix/regex_internal.h: Likewise.
1688         * resolv/res_hconf.c: Likewise.
1689         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1690         * sysdeps/arm/memmove.S: Likewise.
1691         * sysdeps/arm/sysdep.h: Likewise.
1692         * sysdeps/generic/_itoa.h: Likewise.
1693         * sysdeps/generic/symbol-hacks.h: Likewise.
1694         * sysdeps/gnu/errlist.awk: Likewise.
1695         * sysdeps/gnu/errlist.c: Likewise.
1696         * sysdeps/i386/i586/memcpy.S: Likewise.
1697         * sysdeps/i386/i586/memset.S: Likewise.
1698         * sysdeps/i386/i686/memcpy.S: Likewise.
1699         * sysdeps/i386/i686/memmove.S: Likewise.
1700         * sysdeps/i386/i686/mempcpy.S: Likewise.
1701         * sysdeps/i386/i686/memset.S: Likewise.
1702         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1703         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1704         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1705         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1706         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1707         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1708         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1709         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1710         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1711         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1712         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1713         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1714         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1715         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1716         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1717         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1718         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1719         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1720         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1721         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1722         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1723         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1724         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1725         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1726         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1727         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1728         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1729         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1730         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1731         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1732         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1733         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1734         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1735         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1736         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1737         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1738         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1739         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1740         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1741         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1742         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1743         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1744         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1745         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1746         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1747         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1748         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1749         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1750         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1751         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1752         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1753         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1754         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1755         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1756         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1757         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1758         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1759         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1760         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1761         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1762         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1763         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1764         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1765         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1766         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1767         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1768         * sysdeps/posix/closedir.c: Likewise.
1769         * sysdeps/posix/opendir.c: Likewise.
1770         * sysdeps/posix/readdir.c: Likewise.
1771         * sysdeps/posix/rewinddir.c: Likewise.
1772         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1773         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1774         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1775         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1776         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1777         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1778         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1779         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1780         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1781         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1782         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1783         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1784         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1785         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1786         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1787         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1788         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1789         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1790         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1791         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1792         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1793         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1794         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1795         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1796         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1797         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1798         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1799         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1800         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1801         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1802         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1803         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1804         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1805         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1806         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1807         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1808         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1809         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1810         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1811         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1812         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1813         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1814         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1815         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1816         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1817         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1818         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1819         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1820         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1821         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1822         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1823         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1824         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1825         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1826         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1827         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1828         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1829         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1830         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1831         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1832         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1833         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1834         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1835         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1836         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1837         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1838         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1839         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1840         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1841         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1842         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1843         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1844         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1845         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1846         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1847         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1848         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1849         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1850         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1851         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1852         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1853         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1854         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1855         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1856         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1857         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1858         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1859         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1860         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1861         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1862         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1863         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1864         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1865         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1866         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1867         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1868         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1869         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1870         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1871         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1872         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1873         * sysdeps/unix/alpha/sysdep.S: Likewise.
1874         * sysdeps/unix/alpha/sysdep.h: Likewise.
1875         * sysdeps/unix/make-syscalls.sh: Likewise.
1876         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1877         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1878         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1879         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1880         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1881         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1882         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1883         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1884         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1885         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1886         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1887         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1888         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1889         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1890         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1891         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1892         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1893         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1894         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1895         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1896         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1897         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1898         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1899         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1900         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1901         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1902         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1905         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1906         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1907         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1908         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1909         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1910         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1911         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1912         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1913         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1914         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1915         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1916         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1917         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1918         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1919         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1920         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1921         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1922         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1923         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1924         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1925         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1926         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1927         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1928         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1929         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1930         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1931         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1932         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1933         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1934         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1935         * sysdeps/x86_64/memcpy.S: Likewise.
1936         * sysdeps/x86_64/memmove.c: Likewise.
1937         * sysdeps/x86_64/memset.S: Likewise.
1938         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1939         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1940         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1941         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1942         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1943         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1944         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1945         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1946         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1947         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1948         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1949         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1950         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1951         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1952         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1953         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1954         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1955         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1956         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1957         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1958         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1959         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1960         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1961         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1962         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1963         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1964         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1965         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1966         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1967         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1968         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1969         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1970         * sysdeps/x86_64/strcmp.S: Likewise.
1972         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1974         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1975         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1976         * elf/rtld-Rules: Likewise.
1977         * elf/setup-vdso.h: Likewise.
1978         * include/assert.h: Likewise.
1979         * include/bits/stdlib-float.h: Likewise.
1980         * include/errno.h: Likewise.
1981         * include/sys/stat.h: Likewise.
1982         * include/unistd.h: Likewise.
1983         * sysdeps/aarch64/setjmp.S: Likewise.
1984         * sysdeps/alpha/setjmp.S: Likewise.
1985         * sysdeps/arm/__longjmp.S: Likewise.
1986         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1987         * sysdeps/arm/setjmp.S: Likewise.
1988         * sysdeps/arm/sysdep.h: Likewise.
1989         * sysdeps/generic/_itoa.h: Likewise.
1990         * sysdeps/generic/dl-sysdep.h: Likewise.
1991         * sysdeps/generic/ldsodefs.h: Likewise.
1992         * sysdeps/i386/dl-tls.h: Likewise.
1993         * sysdeps/i386/setjmp.S: Likewise.
1994         * sysdeps/m68k/setjmp.c: Likewise.
1995         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1996         * sysdeps/mach/hurd/opendir.c: Likewise.
1997         * sysdeps/posix/getcwd.c: Likewise.
1998         * sysdeps/posix/opendir.c: Likewise.
1999         * sysdeps/posix/profil.c: Likewise.
2000         * sysdeps/powerpc/dl-procinfo.h: Likewise.
2001         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
2002         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
2003         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
2004         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
2005         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
2006         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
2007         * sysdeps/s390/dl-tls.h: Likewise.
2008         * sysdeps/s390/s390-32/setjmp.S: Likewise.
2009         * sysdeps/s390/s390-64/setjmp.S: Likewise.
2010         * sysdeps/sh/sh3/setjmp.S: Likewise.
2011         * sysdeps/sh/sh4/setjmp.S: Likewise.
2012         * sysdeps/unix/alpha/sysdep.h: Likewise.
2013         * sysdeps/unix/arm/sysdep.S: Likewise.
2014         * sysdeps/unix/i386/sysdep.S: Likewise.
2015         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
2016         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2017         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2018         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2019         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2020         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
2021         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
2022         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
2023         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
2024         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
2025         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
2026         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2027         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
2029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
2030         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2031         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
2032         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
2033         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2034         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
2035         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2036         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
2037         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2038         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2039         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
2040         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2041         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2042         * sysdeps/unix/x86_64/sysdep.S: Likewise.
2043         * sysdeps/x86_64/setjmp.S: Likewise.
2045         * include/math.h: Use IS_IN instead of IS_IN_libm.
2046         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
2047         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
2048         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
2049         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
2050         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
2051         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
2052         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
2053         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
2054         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
2055         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
2056         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
2057         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
2058         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
2059         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
2060         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
2061         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
2062         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
2063         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
2064         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
2065         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
2066         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
2067         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
2068         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
2069         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
2070         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
2071         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
2072         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
2073         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
2074         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
2075         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
2076         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
2077         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
2078         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
2079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
2080         Likewise.
2081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
2082         Likewise.
2083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
2084         Likewise.
2085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
2086         Likewise.
2087         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
2088         Likewise.
2089         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
2090         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
2091         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
2092         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
2093         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
2094         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
2095         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
2096         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
2097         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
2098         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
2099         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
2100         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
2101         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
2102         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
2103         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
2104         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
2105         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
2106         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
2107         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
2108         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
2109         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
2110         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
2111         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
2112         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
2113         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
2114         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
2115         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
2117         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
2118         * nptl/pthreadP.h: Likewise.
2119         * nptl_db/structs.def: Likewise.
2120         * sysdeps/arm/sysdep.h: Likewise.
2121         * sysdeps/nptl/bits/libc-lock.h: Likewise.
2122         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
2123         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
2124         * sysdeps/unix/alpha/sysdep.h: Likewise.
2125         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
2126         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
2127         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
2128         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
2129         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
2130         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
2131         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2132         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
2133         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
2134         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
2135         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
2136         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
2137         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
2138         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
2139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
2140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
2141         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
2142         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
2143         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
2144         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
2145         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
2146         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
2147         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
2148         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
2149         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
2150         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
2152         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
2153         * nptl/pthreadP.h: Likewise.
2154         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
2155         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
2156         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
2157         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
2158         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
2159         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
2160         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
2161         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
2162         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
2163         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
2164         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
2165         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
2166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
2167         Likewise.
2168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
2169         Likewise.
2170         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
2171         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
2172         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
2173         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
2174         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
2175         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
2176         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
2177         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
2179         * dlfcn/dladdr.c: Use IS_IN.
2180         * dlfcn/dladdr1.c: Likewise.
2181         * dlfcn/dlclose.c: Likewise.
2182         * dlfcn/dlerror.c: Likewise.
2183         * dlfcn/dlinfo.c: Likewise.
2184         * dlfcn/dlmopen.c: Likewise.
2185         * dlfcn/dlopen.c: Likewise.
2186         * dlfcn/dlsym.c: Likewise.
2187         * dlfcn/dlvsym.c: Likewise.
2189         * include/ifaddrs.h: Use IS_IN.
2190         * inet/check_pf.c: Likewise.
2191         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2192         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
2194         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
2195         IS_IN_ldconfig.
2196         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
2197         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
2199         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
2200         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
2201         IS_IN (libc).
2203         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
2205         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
2206         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
2207         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
2208         * include/libc-symbols.h (IS_IN_LIB): New macro.
2209         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
2210         * include/netdb.h: Likewise.
2211         * include/stap-probe.h: Remove all uses of IN_LIB.
2213         * Makeconfig (module-cppflags-real): Define MODULE_NAME
2214         instead of IN_MODULE.
2215         * include/libc-symbols.h (IN_MODULE): Define using
2216         MODULE_NAME.
2217         (PASTE_NAME, PASTE_NAME1): New macros.
2218         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
2219         of IN_LIB.
2220         (STAP_PROBE_ASM): Likewise.
2222 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2224         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
2225         __mach_init in dlopened libc.
2227 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
2229         * sysdeps/arm/preconfigure.ac: Delete EABI check.
2230         * sysdeps/arm/preconfigure: Regenerate.
2232 2014-11-21  Roland McGrath  <roland@hack.frob.com>
2234         * nptl/pthread_create.c (__pthread_create_2_1): Set
2235         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
2236         when copying values from IATTR into PD.
2238 2014-11-21  Will Newton  <will.newton@linaro.org>
2239             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
2241         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
2242         Refactor inline-asm.  Also add comment.
2244         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
2245         ElfW macro instead of hardcoded Elf64 types.
2246         (la_aarch64_gnu_pltenter): Likewise.
2247         * sysdeps/aarch64/dl-machine.h
2248         (elf_machine_runtime_setup): Use ElfW(Addr).
2250         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
2251         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
2252         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
2253         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
2254         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
2255         (R_AARCH64_TLS_DTPMOD64): Rename to ..
2256         (R_AARCH64_TLS_DTPMOD): This.
2257         (R_AARCH64_TLS_DTPREL64): Rename to ...
2258         (R_AARCH64_TLS_DTPREL): This.
2259         (R_AARCH64_TLS_TPREL64): Rename to ...
2260         (R_AARCH64_TLS_TPREL): This.
2261         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
2262         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
2263         R_AARCH64_TLS_TPREL64.
2264         (elf_machine_rela): Likewise.
2266 2014-11-21  Torvald Riegel  <triegel@redhat.com>
2268         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
2269         by setting it to 0.  64b atomics are not supported currently.
2271 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2273         [BZ #16469]
2274         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
2275         search domain names.
2277 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2279         [BZ #16469]
2280         * NEWS: Update.
2281         * resolv/res_query.c (__libc_res_nquerydomain): Retain
2282         trailing dot.
2283         * posix/tst-getaddrinfo5.c: New.
2284         * posix/Makefile (tests): Add it.
2286 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2288         [BZ #14498]
2289         * NEWS: Fixed.
2290         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
2291         after parsing line but before break_if_match.
2292         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
2293         if there is a protocol mismatch.
2295 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
2297         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
2298         because the potential race is on the user-supplied stream.
2300 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2302         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
2303         string literal if not passed a buffer.
2304         * manual/job.texi (ctermid): Update reasoning, note deviation
2305         from posix, suggest mtasurace when not passed a buffer, for
2306         future non-preliminary safety notes.
2308 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2310         * manual/users.texi (cuserid): Fix MT-Safety note for the case
2311         of not passing it a buffer.
2312         Reported by Peng Haitao.
2314 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2316         * manual/Makefile ($(objpfx)stamp-summary): Require
2317         check-safety.sh to pass.
2318         * manual/check-safety.sh: Wish for verification that every
2319         @deftypefn and @deftypefun is followed by a @safety remark.
2321 2014-11-20  Roland McGrath  <roland@hack.frob.com>
2323         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
2325         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
2326         PTHREAD_CANCEL_ASYNCHRONOUS.
2327         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
2328         send SIGCANCEL.
2330         * nptl/default-sched.h: New file.
2331         * sysdeps/unix/sysv/linux/default-sched.h: New file.
2332         * nptl/pthread_create.c: Include it.
2333         (__pthread_create_2_1): Use collect_default_sched instead of making
2334         Linux syscalls here directly.
2336 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2338         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
2339         __pthread_once): Use C11 atomics.
2341 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2343         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
2345 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2347         * include/atomic.h (__atomic_link_error, __atomic_check_size,
2348         atomic_thread_fence_acquire, atomic_thread_fence_release,
2349         atomic_thread_fence_seq_cst, atomic_load_relaxed,
2350         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
2351         atomic_compare_exchange_weak_relaxed,
2352         atomic_compare_exchange_weak_acquire,
2353         atomic_compare_exchange_weak_release,
2354         atomic_exchange_acquire, atomic_exchange_release,
2355         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
2356         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
2357         atomic_fetch_and_acquire,
2358         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
2360 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2362         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2363         USE_ATOMIC_COMPILER_BUILTINS): Define.
2364         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2365         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2366         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2367         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2368         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2369         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2370         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2371         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2372         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2373         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2374         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2375         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2376         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2377         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2378         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2379         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2380         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2381         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2382         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2383         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2384         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2385         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2386         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2387         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2388         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2389         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2390         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2391         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2392         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2393         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2394         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2395         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2396         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2397         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2398         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2399         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2400         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2401         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2402         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2403         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2405 2014-11-19  Roland McGrath  <roland@hack.frob.com>
2407         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2408         the sched_priority value here.  It was already checked when the user
2409         called pthread_attr_setschedparam.
2411         * nptl/tst-bad-schedattr.c: New file.
2412         * nptl/Makefile (tests): Add it.
2414 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
2415             Florian Weimer  <fweimer@redhat.com>
2416             Joseph Myers  <joseph@codesourcery.com>
2417             Adam Conrad  <adconrad@0c3.net>
2418             Andreas Schwab  <schwab@suse.de>
2419             Brooks  <bmoses@google.com>
2421         [BZ #17625]
2422         * wordexp-test.c (__dso_handle): Add prototype.
2423         (__register_atfork): Likewise.
2424         (__app_register_atfork): New function.
2425         (registered_forks): New global.
2426         (register_fork): New function.
2427         (test_case): Add 3 new tests for WRDE_CMDSUB.
2428         (main): Call __app_register_atfork.
2429         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2430         fork count is non-zero fail the test.
2431         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2432         is set.
2433         (parse_dollars): Remove check for WRDE_NOCMD.
2434         (parse_dquote): Likewise.
2436 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2438         * Makeconfig (built-modules): List non-library modules to be
2439         built.
2440         (module-cppflags): Include libc-modules.h for
2441         everything except shlib-versions.v.i.
2442         (CPPFLAGS): Use it.
2443         (before-compile): Add libc-modules.h.
2444         ($(common-objpfx)libc-modules.h,
2445         $(common-objpfx)libc-modules.stmp): New targets.
2446         (common-generated): Add libc-modules.h and libc-modules.stmp.
2447         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2448         * include/libc-symbols.h: Don't include libc-modules.h.
2449         * include/libc-modules.h: Remove file.
2450         * scripts/gen-libc-modules.awk: New script to generate
2451         libc-modules.h.
2452         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2453         Depend on libc-modules.stmp.
2455         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2457         * Makeconfig (in-module): Get value of libof set for the
2458         translation unit.
2459         (CPPFLAGS): Use $(in-module).
2460         * Makerules: Don't suffix routine names for nonlib.
2461         * include/libc-modules.h: New file.
2462         * include/libc-symbols.h: Include libc-modules.h
2463         (IS_IN): New macro to replace IS_IN_* macros.
2464         * elf/Makefile: Set libof-* for each routine.
2465         * elf/rtld-Rules: Likewise.
2466         * extra-modules.mk: Likewise.
2467         * iconv/Makefile: Likewise.
2468         * iconvdata/Makefile: Likewise.
2469         * locale/Makefile: Likewise.
2470         * malloc/Makefile: Likewise.
2471         * nss/Makefile: Likewise.
2472         * sysdeps/gnu/Makefile: Likewise.
2473         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2474         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2475         * sysdeps/s390/s390-64/Makefile: Likewise.
2476         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2477         CPPFLAGS for nscd instead of nonlib.
2479 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2481         * nptl/createthread.c: New file.
2483         * nptl/createthread.c: Moved ...
2484         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2486         * nptl/createthread.c: Add proper top-line comment.
2487         (do_clone): Folded into ...
2488         (create_thread): ... here.  Take new arguments STOPPED_START and
2489         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2490         increment __nptl_threads, do event-reporting logic, do
2491         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2492         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2493         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2494         just send SIGCANCEL.
2495         * nptl/pthread_create.c: Forward-declare create_thread before
2496         including createthread.c.
2497         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2498         declaration, and new macro START_THREAD_SELF to replace argument.
2499         Remove return statement.
2500         (report_thread_creation): New function.
2501         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2502         synchronization logic, and __nptl_nthreads increment here, around
2503         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2504         PD->parent_cancelhandling here, before create_thread.  When
2505         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2506         __deallocate_stack, and ENOMEM translation here.
2508 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2510         [BZ #17616]
2511         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2512         (mptwo): Rename to __mptwo.
2513         (__inv): Use __mptwo instead of mptwo.
2514         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2515         (mptwo): Rename to __mptwo.
2516         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2517         of mpone and __mptwo instead of mptwo.
2518         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2519         instead of mpone.
2520         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2521         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2522         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2523         of mpone and __mptwo instead of mptwo.
2524         (__mpranred): Use __mpone instead of mpone.
2525         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2526         variable.
2527         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2528         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2529         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2530         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2531         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2532         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2533         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2534         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2535         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2536         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2537         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2538         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2539         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2540         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2541         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2542         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2543         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2544         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2545         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2547 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2549         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2550         replace BSD Handler xref with BSD Signal Handling.
2552 2014-11-17  Richard Henderson  <rth@redhat.com>
2554         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2555         (_FP_PACK_RAW_2): Remove.
2556         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2557         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2558         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2559         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2560         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2561         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2562         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2563         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2564         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2565         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2566         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2567         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2568         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2569         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2570         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2571         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2573 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2575         * signal/signal.h [__USE_MISC]
2576         (struct sigvec): Remove type.
2577         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2578         (sigvec): Remove declaration.
2579         * sysdeps/posix/sigvec.c: Moved ...
2580         * signal/sigvec.c: ... here, replacing old file.
2581         (struct sigvec): New type, copied from old signal.h definition.
2582         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2583         (__sigvec): Convert definition to prototype.
2584         (sigvec): Replace weak_alias with compat_symbol.
2585         * signal/Versions (libc: GLIBC_2.21): New version set.
2586         * include/signal.h: Remove __sigvec declaration.
2587         * sysdeps/unix/bsd/sigvec.c: Remove file.
2588         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2589         * manual/signal.texi (BSD Handler): Remove subsection.
2590         Move siginterrupt up to ...
2591         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2592         (Blocking in BSD): Fold subsection into its parent.
2593         * NEWS: Mention sigvec removal.
2595 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2597         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2598         (DLA_FMS): Make definition conditional only on [__FMA4__].
2599         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2600         definition.
2602         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2603         Make definition conditional only on [PROF].
2604         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2605         definition.
2606         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2607         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2609         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2610         !__GNUC__].
2611         * include/signal.h (__sigpause): Move declaration above call to
2612         libc_hidden_proto.
2613         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2614         variable.
2615         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2616         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2618 2014-11-14  David S. Miller  <davem@davemloft.net>
2620         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2621         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2623 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2625         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2626         * configure: Regenerated.
2627         * manual/install.texi (Tools for Compilation): Document a
2628         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2629         compiler verified to work.
2630         * INSTALL: Regenerated.
2632         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2633         redeclare with asm name.
2634         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2635         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2636         including <string.h>.
2637         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2638         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2639         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2640         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2641         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2642         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2643         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2645 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2647         * stdlib/strtol.c (__strtol): Use prototype definition.
2649         [BZ #17594]
2650         * stdlib/strtol.c (SYM__): New macro.
2651         (SYM__1): Likewise.
2652         (__strtol): Likewise.
2653         (strtol): Rename to __strtol and define as weak alias of
2654         __strtol.  Use libc_hidden_weak.
2656 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2658         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2659         Use numbered labels in inline assembly.
2661 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2663         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2664         Add setjmp LIBC_PROBE.
2665         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2666         Likewise.
2667         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2668         Add longjmp, longjmp_target LIBC_PROBE.
2669         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2670         Likewise.
2672 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2674         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2675         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2676         to get rid of unused variable warning.
2678 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2680         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2681         Check for unwind_backtrace ==  NULL only in SHARED case.
2682         (__backchain_backtrace): Compile only in SHARED case.
2683         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2684         Likewise.
2685         (__backchain_backtrace): Declare as static.
2687 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2689         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2690         (__libc_multiple_threads_ptr): Variable moved ...
2691         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2693 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2695         * conform/GlibcConform.pm: New file.
2696         * conform/conformtest.pl: Use GlibcConform module.
2697         * conform/linknamespace.pl: New file.
2698         * conform/list-header-symbols.pl: Likewise.
2699         * conform/Makefile (linknamespace-symlists-base): New variable.
2700         (linknamespace-symlists-tests): Likewise.
2701         (linknamespace-header-base): Likewise.
2702         (linknamespace-header-tests): Likewise.
2703         (tests-special): Add new tests.
2704         ($(linknamespace-symlists-tests)): New rule.
2705         (linknamespace-libs): New variable.
2706         ($(objpfx)symlist-stdlibs): New rule.
2707         ($(linknamespace-header-tests)): Likewise.
2708         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2709         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2710         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2711         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2712         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2713         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2714         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2715         (test-xfail-ISO/math.h/linknamespace): Likewise.
2716         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2717         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2718         (test-xfail-ISO/time.h/linknamespace): Likewise.
2719         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2720         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2721         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2722         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2723         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2724         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2725         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2726         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2727         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2728         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2729         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2730         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2731         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2732         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2733         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2734         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2735         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2736         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2737         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2738         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2739         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2740         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2741         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2742         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2743         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2744         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2745         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2746         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2747         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2748         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2749         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2750         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2751         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2752         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2753         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2754         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2755         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2756         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2757         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2758         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2759         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2760         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2761         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2762         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2763         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2764         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2765         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2766         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2767         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2768         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2769         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2770         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2771         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2772         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2773         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2774         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2775         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2776         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2777         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2778         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2779         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2780         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2781         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2782         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2783         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2784         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2785         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2786         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2787         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2788         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2789         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2790         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2791         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2792         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2793         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2794         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2795         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2796         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2797         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2798         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2799         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2800         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2801         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2802         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2803         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2804         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2805         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2806         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2807         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2808         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2809         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2810         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2811         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2812         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2813         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2814         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2815         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2816         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2817         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2818         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2819         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2820         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2821         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2822         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2823         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2824         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2825         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2826         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2827         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2828         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2829         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2830         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2831         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2832         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2833         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2834         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2835         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2836         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2837         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2838         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2839         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2840         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2841         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2842         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2843         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2844         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2845         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2846         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2847         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2848         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2849         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2850         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2851         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2852         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2853         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2854         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2855         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2856         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2857         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2858         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2859         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2860         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2861         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2862         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2863         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2864         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2865         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2866         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2867         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2868         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2870         [BZ #17589]
2871         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2872         of fgets_unlocked.
2874         [BZ #17585]
2875         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2876         (memmem): Rename to __memmem and define as weak alias of
2877         __memmem.  Use libc_hidden_weak.
2878         (__memmem): Use libc_hidden_def.
2879         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2880         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2881         memmem.
2883         [BZ #17582]
2884         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2885         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2886         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2887         and define as weak alias of __fgets_unlocked.  Use
2888         libc_hidden_weak.
2889         (__fgets_unlocked): Use libc_hidden_def.
2890         * include/stdio.h (__fgets_unlocked): Declare.  Use
2891         libc_hidden_proto.
2892         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2893         __fgets_unlocked instead of fgets_unlocked.
2894         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2895         (GET_NPROCS_CONF_PARSER): Likewise.
2896         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2897         (GET_NPROCS_CONF_PARSER): Likewise.
2899         [BZ #17574]
2900         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2901         weak alias of __wmemset.  Use libc_hidden_weak.
2902         (__wmemset): Use libc_hidden_def.
2903         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2904         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2905         of wmemset.
2907         [BZ #17573]
2908         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2909         with asm name __mempcpy.
2910         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2912         [BZ #17572]
2913         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2914         and define as weak alias of __rawmemchr.
2915         (__rawmemchr): Do not define as strong alias of rawmemchr.
2917         [BZ #17571]
2918         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2919         alias of __qsort_r.
2920         (qsort): Call __qsort_r instead of qsort_r.
2921         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2922         (__qsort_r): Declare.  Call libc_hidden_proto.
2923         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2924         instead of qsort_r.
2925         * nscd/gai.c (__qsort_r): Define to qsort_r.
2926         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2927         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2928         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2930         [BZ #17570]
2931         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2932         define as weak alias of __malloc_info.
2934         [BZ #17584]
2935         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2936         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2937         (__rewinddir): Use libc_hidden_def.
2938         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2939         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2940         (__rewinddir): Use libc_hidden_def.
2941         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2942         weak alias of __rewinddir.  Don't use libc_hidden_def.
2943         (__rewinddir): Use libc_hidden_def.
2944         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2945         (__rewinddir): Use libc_hidden_proto.
2946         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2947         rewinddir.
2948         (__getcwd): Use __rewinddir instead of rewinddir.
2950         [BZ #17583]
2951         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2952         alias of __fileno.  Use libc_hidden_weak.
2953         (__fileno): Use libc_hidden_def.
2954         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2955         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2956         alias of __ftello.
2957         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2958         __ftello.
2959         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2960         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2961         libc_hidden_def.
2962         (fread_unlocked): Don't use libc_hidden_ver.
2963         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2964         and define as weak alias of __fread_unlocked.  Don't use
2965         libc_hidden_def.
2966         (__fread_unlocked): Use libc_hidden_def.
2967         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2968         (ftello): Don't use libc_hidden_proto.
2969         (__ftello): Declare.  Use libc_hidden_proto.
2970         (fread_unlocked): Don't use libc_hidden_proto.
2971         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2972         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2973         and __ftello instead of fileno, fread_unlocked and ftello.
2975 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2977         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2978         GOT12.
2979         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2980         Likewise.
2981         (_dl_start_user): Likewise.
2982         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2984 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2985             Siddhesh Poyarekar  <siddhesh@redhat.com>
2987         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2988         Move argv and envp down instead of moving argc up.
2989         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2991 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2993         [BZ #17506]
2994         * test-skeleton.c (main): Return successful if one of
2995         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2996         * string/tst-strcoll-overflow.c: Define expected status.
2998 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
3000         [BZ #17475]
3001         * locale/iso-639.def: Define Bhili and Tulu language codes.
3003 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
3005         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
3007 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
3009         [BZ #17555]
3010         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
3012 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
3014         * configure.ac: Updated check of minimal required version to
3015         2.22.
3016         * manual/install.texi (Tools for Compilation): Updated version
3017         number.
3018         * configure: Regenerated.
3019         * INSTALL: Likewise.
3021 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
3023         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
3024         __tls_get_addr.
3026 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
3028         * include/sys/wait.h (__libc_waitpid): Remove declaration.
3029         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
3030         (__waitpid): Don't define as alias.  Use libc_hidden_def not
3031         libc_hidden_weak.
3032         (waitpid): Define as alias of __waitpid.
3033         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
3034         __waitpid.
3035         (__waitpid): Don't define as alias.  Use libc_hidden_def not
3036         libc_hidden_weak.
3037         (waitpid): Define as alias of __waitpid.
3038         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
3039         __libc_waitpid alias.
3040         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
3041         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
3042         Likewise.
3043         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
3044         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
3045         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
3046         alias.
3047         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
3048         __waitpid.
3049         (__waitpid): Don't define as alias.  Use libc_hidden_def not
3050         libc_hidden_weak.
3051         (waitpid): Define as alias of __waitpid.
3053 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
3055         * manual/llio.texi: Add comment that write safety has been
3056         fixed in Linux.
3058         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
3059         (localplt-build-dso): Add elf/ld.so.
3060         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
3061         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
3062         and free for ld.so.
3063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
3064         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
3065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
3066         Likewise.
3067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
3068         Likewise.
3069         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
3070         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
3071         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
3072         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
3073         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
3074         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
3075         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
3076         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
3077         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
3078         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
3079         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
3081 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
3083         [BZ #14132]
3084         * include/libc-symbols.h (INTUSE): Remove macro.
3085         (INTDEF): Likewise.
3086         (INTVARDEF): Likewise.
3087         (_INTVARDEF): Likewise.
3088         (INTDEF2): Likewise.
3089         (INTVARDEF2): Likewise.
3090         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
3091         rtld_hidden_def instead of INTVARDEF.
3092         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
3093         (_dl_starting_up_internal): Remove declaration.
3094         (_dl_starting_up): Use rtld_hidden_proto.
3095         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
3096         declaration.
3097         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
3098         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
3099         _dl_starting_up.
3100         * elf/dl-writev.h (_dl_writev): Likewise.
3101         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
3102         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
3103         _dl_starting_up_internal.
3105 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3107         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
3108         test-skeleton.c.
3110 2014-11-05  Will Newton  <will.newton@linaro.org>
3112         * benchtests/Makefile: (bench-malloc): Add malloc thread
3113         scalability benchmark.
3114         * benchtests/bench-malloc-threads.c: New file.
3116 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
3118         * sysdeps/aarch64/strchrnul.S: New file.
3120 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3122         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
3123         definition.
3124         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
3125         Likwise.
3126         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
3127         Likewise.
3128         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
3129         Likewise.
3130         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
3131         Likewise.
3132         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
3133         Likewise.
3135 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
3137         * catgets/test-gencat.c: Use test-skeleton.c.
3138         * catgets/tst-catgets.c: Likewise.
3139         * csu/tst-empty.c: Likewise.
3140         * elf/tst-audit2.c: Likewise.
3141         * elf/tst-global1.c: Likewise.
3142         * elf/tst-pathopt.c: Likewise.
3143         * elf/tst-piemod1.c: Likewise.
3144         * elf/tst-tls10.c: Likewise.
3145         * elf/tst-tls11.c: Likewise.
3146         * elf/tst-tls12.c: Likewise.
3147         * gnulib/tst-gcc.c: Likewise.
3148         * iconvdata/tst-e2big.c: Likewise.
3149         * iconvdata/tst-loading.c: Likewise.
3150         * iconv/tst-iconv1.c: Likewise.
3151         * iconv/tst-iconv2.c: Likewise.
3152         * inet/test-inet6_opt.c: Likewise.
3153         * inet/tst-gethnm.c: Likewise.
3154         * inet/tst-network.c: Likewise.
3155         * inet/tst-ntoa.c: Likewise.
3156         * intl/tst-codeset.c: Likewise.
3157         * intl/tst-gettext2.c: Likewise.
3158         * intl/tst-gettext3.c: Likewise.
3159         * intl/tst-ngettext.c: Likewise.
3160         * intl/tst-translit.c: Likewise.
3161         * io/test-stat.c: Likewise.
3162         * libio/test-fmemopen.c: Likewise.
3163         * libio/tst-freopen.c: Likewise.
3164         * libio/tst-sscanf.c: Likewise.
3165         * libio/tst-ungetwc1.c: Likewise.
3166         * libio/tst-ungetwc2.c: Likewise.
3167         * libio/tst-widetext.c: Likewise.
3168         * localedata/tst-ctype.c: Likewise.
3169         * localedata/tst-digits.c: Likewise.
3170         * localedata/tst-leaks.c: Likewise.
3171         * localedata/tst-mbswcs1.c: Likewise.
3172         * localedata/tst-mbswcs2.c: Likewise.
3173         * localedata/tst-mbswcs3.c: Likewise.
3174         * localedata/tst-mbswcs4.c: Likewise.
3175         * localedata/tst-mbswcs5.c: Likewise.
3176         * localedata/tst-setlocale.c: Likewise.
3177         * localedata/tst-trans.c: Likewise.
3178         * localedata/tst-wctype.c: Likewise.
3179         * localedata/tst-xlocale1.c: Likewise.
3180         * login/tst-grantpt.c: Likewise.
3181         * malloc/tst-calloc.c: Likewise.
3182         * malloc/tst-malloc.c: Likewise.
3183         * malloc/tst-mallocstate.c: Likewise.
3184         * malloc/tst-mcheck.c: Likewise.
3185         * malloc/tst-mtrace.c: Likewise.
3186         * malloc/tst-obstack.c: Likewise.
3187         * math/atest-exp2.c: Likewise.
3188         * math/atest-exp.c: Likewise.
3189         * math/atest-sincos.c: Likewise.
3190         * math/test-matherr.c: Likewise.
3191         * math/test-misc.c: Likewise.
3192         * math/test-powl.c: Likewise.
3193         * math/tst-definitions.c: Likewise.
3194         * misc/tst-dirname.c: Likewise.
3195         * misc/tst-efgcvt.c: Likewise.
3196         * misc/tst-fdset.c: Likewise.
3197         * misc/tst-hsearch.c: Likewise.
3198         * misc/tst-mntent2.c: Likewise.
3199         * nptl/tst-sem7.c: Likewise.
3200         * nptl/tst-sem8.c: Likewise.
3201         * nptl/tst-sem9.c: Likewise.
3202         * nss/test-netdb.c: Likewise.
3203         * posix/tst-fnmatch.c: Likewise.
3204         * posix/tst-getlogin.c: Likewise.
3205         * posix/tst-gnuglob.c: Likewise.
3206         * posix/tst-mmap.c: Likewise.
3207         * pwd/tst-getpw.c: Likewise.
3208         * resolv/tst-inet_ntop.c: Likewise.
3209         * rt/tst-timer.c: Likewise.
3210         * stdio-common/test-fseek.c: Likewise.
3211         * stdio-common/test-popen.c: Likewise.
3212         * stdio-common/test-vfprintf.c: Likewise.
3213         * stdio-common/tst-cookie.c: Likewise.
3214         * stdio-common/tst-fileno.c: Likewise.
3215         * stdio-common/tst-gets.c: Likewise.
3216         * stdio-common/tst-obprintf.c: Likewise.
3217         * stdio-common/tst-perror.c: Likewise.
3218         * stdio-common/tst-sprintf2.c: Likewise.
3219         * stdio-common/tst-sprintf3.c: Likewise.
3220         * stdio-common/tst-sprintf.c: Likewise.
3221         * stdio-common/tst-swprintf.c: Likewise.
3222         * stdio-common/tst-tmpnam.c: Likewise.
3223         * stdio-common/tst-unbputc.c: Likewise.
3224         * stdio-common/tst-wc-printf.c: Likewise.
3225         * stdlib/tst-environ.c: Likewise.
3226         * stdlib/tst-fmtmsg.c: Likewise.
3227         * stdlib/tst-limits.c: Likewise.
3228         * stdlib/tst-rand48-2.c: Likewise.
3229         * stdlib/tst-rand48.c: Likewise.
3230         * stdlib/tst-random2.c: Likewise.
3231         * stdlib/tst-random.c: Likewise.
3232         * stdlib/tst-strtol.c: Likewise.
3233         * stdlib/tst-strtoll.c: Likewise.
3234         * stdlib/tst-tls-atexit.c: Likewise.
3235         * stdlib/tst-xpg-basename.c: Likewise.
3236         * string/test-ffs.c: Likewise.
3237         * string/tst-bswap.c: Likewise.
3238         * string/tst-inlcall.c: Likewise.
3239         * string/tst-strtok.c: Likewise.
3240         * string/tst-strxfrm.c: Likewise.
3241         * sysdeps/x86_64/tst-audit10.c: Likewise.
3242         * sysdeps/x86_64/tst-audit3.c: Likewise.
3243         * sysdeps/x86_64/tst-audit4.c: Likewise.
3244         * sysdeps/x86_64/tst-audit5.c: Likewise.
3245         * time/tst-ftime_l.c: Likewise.
3246         * time/tst-getdate.c: Likewise.
3247         * time/tst-mktime3.c: Likewise.
3248         * time/tst-mktime.c: Likewise.
3249         * time/tst-posixtz.c: Likewise.
3250         * time/tst-strptime2.c: Likewise.
3251         * time/tst-strptime3.c: Likewise.
3252         * wcsmbs/tst-btowc.c: Likewise.
3253         * wcsmbs/tst-mbrtowc.c: Likewise.
3254         * wcsmbs/tst-mbsrtowcs.c: Likewise.
3255         * wcsmbs/tst-wchar-h.c: Likewise.
3256         * wcsmbs/tst-wcpncpy.c: Likewise.
3257         * wcsmbs/tst-wcrtomb.c: Likewise.
3258         * wcsmbs/tst-wcsnlen.c: Likewise.
3259         * wcsmbs/tst-wcstof.c: Likewise.
3261 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
3263         [BZ #14132]
3264         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
3265         INTDEF.
3266         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
3267         declaration.
3268         (_dl_mcount): Use rtld_hidden_proto.
3269         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
3270         _dl_mcount.
3271         * elf/rtld.c (_rtld_global_ro): Likewise.
3273         [BZ #14132]
3274         * elf/dl-init.c (_dl_init): Don't use INTDEF.
3275         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
3276         of _dl_init_internal.
3277         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
3278         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
3279         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
3280         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
3281         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
3282         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
3283         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
3284         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
3285         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
3286         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
3287         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
3288         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
3289         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
3290         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
3291         * sysdeps/tile/dl-start.S (_start): Likewise.
3292         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
3293         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
3295         [BZ #14132]
3296         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
3297         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
3298         (rtld_progname): Make macro definition unconditional.
3299         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
3300         INTDEF.
3301         (dlmopen_doit): Do not use INTUSE with _dl_argv.
3302         (dl_main): Likewise.
3303         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
3304         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
3305         instead of _dl_argv_internal.
3306         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
3307         __GI__dl_argv instead of INTUSE(_dl_argv).
3308         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
3309         __GI__dl_argv instead of _dl_argv_internal.
3311         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
3312         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
3313         macro.
3314         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
3315         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
3316         New macro.
3317         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
3318         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
3319         macro.
3320         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
3321         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
3323 2014-11-04  Andreas Schwab  <schwab@suse.de>
3325         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
3327 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3329         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
3330         mtvsrd instruction in binary form.
3332 2014-11-03  Andreas Schwab  <schwab@suse.de>
3334         [BZ #17522]
3335         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
3336         for less than MB_LEN_MAX use a local buffer of that size.
3337         * libio/tst-fputws.c: New file.
3338         * libio/Makefile (tests): Add tst-fputws.
3340 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
3342         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
3343         the size of the fpu_fr.fpu_dregs[] array.
3345 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
3347         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
3348         (__nanosleep): Do not define as alias.
3349         (nanosleep): Define as alias of __nanosleep.
3350         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
3351         __libc_nanosleep name.
3353 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3355         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
3356         install.texi in comment.
3358 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3360         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3361         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3362         ... add here and use lwsync or sync ...
3363         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3364         ... and add here using lwsync.
3366 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3368         * elf/dl-machine-reject-phdr.h: New file.
3369         * elf/dl-load.c: #include that.
3370         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3371         if that returned true.
3373 2014-10-31  Roland McGrath  <roland@hack.frob.com>
3375         [BZ #17496]
3376         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3377         gen-as-const-headers chunk.  Add a big scare comment after the last
3378         safe place to touch before-compile.
3380 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3382         * manual/install.texi (Tools for Compilation): Update autoconf
3383         version requirements.
3384         * INSTALL: Regenerated.
3386         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3387         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3388         (__libc_pselect): Likewise.
3390         [BZ #14138]
3391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3396 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3398         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3399         correct barrier instruction.
3400         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3401         Likewise.
3402         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3403         Likewise.
3405 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3407         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3408         after defining inlines.  Instead, just use parens to defeat macro
3409         expansion of __isctype in its declaration.
3411 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3413         * include/sys/uio.h (__libc_readv): Remove declaration.
3414         (__libc_writev): Likewise.
3415         * misc/readv.c (__libc_readv): Rename to __readv.
3416         (__readv): Do not define as alias.
3417         (readv): Define as alias of __readv.
3418         * misc/writev.c (__libc_writev): Rename to __writev.
3419         (__writev): Do not define as alias.
3420         (writev): Define as alias of __writev.
3421         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3422         (__readv): Do not define as alias.
3423         (readv): Define unconditionally as alias of __readv.
3424         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3425         (__writev): Do not define as alias.
3426         (writev): Define unconditionally as alias of __writev.
3427         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3428         name.
3429         (writev): Do not define __libc_writev name.
3431 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3433         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3434         (convert_charseq): New function, broken out of ...
3435         (use_from_charmap): ... here.  Call it.
3436         (use_to_charmap): Use convert_charseq and free instead of duplicating
3437         its code with a variable-length stack struct.
3439 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3441         * include/fcntl.h (__libc_creat): Remove declaration.
3442         * io/creat.c (__libc_creat): Rename to creat.
3443         (creat): Do not define as alias.
3444         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3445         of creat instead of __libc_creat.
3446         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3447         to creat.
3448         (creat): Do not define as alias.
3449         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3450         __libc_creat.
3451         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3452         __libc_creat name.
3453         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3454         Likewise.
3456 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3458         * manual/llio.texi: Add comments discussing why write() may be
3459         considered MT-unsafe on Linux.
3461 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3463         * dl-load.c (local_strdup): Remove.
3464         (expand_dynamic_string_token): Use __strdup.
3465         (decompose_rpath): Likewise.
3466         (_dl_map_object): Likewise.
3468 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3470         [BZ #14132]
3471         * sysdeps/generic/unwind-dw2-fde.c
3472         (__register_frame_info_bases_internal): Do not declare.
3473         (__register_frame_info_table_bases_internal): Likewise.
3474         (__deregister_frame_info_bases_internal): Likewise.
3475         (__register_frame_info_bases): Declare and use hidden_proto before
3476         definition.  Use hidden_def instead of INTDEF.
3477         (__register_frame_info_table_bases): Likewise.
3478         (__deregister_frame_info_bases): Likewise.
3479         (__register_frame_info): Do not use INTUSE.
3480         (__register_frame): Likewise.
3481         (__register_frame_info_table): Likewise.
3482         (__register_frame_table): Likewise.
3483         (__deregister_frame_info): Likewise.
3484         (__deregister_frame): Likewise.
3486 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3488         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3489         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3490         not undefine.
3491         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3492         Likewise.
3493         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3494         Likewise.
3496 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3498         [BZ #14138]
3499         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3500         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3501         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3502         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3503         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3504         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3505         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3506         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3507         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3508         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3509         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3510         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3511         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3512         syscall.
3513         (setfsuid): Likewise.
3514         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3515         (setfsuid): Likewise.
3516         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3517         (setfsuid): Likewise.
3518         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3519         Likewise.
3520         (setfsuid): Likewise.
3521         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3522         (setfsuid): Likewise.
3523         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3524         Likewise.
3525         (setfsuid): Likewise.
3527 2014-10-27  Andreas Schwab  <schwab@suse.de>
3529         [BZ #17501]
3530         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3531         check for Slow_SSE4_2 feature bit.
3532         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3533         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3534         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3535         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3537 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3539         * configure.ac: Validate compiler version with a empirical test of
3540         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3541         $CC -v output.
3542         * configure: Regenerated.
3544         * inet/htons.c (htons): Prototypify.
3545         * inet/htonl.c (htonl): Likewise.
3547 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3549         * string/strncat.c (strncat): Improve performance by using strlen.
3551 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3553         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3555 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3557         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3558         Call libc_fetestexcept_aarch64.
3560 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3562         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3563         Call libc_feholdexcept_aarch64.
3565 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3567         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3568         Call get_rounding_mode.
3570 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3572         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3573         Simplify logic.
3575 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3577         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3578         Simplify logic.
3580 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3582         [BZ #14138]
3583         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3584         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3585         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3586         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3587         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3588         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3589         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3590         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3591         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3592         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3593         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3594         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3595         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3596         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3597         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3598         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3599         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3600         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3601         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3602         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3603         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3604         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3605         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3606         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3607         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3608         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3609         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3610         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3611         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3612         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3613         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3614         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3615         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3616         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3617         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3618         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3619         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3620         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3621         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3622         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3623         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3624         syscall.
3625         (geteuid): Likewise.
3626         (getgid): Likewise.
3627         (getuid): Likewise.
3628         (getresgid): Likewise.
3629         (getresuid): Likewise.
3630         (getgroups): Likewise.
3631         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3632         (geteuid): Likewise.
3633         (getgid): Likewise.
3634         (getuid): Likewise.
3635         (getresgid): Likewise.
3636         (getresuid): Likewise.
3637         (getgroups): Likewise.
3638         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3639         (geteuid): Likewise.
3640         (getgid): Likewise.
3641         (getuid): Likewise.
3642         (getresgid): Likewise.
3643         (getresuid): Likewise.
3644         (getgroups): Likewise.
3645         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3646         Likewise.
3647         (geteuid): Likewise.
3648         (getgid): Likewise.
3649         (getuid): Likewise.
3650         (getresgid): Likewise.
3651         (getresuid): Likewise.
3652         (getgroups): Likewise.
3653         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3654         (geteuid): Likewise.
3655         (getgid): Likewise.
3656         (getuid): Likewise.
3657         (getresgid): Likewise.
3658         (getresuid): Likewise.
3659         (getgroups): Likewise.
3660         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3661         Likewise.
3662         (geteuid): Likewise.
3663         (getgid): Likewise.
3664         (getuid): Likewise.
3665         (getgroups): Likewise.
3667         [BZ #14138]
3668         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3669         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3670         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3671         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3672         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3673         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3674         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3675         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3676         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3677         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3678         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3679         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3680         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3681         __chown.
3682         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3683         (lchown): Likewise.
3684         (fchown): Likewise.
3685         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3686         Likewise.
3687         (lchown): Likewise.
3688         (fchown): Likewise.
3689         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3690         (lchown): Likewise.
3691         (fchown): Likewise.
3692         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3693         Likewise.
3694         (lchown): Likewise.
3695         (fchown): Likewise.
3697 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3699         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3700         Simplify logic.
3702 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3704         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3705         Cleanup logic.
3707 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3709         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3710         Remove unused include.
3712 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3714         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3715         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3716         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3717         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3719 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3720             Helge Deller <deller@gmx.de>
3722         [BZ #17508]
3723         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3724         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3725         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3727 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3729         [BZ #14132]
3730         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3731         Remove macro definition.
3732         (__ashrdi3_v_glibc20): Likewise.
3733         (__lshrdi3_v_glibc20): Likewise.
3734         (__cmpdi2_v_glibc20): Likewise.
3735         (__ucmpdi2_v_glibc20): Likewise.
3736         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3737         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3738         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3739         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3740         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3741         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3743 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3745         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3746         old GNU extension [0] syntax.
3747         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3748         alloca rather than an array member with variable length.
3749         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3750         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3751         (parse_opt): ... here.  Likewise use alloca there.
3752         Validate the -i argument before checking for rootness.
3753         (send_shutdown): New function, broken out of ...
3754         (parse_opt): ... here.
3756 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3758         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3759         macro to get at the _rt_local_ro field.
3760         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3761         ([PIC] case) or _dl_hwcap ([!PIC] case).
3762         * sysdeps/arm/setjmp.S: Likewise.
3764         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3765         * sysdeps/arm/configure.ac: New check to define it.
3766         * sysdeps/arm/configure: Regenerated.
3767         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3768         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3769         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3770         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3771         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3772         Use move/movt pair instead of a load.
3773         (LDST_GLOBAL): Macro removed.
3774         (LDR_GLOBAL): New macro replaces it.
3775         (LDR_HIDDEN): New macro.
3776         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3777         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3779         * setjmp/tst-setjmp-static.c: New file.
3780         * setjmp/Makefile (tests): Add it.
3781         (tests-static): New variable.
3783 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3785         [BZ #17485]
3786         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3788 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3790         [BZ #14132]
3791         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3793 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3795         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3797 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3799         * io/fts.c (dirent_not_directory): New function.
3800         (fts_build): Call it.
3802 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3804         * nptl/version.c (__nptl_main): Use normal __write rather than
3805         INTERNAL_SYSCALL.
3806         (banner): Update copyright years.
3808         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3809         gettimeofday.
3810         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3811         * nptl/pthread_cond_timedwait.c: Likewise.
3812         * nptl/pthread_mutex_timedlock.c: Likewise.
3813         * nptl/sem_timedwait.c: Likewise.
3815         * sysdeps/nptl/bits/libc-lock.h
3816         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3817         (__libc_lock_init_recursive): Return void, not 0.
3818         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3819         (__libc_rwlock_init): Likewise.
3820         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3822 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3824         [BZ #15215]
3825         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3826         (__pthread_once_slow): ... here.
3827         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3828         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3830 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3832         [BZ #15215]
3833         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3834         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3835         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3836         * nptl/pthread_once.c (__pthread_once): Likewise.
3837         Update comments.
3839 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3841         [BZ #14138]
3842         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3843         name.
3844         (writev): Use __libc_writev as strong name.
3845         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3846         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3848 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3850         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3852         * sysdeps/i386/nptl/tls.h
3853         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3854         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3855         New macros.
3856         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3857         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3858         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3859         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3860         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3861         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3863         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3864         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3865         on [__NR_futex].
3866         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3867         broken out of ...
3868         (__pthread_mutex_init): ... here.  Call it.
3869         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3870         Conditionalize PI cases on [__NR_futex].
3871         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3872         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3873         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3875         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3876         conditional on [SIGSETXID].
3877         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3878         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3879         is defined.  Likewise for SIGSETXID.
3880         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3881         Conditionalize definitions on [SIGSETXID].
3882         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3883         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3884         unblocking on [SIGCANCEL].
3886         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3887         [__NR_set_robust_list].
3889 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3891         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3892         (do_compare): Likewise.
3894 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3896         [BZ #15884]
3897         * string/strcoll_l.c: Don't include stdio.h.
3898         (coll_seq): Remove members idxarr and rulearr.
3899         (get_next_seq_cached): Remove function.
3900         (get_next_seq): Likewise.
3901         (get_next_seq_nocache): Rename to get_next_seq.
3902         (do_compare): Remove function.
3903         (do_compare_nocache): Rename to do_compare.
3904         (STRCOLL): Remove weight and rules cache.
3906 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3908         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3909         * sysdeps/arm/sfp-machine.h: ... to here.
3910         * sysdeps/arm/Implies: Remove arm/soft-fp.
3912 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3914         * conform/data/sys/utsname.h-data (*_t): Allow.
3915         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3916         [POSIX] (WEXITED): Do not expect constant.
3917         [POSIX] (WSTOPPED): Likewise.
3918         [POSIX] (WNOHANG): Likewise.
3919         [POSIX] (WNOWAIT): Likewise.
3920         [POSIX] (siginfo_t): Do not expect type or elements.
3921         [POSIX] (pid_t): Do not expect type.
3922         [POSIX] (signal.h): Do not allow header.
3923         [POSIX] (sys/resource.h): Likewise.
3924         [POSIX] (si_*): Do not allow pattern.
3925         [POSIX] (W*): Likewise.
3926         [POSIX] (P_*): Likewise.
3927         [POSIX] (BUS_*): Likewise.
3928         [POSIX] (CLD_*): Likewise.
3929         [POSIX] (FPE_*): Likewise.
3930         [POSIX] (ILL_*): Likewise.
3931         [POSIX] (POLL_*): Likewise.
3932         [POSIX] (SEGV_*): Likewise.
3933         [POSIX] (SI_*): Likewise.
3934         [POSIX] (TRAP_*): Likewise.
3935         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3936         variable.
3938 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3940         [BZ #12926]
3941         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3942         infinite loop when __recvmsg returns 0.
3944 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3946         * CANCEL-FCT-WAIVE: Remove file.
3947         * CANCEL-FILE-WAIVE: Likewise.
3949         [BZ #14132]
3950         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3951         instead of INTVARDEF.
3952         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3953         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3954         rtld_hidden_data_def instead of INTVARDEF.
3955         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3956         * elf/dl-deps.c (expand_dst): Likewise.
3957         * elf/dl-load.c (_dl_dst_count): Likewise.
3958         (_dl_dst_substitute): Likewise.
3959         (decompose_rpath): Likewise.
3960         (_dl_init_paths): Likewise.
3961         (open_path): Likewise.
3962         (_dl_map_object): Likewise.
3963         * elf/rtld.c (dl_main): Likewise.
3964         (process_dl_audit): Likewise.
3965         (process_envvars): Likewise.
3966         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3967         Remove declaration.
3968         (__libc_enable_secure): Use rtld_hidden_proto.
3970 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3972         * elf/dl-load.c
3973         (add_path): New function broken out of _dl_rtld_di_serinfo.
3974         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3976 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3978         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3979         parentheses around macro arguments.
3980         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3981         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3982         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3983         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3984         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3985         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3986         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3987         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3988         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3989         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3990         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3991         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3992         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3993         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3994         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3995         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3996         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3997         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3998         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3999         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
4000         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
4001         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
4002         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
4003         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
4004         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
4005         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
4006         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
4007         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
4008         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
4009         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
4010         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
4011         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
4012         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
4013         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
4014         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
4015         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
4016         Likewise.
4017         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
4018         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
4019         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
4020         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
4021         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
4022         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
4023         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
4024         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
4025         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
4026         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
4027         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
4028         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
4029         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
4030         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
4031         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
4032         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
4033         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
4034         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
4035         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
4036         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
4037         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
4038         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
4039         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
4040         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
4041         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
4042         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
4043         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
4044         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
4045         (_FP_FRAC_SRS_1): Likewise.
4046         (_FP_FRAC_CLZ_1): Likewise.
4047         (_FP_MUL_MEAT_1_imm): Likewise.
4048         (_FP_MUL_MEAT_1_wide): Likewise.
4049         (_FP_MUL_MEAT_1_hard): Likewise.
4050         (_FP_SQRT_MEAT_1): Likewise.
4051         (_FP_FRAC_ASSEMBLE_1): Likewise.
4052         (_FP_FRAC_DISASSEMBLE_1): Likewise.
4053         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
4054         (__FP_CLZ_2): Likewise.
4055         (_FP_MUL_MEAT_2_wide): Likewise.
4056         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
4057         (_FP_MUL_MEAT_2_gmp): Likewise.
4058         (_FP_MUL_MEAT_2_120_240_double): Likewise.
4059         (_FP_SQRT_MEAT_2): Likewise.
4060         (_FP_FRAC_ASSEMBLE_2): Likewise.
4061         (_FP_FRAC_DISASSEMBLE_2): Likewise.
4062         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
4063         (_FP_FRAC_CLZ_4): Likewise.
4064         (_FP_MUL_MEAT_4_wide): Likewise.
4065         (_FP_MUL_MEAT_4_gmp): Likewise.
4066         (_FP_SQRT_MEAT_4): Likewise.
4067         (_FP_FRAC_ASSEMBLE_4): Likewise.
4068         (_FP_FRAC_DISASSEMBLE_4): Likewise.
4069         * soft-fp/op-common.h (_FP_CMP): Likewise.
4070         (_FP_CMP_EQ): Likewise.
4071         (_FP_CMP_UNORD): Likewise.
4072         (_FP_TO_INT): Likewise.
4073         (_FP_FROM_INT): Likewise.
4074         [!__FP_CLZ] (__FP_CLZ): Likewise.
4075         (_FP_DIV_HELP_imm): Likewise.
4076         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
4077         Likewise.
4078         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
4079         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
4080         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
4081         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
4082         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
4083         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
4084         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
4085         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
4086         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
4087         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
4088         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
4089         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
4090         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
4091         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
4092         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
4093         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
4094         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
4095         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
4096         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
4097         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
4098         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
4099         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
4100         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
4101         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
4102         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
4103         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
4104         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
4105         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
4106         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
4107         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
4108         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
4109         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
4110         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
4111         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
4112         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
4113         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
4114         (FP_UNPACK_RAW_SP): Likewise.
4115         (FP_PACK_RAW_S): Likewise.
4116         (FP_PACK_RAW_SP): Likewise.
4117         (FP_UNPACK_S): Likewise.
4118         (FP_UNPACK_SP): Likewise.
4119         (FP_UNPACK_SEMIRAW_S): Likewise.
4120         (FP_UNPACK_SEMIRAW_SP): Likewise.
4121         (FP_PACK_S): Likewise.
4122         (FP_PACK_SP): Likewise.
4123         (FP_PACK_SEMIRAW_S): Likewise.
4124         (FP_PACK_SEMIRAW_SP): Likewise.
4125         (_FP_SQRT_MEAT_S): Likewise.
4126         (FP_CMP_S): Likewise.
4127         (FP_CMP_EQ_S): Likewise.
4128         (FP_CMP_UNORD_S): Likewise.
4129         (FP_TO_INT_S): Likewise.
4130         (FP_FROM_INT_S): Likewise.
4132         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
4134         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
4135         (FP_EX_INVALID_IMZ): Likewise.
4136         (FP_EX_INVALID_IMZ_FMA): Likewise.
4137         (FP_EX_INVALID_ISI): Likewise.
4138         (FP_EX_INVALID_ZDZ): Likewise.
4139         (FP_EX_INVALID_IDI): Likewise.
4140         (FP_EX_INVALID_SQRT): Likewise.
4141         (FP_EX_INVALID_CVI): Likewise.
4142         (FP_EX_INVALID_VC): Likewise.
4143         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
4144         "invalid" exceptions.
4145         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
4146         (_FP_ADD_INTERNAL): Likewise.
4147         (_FP_MUL): Likewise.
4148         (_FP_FMA): Likewise.
4149         (_FP_DIV): Likewise.
4150         (_FP_CMP_CHECK_NAN): Likewise.
4151         (_FP_SQRT): Likewise.
4152         (_FP_TO_INT): Likewise.
4153         (FP_EXTEND): Likewise.
4155 2014-10-09  Allan McRae  <allan@archlinux.org>
4157         * po/fr.po: Update French translation from translation project.
4159 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
4161         [BZ #14132]
4162         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
4163         of INTDEF.
4164         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
4165         (__cxa_atexit): Use libc_hidden_proto.
4166         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
4168         [BZ #14132]
4169         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
4170         declaration.
4171         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
4172         [!_ISOMAC] (__iswspace_l_internal): Likewise.
4173         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
4174         [!_ISOMAC] (__iswctype_internal): Likewise.
4175         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
4176         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
4177         alias.
4178         (fcntl): Remove __fcntl_internal alias.
4179         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
4180         __connect_internal alias.
4181         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
4182         Likewise.
4184         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
4185         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
4186         FP_DENORM_ZERO.
4187         (_FP_CHECK_FLUSH_ZERO): New macro.
4188         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
4189         (_FP_CMP): Likewise.
4190         (_FP_CMP_EQ): Likewise.
4191         (_FP_TO_INT): Do not set inexact for subnormal arguments if
4192         FP_DENORM_ZERO.
4193         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
4194         (FP_TRUNC): Likewise.
4196         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
4197         treated as invalid conversion, not as normal exponent.
4199         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
4200         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
4201         (_FP_CMP_EQ): Likewise.
4202         (_FP_CMP_UNORD): Likewise.
4203         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
4204         (FP_CMP_EQ_D): Likewise.
4205         (FP_CMP_UNORD_D): Likewise.
4206         * soft-fp/extended.h (FP_CMP_E): Likewise.
4207         (FP_CMP_EQ_E): Likewise.
4208         (FP_CMP_UNORD_E): Likewise.
4209         * soft-fp/quad.h (FP_CMP_Q): Likewise.
4210         (FP_CMP_EQ_Q): Likewise.
4211         (FP_CMP_UNORD_Q): Likewise.
4212         * soft-fp/single.h (FP_CMP_S): Likewise.
4213         (FP_CMP_EQ_S): Likewise.
4214         (FP_CMP_UNORD_S): Likewise.
4215         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
4216         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
4217         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
4218         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
4219         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
4220         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
4221         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
4222         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
4223         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
4224         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
4225         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
4226         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
4227         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
4228         to FP_CMP_Q.
4229         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
4230         FP_CMP_Q.
4231         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
4232         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
4233         FP_CMP_EQ_Q.
4234         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
4235         FP_CMP_Q.
4236         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
4237         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
4238         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
4239         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
4240         FP_CMP_EQ_Q.
4241         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
4242         FP_CMP_Q.
4243         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
4244         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
4245         FP_CMP_EQ_Q.
4246         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
4247         FP_CMP_Q.
4248         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
4249         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
4250         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
4251         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
4252         FP_CMP_EQ_Q.
4254         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
4255         a subnormal result, set the underflow exception if trapping on
4256         underflow is enabled.
4257         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
4258         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
4259         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
4260         redefine to 0.
4261         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
4262         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
4263         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
4264         * soft-fp/extendxftf2.c (__extendxftf2): Use
4265         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
4267         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
4268         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
4269         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4270         FP_HANDLE_EXCEPTIONS.
4271         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
4272         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4273         FP_HANDLE_EXCEPTIONS.
4274         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
4275         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4276         FP_HANDLE_EXCEPTIONS.
4277         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
4278         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4279         FP_HANDLE_EXCEPTIONS.
4281 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
4283         [BZ #14132]
4284         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
4285         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
4286         use INTUSE.
4287         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
4288         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
4289         Remove alias.
4290         (__adjtimex): Define using libc_hidden_ver.
4291         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
4292         Remove declaration.
4293         (ntp_gettime): Call __adjtimex directly.
4294         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
4295         Remove declaration.
4296         (ntp_gettimex): Call __adjtimex directly.
4297         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
4298         __adjtimex_internal alias.
4300 2014-10-08  Roland McGrath  <roland@hack.frob.com>
4302         [BZ #17460]
4303         * nscd/nscd.c (more_help): Rewrite list of tables collection
4304         using xstrdup and asprintf.
4306         * nscd/nscd_conf.c: Remove local xstrdup declaration.
4308 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4309             Roland McGrath  <roland@hack.frob.com>
4311         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
4312         (do_lookup_unique): ... local function 'enter' here; update callers.
4314 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
4316         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
4317         compat_symbol calls on [SHARED].
4318         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
4319         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
4320         Remove.
4321         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4322         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
4323         (oldsetrlimit): Remove.
4324         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4326         (lchown): New syscall entry.
4327         (oldsetrlimit): Remove.
4328         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4329         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
4330         (oldsetrlimit): Remove.
4331         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4333         [BZ #14138]
4334         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
4335         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
4336         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
4337         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
4338         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
4339         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
4340         (fchown): Likewise.
4341         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
4342         (fchown): Likewise.
4343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
4344         Likewise.
4346 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4348         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
4349         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
4350         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
4351         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
4352         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
4353         Likewise.
4354         (__old_sem_post): Likewise.
4356 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
4358         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
4359         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
4360         HAVE_CLOCK_GETTIME_VSYSCALL macros.
4361         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4362         Use INLINE_VSYSCALL macro.
4363         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4364         __vdso_clock_gettime.
4365         * sysdeps/unix/sysv/linux/tile/init-first.c
4366         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4367         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4368         __vdso_clock_gettime.
4370         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4371         to set up frame more cleanly.
4373         * sysdeps/tile/memcmp.c: New file.
4375         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4377         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4378         * sysdeps/tile/tilegx/strcasestr.c: New file.
4379         * sysdeps/tile/tilegx/strnlen.c: New file.
4380         * sysdeps/tile/tilegx/strstr.c: New file.
4382         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4384 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
4386         * nptl/tst-setuid3.c: Write errors to stdout.
4388 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4390         * elf/dl-deps.c
4391         (preload): New functions broken out of _dl_map_object_deps.
4392         (_dl_map_object_deps):  Remove a nested function. Update call sites.
4394 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
4396         [BZ #14138]
4397         * sysdeps/unix/sysv/linux/execve.c: Remove file.
4398         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4400 2014-10-01  Steve Ellcey  <sellcey@mips.com>
4402         * sysdeps/mips/strcmp.S: New.
4404 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
4406         [BZ #14138]
4407         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4408         (linkat): Likewise.
4409         (mkdirat): Likewise.
4410         (readlinkat): Likewise.
4411         (renameat): Likewise.
4412         (symlinkat): Likewise.
4413         (unlinkat): Likewise.
4414         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4415         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4416         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4417         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4418         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4419         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4420         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4422 2014-09-30  Will Newton  <will.newton@linaro.org>
4424         * math/math.h: Define long double math functions if
4425         _LIBC_TEST is defined.
4426         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4428         * localedata/Makefile: Move assignment to tests-special
4429         into an ifdef testing run-built-tests.
4430         * timezone/Makefile: Likewise.
4432 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
4434         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4435         with $(BASH) not $(SHELL).
4437 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
4438             Matthew LeGendre  <legendre1@llnl.gov>
4440         [BZ #17411]
4441         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4442         l_reloc_result.
4444 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4446         * stdio-common/printf_fp.c
4447         (hack_digit): New function, broken out of ...
4448         (__printf_fp): ... local function here.  Update call sites.
4449         hack_digit now takes an additional parameter that is a pointer
4450         to a struct of the referenced locals.  Those locals moved inside
4451         the struct and references updated.
4453 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4455         * aclocal.m4: Require autoconf 2.69.
4456         * configure: Regenerated.
4457         * sysdeps/aarch64/configure: Likewise.
4458         * sysdeps/alpha/configure: Likewise.
4459         * sysdeps/arm/armv7/configure: Likewise.
4460         * sysdeps/arm/configure: Likewise.
4461         * sysdeps/ia64/configure: Likewise.
4462         * sysdeps/mach/configure: Likewise.
4463         * sysdeps/mips/configure: Likewise.
4464         * sysdeps/s390/configure: Likewise.
4465         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4468         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4469         file.
4470         * sysdeps/ia64/configure.ac: Likewise.
4472 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4475         specify symbol version for ld.so.  Do not include entry for
4476         libpthread.
4477         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4478         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4479         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4481         [BZ #14171]
4482         * Makeconfig [$(build-shared) = yes]
4483         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4484         makefiles.
4485         [$(build-shared) = yes && $(soversions.mk-done) = t]
4486         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4487         [$(build-shared) = yes && $(soversions.mk-done) = t]
4488         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4489         to Makerules.
4490         [$(build-shared) = yes && $(soversions.mk-done) = t]
4491         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4492         here.
4493         [$(build-shared) = yes && $(soversions.mk-done) = t]
4494         (common-generated): Don't append gnu/lib-names.h and
4495         gnu/lib-names.stmp here.
4496         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4497         (lib-names-h-abi): New variable.
4498         [$(build-shared) = yes && $(soversions.mk-done) = t]
4499         (lib-names-stmp-abi): Likewise.
4500         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4501         abi-variants] (before-compile): Append
4502         $(common-objpfx)$(lib-names-h-abi).
4503         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4504         abi-variants] (common-generated): Append gnu/lib-names.h.
4505         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4506         abi-variants] (install-others-nosubdir): Depend on
4507         $(inst_includedir)/$(lib-names-h-abi).
4508         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4509         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4510         [$(build-shared) = yes && $(soversions.mk-done) = t]
4511         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4512         [$(build-shared) = yes && $(soversions.mk-done) = t]
4513         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4514         [$(build-shared) = yes && $(soversions.mk-done) = t]
4515         (common-generated): Append $(lib-names-h-abi) and
4516         $(lib-names-stmp-abi).
4517         * scripts/lib-names.awk: Do not handle multi being set.
4518         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4519         Remove variable.
4520         (abi-lp64_be-ld-soname): Likewise.
4521         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4522         Likewise.
4523         (abi-hard-ld-soname): Likewise.
4524         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4525         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4526         Remove variable.
4527         (abi-o32_hard-ld-soname): Likewise.
4528         (abi-o32_soft_2008-ld-soname): Likewise.
4529         (abi-o32_hard_2008-ld-soname): Likewise.
4530         (abi-n32_soft-ld-soname): Likewise.
4531         (abi-n32_hard-ld-soname): Likewise.
4532         (abi-n32_soft_2008-ld-soname): Likewise.
4533         (abi-n32_hard_2008-ld-soname): Likewise.
4534         (abi-n64_soft-ld-soname): Likewise.
4535         (abi-n64_hard-ld-soname): Likewise.
4536         (abi-n64_soft_2008-ld-soname): Likewise.
4537         (abi-n64_hard_2008-ld-soname): Likewise.
4538         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4539         Likewise.
4540         (abi-64-v2-ld-soname): Likewise.
4541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4542         ld.so entries.
4543         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4544         variable.
4545         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4546         entry.
4547         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4548         variable.
4549         (abi-64-ld-soname): Likewise.
4550         (abi-x32-ld-soname): Likewise.
4551         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4552         entry.
4553         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4555 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4557         [BZ #14138]
4558         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4559         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4560         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4561         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4562         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4563         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4564         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4565         syscall entry for GLIBC_2.2 symbol version.
4566         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4567         Likewise.
4568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4569         (setrlimit): Likewise.
4570         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4571         Likewise.
4573 2014-09-23  Will Newton  <will.newton@linaro.org>
4575         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4576         _LINUX_ARM_SYSDEP_H include guard too.
4577         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4578         define.
4580 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4582         * sysdeps/unix/sysv/linux/eventfd.c:
4583         Make first argument unsigned.
4584         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4585         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4587 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4589         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4590         * socket/sys/socket.h: Likewise
4591         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4593 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4595         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4597 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4599         * time/tst-ftime.c: New test.
4600         * time/Makefile (tests): Add tst-ftime.
4602 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4604         * soft-fp/extended.h: Fix comment formatting.
4605         * soft-fp/op-1.h: Likewise.
4606         * soft-fp/op-2.h: Likewise.
4607         * soft-fp/op-4.h: Likewise.
4608         * soft-fp/op-8.h: Likewise.
4609         * soft-fp/op-common.h: Likewise.
4610         * soft-fp/soft-fp.h: Likewise.
4612         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4614 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4616         [BZ #6652]
4617         * Makeconfig (soversions-default-setname): Remove variable.
4618         ($(common-objpfx)soversions.i): Don't pass default_setname to
4619         soversions.awk.
4620         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4621         oldest_abi to abi-versions.awk.
4622         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4623         * config.make.in (oldest-abi): Remove variable.
4624         * configure.ac (--enable-oldest-abi): Remove configure option.
4625         * configure: Regenerated.
4626         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4627         text.
4628         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4629         * scripts/soversions.awk: Do not handle default_setname variable.
4630         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4631         variable.
4632         * sysdeps/mach/hurd/configure: Regenerated.
4633         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4634         variable.
4635         * sysdeps/unix/sysv/linux/configure: Regenerated.
4637 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4639         * elf/Makefile (CFLAGS-interp.c): Remove.
4640         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4641         path string.
4642         * elf/interp.c: Include generated runtime-linker.h
4644         * Makerules (lib%.so): Don't include $(+interp) in
4645         prerequisites.
4646         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4647         * dlfcn/eval.c: Remove file.
4649         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4650         macros.
4652         [BZ #17266]
4653         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4654         4.2 and newer.
4656         [BZ #17370]
4657         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4659 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4660             Jakub Jelinek  <jakub@redhat.com>
4662         [BZ #17266]
4663         * libio/stdio.h: Check definition of __fortify_function
4664         instead of __extern_always_inline to include bits/stdio2.h.
4665         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4666         check if __extern_always_inline is defined.
4667         [__USE_MISC || __USE_XOPEN]: Likewise.
4668         [__USE_ISOC99] Likewise.
4669         * misc/sys/cdefs.h (__fortify_function): Define only if
4670         __extern_always_inline is defined.
4671         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4672         __extern_always_inline and __extern_inline only for g++-4.3
4673         and newer or a compatible gcc.
4675 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4677         [BZ #17371]
4678         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4679         last change to handle zero prefix length.
4681 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4683         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4684         _SC_REGEX_VERSION.
4686         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4687         _POSIX_RAW_SOCKETS.
4689 2014-09-13  Allan McRae  <allan@archlinux.org>
4691         * po/ru.po: Update Russian translation from translation project.
4693 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4695         * locale/programs/locale.c (show_locale_vars): Inline local function
4696         into its sole call site.  Clean up some style nits.
4697         (print_item): New function, broken out of ...
4698         (show_info): ... local function here.  Clean up style nits.
4700         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4701         out of ...
4702         (set_class_defaults): ... local function set_default here.
4703         Define set_default as a macro locally to pass constant parameters.
4704         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4705         rather than a shared local.
4707         * stdlib/rpmatch.c (try): New function, broken out of ...
4708         (rpmatch): ... local function here.  Also, prototypify definition.
4710 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4712         * scripts/soversions.awk: Do not handle configuration names.
4713         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4714         vendor and os variables to soversions.awk.
4715         * configure.ac: Do not modify gnu-* host_os.
4716         * configure: Regenerated
4717         * shlib-versions: Remove first column with configuration names.
4718         * nptl/shlib-versions: Likewise.
4719         * nptl_db/shlib-versions: Likewise.
4720         * sysdeps/hppa/shlib-versions: Likewise.
4721         * sysdeps/m68k/shlib-versions: Likewise.
4722         * sysdeps/mach/hurd/shlib-versions: Likewise.
4723         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4724         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4725         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4726         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4727         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4728         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4729         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4730         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4732         Likewise.
4733         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4734         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4735         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4736         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4737         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4738         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4739         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4740         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4742         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4743         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4745         Regenerated.
4746         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4748         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4750         * shlib-versions: Remove OS-specific entries.  Moved to files in
4751         sysdeps.
4752         * sysdeps/mach/hurd/shlib-versions: New file.
4753         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4755         * nptl/shlib-versions: Remove architecture-specific entries.
4756         Moved to files in sysdeps.
4757         * shlib-versions: Likewise.
4758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4759         file.
4760         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4761         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4762         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4763         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4765         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4766         (UDP_NO_CHECK6_RX): Likewise.
4768 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4770         * sysdeps/posix/sysconf.c (__sysconf): Spell
4771         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4773 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4775         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4776         loading.
4777         * iconv/Versions (__gconv_transliterate): Export for use from
4778         gconv modules.
4779         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4780         (struct __gconv_trans_data, __gconv_trans_fct,
4781         __gconv_trans_context_fct, __gconv_trans_query_fct,
4782         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4783         definitions.
4784         (struct __gconv_step_data): Remove __trans member.
4785         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4786         longer hidden.  Remove unused trans_data argument.
4787         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4788         (__gconv_translit_find): Remove declaration.
4789         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4790         prototype.
4791         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4792         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4793         trans_data argument.  Add hidden definition.
4794         (__gconv_translit_find): Remove.
4795         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4796         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4797         * iconv/skeleton.c: Remove transliteration initialization.
4798         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4799         __gconv_step_data initialization.
4800         * libio/iofwide.c (__libio_translit_): Remove.
4801         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4802         * wcsmbs/btowc.c (__btowc): Likewise.
4803         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4804         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4805         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4806         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4807         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4808         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4809         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4810         * wcsmbs/wctob.c (wctob): Likewise.
4812 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4814         [BZ #16194]
4815         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4816         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4817         register usage.
4818         * sysdeps/x86/Makefile: Adjust.
4820 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4821             Roland McGrath  <roland@hack.frob.com>
4823         * locale/weight.h: Add include guard.
4824         (findidx): Make static rather than auto; take new parameters
4825         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4826         * locale/weightwc.h: Likewise.
4827         * posix/fnmatch_loop.c
4828         (FCT): Change type of EXTRA from int32_t to wint_t.
4829         Don't include either header inside the function.
4830         Call FINDIDX rather than findidx, and pass new arguments.
4831         #undef FINDIDX at the end of the file.
4832         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4833         FINDIDX before including fnmatch_loop.c for the non-wide version.
4834         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4835         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4836         for the wide version.
4837         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4838         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4839         Pass new arguments to findidx.
4840         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4841         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4842         Don't #include it inside the function.  Pass new arguments to findidx.
4843         * posix/regex_internal.h
4844         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4845         (re_string_elem_size_at): Don't #include it inside the function.
4846         Pass new arguments to findidx.
4847         * string/strcoll_l.c: #include WEIGHT_H at top level.
4848         (get_next_seq): Don't #include it inside the function.
4849         Pass new arguments to findidx.
4850         (get_next_seq_nocache): Likewise.
4851         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4852         (STRXFRM): Don't #include it inside the function.
4853         Pass new arguments to findidx.
4855 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4857         [BZ #17344]
4858         * malloc/malloc.c (unlink): Turn asserts into a call to
4859         malloc_printerr.
4861 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4863         [BZ #17370]
4864         * libio/wfileops (do_ftell_wide): Free OUT.
4866 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4868         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4870 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4872         [BZ #17363]
4873         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4874         group if the current group is empty.
4876 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4878         * benchtests/bench-memset.c (test_main): Add more test from size
4879         from 32 to 512 bytes.
4880         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4881         Add POWER8 memset object.
4882         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4883         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4884         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4885         implementation.
4886         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4887         Likewise.
4888         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4889         multiarch POWER8 memset optimization.
4890         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4891         POWER8 memset optimization.
4893         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4894         Remove bzero multiarch objects.
4895         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4896         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4897         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4898         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4899         Remove define.
4900         [__bzero]: Redefine to specific name.
4901         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4902         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4903         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4904         define.
4905         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4906         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4908 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4910         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4911         warnings into errors.
4913         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4914         __cxa_thread_atexit_impl prototype.
4916 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4918         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4919         Fix capitalization of error message.
4921 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4923         * sysdeps/mips/preconfigure: Modify ABI tests.
4925 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4927         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4929 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4930             Carlos O'Donell  <carlos@systemhalted.org>
4932         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4933         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4934         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4935         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4936         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4937         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4938         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4939         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4940         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4941         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4942         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4943         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4944         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4945         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4946         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4947         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4948         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4949         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4950         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4951         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4952         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4953         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4954         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4955         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4956         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4957         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4958         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4959         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4960         Deconditionalize the code that was previously under [RESET_PID].
4961         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4962         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4963         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4964         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4965         include sysdep.h.
4967 2014-09-08  Allan McRae  <allan@archlinux.org>
4969         * version.h (RELEASE): Set to "development".
4970         (VERSION): Set to "2.20.90"
4972 2014-09-07  Allan McRae  <allan@archlinux.org
4974         * version.h (RELEASE): Set to "stable".
4975         (VERSION): Set to "2.20"
4976         * include/features.h (__GLIBC_MINOR__): Set to 20.
4978         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4979         Liebler.
4981         * po/ko.po: Update Korean translation from translation project.
4983 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4985         [BZ #17354]
4986         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4987         macro for handling signed relocations.
4989 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4991         [BZ #17325]
4992         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4993         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4994         assert.
4995         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4996         * iconvdata/ibm935.c (BODY): Likewise.
4997         * iconvdata/ibm937.c (BODY): Likewise.
4998         * iconvdata/ibm939.c (BODY): Likewise.
4999         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
5000         assert.
5001         * iconvdata/Makefile (iconv-test.out): Pass module list to test
5002         script.
5003         * iconvdata/run-iconv-test.sh: New test loop for checking for
5004         decoder crashers.
5006 2014-09-02  Khem Raj  <raj.khem@gmail.com>
5008         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
5009         libm_hidden_ver.
5011 2014-09-01  Allan McRae  <allan@archlinux.org>
5013         * po/eo.po: Update Esperanto translation from translation project.
5015         * po/ca.po: Update Catalan translation from translation project.
5017 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5019         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
5020         __proc_dostop call.
5022 2014-08-27  Mark Wielaard  <mjw@redhat.com>
5024         [BZ #17319]
5025         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
5026         to call set_thread_area instead of hand written asm.
5027         (__NR_set_thread_area): Removed define.
5028         (TLS_FLAG_WRITABLE): Likewise.
5029         (__ASSUME_SET_THREAD_AREA): Remove check.
5030         (TLS_EBX_ARG): Remove define.
5031         (TLS_LOAD_EBX): Likewise.
5033 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5035         Simplify atomicity of socket creation in bind.
5037         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
5038         looking up the name after linking the file.
5040 2014-08-27  Allan McRae  <allan@archlinux.org>
5042         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5044 2014-08-26  Florian Weimer  <fweimer@redhat.com>
5046         [BZ #17187]
5047         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
5048         trans_compare, open_translit, __gconv_translit_find):
5049         Remove module loading code.
5051 2014-08-26  Allan McRae  <allan@archlinux.org>
5053         * po/vi.po: Update Vietnamese translation from translation project.
5055         * po/uk.po: Update Ukrainian translation from translation project.
5057         * po/fr.po: Update French translation from translation project.
5059         * po/ru.po: Update Russian translation from translation project.
5061         * po/pl.po: Update Polish translation from translation project.
5063         * po/cs.po: Update Czech translation from translation project.
5065         * po/de.po: Update German translation from translation project.
5067         * po/bg.po: Update Bulgarian translation from translation project.
5069         * po/sv.po: Update Sweedish translation from translation project.
5071         * po/nl.po: Update Dutch translation from translation project.
5073         * po/es.po: Update Spanish translation from translation project.
5075 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
5077         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
5079         * catgets/Makefile (CPPFLAGS-gencat): Remove.
5080         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
5081         (CPPFLAGS-iconvconfig): Likewise.
5082         * timezone/Makefile (CPPFLAGS-zic): Likewise.
5084         * include/libc-symbols.h: Remove unnecessary check for
5085         NOT_IN_libc.
5086         * nptl/pthreadP.h: Likewise.
5087         * sysdeps/aarch64/setjmp.S: Likewise.
5088         * sysdeps/alpha/setjmp.S: Likewise.
5089         * sysdeps/arm/sysdep.h: Likewise.
5090         * sysdeps/i386/setjmp.S: Likewise.
5091         * sysdeps/m68k/setjmp.c: Likewise.
5092         * sysdeps/posix/getcwd.c: Likewise.
5093         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5094         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5095         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5096         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5097         * sysdeps/sh/sh3/setjmp.S: Likewise.
5098         * sysdeps/sh/sh4/setjmp.S: Likewise.
5099         * sysdeps/unix/alpha/sysdep.h: Likewise.
5100         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5101         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5102         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5103         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5106         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5107         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5108         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5109         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5110         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5111         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5112         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5113         * sysdeps/x86_64/setjmp.S: Likewise.
5115 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
5117         [BZ #17263]
5118         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
5119         <stdint.h>.
5120         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
5121         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
5123 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
5125         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
5127         [BZ #17262]
5128         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
5129         and __x86_64__ when disabling x87 inline functions.
5131 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
5133         [BZ #17259]
5134         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
5135         asm statement with __cpuid_count.
5137 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
5139         * configure.ac: Change __ehdr_start code to dereference the struct.
5140         Run readelf on the output to look for relocations.
5141         * configure: Regenerated.
5143 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
5145         [BZ #17261]
5146         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
5147         value to 0.
5148         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
5150 2014-08-12  Roland McGrath  <roland@hack.frob.com>
5152         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
5154 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
5156         [BZ #16892]
5157         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
5158         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
5160 2014-08-12  Sean Anderson  <seanga2@gmail.com>
5162         * malloc/malloc.c: Fix typo in comment.
5164 2014-08-09  Allan McRae  <allan@archlinux.org>
5166         * Regenerate libc.po.
5168 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
5170         * intl/tst-gettext2.sh: Check every lang file for creation.
5172 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
5174         * sysdeps/aarch64/fpu/math_private.h
5175         (libc_feholdsetround_noex_aarch64_ctx): New function.
5177 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
5179         * sysdeps/arm/armv6/strcpy.S (strcpy):
5180         Fix performance issue in misaligned cases.
5182 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5184         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
5185         Move definition from termios.h.
5186         (struct termio): Likewise.
5187         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5188         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
5189         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
5190         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
5191         Likewise.
5192         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
5193         Move definition to ioctl-types.h
5194         (struct termio): Likewise.
5195         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5196         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
5197         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
5198         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
5199         Likewise.
5201 2014-08-05  Richard Henderson  <rth@redhat.com>
5203         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
5204         exceptions.
5205         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
5206         Add fraiseexcpt.
5207         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
5208         Use __feraiseexcept.
5209         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
5210         Protect libm symbols with IS_IN_libm.
5212         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
5214 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
5216         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
5218 2014-08-04  Will Newton  <will.newton@linaro.org>
5220         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
5221         file.
5223 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
5225         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
5226         variants for each function.
5228 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5230         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
5231         appended ...
5232         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
5233         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
5234         appended ...
5235         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
5236         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
5237         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
5238         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
5239         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
5240         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
5241         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
5242         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
5243         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
5244         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
5245         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
5246         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
5247         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
5248         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
5249         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
5250         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
5251         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
5252         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
5253         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
5254         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
5255         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
5256         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
5257         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
5258         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
5259         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
5260         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
5261         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
5262         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
5263         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
5264         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
5265         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
5266         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
5267         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
5268         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
5269         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
5270         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
5271         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
5272         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
5273         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
5274         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
5275         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
5276         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
5277         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
5278         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
5279         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
5280         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
5281         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
5282         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
5283         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
5284         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
5285         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
5286         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
5287         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
5288         Update #include.
5289         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
5290         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
5292 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5294         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
5295         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
5296         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
5297         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
5298         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
5299         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
5301 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5303         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
5304         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
5305         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5306         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
5308 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5310         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
5311         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
5312         (__libc_vfork): Define function under this name.
5313         (__vfork): Define as an alias.
5314         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
5315         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
5317 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5319         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
5320         that was previously under [RESET_PID].
5321         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
5323 2014-08-04  Andreas Schwab  <schwab@suse.de>
5325         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
5327 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
5329         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
5330         (main): Likewise.
5332 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5334         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
5336 2014-08-01  Richard Henderon  <rth@redhat.com>
5338         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
5339         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
5340         typo in exact zero test.
5341         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5342         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5343         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5345 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5347         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
5348         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
5349         * sysdeps/arm/sysdep.h: ... here.
5350         [!__ASSEMBLER__]: Include <stdint.h>.
5352 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5354         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
5355         (HAVE_WCTYPE_H): Likewise.
5356         (HAVE_ISWCTYPE): Likewise.
5357         (ENABLE_NLS): Likewise.
5358         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
5359         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
5361         * posix/regex_internal.c: Check if DEBUG is defined and is
5362         set.
5364         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5365         (HAVE_MBSRTOWCS): Likewise.
5366         * posix/fnmatch.c: Include string.h unconditionally.
5368 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5370         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5371         reversal.
5373 2014-07-31  Roland McGrath  <roland@hack.frob.com>
5375         * sysdeps/generic/safe-fatal.h: New file.
5376         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5377         * nptl/forward.c: Include it.
5378         (__pthread_unwind): Use __safe_fatal as default action, rather
5379         than a bogus use of INTERNAL_SYSCALL that could never work.
5381         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5382         * configure.ac (libc_cv_builtin_trap): New test.
5383         * configure: Regenerated.
5384         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5385         (ABORT_INSTRUCTION): Define using __builtin_trap.
5387         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5388         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5389         * sysdeps/nptl/nptl-signals.h: New file.
5390         * nptl/pthreadP.h: Include <nptl-signals.h>.
5392 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5394         * sysdeps/s390/s390-64/utf16-utf32-z9.c
5395         (ONE_DIRECTION): Define.
5396         * sysdeps/s390/s390-64/utf8-utf16-z9.c
5397         (ONE_DIRECTION): Define.
5398         * sysdeps/s390/s390-64/utf8-utf32-z9.c
5399         (ONE_DIRECTION): Define.
5401 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5403         * sysdeps/s390/Makefile: Delete file.
5404         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5405         * sysdeps/s390/__longjmp.c: Delete file.
5406         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5407         Remove fields __flags and __reserved.
5408         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5409         and add versioning.
5410         * sysdeps/s390/rtld-__longjmp.c: Delete file.
5411         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5412         * sysdeps/s390/rtld-setjmp.S: Likewise.
5413         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5414         * sysdeps/s390/s390-32/__longjmp.c: ... here.
5415         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5416         * sysdeps/s390/s390-32/setjmp.S: ... here.
5417         Add versioning.
5418         (__sigsetjmp): Remove setting __flags field.
5419         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5420         * sysdeps/s390/s390-64/__longjmp.c: ... here.
5421         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5422         * sysdeps/s390/s390-64/setjmp.S: ... here.
5423         Add versioning.
5424         (__sigsetjmp): Remove setting __flags field.
5425         * sysdeps/s390/setjmp.S: Delete file.
5426         * sysdeps/s390/sigjmp.c: Likewise.
5427         * sysdeps/s390/v1-longjmp.c: Likewise.
5428         * sysdeps/s390/v1-setjmp.h: Likewise.
5429         * sysdeps/s390/v1-sigjmp.c: Likewise.
5430         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5431         Remove v1-longjmp_chk.
5432         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5433         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5434         Include debug/longjmp_chk.c and add versioning.
5435         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5436         Include nptl/pt-longjmp.c and add versioning.
5437         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5438         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5439         Include __longjmp.c.
5440         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5441         Move to ...
5442         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5443         (__getcontext): Remove setting __flags field.
5444         Add versioning.
5445         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5446         Don't restore upper high grps.
5447         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5448         Likewise.
5449         (__swapcontext): Remove setting uc_flags field.
5450         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5451         Delete file.
5452         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5453         Include __longjmp.c.
5454         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5455         Move to ...
5456         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5457         (__getcontext): Remove setting __flags field.
5458         Add versioning.
5459         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5460         (__swapcontext): Remove setting uc_flags field.
5461         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5462         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5463         Remove fields uc_high_gprs and __reserved.
5464         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5465         New file with reverted content.
5466         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5467         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5468         Regenerated.
5469         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5470         Regenerated.
5472 2014-07-31  Andreas Schwab  <schwab@suse.de>
5474         * config.h.in (HAVE_IFUNC): Define to 0.
5475         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5476         definedness.
5478 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5480         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5481         memmove-avx-unaligned, memcpy-avx-unaligned and
5482         mempcpy-avx-unaligned.
5483         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5484         Add tests for AVX memcpy functions.
5485         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5486         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5487         memcpy_chk.
5488         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5489         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5490         memmove_chk.
5491         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5492         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5493         mempcpy_chk.
5494         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5495         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5496         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5498 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5500         [BZ #17213]
5501         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5502         powerpc64le.
5504 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5506         [BZ #16839]
5507         * manual/llio.texi: Add section about open file description locks.
5508         * manual/examples/ofdlocks.c: Example of open file description
5509         lock usage.
5510         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5511         F_OFD_SETLK, and F_OFD_SETLKW.
5513 2014-07-23  Allan McRae  <allan@archlinux.org>
5515         * po/es.po: Update Spanish translation from translation project.
5517 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5519         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5521 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5523         [BZ #17078]
5524         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5525         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5526         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5528 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5530         [BZ #17088]
5531         * math/fesetenv.c (__fesetenv)
5532         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5533         * math/feupdateenv.c (__feupdateenv)
5534         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5536         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5537         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5538         (__ASSUME_SOCKETCALL): Do not define.
5540         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5541         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5542         (__ASSUME_SOCKETCALL): Do not define.
5543         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5544         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5545         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5546         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5547         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5548         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5549         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5550         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5552         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5553         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5554         (__ASSUME_SOCKETCALL): Do not define.
5555         (__ASSUME_IPC64): Define unconditionally.
5556         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5557         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5558         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5559         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5560         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5561         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5562         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5563         Likewise.
5565         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5566         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5567         (__ASSUME_SOCKETCALL): Do not define.
5568         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5569         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5570         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5571         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5572         (__ASSUME_REQUEUE_PI): Define unconditionally.
5573         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5574         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5575         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5576         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5577         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5578         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5580         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5581         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5582         (__ASSUME_SOCKETCALL): Do not define.
5583         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5584         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5585         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5586         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5587         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5588         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5590         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5591         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5592         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5593         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5594         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5595         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5596         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5597         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5598         (__ASSUME_GETCPU_SYSCALL): Likewise.
5600         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5601         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5602         cases for individual architectures.
5603         * sysdeps/gnu/configure: Regenerated.
5604         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5605         LIBC_SLIBDIR_RTLDDIR.
5606         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5607         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5608         LIBC_SLIBDIR_RTLDDIR.
5609         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5611         LIBC_SLIBDIR_RTLDDIR.
5612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5613         Regenerated.
5614         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5615         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5616         file.
5617         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5618         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5619         file.
5620         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5621         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5622         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5623         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5625         * sysdeps/aarch64/shlib-versions: Move to ...
5626         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5627         * sysdeps/alpha/shlib-versions: Move to ...
5628         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5629         * sysdeps/arm/shlib-versions: Move to ...
5630         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5631         * sysdeps/hppa/shlib-versions: Move all contents except for
5632         libgcc_s entry to ...
5633         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5634         entry from ...
5635         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5636         * sysdeps/ia64/shlib-versions: Move to ...
5637         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5638         entry from ...
5639         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5640         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5641         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5642         * sysdeps/microblaze/shlib-versions: Move to ...
5643         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5644         * sysdeps/mips/shlib-versions: Move to ...
5645         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5646         entry from ...
5647         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5648         * sysdeps/tile/shlib-versions: Move to ...
5649         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5650         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5651         from ...
5652         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5653         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5654         entry from ...
5655         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5657 2014-07-17  Will Newton  <will.newton@linaro.org>
5659         * sysdeps/arm/bits/atomic.h
5660         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5661         (__arch_compare_and_exchange_bool_16_int): Likewise.
5662         (__arch_compare_and_exchange_bool_64_int): Likewise.
5664         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5665         into an #else block.
5667 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5669         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5670         just Linux configurations.  Test empirically that the compiler sets
5671         __ARM_EABI__, rather than using the tuple to decide.
5672         * sysdeps/arm/preconfigure: Regenerated.
5673         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5674         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5675         contents appended ...
5676         * sysdeps/arm/configure.ac: ... here.
5677         * sysdeps/arm/configure: Regenerated.
5679 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5681         * nptl/pthread_kill.c: New file.
5682         * nptl/pthread_sigmask.c: New file.
5683         * nptl/pthread_sigqueue.c: New file.
5685         * sysdeps/nptl/lowlevellock.h: New file.
5686         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5687         * sysdeps/nptl/lowlevellock-futex.h: New file.
5689         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5690         Remove dead declarations.
5692 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5694         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5695         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5696         config-cflags-avx2.
5697         * sysdeps/x86_64/configure.ac: Likewise.
5698         * sysdeps/i386/configure: Regenerated.
5699         * sysdeps/x86_64/configure: Likewise.
5700         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5701         memset-avx2 only if config-cflags-avx2 is yes.
5702         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5703         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5704         defined.
5705         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5706         only if HAVE_AVX2_SUPPORT is defined.
5707         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5709 2014-07-14  Alan Modra  <amodra@gmail.com>
5711         [BZ #17153]
5712         * elf/elf.h (DT_PPC64_NUM): Correct value.
5713         * NEWS: Add to fixed bug list.
5715 2014-07-13  Jim Meyering  <meyering@fb.com>
5717         [BZ 17150]
5718         regex: don't deref NULL upon heap allocation failure
5719         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5720         failure in one more place.
5721         To trigger the segfault, configure grep -with-included-regex,
5722         build it, and run these commands:
5723         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5725 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5727         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5729 2014-07-11  Richard Henderson  <rth@redhat.com>
5731         * sysdeps/aarch64/libm-test-ulps: Update.
5733 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5735         [BZ #17135]
5736         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5737         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5738         (__nptl_setxid): Initialize error member.  Call
5739         __nptl_setxid_error.
5740         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5741         * nptl/descr.h (struct xid_command): Add error member.
5742         * nptl/tst-setuid3.c: New file.
5743         * nptl/Makefile (tests): Add it.
5745 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5747         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5748         New define.
5749         (__lll_trylock): Use __lll_base_trylock.
5750         (__lll_cond_trylock): Likewise.
5752 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5754         * nptl/pthread_create.c (start_thread): Use atomic_or and
5755         lll_futex_wake directly rather than lll_robust_dead.
5756         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5757         (lll_robust_dead): Macro removed.
5758         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5759         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5760         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5761         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5762         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5763         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5764         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5765         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5766         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5767         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5768         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5769         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5770         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5771         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5772         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5774         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5775         Use atomic_compare_and_exchange_val_acq directly rather than
5776         lll_robust_trylock.
5777         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5778         (__lll_robust_trylock, lll_robust_trylock): Removed.
5779         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5780         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5781         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5782         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5783         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5784         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5785         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5786         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5787         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5788         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5789         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5790         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5791         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5792         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5794 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5796         * manual/locale.texi (Locale Names): New section documenting
5797         locale name syntax.  Adjust menu and node chaining accordingly.
5798         (Choosing Locale): Reference Locale Names, Locale Categories.
5799         Mention setting LC_ALL=C.  Reflect that name syntax is now
5800         documented.
5801         (Locale Categories): New section title.  Reference Locale Names.
5802         LC_ALL is an environment variable, but not a category.
5803         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5804         description, now in Locale Name.  Reference that section.  Locale
5805         name syntax is now documented.
5807 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5809         [BZ #17137]
5810         * locale/findlocale.c (name_present, valid_locale_name): New
5811         functions.
5812         (_nl_find_locale): Use the loc_name variable to store name
5813         candidates.  Call name_present and valid_locale_name to check and
5814         validate locale names.  Return an error if the locale is invalid.
5816 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5818         * locale/setlocale.c (setlocale): Use strdup for allocating
5819         composite name copy.
5821 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5823         Sync up with gnulib.
5824         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5825         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5826         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5827         and _GL_ARG_NONNULL.
5828         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5829         [!_LIBC]: Include code for Windows and Cygwin.
5830         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5831         Include prototype for int strerror_r.
5832         [!_LIBC] (is_open): New function.
5833         (flush_stdout): New function.
5834         (print_errno_message): Use it.
5835         (error): Likewise.
5836         (error_at_line): Likewise.
5837         (error_tail) Add function attribute macros.  Use
5838         __builtin_expect.
5840         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5842         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5844         * io/ftw.c: Include sys/param.h unconditionally.
5846         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5848         [BZ #17125]
5849         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5850         libc_freeres_ptr.
5851         (freecache): New function to free CACHE on exit.
5853         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5854         initialization.
5856 2014-07-09  David S. Miller  <davem@davemloft.net>
5858         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5860         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5861         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5862         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5863         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5864         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5865         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5866         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5867         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5868         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5869         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5870         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5871         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5872         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5874 2014-07-09  Andreas Schwab  <schwab@suse.de>
5876         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5877         output.
5878         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5879         (do_test): Likewise.
5881         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5883 2014-07-09  Will Newton  <will.newton@linaro.org>
5885         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5886         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5887         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5888         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5889         * sysdeps/hppa/start.S (_start): Likewise.
5891 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5893         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5895         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5896         defined.
5898 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5900         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5901         after checking that it is non-NULL.
5903         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5905 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5907         * sysdeps/powerpc/memmove.c: Remove file.
5908         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5909         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5910         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5911         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5912         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5913         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5914         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5915         string memmove instead of removed powerpc one.
5917         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5918         [weak_alias]: Fix compiler warning due trailing data.
5919         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5920         [weak_alias]: Likewise.
5921         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5922         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5924         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5925         (__libc_ifunc_impl_list): Add memmove functions.
5927 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5929         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5930         Remove code.
5931         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5932         Likewise
5933         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5934         Likewise
5935         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5936         Likewise
5937         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5938         Likewise
5939         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5940         Likewise
5941         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5942         Likewise
5943         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5944         Likewise
5945         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5946         Likewise
5947         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5948         Likewise
5949         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5950         Likewise
5951         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5952         Likewise
5953         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5954         Likewise
5955         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5956         Likewise
5957         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5958         Likewise
5959         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5960         Likewise
5961         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5962         Likewise
5964 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5966         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5967         to avoid alignment traps in non-cacheable memory.
5968         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5970         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5971         multiarch objects.
5972         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5973         file: multiarch power7 memmove.
5974         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5975         multiarch default memmove.
5976         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5977         multiarch memove for powerpc32/power4.
5979         * string/bcopy.c: Use full path to include memmove.c.
5980         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5981         multiarch objects.
5982         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5983         bcopy for powerpc64.
5984         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5985         bcopy for powerpc64.
5986         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5987         and memmove implementations.
5988         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5989         optimized multiarch memmove for POWER7/powerpc64.
5990         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5991         default multiarch memmove for powerpc64.
5992         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5993         multiarch for powerpc64.
5994         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5995         for POWER7/powerpc64.
5996         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5997         memmove for POWER7/powerpc64.
5999         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
6000         glibc default one.
6002         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
6003         __ELF_NATIVE_CLASS equal to 64.
6005 2014-07-07  Roland McGrath  <roland@hack.frob.com>
6007         * sysdeps/nptl/lowlevellock.h: File removed.
6009         * NEWS: NPTL is no longer an add-on!
6010         * nptl/internaltypes.h: Moved ...
6011         * sysdeps/nptl/internaltypes.h: ... here.
6012         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
6013         * sysdeps/nptl/fork.c: Likewise.
6014         * sysdeps/nptl/gai_misc.h: Likewise.
6015         * sysdeps/nptl/librt-cancellation.c: Likewise.
6016         * sysdeps/nptl/jmp-unwind.c: Likewise.
6017         * sysdeps/nptl/setxid.h: Likewise.
6018         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
6019         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
6020         * sysdeps/unix/sysv/linux/arm/Implies: New file.
6021         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
6022         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
6023         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
6024         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
6025         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
6026         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
6027         * sysdeps/unix/sysv/linux/mips/Implies: New file.
6028         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
6029         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
6030         * sysdeps/unix/sysv/linux/sh/Implies: New file.
6031         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
6032         * sysdeps/unix/sysv/linux/tile/Implies: New file.
6033         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
6034         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
6035         * nptl/Makeconfig: Moved ...
6036         * sysdeps/nptl/Makeconfig: ... here.
6037         * nptl/configure: File removed.
6038         * nptl/ANNOUNCE: File removed.
6039         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
6040         * sysdeps/unix/sysv/linux/configure: Regenerated.
6042         * nptl/Makefile (routines): Add libc_pthread_init,
6043         libc_multiple_threads, register-atfork and unregister-atfork.
6044         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
6045         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
6046         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
6047         pthread-pi-defines.sym, structsem.sym.
6048         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
6049         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
6050         [$(subdir) = nptl] (tests): Add tst-setgetname.
6051         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
6052         * sysdeps/unix/sysv/linux/sigaction.c: Just include
6053         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
6054         [!LIBC_SIGACTION]: Remove aliases.
6055         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6056         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6057         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6058         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
6059         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6060         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
6061         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
6062         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
6063         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6064         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
6065         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
6066         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
6067         __libc_allocate_rtsig_private.
6068         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
6069         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
6070         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
6071         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
6072         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
6073         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
6074         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
6075         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
6076         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
6077         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
6078         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
6079         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
6080         * nptl/internaltypes.h: ... here.
6081         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
6082         * sysdeps/nptl/jmp-unwind.c: ... here.
6083         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
6084         * nptl/libc-lowlevellock.c: ... here.
6085         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
6086         * nptl/libc_multiple_threads.c: ... here.
6087         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
6088         * nptl/libc_pthread_init.c: ... here.
6089         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
6090         * nptl/lowlevelbarrier.sym: ... here.
6091         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
6092         * nptl/lowlevelcond.sym: ... here.
6093         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
6094         * nptl/lowlevellock.c: ... here.
6095         * nptl/lowlevellock.h: Moved ...
6096         * sysdeps/nptl/lowlevellock.h: ... here.
6097         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
6098         * nptl/lowlevelrobustlock.c: ... here.
6099         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
6100         * nptl/lowlevelrobustlock.sym: ... here.
6101         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
6102         * nptl/lowlevelrwlock.sym: ... here.
6103         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
6104         * nptl/pt-fork.c: ... here.
6105         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
6106         * nptl/pthread-pi-defines.sym: ... here.
6107         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
6108         * nptl/pthread_attr_getaffinity.c: ... here.
6109         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
6110         * nptl/pthread_attr_setaffinity.c: ... here.
6111         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
6112         * nptl/pthread_mutex_cond_lock.c: ... here.
6113         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6114         Update #include.
6115         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
6116         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
6117         * nptl/pthread_once.c: ... here, replacing old file.
6118         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
6119         * nptl/pthread_yield.c: ... here.
6120         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
6121         * nptl/register-atfork.c: ... here.
6122         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
6123         * nptl/sem_post.c: ... here.
6124         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
6125         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
6126         * nptl/sem_timedwait.c: ... here.
6127         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
6128         * nptl/sem_trywait.c: ... here.
6129         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
6130         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
6131         * nptl/sem_wait.c: ... here.
6132         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
6133         * nptl/structsem.sym: ... here.
6134         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
6135         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
6136         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
6137         * nptl/unregister-atfork.c: ... here.
6138         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
6139         * nptl/unwindbuf.sym: ... here.
6140         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
6141         * sysdeps/nptl/fork.c: ... here.
6142         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
6143         * sysdeps/nptl/fork.h: ... here.
6144         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
6145         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
6146         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
6147         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
6148         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
6149         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
6150         * sysdeps/unix/sysv/linux/getpid.c: ... here.
6151         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
6152         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
6153         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
6154         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
6155         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
6156         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
6157         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
6158         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
6159         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
6160         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
6161         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
6162         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
6163         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
6164         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
6165         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
6166         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
6167         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
6168         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
6169         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
6170         * sysdeps/unix/sysv/linux/raise.c: ... here.
6171         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
6172         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
6173         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
6174         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
6175         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
6176         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
6177         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
6178         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
6179         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
6180         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
6181         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
6182         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
6183         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
6184         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
6185         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
6187 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
6189         * sysdeps/generic/memcopy.h: Add comment for
6190         MEMCPY_OK_FOR_FWD_MEMMOVE.
6192 2014-07-04  Will Newton  <will.newton@linaro.org>
6194         * string/memchr.c: Merge from gnulib.
6195         [_LIBC]: Remove conditionals.
6196         (__ptr_t): Remove define.
6197         (LONG_MAX_32_BITS): Likewise.
6198         (LONG_MAX): Likewise.
6199         (MEMCHR): Use ANSI prototype and optimize algorithm.
6201         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
6203 2014-07-03  Roland McGrath  <roland@hack.frob.com>
6205         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
6206         (lll_futex_timed_wait_bitset): Fix syscall argument count.
6208         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
6209         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
6210         in a bare environment with no <stdlib.h> installed.
6211         * sysdeps/nptl/configure: Regenerated.
6213         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
6215         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
6216         AC_EGREP_CPP for kernel header checks, so they only succeed if
6217         including <linux/version.h> actually works right.
6218         * sysdeps/unix/sysv/linux/configure: Regenerated.
6220         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
6221         value so it's not diagnosed as unused.
6223         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
6224         thing) with "ifeq ($(subdir),rt)".
6226 2014-07-03  Richard Henderson  <rth@redhat.com>
6228         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
6229         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
6230         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
6232         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
6233         (math_force_eval): New.
6235         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
6236         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
6238         * sysdeps/alpha/fpu/s_round.c: Remove file.
6239         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
6241         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
6242         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
6243         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
6244         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
6245         (_dl_start, print_statistics): Likewise.
6246         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
6247         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
6249         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6250         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6251         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6252         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6253         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6254         (HP_SMALL_TIMING_AVAIL): Define.
6255         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6256         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
6257         (HP_SMALL_TIMING_AVAIL): Define.
6258         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6259         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6261         * sysdeps/aarch64/hp-timing.h: New file.
6263         * sysdeps/generic/hp-timing.h: Remove dead comment.
6264         * sysdeps/generic/hp-timing-common.h: New file.
6265         * sysdeps/alpha/hp-timing.h: Include it.
6266         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
6267         * sysdeps/i386/i686/hp-timing.h: Likewise.
6268         * sysdeps/ia64/hp-timing.h: Likewise.
6269         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
6270         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
6271         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
6272         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
6273         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
6274         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
6275         (hp_timing_t): New.
6277         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
6278         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
6279         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
6280         * elf/rtld.c (_dl_start_final): Likewise.
6281         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
6282         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6283         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6284         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6285         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6286         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6287         (HP_TIMING_DIFF_INIT): Remove.
6288         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6289         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
6290         (HP_TIMING_DIFF_INIT): Remove.
6291         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6292         * sysdeps/i386/i686/hp-timing.c: Remove file.
6293         * sysdeps/x86_64/hp-timing.c: Remove file.
6294         * sysdeps/ia64/hp-timing.c: Remove file.
6295         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
6296         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
6297         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
6298         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
6300         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
6301         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
6302         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
6303         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6304         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6305         (HP_TIMING_ACCUM): Remove.
6306         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6307         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
6308         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6310         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
6311         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
6312         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
6313         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
6314         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
6315         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6316         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
6317         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6319         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
6321 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
6323         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
6325 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6327         Sync up with gettext.
6328         * intl/loadmsgcat.c: Define O_BINARY if not defined.
6329         [_MSC_VER]: Include malloc.h
6330         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
6331         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
6332         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
6333         TEMP_FAILURE_RETRY.  Cast return of alloca.
6334         [!_LIBC] Call gl_rwlock_init.
6335         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
6337 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6339         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
6340         before checking its value.
6342 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6344         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
6346         * debug/memcpy_chk.c: Don't include pagecopy.h.
6347         * debug/mempcpy_chk.c: Likewise.
6348         * string/memcpy.c: Likewise.
6349         * string/memmove.c: Likewise.
6350         * sysdeps/powerpc/memmove.c: Likewise.
6351         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
6352         definition of PAGE_COPY_FWD_MAYBE here...
6353         * sysdeps/generic/pagecopy.h: ... from here.
6354         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
6356 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6357             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6359         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
6360         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6361         optimizations.
6362         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6363         (__libc_ifunc_impl_list): Likewise.
6364         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6365         multiarch strcat for PPC64.
6366         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6367         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6369 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6371         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6373 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6375         * intl/loadmsgcat.c: Remove declaration of
6376         get_sysdep_segment_value.
6377         (get_sysdep_segment_value): Use ISO C style.
6378         (_nl_load_domain): Use ISO C style.  Get rid of redundant
6379         semicolon.  Fix typo and formatting in comment.
6380         (_nl_unload_domain): Use ISO C style.
6382         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6384 2014-07-02  Will Newton  <will.newton@linaro.org>
6386         * malloc/obstack.c: Merge from gnulib master.
6387         [HAVE_CONFIG_H]: Remove conditional code.
6388         [!_LIBC]: Include config.h.
6389         [!ELIDE_CODE]: Don't include inttypes.h, include
6390         stdint.h unconditionally.
6391         (print_and_abort): Mark as _Noreturn.
6392         (_obstack_allocated_p): Mark as __attribute_pure__.
6393         (obstack_free): Rename to __obstack_free.
6394         [!__attribute__]: Remove conditional code.
6395         * malloc/obstack.h: Merge from gnulib master.
6396         [__cplusplus]: Move conditional down.
6397         [!__attribute_pure__]: Define __attribute_pure__ here
6398         if it is not already defined.
6399         (_obstack_memory_used): Mark as __attribute_pure__.
6400         [!__obstack_free]: Define as obstack_free.
6401         [__GNUC__]: Remove check for ancient NeXT gcc.
6403 2014-07-02  Will Newton  <will.newton@linaro.org>
6404             Paul Eggert  <eggert@cs.ucla.edu>
6406         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6408 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6410         * resolv/gethnamaddr.c: Add comment warning that the file is
6411         not maintained.
6413 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
6415         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6416         entries.
6418         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6419         entry for aio_cancel and aio_cancel64.
6420         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6421         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6422         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6423         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6424         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6425         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6426         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6427         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6428         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6429         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6430         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6431         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6432         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6434 2014-07-01  Roland McGrath  <roland@hack.frob.com>
6436         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6437         * nptl/pthread_mutex_lock.c: Likewise.
6438         * nptl/pthread_mutex_timedlock.c: Likewise.
6439         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6441 2014-07-01  Richard henderson  <rth@redhat.com>
6443         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6444         (__isnan, __isnanl): Remove.
6445         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6447         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6449 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6451         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6453 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6455         * resolv/nss_dns/dns-host.c (getanswer_r)
6456         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6458 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6460         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6461         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6462         undefine.
6463         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6464         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6466 2014-07-01  Roland McGrath <roland@hack.frob.com>
6468         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6469         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6471         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6472         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6474         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6475         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6476         ... here.
6477         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6478         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6480         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6481         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6482         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6483         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6485         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6486         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6487         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6488         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6489         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6490         Moved ...
6491         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6492         ... here.
6493         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6494         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6495         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6496         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6497         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6498         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6499         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6500         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6501         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6502         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6503         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6504         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6505         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6506         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6507         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6508         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6509         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6510         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6511         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6512         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6513         ... here.
6514         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6515         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6516         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6517         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6518         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6519         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6520         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6521         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6523 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6525         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6526         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6527         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6528         Add sysdep.
6530 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6532         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6534 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6536         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6537         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6539         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6541         * sysdeps/arm/libm-test-ulps: Regenerated.
6543 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6544             Roland McGrath <roland@hack.frob.com>
6546         * test-skeleton.c (signal_handler): Kill the whole process group
6547         before killing the child individually.
6548         (main): Report any failure on `setpgid'.
6550 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6552         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6553         from _TLS_H to _ARM_NPTL_TLS_H.
6554         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6555         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6557 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6559         [BZ #16539]
6560         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6561         (__expm1l): Return argument unchanged when small but not
6562         subnormal.
6564         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6565         include macro name.
6566         (_FP_UNPACK_RAW_1_P): Likewise.
6567         (_FP_PACK_RAW_1): Likewise.
6568         (_FP_PACK_RAW_1_P): Likewise.
6569         (_FP_MUL_MEAT_1_wide): Likewise.
6570         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6571         (_FP_MUL_MEAT_1_hard): Likewise.
6572         (_FP_DIV_MEAT_1_imm): Likewise.
6573         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6574         (_FP_DIV_MEAT_1_udiv): Likewise.
6575         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6576         (_FP_UNPACK_RAW_2): Likewise.
6577         (_FP_UNPACK_RAW_2_P): Likewise.
6578         (_FP_PACK_RAW_2): Likewise.
6579         (_FP_PACK_RAW_2_P): Likewise.
6580         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6581         (_FP_MUL_MEAT_2_wide): Likewise.
6582         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6583         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6584         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6585         (_FP_MUL_MEAT_2_gmp): Likewise.
6586         (_FP_DIV_MEAT_2_udiv): Likewise.
6587         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6588         (_FP_FRAC_SRL_4): Likewise.
6589         (_FP_FRAC_SRST_4): Likewise.
6590         (_FP_FRAC_SRS_4): Likewise.
6591         (_FP_UNPACK_RAW_4): Likewise.
6592         (_FP_UNPACK_RAW_4_P): Likewise.
6593         (_FP_PACK_RAW_4): Likewise.
6594         (_FP_PACK_RAW_4_P): Likewise.
6595         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6596         (_FP_MUL_MEAT_4_wide): Likewise.
6597         (_FP_MUL_MEAT_4_gmp): Likewise.
6598         (umul_ppppmnnn): Likewise.
6599         (_FP_DIV_MEAT_4_udiv): Likewise.
6600         (__FP_FRAC_ADD_4): Likewise.
6601         (__FP_FRAC_SUB_3): Likewise.
6602         (__FP_FRAC_SUB_4): Likewise.
6603         (__FP_FRAC_DEC_3): Likewise.
6604         (__FP_FRAC_DEC_4): Likewise.
6605         (__FP_FRAC_ADDI_4): Likewise.
6606         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6607         (_FP_FRAC_SRL_8): Likewise.
6608         (_FP_FRAC_SRS_8): Likewise.
6610         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6611         include macro name.
6612         (FP_UNPACK_RAW_EP): Likewise.
6613         (FP_PACK_RAW_E): Likewise.
6614         (FP_PACK_RAW_EP): Likewise.
6615         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6616         (_FP_ISSIGNAN): Likewise.
6617         (_FP_ADD_INTERNAL): Likewise.
6618         (_FP_FMA): Likewise.
6619         (_FP_CMP): Likewise.
6620         (_FP_SQRT): Likewise.
6621         (_FP_TO_INT): Likewise.
6622         (_FP_FROM_INT): Likewise.
6623         (FP_EXTEND): Likewise.
6624         (_FP_DIV_MEAT_N_loop): Likewise.
6626 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6628         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6629         throughout.
6631 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6633         [BZ #17097]
6634         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6635         result with correct sign in case of exponents that produce
6636         overflow except for X very close to 1.
6638 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6640         mktime: merge #if/#ifdef usage from glibc
6641         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6642         as that works with both Glibc's and Gnulib's style.
6643         See thread starting at Siddhesh Poyarekar's bug report at:
6644         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6646 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6648         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6649         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6650         * sysdeps/tile/tilegx/memmove.c: Remove file.
6652 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6654         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6655         abi-name definition.
6656         * scripts/soversions.awk: Do not handle or generate ABI lines.
6657         * shlib-versions: Remove ABI entries.
6658         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6659         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6661 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6663         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6664         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6665         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6666         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6667         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6668         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6669         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6670         Moved ...
6671         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6672         ... here.
6673         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6674         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6675         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6676         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6677         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6678         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6679         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6680         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6681         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6682         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6683         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6684         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6685         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6686         Moved ...
6687         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6688         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6689         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6690         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6691         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6692         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6693         Moved ...
6694         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6695         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6696         Moved ...
6697         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6698         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6699         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6700         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6701         Moved ...
6702         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6703         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6704         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6705         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6706         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6707         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6708         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6709         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6710         Moved ...
6711         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6712         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6713         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6714         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6715         Moved ...
6716         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6717         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6718         Moved ...
6719         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6720         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6721         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6722         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6723         Moved ...
6724         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6725         ... here.
6726         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6727         Identical file removed.
6728         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6729         Moved ...
6730         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6731         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6732         Identical file removed.
6733         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6734         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6735         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6736         Moved ...
6737         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6738         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6739         Identical file removed.
6740         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6741         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6742         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6743         Identical file removed.
6744         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6745         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6746         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6747         Identical file removed.
6748         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6749         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6750         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6751         Identical file removed.
6752         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6753         Moved ...
6754         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6755         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6756         Identical file removed.
6757         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6758         Moved ...
6759         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6760         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6761         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6762         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6763         Identical file removed.
6764         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6765         Moved ...
6766         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6767         ... here.
6768         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6769         Identical file removed.
6770         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6771         Moved ...
6772         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6773         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6774         Identical file removed.
6775         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6776         Moved ...
6777         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6778         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6779         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6780         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6781         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6782         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6783         Moved ...
6784         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6785         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6786         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6788         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6789         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6790         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6791         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6792         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6794 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6796         [BZ #17092]
6797         * nscd/nscd.c (monitor_child): Return exit status of child
6798         instead of return value from wait syscall.
6800 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6802         * configure.ac (libc_commonpagesize): Remove variable.
6803         (libc_relro_required): Likewise.
6804         (libc_cv_z_relro): Remove configure test.
6805         * configure: Regenerated.
6806         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6807         variable.
6808         (libc_relro_required): Likewise.
6809         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6810         (libc_relro_required): Likewise.
6811         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6812         (libc_relro_required): Likewise.
6813         * sysdeps/arm/preconfigure: Regenerated.
6814         * sysdeps/ia64/preconfigure: Remove file.
6815         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6816         variable.
6817         (libc_relro_required): Likewise.
6819         [BZ #16561]
6820         [BZ #16562]
6821         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6822         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6823         recompute overflowing results in original rounding mode.
6824         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6825         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6826         recompute overflowing results in original rounding mode.
6827         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6828         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6829         recompute overflowing results in original rounding mode.
6830         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6831         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6832         recompute overflowing results in original rounding mode.
6833         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6834         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6835         recompute overflowing results in original rounding mode.
6836         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6837         (libc_feholdsetround_ctx): New macro.
6838         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6839         * sysdeps/i386/fpu/libm-test-ulps: Update.
6840         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6842 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6844         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6845         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6846         corresponding .cpsetup call.
6848 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6850         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6851         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6852         * sysdeps/arm/Makefile [$(subdir) = csu]
6853         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6854         (static-only-routines): Add aeabi_read_tp here.
6855         (shared-only-routines): Add libc-aeabi_read_tp here.
6856         (CFLAGS-libc-start.c): Add -fexceptions here.
6857         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6858         (sysdep_routines, static-only-routines, shared-only-routines):
6859         Don't add to these here.
6860         (CFLAGS-libc-start.c): Likewise.
6862         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6863         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6864         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6865         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6866         * sysdeps/arm/Makefile [$(subdir) = rt]
6867         (librt-sysdep_routines, librt-shared-only-routines):
6868         Append rt-aeabi_unwind_cpp_pr1 here.
6869         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6870         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6871         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6872         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6873         Append nptl-aeabi_unwind_cpp_pr1 here.
6874         (tests): Filter out tst-cleanupx4 here.
6875         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6876         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6877         Don't do those here.
6879 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6881         * scripts/list-sources.sh: Do not handle ports specially.
6883 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6885         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6886         * sysdeps/arm/feupdateenv.c: Likewise.
6888         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6890 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6892         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6893         trailing whitespace removed.
6894         * scripts/config.guess: Update to version 2014-03-23.
6895         * scripts/config.sub: Update to version 2014-05-01
6896         * scripts/install-sh: Update to version 2013-12-25.23.
6897         * scripts/move-if-change: Update from gnulib.
6899 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6901         * debug/memmove_chk.c: Remove pagecopy.h include.
6903 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6905         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6906         identical to gnulib mktime.
6908 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6910         * configure.ac: Do not test for machine being rs6000.  Do not test
6911         for powerpc*-*soft.
6912         * configure: Regenerated.
6914         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6915         test.
6916         * configure: Regenerated.
6917         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6918         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6919         Remove configure test.
6920         * sysdeps/arm/configure: Regenerated.
6921         * sysdeps/nptl/configure.ac: Do not check
6922         libc_cv_asm_cfi_directives.
6923         * sysdeps/nptl/configure: Regenerated.
6924         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6925         * sysdeps/x86_64/nptl/configure: Remove generated file.
6926         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6927         unconditional.
6928         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6930 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6932         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6933         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6934         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6935         it is defined.
6937         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6938         instead of whether it is defined.
6939         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6940         * sysdeps/hppa/dl-machine.h: Likewise.
6941         * sysdeps/ia64/dl-machine.h: Likewise.
6942         * sysdeps/m68k/dl-machine.h: Likewise.
6943         * sysdeps/microblaze/dl-machine.h: Likewise.
6944         * sysdeps/mips/dl-machine.: Likewise.
6945         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6946         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6947         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6948         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6949         * sysdeps/sh/dl-machine.h: Likewise.
6950         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6951         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6952         * sysdeps/tile/dl-machine.h: Likewise.
6953         * sysdeps/x86_64/dl-machine.h: Likewise.
6955         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6956         code.
6957         (verify_persistent_db): Likewise.
6959 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6961         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6962         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6963         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6964         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6965         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6966         Moved ...
6967         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6968         ... here.
6969         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6970         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6971         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6972         Identical file removed.
6973         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6974         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6975         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6976         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6977         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6978         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6979         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6980         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6981         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6982         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6983         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6984         Moved ...
6985         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6986         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6987         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6988         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6989         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6990         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6991         Moved ...
6992         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6993         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6994         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6995         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6996         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6997         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6998         Identical file removed.
6999         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
7000         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
7001         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
7002         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
7003         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
7004         Moved ...
7005         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
7006         ... here.
7007         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
7008         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
7009         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
7010         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
7011         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
7012         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
7013         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
7014         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
7015         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
7016         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
7017         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
7018         Moved ...
7019         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
7020         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
7021         Moved ...
7022         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
7023         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
7024         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
7025         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
7026         Moved ...
7027         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
7028         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
7029         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
7031         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
7032         folded into ...
7033         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
7034         * sysdeps/unix/sysv/linux/s390/Versions
7035         (libpthread: GLIBC_2.19): New version set.
7036         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
7037         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
7038         (librt: GLIBC_2.3.3): New version set.
7039         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
7040         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
7041         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
7042         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
7043         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
7044         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
7045         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
7046         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
7047         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
7048         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
7049         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
7050         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
7051         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
7052         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
7053         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
7054         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
7055         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
7056         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
7057         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
7058         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
7059         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
7060         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
7061         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
7062         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
7063         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
7064         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
7065         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
7066         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
7067         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
7068         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
7069         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
7070         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
7071         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
7072         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
7073         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
7074         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
7075         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
7076         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
7077         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
7078         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
7079         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
7080         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
7081         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
7082         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
7083         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
7085         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
7086         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
7087         (__libc_vfork): Define the function under this name.
7088         [!NOT_IN_libc] (__vfork): Make this an alias.
7089         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
7090         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
7091         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
7092         (__libc_vfork): Define the function under this name.
7093         [!NOT_IN_libc] (__vfork): Make this an alias.
7094         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
7095         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
7096         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
7097         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
7098         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
7099         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
7101         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
7102         code that was previously under [RESET_PID].
7103         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
7104         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
7105         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
7107         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
7108         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
7109         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
7110         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
7111         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
7112         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
7113         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
7114         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
7115         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
7116         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
7117         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
7118         Moved ...
7119         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
7120         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
7121         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
7122         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
7123         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
7124         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
7125         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
7126         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
7127         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
7128         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
7129         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
7130         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
7131         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
7132         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
7133         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
7134         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
7135         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
7136         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
7137         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
7138         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
7139         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
7140         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
7141         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
7142         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
7143         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
7144         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
7145         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
7146         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
7147         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
7149 2014-06-25  Roland McGrath  <roland@hack.frob.com>
7151         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
7152         that was previously under [RESET_PID].
7153         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
7155 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7157         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
7158         not undefine and redefine.
7159         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
7160         [O_CLOEXEC]: Make code unconditional.
7161         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
7162         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
7163         <kernel-features.h>.
7164         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
7165         conditional variable definition.
7166         (shm_open) [O_CLOEXEC]: Make code unconditional.
7167         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
7168         code.
7170         * configure.ac (USE_REGPARMS): Don't define here.
7171         * configure: Regenerated.
7172         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
7173         * sysdeps/i386/configure: Regenerated.
7175         * nptl/createthread.c: Don't include kernel-features.h.
7176         * nptl/pthread_cancel.c: Likewise.
7177         * nptl/pthread_condattr_setclock.c: Likewise.
7178         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
7179         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
7180         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
7181         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
7182         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
7183         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
7184         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
7185         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
7186         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
7187         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
7188         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
7189         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
7190         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
7191         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
7192         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
7193         * nscd/gai.c: Likewise.
7194         * nss/nss_db/db-open.c: Likewise.
7195         * sysdeps/generic/ldsodefs.h: Likewise.
7196         * sysdeps/sh/nptl/tls.h: Likewise.
7197         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7198         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
7199         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
7200         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
7201         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
7202         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7203         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
7204         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
7205         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
7206         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
7207         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
7208         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
7209         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
7210         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
7211         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
7212         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
7213         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
7214         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
7215         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
7216         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
7217         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
7218         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
7219         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
7220         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
7221         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
7222         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
7223         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
7224         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
7225         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
7226         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
7227         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
7228         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
7229         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
7230         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
7231         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
7232         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7233         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
7234         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
7235         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
7236         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
7237         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
7238         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
7239         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
7240         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
7241         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
7242         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
7243         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
7244         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
7245         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
7246         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
7247         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
7248         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
7249         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
7250         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7251         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
7252         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
7253         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7254         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
7255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
7256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
7257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
7258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
7259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
7260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
7261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
7262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
7263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
7264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
7265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
7266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
7267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
7268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
7269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
7270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
7271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
7272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
7273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
7274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
7275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
7276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
7277         * sysdeps/unix/sysv/linux/pread.c: Likewise.
7278         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
7279         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
7280         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
7281         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
7282         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
7283         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
7284         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
7285         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
7286         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
7287         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
7288         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
7289         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
7290         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7291         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7292         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7293         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
7294         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
7295         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
7296         * sysdeps/unix/sysv/linux/system.c: Likewise.
7297         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
7298         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
7299         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
7300         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
7301         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
7302         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7303         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
7305         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
7306         * configure: Regenerated.
7307         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
7309         * configure.ac (base_machine): Do not set specially for particular
7310         machines here.
7311         * configure: Regenerated.
7312         * sysdeps/powerpc/preconfigure: Move machine and base_machine
7313         settings from configure.ac.
7314         * sysdeps/i386/preconfigure: New file.
7315         * sysdeps/s390/preconfigure: Likewise.
7316         * sysdeps/sh/preconfigure: Likewise.
7317         * sysdeps/sparc/preconfigure: Likewise.
7319 2014-06-25  Roland McGrath  <roland@hack.frob.com>
7321         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
7322         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
7323         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
7324         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
7325         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
7326         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
7327         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
7328         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
7329         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
7330         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
7331         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
7332         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
7333         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
7334         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
7335         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
7336         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
7337         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
7338         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
7339         * sysdeps/sparc/sparc64/Makefile: ... appended here.
7341         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
7342         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
7343         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
7344         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
7345         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
7346         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
7347         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
7348         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
7349         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
7350         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
7351         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
7352         * sysdeps/sparc/sparc32/sem_post.c: ... here.
7353         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
7354         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
7355         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
7356         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
7357         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
7358         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
7359         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
7360         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7361         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7362         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7363         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7364         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7365         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7366         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7367         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7368         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7369         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7370         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7371         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7372         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7373         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7374         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7375         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7376         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7377         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7378         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7380         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7381         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7382         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7383         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7384         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7385         Moved ...
7386         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7387         ... here.
7388         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7389         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7390         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7391         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7392         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7393         Moved ...
7394         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7395         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7396         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7397         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7398         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7399         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7400         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7401         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7402         Moved ...
7403         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7404         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7405         Moved ...
7406         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7407         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7408         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7409         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7410         Moved ...
7411         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7412         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7413         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7414         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7415         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7416         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7417         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7418         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7419         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7420         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7421         Moved ...
7422         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7423         ... here.
7424         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7425         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7426         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7427         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7428         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7429         Moved ...
7430         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7431         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7432         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7433         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7434         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7435         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7436         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7437         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7438         Moved ...
7439         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7440         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7441         Moved ...
7442         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7443         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7444         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7445         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7446         Moved ...
7447         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7448         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7449         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7450         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7451         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7453 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7455         * timezone/checktab.awk: Update from tzcode 2014e.
7456         * timezone/private.h: Likewise.
7457         * timezone/tzfile.h: Likewise.
7458         * timezone/zdump.c: Likewise.
7459         * timezone/zic.c: Likewise.
7461         * sysdeps/unix/sysv/linux/kernel-features.h
7462         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7463         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7464         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7465         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7466         Remove conditional code.
7468 2014-06-25  Will Newton  <will.newton@linaro.org>
7470         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7471         (_dl_arm_cap_flags): Add HWCAP2 values.
7472         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7473         (_DL_HWCAP_COUNT): Increase to 37.
7474         (_DL_HWCAP_LAST): New define.
7475         (_DL_HWCAP2_LAST): New define.
7476         (_dl_procinfo): Add support for printing
7477         AT_HWCAP2 entries.
7478         (_dl_string_hwcap): Use _dl_hwcap_string.
7480 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7482         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7484 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7486         * README: Do not mention ports directory.
7488         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7489         Remove macro.
7490         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7491         <kernel-features.h>.
7492         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7493         conditional variable definition.
7494         (__futimes): Update comment.
7495         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7496         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7498         [BZ #16560]
7499         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7500         arguments close to 0.
7501         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7502         Likewise.
7503         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7504         Likewise.
7505         * math/auto-libm-test-in: Add more tests of exp10.
7506         * math/auto-libm-test-out: Regenerated.
7507         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7509         * sysdeps/unix/sysv/linux/kernel-features.h
7510         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7511         * sysdeps/unix/sysv/linux/readv.c: Do not include
7512         <kernel-features.h>.
7513         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7514         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7515         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7516         unconditional.
7517         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7518         conditional code.
7519         * sysdeps/unix/sysv/linux/writev.c: Do not include
7520         <kernel-features.h>.
7521         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7522         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7523         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7524         unconditional.
7525         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7526         conditional code.
7528 2014-06-25  Will Newton  <will.newton@linaro.org>
7530         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7531         comment changes throughout the file.  Remove checks
7532         for HAVE_*_H definitions that are not required.
7533         (__gen_tempname): Call abort if an unknown kind value is
7534         passed.
7536 2014-06-25  Andreas Schwab  <schwab@suse.de>
7538         [BZ #17086]
7539         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7540         scalbln, scalblnf, scalblnl in libc.
7542 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7544         [BZ #17086]
7545         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7546         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7547         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7549 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7551         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7552         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7553         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7554         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7555         Update #include.
7556         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7557         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7558         Update #include.
7559         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7560         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7561         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7562         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7563         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7564         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7565         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7566         * sysdeps/x86/bits/semaphore.h: ... here.
7567         * sysdeps/x86/nptl/elide.h: Moved ...
7568         * sysdeps/x86/elide.h: ... here.
7569         * sysdeps/x86_64/nptl/Implies: File removed.
7570         * sysdeps/i386/nptl/Implies: File removed.
7572 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7574         [BZ #16539]
7575         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7576         return the argument for normal arguments with exponent below -64.
7577         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7578         Likewise.
7579         * math/auto-libm-test-in: Add another test of expm1.
7580         * math/auto-libm-test-out: Regenerated.
7582         [BZ #16287]
7583         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7584         calling __erfcl for arguments at least 16.
7585         * math/auto-libm-test-in: Add more tests of erf.
7586         * math/auto-libm-test-out: Regenerated.
7588         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7589         individual architectures.
7590         * sysdeps/unix/sysv/linux/configure: Regenerated.
7591         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7592         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7593         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7594         (ldd_rewrite_script): Define variable.
7595         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7597         file.
7598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7599         generated file.
7600         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7601         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7602         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7603         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7604         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7605         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7606         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7607         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7609 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7611         [BZ #17084]
7612         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7613         Rename member __data.d to __data.__elision_data.
7615 2014-06-24  Wilco  <wdijkstr@arm.com>
7617         * NEWS: Add 16918 to fixed bug list.
7619 2014-06-24  Wilco  <wdijkstr@arm.com>
7621         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7623 2014-06-24  Wilco  <wdijkstr@arm.com>
7625         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7626         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7627         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7628         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7629         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7630         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7631         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7632         Use _FPU_MASK_RM.
7634 2014-06-24  Wilco  <wdijkstr@arm.com>
7636         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7638 2014-06-24  Wilco  <wdijkstr@arm.com>
7640         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7641         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7642         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7643         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7645 2014-06-24  Wilco  <wdijkstr@arm.com>
7647         [BZ #16918]
7648         * sysdeps/arm/feupdateenv.c (feupdateenv):
7649         Rewrite to reduce FPSCR accesses and fix return value.
7651 2014-06-24  Wilco  <wdijkstr@arm.com>
7653         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7654         Optimize to avoid unnecessary FPSCR writes.
7655         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7656         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7657         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7658         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7660 2014-06-24  Wilco  <wdijkstr@arm.com>
7662         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7663         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7664         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7665         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7666         Call libc_fetestexcept_vfp.
7667         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7668         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7669         __SOFTFP__ ifdef so that they can be built for softfp.
7671 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7673         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7674         argument type signed char.
7676         * Makerules (check-abi): Dump diff of symlist if the test
7677         fails.
7679 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7681         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7682         using abort.
7684         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7685         Remove unused variable ST.
7687 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7689         [BZ #16354]
7690         [BZ #17061]
7691         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7692         small arguments before calling __expm1.
7693         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7694         small arguments before calling __expm1f.
7695         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7696         small arguments before calling __expm1l.
7697         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7698         Likewise.
7699         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7700         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7701         spurious underflow for some cosh tests.
7702         * math/auto-libm-test-out: Regenerated.
7703         * sysdeps/i386/fpu/libm-test-ulps: Update.
7705         [BZ #17050]
7706         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7707         (__ieee754_y1): Set errno if return value overflows.
7708         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7709         (__ieee754_y1f): Set errno if return value overflows.
7710         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7711         (__ieee754_y1l): Set errno if return value overflows.
7712         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7713         (__ieee754_y1l): Set errno if return value overflows.
7714         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7715         * math/auto-libm-test-out: Regenerated.
7717         * math/gen-auto-libm-tests.c: Document use of
7718         ignore-zero-inf-sign.
7719         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7720         (input_flags): Add ignore-zero-inf-sign.
7721         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7722         * math/gen-libm-test.pl (generate_testfile): Handle
7723         ignore-zero-inf-sign.
7724         * math/auto-libm-test-in: Mark some cpow tests with
7725         ignore-zero-inf-sign and some with xfail-rounding.
7726         * math/auto-libm-test-out: Regenerated.
7727         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7728         * sysdeps/i386/fpu/libm-test-ulps: Update.
7729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7731         [BZ #16315]
7732         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7733         overflowing or underflowing operations take place with sign of
7734         result.
7735         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7736         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7737         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7738         (__ieee754_pow): Recompute overflowing and underflowing results in
7739         original rounding mode.
7740         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7741         (__powl_helper): Allow negative argument X and scale negated value
7742         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7743         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7744         overflowing or underflowing operations take place with sign of
7745         result.
7746         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7747         Include <math.h>.
7748         * math/auto-libm-test-in: Add more tests of pow.
7749         * math/auto-libm-test-out: Regenerated.
7750         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7751         (pow_tonearest_test_data): Remove.
7752         (pow_test_tonearest): Likewise.
7753         (pow_towardzero_test_data): Likewise.
7754         (pow_test_towardzero): Likewise.
7755         (pow_downward_test_data): Likewise.
7756         (pow_test_downward): Likewise.
7757         (pow_upward_test_data): Likewise.
7758         (pow_test_upward): Likewise.
7759         (main): Don't call removed functions.
7760         * sysdeps/i386/fpu/libm-test-ulps: Update.
7761         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7763 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7766         Moved ...
7767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7769         Moved ...
7770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7772         Moved ...
7773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7775         Moved ...
7776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7778         File removed.
7779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7780         File removed.
7781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7782         File removed.
7783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7784         File removed.
7785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7786         File removed.
7787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7788         File removed.
7789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7790         File removed.
7791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7792         File removed.
7793         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7794         File removed.
7795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7796         File removed.
7797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7798         File removed.
7799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7800         File removed.
7801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7802         Moved ...
7803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7805         Moved ...
7806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7807         ... here.
7808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7809         Moved ...
7810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7812         Moved ...
7813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7815         Moved ...
7816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7818         Moved ...
7819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7821         Moved ...
7822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7824         Moved ...
7825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7827         Moved ...
7828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7831         ... here.
7832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7833         Moved ...
7834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7836         Moved ...
7837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7838         ... here.
7839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7840         Moved ...
7841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7842         ... here.
7843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7844         Moved ...
7845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7846         ... here.
7847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7848         Moved ...
7849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7851         Moved ...
7852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7856         Moved ...
7857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7858         ... here.
7859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7860         Moved ...
7861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7862         ... here.
7863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7864         Moved ...
7865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7867         Moved ...
7868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7870         Moved ...
7871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7873         Moved ...
7874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7876         Moved ...
7877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7878         ... here.
7879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7880         Moved ...
7881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7883         Moved ...
7884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7886         Moved ...
7887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7889         Moved ...
7890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7894         Moved ...
7895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7897         Moved ...
7898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7900         Moved ...
7901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7902         ... here.
7903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7904         Moved ...
7905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7906         ... here.
7907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7908         Moved ...
7909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7910         ... here.
7911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7912         Moved ...
7913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7915         Moved ...
7916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7918         Moved ...
7919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7921         Moved ...
7922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7923         ... here.
7924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7925         Moved ...
7926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7927         ... here.
7928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7929         Moved ...
7930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7931         ... here.
7932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7933         Moved ...
7934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7936         Moved ...
7937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7939 2014-06-23  Will Newton  <will.newton@linaro.org>
7940             Wilco  <wdijkstr@arm.com>
7942         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7943         implementation.  Include get-rounding-mode.h.
7944         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7945         [!libc_feholdsetround_noex_ctx]: Define
7946         libc_feholdsetround_noex_ctx.
7947         [!libc_feholdsetround_noexf_ctx]: Define
7948         libc_feholdsetround_noexf_ctx.
7949         [!libc_feholdsetround_noexl_ctx]: Define
7950         libc_feholdsetround_noexl_ctx.
7951         (libc_feholdsetround_ctx): New function.
7952         (libc_feresetround_ctx): New function.
7953         (libc_feholdsetround_noex_ctx): New function.
7954         (libc_feresetround_noex_ctx): New function.
7956 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7958         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7959         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7960         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7961         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7962         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7963         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7965         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7966         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7967         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7968         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7969         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7970         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7971         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7972         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7973         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7974         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7975         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7976         Moved ...
7977         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7978         ... here.
7979         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7980         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7981         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7982         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7983         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7984         Moved ...
7985         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7986         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7987         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7988         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7989         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7990         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7991         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7992         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7993         Moved ...
7994         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7995         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7996         Moved ...
7997         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7998         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7999         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
8000         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
8001         Moved ...
8002         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
8003         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
8004         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
8005         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
8006         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
8007         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
8008         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
8009         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
8010         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
8011         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
8012         Moved ...
8013         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
8014         ... here.
8015         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
8016         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
8017         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
8018         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
8019         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
8020         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
8021         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
8022         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
8023         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
8024         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
8025         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
8026         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
8027         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
8028         Moved ...
8029         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
8030         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
8031         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
8032         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
8033         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
8034         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
8035         Moved ...
8036         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
8037         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
8038         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
8039         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
8040         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
8042         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
8043         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
8044         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
8045         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
8046         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
8047         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
8048         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
8049         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
8050         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
8051         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
8052         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
8053         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
8054         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
8055         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
8056         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
8057         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
8058         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
8059         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
8060         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
8061         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
8062         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
8063         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
8064         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
8065         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
8066         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
8067         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
8068         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
8069         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
8071 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
8073         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
8074         (FALLOC_FL_COLLAPSE_RANGE): New macro.
8075         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
8076         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
8077         (IPV6_PMTUDISC_INTERFACE): Likewise.
8078         (IPV6_PMTUDISC_OMIT): Likewise.
8080 2014-06-23  Andreas Schwab  <schwab@suse.de>
8082         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
8083         Remove unused errout label.
8085 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8087         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
8088         macro: hardware supports Vector Crypto instructions.
8090 2014-06-23  Will Newton  <will.newton@linaro.org>
8092         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
8093         rather than __builtin_expect.
8095         * elf/dl-lookup.c (undefined_msg): Remove variable.
8096         (_dl_lookup_symbol_x): Replace undefined_msg with string
8097         literal.
8099         * elf/dl-lookup.c (do_lookup_unique): New function.
8100         (do_lookup_x): Move STB_GNU_UNIQUE handling code
8101         to a separate function.
8103 2014-06-23  Andreas Schwab  <schwab@suse.de>
8105         [BZ #17079]
8106         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
8107         before reading the next line.
8109 2014-06-23  Will Newton  <will.newton@linaro.org>
8111         * test-skeleton.c (signal_handler): Use printf and %m
8112         rather than perror.  Use printf rather than fprintf to
8113         stderr.  Use puts rather than fputs to stderr.
8114         (main): Likewise.
8116 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
8118         * nscd/nscd.c (thread_info_t): Remove typedef.
8119         (thread_info): Remove variable.
8121 2014-06-21  Allan McRae  <allan@archlinux.org>
8123         * NEWS: Mention CVE-2014-4043.
8125 2014-06-20  Roland McGrath  <roland@hack.frob.com>
8127         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
8128         * nptl/smp.h: ... here.
8130         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
8132         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
8133         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
8134         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
8135         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
8137         * nptl/allocatestack.c: Include <stack-aliasing.h>.
8138         * nptl/stack-aliasing.h: New file.
8139         * sysdeps/i386/i686/stack-aliasing.h: New file.
8140         * sysdeps/i386/i686/nptl/Makefile: File removed.
8141         * sysdeps/x86_64/stack-aliasing.h: New file.
8142         * sysdeps/x86_64/nptl/Makefile
8143         (CFLAGS-pthread_create.c): Variable removed.
8145         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
8146         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
8147         old file.
8148         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
8149         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
8150         old file.
8152 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
8154         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8155         (__ASSUME_SIGFRAME_V2): Remove macro.
8156         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
8157         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
8158         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
8159         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
8160         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
8161         Declare as function.  Remove conditional macro definitions.
8162         (__default_rt_sa_restorer): Likewise.
8163         (__default_sa_restorer_v1): Remove declaration.
8164         (__default_sa_restorer_v2): Likewise.
8165         (__default_rt_sa_restorer_v1): Likewise.
8166         (__default_rt_sa_restorer_v2): Likewise.
8167         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
8168         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
8169         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
8171 2014-06-20  Roland McGrath  <roland@hack.frob.com>
8173         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
8174         (libpthread-routines): Add sysdep.
8175         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
8176         * sysdeps/unix/sysv/linux/sparc/Versions
8177         (libpthread: GLIBC_2.3.3): New version set.
8178         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
8179         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
8180         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
8181         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
8182         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
8183         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
8184         Moved ...
8185         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
8186         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
8187         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
8188         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
8189         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
8190         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
8191         * sysdeps/sparc/nptl/sem_init.c: ... here.
8192         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
8193         * sysdeps/sparc/nptl/sem_post.c: ... here.
8194         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
8195         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
8196         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
8197         * sysdeps/sparc/nptl/sem_wait.c: ... here.
8198         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
8199         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
8200         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
8201         (libpthread-routines): Add cpu_relax.
8202         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
8203         File removed.
8204         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
8205         (librt: GLIBC_2.3.3): New version set.
8206         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
8207         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
8208         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
8209         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
8210         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
8211         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
8212         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
8213         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
8214         Moved ...
8215         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
8216         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
8217         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
8218         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
8219         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
8220         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
8221         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
8222         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
8223         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
8224         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
8225         Moved ...
8226         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
8227         Update #include.
8228         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
8229         Moved ...
8230         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
8231         Update #include.
8232         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
8233         Moved ...
8234         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
8235         Update #include.
8236         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
8237         Moved ...
8238         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
8239         Update #include.
8240         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
8241         Moved ...
8242         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
8243         Update #include.
8244         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
8245         Moved ...
8246         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
8247         Update #include.
8248         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
8249         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
8250         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
8251         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
8252         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
8253         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
8254         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
8255         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
8256         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
8257         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
8258         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
8259         Moved ...
8260         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
8261         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
8262         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
8263         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
8264         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
8266 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8268         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
8269         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
8270         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
8271         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
8272         * nscd/nscd.c: Likewise.
8273         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
8274         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
8275         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
8276         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
8278         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
8279         <kernel-features.h>.
8280         (init_mq_netlink): Remove conditional have_sock_cloexec
8281         definitions.  Remove code conditional on have_sock_cloexec < 0.
8282         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
8283         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
8284         * sysdeps/unix/sysv/linux/opensock.c: Do not include
8285         <kernel-features.h>.
8286         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
8287         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
8289 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8291         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8292         Add tests for memset_chk and memset.
8294         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
8295         with AVX2_Usable.
8297 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8299         [BZ #16046]
8300         * elf/tst-dl-iter-static.c: New file.
8301         * elf/Makefile (tests-static): Add tst-dl-iter-static.
8303         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
8304         error.
8306 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8308         * sysdeps/unix/sysv/linux/kernel-features.h
8309         (__ASSUME_F_GETOWN_EX): Remove macro.
8310         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
8311         <kernel-features.h>.
8312         (miss_F_GETOWN_EX): Remove variable or macro.
8313         (do_fcntl): Do not check miss_F_GETOWN_EX.
8314         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
8316         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
8317         Remove macro.
8318         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
8319         [!__ASSUME_AT_RANDOM]: Remove conditional code.
8320         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
8322         * sysdeps/unix/sysv/linux/kernel-features.h
8323         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
8324         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
8325         [ADJ_OFFSET_SS_READ]: Make code unconditional.
8326         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
8328 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8330         [BZ #17075]
8331         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
8332         Fix calculation of the symbol's value.
8333         * sysdeps/arm/tst-armtlsdescloc.c: New file.
8334         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
8335         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
8336         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
8337         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
8338         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
8339         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
8340         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
8341         (modules-names): Add `tst-armtlsdescmod',
8342         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
8343         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
8344         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8345         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
8346         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
8347         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8348         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
8349         ($(objpfx)tst-armtlsdescloc): New dependency.
8350         ($(objpfx)tst-armtlsdescextnow): Likewise.
8351         ($(objpfx)tst-armtlsdescextlazy): Likewise.
8352         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
8353         TLS scheme support.
8354         * sysdeps/arm/configure: Regenerate.
8356 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8358         * include/fcntl.h (__atfct_seterrno): Remove prototype.
8359         (__atfct_seterrno_2): Likewise.
8360         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8361         <kernel-features.h>.
8362         (__ASSUME_ATFCTS): Do not undefine and redefine.
8363         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8364         (__have_atfcts): Remove conditional definition.
8365         (__fxstatat([__NR_fstatat64]: Make code unconditional.
8366         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8367         unreachable if [__ASSUME_ATFCTS].
8368         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8369         not undefine and redefine.
8370         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8371         <kernel-features.h>.
8372         (faccessat) [__NR_faccessat]: Make code unconditional.
8373         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8374         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8375         <kernel-features.h>.
8376         (fchmodat) [__NR_fchmodat]: Make code unconditional.
8377         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8378         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8379         <kernel-features.h>.
8380         (fchownat) [__NR_fchownat]: Make code unconditional.
8381         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8382         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8383         <kernel-features.h>.
8384         (futimesat) [__NR_futimesat]: Make code unconditional.
8385         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8386         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8387         <kernel-features.h>.
8388         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8389         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8390         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8391         <kernel-features.h>.
8392         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8393         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8394         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8395         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8396         <kernel-features.h>.
8397         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8398         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8399         * sysdeps/unix/sysv/linux/linkat.c: Do not include
8400         <kernel-features.h>.
8401         (linkat) [__NR_linkat]: Make code unconditional.
8402         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8403         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8404         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8405         <kernel-features.h>.
8406         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8407         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8408         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8409         <kernel-features.h>.
8410         (mkdirat) [__NR_mkdirat]: Make code unconditional.
8411         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8412         * sysdeps/unix/sysv/linux/openat.c: Do not include
8413         <kernel-features.h>.
8414         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8415         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8416         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8417         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8418         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8419         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8420         <kernel-features.h>.
8421         (readlinkat) [__NR_readlinkat]: Make code unconditional.
8422         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
8423         result of INLINE_SYSCALL directly, not via int variable.
8424         * sysdeps/unix/sysv/linux/renameat.c: Do not include
8425         <kernel-features.h>.
8426         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8427         (renameat) [__NR_renameat]: Make code unconditional.
8428         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8429         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8430         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8431         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8432         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8433         (__ASSUME_ATFCTS): Do not undefine and redefine.
8434         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8435         <kernel-features.h>.
8436         (symlinkat) [__NR_symlinkat]: Make code unconditional.
8437         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8438         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8439         <kernel-features.h>.
8440         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8441         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8442         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8443         (__ASSUME_ATFCTS): Do not undefine and redefine.
8444         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8445         <kernel-features.h>.
8446         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8447         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8448         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8449         <kernel-features.h>.
8450         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8451         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8453 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8455         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8457 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8459         [BZ #17069]
8460         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8461         constructed tree before returning error.
8462         * posix/bug-regexp36.c: Expand test case.
8464 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8466         [BZ #6803]
8467         * math/libm-test.inc (scalbln_test_date):
8468         Add errno expectations.
8469         * math/w_scalblnf.c: New File.
8470         Add wrapper which checks for setting errno to ERANGE.
8471         Add weak_alias for corresponding scalbln function.
8472         * math/w_scalbln.c: Likewise.
8473         * math/w_scalblnl.c: Likewise.
8474         * math/Makefile (libm-calls): Add w_scalbln.
8475         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8476         Remove weak_alias for corresponding scalbln function.
8477         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8478         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8479         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8480         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8481         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8482         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8483         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8484         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8485         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8486         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8487         Remove long_double_symbol for scalblnl function in libm, libc.
8488         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8489         Add wrapper which checks for setting errno to ERANGE.
8490         Add long_double_symbol for scalblnl function in libm, libc.
8491         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8492         Remove long_double_symbol for scalblnl in libm.
8493         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8494         Add wrapper which checks for setting errno to ERANGE.
8495         Add long_double_symbol for scalblnl function in libm.
8496         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8497         Do not use wrapper because of own implementation.
8499 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8501         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8502         3 bytes for __pad1 for x32.
8503         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8505 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8506             H.J. Lu  <hongjiu.lu@intel.com>
8508         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8509         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8510         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8511         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8512         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8514 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8516         [BZ #17069]
8517         * posix/regcomp.c (parse_expression): Deallocate partially
8518         constructed tree before returning error.
8519         * posix/Makefile.c (tests): Add bug-regex36.
8520         (generated): Add bug-regex36.mtrace.
8521         (tests-special): Add $(objpfx)bug-regex36-mem.out
8522         (bug-regex36-ENV): New variable.
8523         ($(objpfx)bug-regex36-mem.out): New rule.
8524         * posix/bug-regex36.c: New file.
8526 2014-06-19  Will Newton  <will.newton@linaro.org>
8528         * malloc/malloc.c (systrim): If extra is zero then return
8529         early.
8531 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8533         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8535 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8537         * sysdeps/aarch64/strchr.S: New file.
8539 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8541         [BZ #17022]
8542         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8543         from arguments -2 or below.
8544         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8545         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8547 2014-06-18  Andreas Schwab  <schwab@suse.de>
8549         [BZ #17062]
8550         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8551         of a bracket expr not to run off the end of the string.
8552         * posix/Makefile (tests): Add tst-fnmatch3.
8553         * posix/tst-fnmatch3.c: New file.
8555 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8557         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8558         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8559         [$(cross-compiling) = no]: Likewise.
8560         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8561         [$(cross-compiling) = no]: Likewise.
8563 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8565         [BZ #17031]
8566         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8567         double, adjusted for any remainder from the high double.
8568         * math/libm-test.inc (nearbyint): Add tests.
8569         (rint): Likewise.
8571 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8573         * nptl/sysdeps/powerpc/Makefile: Moved ...
8574         * sysdeps/powerpc/nptl/Makefile: ... here.
8575         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8576         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8577         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8578         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8579         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8580         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8581         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8582         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8583         * nptl/sysdeps/powerpc/tls.h: Moved ...
8584         * sysdeps/powerpc/nptl/tls.h: ... here.
8586 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8588         [BZ #16681]
8589         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8590         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8591         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8592         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8593         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8594         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8595         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8596         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8597         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8599 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8601         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8603 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8605         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8606         defined operator.
8608         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8609         $TIMEOUTFACTOR.
8611 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8613         [BZ #17058]
8614         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8615         non-executed part of the test.
8617 2014-06-16  Andreas Schwab  <schwab@suse.de>
8619         * string/bits/string2.h (strdup, strndup): Update feature guard.
8621 2014-06-14  David S. Miller  <davem@davemloft.net>
8623         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8625 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8627         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8628         that was previously under [RESET_PID].
8629         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8631         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8632         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8633         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8634         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8635         (__libc_vfork): New strong alias.
8636         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8638 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8640         * sysdeps/generic/elide.h: New file.
8642 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8644         * Makefile (installed-headers): Adjust path of pthread.h header.
8646 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8648         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8649         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8650         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8651         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8653         * nptl/sysdeps/s390/Makefile: Moved ...
8654         * sysdeps/s390/nptl/Makefile: ... here.
8655         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8656         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8657         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8658         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8659         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8660         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8661         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8662         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8663         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8664         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8665         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8666         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8667         * nptl/sysdeps/s390/tls.h: Moved ...
8668         * sysdeps/s390/nptl/tls.h: ... here.
8670         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8671         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8673 2014-06-13  David S. Miller  <davem@davemloft.net>
8675         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8676         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8677         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8678         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8679         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8680         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8681         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8682         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8683         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8684         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8685         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8686         Remove RESET_PID cpp guards.
8687         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8688         Remove RESET_PID cpp guards.
8689         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8691 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8693         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8694         __sp to uintptr_t.
8696 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8698         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8699         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8700         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8701         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8702         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8703         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8704         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8705         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8706         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8707         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8708         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8709         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8710         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8711         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8712         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8713         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8714         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8715         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8716         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8717         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8719         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8720         (pthread_rwlock_rdlock): Add elision.
8721         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8722         (pthread_rwlock_wrlock): Add elision.
8723         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8724         (pthread_rwlock_trywrlock): Add elision.
8725         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8726         (pthread_rwlock_tryrdlock): Add elision.
8727         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8728         (pthread_rwlock_tryrdlock): Add elision unlock.
8729         * nptl/sysdeps/pthread/pthread.h:
8730         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8731         (PTHREAD_RWLOCK_INITIALIZER,
8732         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8733         Handle new elision field.
8734         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8735         * sysdeps/arm/nptl/bits/pthreadtypes.h
8736         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8737         * sysdeps/sh/nptl/bits/pthreadtypes.h
8738         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8739         * sysdeps/tile/nptl/bits/pthreadtypes.h
8740         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8741         * sysdeps/a/nptl/bits/pthreadtypes.h
8742         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8743         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8744         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8745         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8746         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8747         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8748         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8749         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8750         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8751         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8752         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8753         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8754         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8755         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8756         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8757         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8758         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8759         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8760         (elision_init): Set try_xbegin to zero when no RTM.
8761         * sysdeps/x86/nptl/bits/pthreadtypes.h
8762         (pthread_rwlock_t): Change __pad1 to __rwelision.
8763         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8765 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8767         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8768         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8769         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8770         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8772 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8774         [BZ #16996]
8775         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8776         that the cached result has been set before returning it.
8778 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8780         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8781         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8782         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8783         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8784         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8785         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8787         * nptl/sysdeps/sparc/Makefile: Moved ...
8788         * sysdeps/sparc/nptl/Makefile: ... here.
8789         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8790         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8791         * nptl/sysdeps/sparc/tls.h: Moved ...
8792         * sysdeps/sparc/nptl/tls.h: ... here.
8793         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8794         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8795         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8796         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8797         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8798         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8799         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8800         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8801         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8802         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8803         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8804         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8805         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8806         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8807         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8808         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8809         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8810         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8811         Update #include.
8812         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8813         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8814         Update #include.
8815         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8816         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8817         Update #include.
8818         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8819         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8820         Update #include.
8822         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8824         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8825         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8827         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8828         (struct list_links): Type removed.
8829         (struct thread_node, struct timer_node): Replace struct list_links
8830         with struct list_head.
8831         (list_unlink_ip): Likewise.
8832         * sysdeps/pthread/timer_routines.c
8833         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8834         (list_append, list_insbefore): Likewise.
8835         (list_init): Function removed.
8836         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8837         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8838         * sysdeps/pthread/Makefile: ... here, new file.
8840         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8841         * sysdeps/nptl/Implies: ... here.
8842         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8843         * nptl/sysdeps/pthread/list.h: Moved ...
8844         * include/list.h: ... here.
8845         * nptl/sysdeps/pthread/createthread.c: Moved ...
8846         * nptl/createthread.c: ... here.
8847         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8848         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8849         * nptl/pt-longjmp.c: ... here.
8850         * nptl/sysdeps/pthread/Makefile: Moved ...
8851         * sysdeps/nptl/Makefile: ... here.
8852         * nptl/sysdeps/pthread/Subdirs: Moved ...
8853         * sysdeps/nptl/Subdirs: ... here.
8854         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8855         * sysdeps/nptl/aio_misc.h: ... here.
8856         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8857         * sysdeps/nptl/bits/libc-lock.h: ... here.
8858         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8859         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8860         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8861         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8862         * nptl/sysdeps/pthread/configure: Moved ...
8863         * sysdeps/nptl/configure: ... here.
8864         * nptl/sysdeps/pthread/configure.ac: Moved ...
8865         * sysdeps/nptl/configure.ac: ... here.
8866         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8867         * sysdeps/nptl/gai_misc.h: ... here.
8868         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8869         * sysdeps/nptl/librt-cancellation.c: ... here.
8870         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8871         * sysdeps/nptl/malloc-machine.h: ... here.
8872         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8873         * sysdeps/nptl/pthread-functions.h: ... here.
8874         * nptl/sysdeps/pthread/pthread.h: Moved ...
8875         * sysdeps/nptl/pthread.h: ... here.
8876         * nptl/sysdeps/pthread/setxid.h: Moved ...
8877         * sysdeps/nptl/setxid.h: ... here.
8878         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8879         * sysdeps/nptl/sigfillset.c: ... here.
8880         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8881         * sysdeps/nptl/tcb-offsets.h: ... here.
8882         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8883         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8884         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8885         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8886         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8887         * sysdeps/pthread/allocalim.h: ... here.
8888         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8889         * sysdeps/pthread/bits/sigthread.h: ... here.
8890         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8891         * sysdeps/pthread/flockfile.c: ... here.
8892         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8893         * sysdeps/pthread/ftrylockfile.c: ... here.
8894         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8895         * sysdeps/pthread/funlockfile.c: ... here.
8896         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8897         * sysdeps/pthread/posix-timer.h: ... here.
8898         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8899         * sysdeps/pthread/timer_create.c: ... here.
8900         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8901         * sysdeps/pthread/timer_delete.c: ... here.
8902         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8903         * sysdeps/pthread/timer_getoverr.c: ... here.
8904         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8905         * sysdeps/pthread/timer_gettime.c: ... here.
8906         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8907         * sysdeps/pthread/timer_routines.c: ... here.
8908         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8909         * sysdeps/pthread/timer_settime.c: ... here.
8910         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8911         * sysdeps/pthread/tst-timer.c: ... here.
8912         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8913         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8915         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8916         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8918         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8919         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8920         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8921         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8922         Update #include target.
8923         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8924         * sysdeps/i386/i686/nptl/Makefile: ... here.
8925         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8926         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8927         Update #include target.
8928         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8929         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8930         * nptl/sysdeps/i386/Makefile: Moved ...
8931         * sysdeps/i386/nptl/Makefile: ... here.
8932         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8933         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8934         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8935         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8936         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8937         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8938         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8939         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8940         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8941         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8942         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8943         * nptl/sysdeps/i386/tls.h: Moved ...
8944         * sysdeps/i386/nptl/tls.h: ... here.
8946         * sysdeps/sh/Makefile [$(subdir) = csu]
8947         (gen-as-const-headers): Add tcb-offsets.sym.
8948         * nptl/sysdeps/sh/Makefile: File removed.
8949         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8950         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8951         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8952         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8953         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8954         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8955         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8956         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8957         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8958         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8959         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8960         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8961         * nptl/sysdeps/sh/tls.h: Moved ...
8962         * sysdeps/sh/nptl/tls.h: ... here.
8963         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8964         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8965         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8966         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8967         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8968         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8969         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8970         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8971         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8972         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8973         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8974         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8975         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8976         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8977         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8978         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8979         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8980         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8981         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8982         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8983         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8984         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8985         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8986         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8987         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8988         Moved ...
8989         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8990         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8991         Moved ...
8992         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8993         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8994         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8995         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8996         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8997         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8998         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8999         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
9000         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
9001         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
9002         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
9003         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
9004         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
9005         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
9006         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
9007         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
9008         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
9009         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
9010         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
9012 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
9014         * posix/spawn_faction_addopen.c: Include string.h.
9016 2014-06-11  Roland McGrath  <roland@hack.frob.com>
9018         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
9019         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
9020         * nptl/sysdeps/x86_64/Makefile: Moved ...
9021         * sysdeps/x86_64/nptl/Makefile: ... here.
9022         * nptl/sysdeps/x86_64/configure: Moved ...
9023         * sysdeps/x86_64/nptl/configure: ... here.
9024         * nptl/sysdeps/x86_64/configure.ac: Moved ...
9025         * sysdeps/x86_64/nptl/configure.ac: ... here.
9026         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
9027         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
9028         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
9029         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
9030         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
9031         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
9032         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
9033         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
9034         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
9035         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
9036         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
9037         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
9038         * nptl/sysdeps/x86_64/tls.h: Moved ...
9039         * sysdeps/x86_64/nptl/tls.h: ... here.
9040         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
9041         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
9042         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
9043         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
9045         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
9047 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9049         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9051 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
9053         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
9054         type.
9055         [POSIX] (off_t): Likewise.
9056         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
9057         [POSIX] (S_ISBLK): Require macro.
9058         [POSIX] (S_ISCHR): Likewise.
9059         [POSIX] (S_ISDIR): Likewise.
9060         [POSIX] (S_ISFIFO): Likewise.
9061         [POSIX] (S_ISREG): Likewise.
9062         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
9063         optional-macro.
9064         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
9065         type.
9066         [POSIX] (time_t): Likewise.
9067         [POSIX] (timer_t): Likewise.
9069 2014-06-11  Florian Weimer  <fweimer@redhat.com>
9071         [BZ #17048]
9072         * posix/spawn_int.h (struct __spawn_action): Make the path string
9073         non-const to support deallocation.
9074         * posix/spawn_faction_addopen.c
9075         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
9076         * posix/spawn_faction_destroy.c
9077         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
9078         path in all spawn_do_open actions.
9079         * posix/tst-spawn.c (do_test): Exercise the copy operation in
9080         posix_spawn_file_actions_addopen.
9082 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
9084         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
9085         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
9086         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
9087         conditional code always true.
9088         (__libc_vfork): New alias.
9090 2014-06-11  Roland McGrath  <roland@hack.frob.com>
9092         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9093         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
9095         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
9097         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9098         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
9100         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
9101         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
9103         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9104         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
9106 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9108         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
9109         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
9110         multiarch strcmp for PPC64.
9111         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
9112         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
9113         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
9114         multiarch optimizations.
9115         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9116         (__libc_ifunc_impl_list): Likewise.
9118 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
9120         * benchtests/scripts/validate_benchout.py: New script.
9121         * benchtests/Makefile (bench-func): Call it.
9122         * benchtests/scripts/benchout.schema.json: New file.
9124 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
9126         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
9127         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
9128         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
9129         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
9130         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
9131         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
9132         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
9133         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
9134         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
9135         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
9136         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
9137         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
9138         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
9139         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
9140         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
9141         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
9142         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
9143         Moved ...
9144         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
9145         ... here.
9146         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
9147         Moved ...
9148         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
9149         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
9150         Moved ...
9151         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
9152         ... here.
9153         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
9154         Moved ...
9155         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
9156         ... here.
9157         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
9158         Moved ...
9159         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
9160         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
9161         Moved ...
9162         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
9163         ... here.
9164         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
9165         Moved ...
9166         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
9167         ... here.
9168         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
9169         Moved ...
9170         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
9171         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
9172         Moved ...
9173         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
9174         ... here.
9175         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
9176         Moved ...
9177         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
9178         ... here.
9179         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
9180         Moved ...
9181         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
9182         ... here.
9183         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
9184         Moved ...
9185         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
9186         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
9187         Moved ...
9188         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
9189         ... here.
9190         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
9191         Moved ...
9192         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
9193         ... here.
9194         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
9195         Moved ...
9196         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
9197         ... here.
9198         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
9199         Moved ...
9200         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
9201         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
9202         Moved ...
9203         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
9204         ... here.
9205         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
9206         Moved ...
9207         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
9208         ... here.
9209         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
9210         Moved ...
9211         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
9212         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
9213         Moved ...
9214         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
9215         ... here.
9216         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
9217         Moved ...
9218         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
9219         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
9220         Moved ...
9221         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
9222         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
9223         Moved ...
9224         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
9225         ... here.
9226         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
9227         Moved ...
9228         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
9229         ... here.
9230         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
9231         Moved ...
9232         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
9233         ... here.
9234         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
9235         Moved ...
9236         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
9237         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
9238         Moved ...
9239         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
9240         ... here.
9241         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
9242         Moved ...
9243         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
9244         ... here.
9245         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
9246         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
9247         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
9248         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
9249         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
9250         Moved ...
9251         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
9252         ... here.
9253         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
9254         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
9255         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
9256         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
9257         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
9258         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
9259         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
9260         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
9261         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
9262         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
9263         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
9264         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
9265         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
9266         Moved ...
9267         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
9268         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
9269         Moved ...
9270         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
9271         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
9272         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
9273         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
9274         Moved ...
9275         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
9276         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
9277         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
9278         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
9279         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
9280         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
9281         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
9283 2014-06-10  Wilco  <wdijkstr@arm.com>
9285         * math/test-fenv-return.c: New file.
9286         * math/Makefile: Add new test test-fenv-return.
9288 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
9290         [BZ #17042]
9291         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
9292         when x - 1 is zero.
9293         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
9294         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
9295         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
9296         0.0L for an argument of 1.0L.
9297         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
9298         Likewise.
9299         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
9300         value when x - 1 is zero.
9301         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
9302         * sysdeps/i386/fpu/libm-test-ulps: Update.
9303         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9305 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
9307         [BZ #15119]
9308         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
9310 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9312         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
9313         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
9315 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9317         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9318         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
9320         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9321         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
9323         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9324         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
9326         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9327         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
9329         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
9330         if not already defined.
9331         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
9332         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
9333         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
9334         (TLS_INIT_TP): Use it.
9335         (TLS_DEFINE_INIT_TP): New macro.
9336         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
9338 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
9340         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
9341         constant.
9342         [POSIX] (IXANY): Likewise.
9343         [POSIX] (OLCUC): Likewise.
9344         [POSIX || POSIX2008] (CBAUD): Do not allow.
9345         [POSIX || POSIX2008] (DEFECHO): Likewise.
9346         [POSIX || POSIX2008] (ECHOCTL): Likewise.
9347         [POSIX || POSIX2008] (ECHOKE): Likewise.
9348         [POSIX || POSIX2008] (ECHOPRT): Likewise.
9349         [POSIX || POSIX2008] (EXTA): Likewise.
9350         [POSIX || POSIX2008] (EXTB): Likewise.
9351         [POSIX || POSIX2008] (FLUSHO): Likewise.
9352         [POSIX || POSIX2008] (LOBLK): Likewise.
9353         [POSIX || POSIX2008] (PENDIN): Likewise.
9354         [POSIX || POSIX2008] (SWTCH): Likewise.
9355         [POSIX || POSIX2008] (VDISCARD): Likewise.
9356         [POSIX || POSIX2008] (VDSUSP): Likewise.
9357         [POSIX || POSIX2008] (VLNEXT): Likewise.
9358         [POSIX || POSIX2008] (VREPRINT): Likewise.
9359         [POSIX || POSIX2008] (VSTATUS): Likewise.
9360         [POSIX || POSIX2008] (VWERASE): Likewise.
9361         (B*): Change to B[0123456789]*.
9362         * conform/data/time.h-data [POSIX || UNIX98]
9363         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9364         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9365         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9366         [POSIX] (tm_*): Do not allow.
9368 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
9370         * Makefile (install): Don't set LANGUAGE.
9371         * Makefile.in (install): Likewise.
9372         * assert/Makefile (test-assert-ENV): Remove variable.
9373         (test-assert-perr-ENV): Likewise.
9374         * elf/Makefile (neededtest4-ENV): Likewise.
9375         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9376         [$(cross-compiling) = no]: Don't set LANGUAGE.
9377         * io/ftwtest-sh (LANG): Remove variable.
9378         * libio/Makefile (tst-widetext-ENV): Likewise.
9379         * manual/install.texi (Running make install): Don't refer to
9380         environment settings for make install.
9381         * INSTALL: Regenerated.
9382         * nptl/tst-tls6.sh: Don't set LANG.
9383         * posix/globtest.sh (LANG): Remove variable.
9384         * string/Makefile (tester-ENV): Likewise.
9385         (inl-tester-ENV): Likewise.
9386         (noinl-tester-ENV): Likewise.
9387         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9388         [$(cross-compiling) = no]: Don't set LANGUAGE.
9389         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9390         without explicit environment settings.
9392 2014-06-06  Roland McGrath  <roland@hack.frob.com>
9394         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9395         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9396         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9397         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9399 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
9401         * crypt/crypt-private.h [DOS]: Add some includes taken from the
9402         other files in the crypt directory.
9403         * crypt/crypt.c: Remove duplicate includes.
9404         * crypt/crypt-entry.c: Likewise.
9405         * crypt/crypt_util.c: Likewise.
9407 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
9409         * Makeconfig (run-program-env): New variable.
9410         (run-program-prefix-before-env): Likewise.
9411         (run-program-prefix-after-env): Likewise.
9412         (run-program-prefix): Define in terms of new variables.
9413         (built-program-cmd-before-env): New variable.
9414         (built-program-cmd-after-env): Likewise.
9415         (built-program-cmd): Define in terms of new variables.
9416         (test-program-prefix-before-env): New variable.
9417         (test-program-prefix-after-env): Likewise.
9418         (test-program-prefix): Define in terms of new variables.
9419         (test-program-cmd-before-env): New variable.
9420         (test-program-cmd-after-env): Likewise.
9421         (test-program-cmd): Define in terms of new variables.
9422         * Rules (make-test-out): Use $(run-program-env).
9423         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9424         (help): Do not mention environment variables.  Mention
9425         --timeoutfactor option.
9426         (timeoutfactor): New variable.
9427         (blacklist_exports): Remove function.
9428         (exports): Remove variable.
9429         (command): Do not include ${exports}.
9430         * manual/install.texi (Configuring and compiling): Do not mention
9431         test wrappers preserving environment variables.  Mention that last
9432         assignment to a variable must take precedence.
9433         * INSTALL: Regenerated.
9434         * benchtests/Makefile (run-bench): Use $(run-program-env).
9435         * catgets/Makefile ($(objpfx)test1.cat): Use
9436         $(built-program-cmd-before-env), $(run-program-env) and
9437         $(built-program-cmd-after-env).
9438         ($(objpfx)test2.cat): Do not specify environment variables
9439         explicitly.
9440         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9441         $(run-program-env) and $(built-program-cmd-after-env).
9442         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9443         $(run-program-env) and $(test-program-cmd-after-env).
9444         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9445         explicitly.
9446         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9447         run_program_env and test_program_cmd_after_env arguments.
9448         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9449         * elf/tst-pathopt.sh: Use run_program_env argument.
9450         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9451         $(test-wrapper-env) and $(run-program-env).
9452         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9453         run_program_env arguments.
9454         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9455         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9456         $(test-program-prefix-before-env), $(run-program-env) and
9457         $(test-program-prefix-after-env).
9458         ($(objpfx)tst-gettext2.out): Likewise.
9459         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9460         run_program_env and test_program_prefix_after_env arguments.
9461         * intl/tst-gettext2.sh: Likewise.
9462         * intl/tst-gettext4.sh: Do not set environment variables
9463         explicitly.
9464         * intl/tst-gettext6.sh: Likewise.
9465         * intl/tst-translit.sh: Likewise.
9466         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9467         $(test-program-prefix-before-env), $(run-program-env) and
9468         $(test-program-prefix-after-env).
9469         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9470         run_program_env and test_program_prefix_after_env arguments.
9471         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9472         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9473         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9474         explicitly with each use of ${test_wrapper_env}.
9475         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9476         $(test-program-prefix-before-env), $(run-program-env) and
9477         $(test-program-prefix-after-env).
9478         * posix/tst-getconf.sh: Do not set environment variables
9479         explicitly.
9480         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9481         run_program_env and test_program_prefix_after_env arguments.
9482         * stdio-common/tst-printf.sh: Do not set environment variables
9483         explicitly.
9484         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9485         $(test-program-prefix-before-env), $(run-program-env) and
9486         $(test-program-prefix-after-env).
9487         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9488         run_program_env and test_program_prefix_after_env arguments.
9489         Split $test calls into $test_pre and $test.
9490         * timezone/Makefile (build-testdata): Use
9491         $(built-program-cmd-before-env), $(run-program-env) and
9492         $(built-program-cmd-after-env).
9494 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9496         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9497         strlen for non SHARED builds.
9499 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9501         * nptl/allocatestack.c (check_list): Inlined function...
9502         (__reclaim_stacks): ... here.
9504 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9506         [BZ #15698]
9507         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9508         memory overrun.
9510 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9512         * Rules (make-test-out): Include
9513         LOCPATH=$(common-objpfx)localedata in default environment.
9514         * debug/Makefile (tst-chk1-ENV): Remove variable.
9515         (tst-chk2-ENV): Likewise.
9516         (tst-chk3-ENV): Likewise.
9517         (tst-chk4-ENV): Likewise.
9518         (tst-chk5-ENV): Likewise.
9519         (tst-chk6-ENV): Likewise.
9520         (tst-lfschk1-ENV): Likewise.
9521         (tst-lfschk2-ENV): Likewise.
9522         (tst-lfschk3-ENV): Likewise.
9523         (tst-lfschk4-ENV): Likewise.
9524         (tst-lfschk5-ENV): Likewise.
9525         (tst-lfschk6-ENV): Likewise.
9526         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9527         (tst-iconv7-ENV): Likewise.
9528         * intl/Makefile (LOCPATH-ENV): Likewise.
9529         (tst-codeset-ENV): Likewise.
9530         (tst-gettext3-ENV): Likewise.
9531         (tst-gettext5-ENV): Likewise.
9532         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9533         (tst-fopenloc-ENV): Likewise.
9534         (tst-fgetws-ENV): Remove variable.
9535         (tst-ungetwc1-ENV): Likewise.
9536         (tst-ungetwc2-ENV): Likewise.
9537         (bug-ungetwc2-ENV): Likewise.
9538         (tst-swscanf-ENV): Likewise.
9539         (bug-ftell-ENV): Likewise.
9540         (tst-fgetwc-ENV): Likewise.
9541         (tst-fseek-ENV): Likewise.
9542         (tst-ftell-partial-wide-ENV): Likewise.
9543         (tst-ftell-active-handler-ENV): Likewise.
9544         (tst-ftell-append-ENV): Likewise.
9545         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9546         (tst-regexloc-ENV): Likewise.
9547         (bug-regex1-ENV): Likewise.
9548         (tst-regex-ENV): Likewise.
9549         (tst-regex2-ENV): Likewise.
9550         (bug-regex5-ENV): Likewise.
9551         (bug-regex6-ENV): Likewise.
9552         (bug-regex17-ENV): Likewise.
9553         (bug-regex18-ENV): Likewise.
9554         (bug-regex19-ENV): Likewise.
9555         (bug-regex20-ENV): Likewise.
9556         (bug-regex22-ENV): Likewise.
9557         (bug-regex23-ENV): Likewise.
9558         (bug-regex25-ENV): Likewise.
9559         (bug-regex26-ENV): Likewise.
9560         (bug-regex30-ENV): Likewise.
9561         (bug-regex32-ENV): Likewise.
9562         (bug-regex33-ENV): Likewise.
9563         (bug-regex34-ENV): Likewise.
9564         (bug-regex35-ENV): Likewise.
9565         (tst-rxspencer-ENV): Likewise.
9566         (tst-rxspencer-no-utf8-ENV): Likewise.
9567         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9568         (tst-sscanf-ENV): Likewise.
9569         (tst-swprintf-ENV): Likewise.
9570         (tst-swscanf-ENV): Likewise.
9571         (test-vfprintf-ENV): Likewise.
9572         (scanf13-ENV): Likewise.
9573         (bug14-ENV): Likewise.
9574         (tst-grouping-ENV): Likewise.
9575         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9576         (tst-strtod3-ENV): Likewise.
9577         (tst-strtod4-ENV): Likewise.
9578         (tst-strtod5-ENV): Likewise.
9579         (testmb2-ENV): Likewise./
9580         * string/Makefile (tst-strxfrm-ENV): Likewise.
9581         (tst-strxfrm2-ENV): Likewise.
9582         (bug-strcoll1-ENV): Likewise.
9583         (test-strcasecmp-ENV): Likewise.
9584         (test-strncasecmp-ENV): Likewise.
9585         * time/Makefile (tst-strptime-ENV): Likewise.
9586         (tst-ftime_l-ENV): Likewise.
9587         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9588         (tst-mbrtowc-ENV): Likewise.
9589         (tst-wcrtomb-ENV): Likewise.
9590         (tst-mbrtowc2-ENV): Likewise.
9591         (tst-c16c32-1-ENV): Likewise.
9592         (tst-mbsnrtowcs-ENV): Likewise.
9594 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9596         * manual/resource.texi (How to get information about the memory
9597         subsystem?): Fix typo.
9598         Reported by Peon de la Parra Ivan <peon@keba.com>
9600 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9602         [BZ #16882]
9603         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9604         (pthread_spin_lock): Branch out of spin loop to proper location.
9605         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9606         (pthread_spin_lock): Likewise.
9608         * nptl/tst-spin4.c: New test.
9609         * nptl/Makefile (tests): Add tst-spin4.
9611 2014-06-03  Andreas Schwab  <schwab@suse.de>
9613         [BZ #15946]
9614         * resolv/res_send.c (send_dg): Reload file descriptor after
9615         calling reopen.
9617 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9619         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9621 2014-06-03  Richard Henderson  <rth@redhat.com>
9623         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9624         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9625         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9626         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9627         in the SAVE_PID block.
9628         (__libc_vfork): New alias.
9629         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9631         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9632         child in registers, not on the stack.  Remove RESET_PID conditionals.
9633         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9635 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9637         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9639 2014-06-03  Wilco  <wdijkstr@arm.com>
9641         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9642         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9643         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9644         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9645         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9646         Likewise.
9648 2014-06-03  Wilco  <wdijkstr@arm.com>
9650         * sysdeps/aarch64/fpu/math_private.h
9651         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9652         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9653         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9654         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9655         Fix declarations.
9657 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9659         * crypt/crypt-private.h: Include ufc-crypt.h.
9660         (__b64_from_24bit): Declare extern.
9661         * crypt/crypt_util.c(__b64_from_24bit): New function.
9662         (b64t): New static const variable.
9663         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9664         (b64t): Remove variable.
9665         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9666         * crypt/sha256-crypt.c: Include crypt-private.h.
9667         (b64t): Remove variable.
9668         (__sha256_crypt_r): Remove b64_from_24bit and replace
9669         with __b64_from_24bit.
9670         * crypt/sha512-crypt.c: Likewise.
9672 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9674         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9675         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9676         Label the code __libc_vfork rather than __vfork.
9677         [!NOT_IN_libc] (vfork): Define as weak alias.
9678         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9679         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9680         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9682 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9684         * malloc/malloc.c (malloc_info): Fix format specifier for
9685         n_mmaps.
9687 2014-06-02  Wilco  <wdijkstr@arm.com>
9689         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9690         FPCR write.
9692 2014-06-02  Wilco  <wdijkstr@arm.com>
9694         [BZ #17009]
9695         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9696         Rewrite to reduce FPCR/FPSR accesses.
9698 2014-06-01  David S. Miller  <davem@davemloft.net>
9700         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9702 2014-05-31  David S. Miller  <davem@davemloft.net>
9704         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9705         to occur in round to nearest mode when |x| >= 2.0
9707 2014-05-30  Richard Henderson  <rth@twiddle.net>
9709         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9710         (PSEUDO_RET_NOERRNO): Remove.
9711         (ret): Don't redefine.
9712         (ret_NOERRNO): Define in terms of ret.
9713         (ret_ERRVAL): Likewise.
9715         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9716         use of PSEUDO_RET; perform the error check directly.
9718 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9720         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9721         with __int128_t.
9723 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9725         * malloc/malloc (malloc_info): Fix formatting.
9727 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9728             Roland McGrath  <roland@hack.frob.com>
9730         * malloc/malloc (malloc_info): Also print mmapped statistics.
9732 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9734         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9735         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9737 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9739         * malloc/malloc.c (malloc_info): Inline mi_arena.
9741 2014-05-29  Richard Henderson  <rth@twiddle.net>
9743         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9744         Remove comma before expanding ASM_ARGS_##nr.
9745         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9746         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9747         of ASM_ARGS_##nr.
9748         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9749         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9750         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9751         (ASM_ARGS_1): Add leading comma.
9753         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9754         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9755         to __errno_location.
9756         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9757         Remove the expected plt for __errno_location.
9759         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9760         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9761         call to __read_tp.
9763         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9764         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9765         it and break it down.
9766         (DOCARGS_0, DOCARGS_1): Do nothing.
9767         (DOCARGS_2): Update to store into the new stack frame.
9768         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9769         (UNDOCARGS_1): Update to restore from the new stack frame.
9770         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9771         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9773         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9774         (SINGLE_THREAD_P): New parameter for result regno.
9775         (PSEUDO): Update to match; use cbz instead of beq.
9777         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9778         Use ENTRY to define the _nocancel entry point.  Share the syscall
9779         and syscall error check paths with the cancel path.
9780         (PSEUDO_END): New.
9782         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9783         whitespace; tabs before and after asm mnemonics.
9785 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9787         [BZ #15132]
9788         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9789         Call fstat64 or stat64 internally, depending on arguments passed.
9790         Replace stat buffer argument with file descriptor argument.
9791         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9792         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9793         Pass fd to __internal_statvfs instead of calling fstat64.
9794         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9795         Pass fd to __internal_statvfs64 instead of calling fstat64.
9796         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9797         Pass -1 to __internal_statvfs instead of calling stat64.
9798         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9799         Pass -1 to __internal_statvfs64 instead of calling stat64.
9801 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9803         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9804         that was previously under [RESET_PID].
9805         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9807         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9808         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9810 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9812         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9814         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9815         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9817 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9819         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9821 2014-05-27  Andreas Schwab  <schwab@suse.de>
9823         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9824         TLS_INIT_TP macro.
9825         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9826         * elf/rtld.c (init_tls, dl_main): Likewise.
9827         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9828         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9829         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9830         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9831         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9832         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9833         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9834         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9835         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9836         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9837         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9838         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9839         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9840         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9841         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9842         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9843         * sysdeps/generic/tls.h: Update description.
9845 2014-05-27  Will Newton  <will.newton@linaro.org>
9847         [BZ #16990]
9848         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9849         and restore r2 rather than just restoring.
9851 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9853         [BZ #16724]
9854         * libio/tst-ftell-append.c: New test case.
9855         * libio/Makefile (tests): Add test case.
9856         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9857         append mode.
9858         * libio/wfileops.c (do_ftell_wide): Likewise.
9860 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9862         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9864         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9865         ...
9866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9868         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9869         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9870         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9871         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9872         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9873         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9874         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9875         Moved ...
9876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9877         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9878         Moved ...
9879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9880         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9881         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9882         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9883         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9884         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9885         ...
9886         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9887         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9888         Moved ...
9889         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9890         here.
9891         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9892         ...
9893         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9894         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9895         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9897         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9898         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9899         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9900         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9902         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9903         merge into ...
9904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9905         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9906         ...
9907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9908         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9909         ...
9910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9911         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9912         Moved ...
9913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9914         here.
9915         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9916         Moved ...
9917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9918         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9919         Moved ...
9920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9923         conditional [RESET_PID].
9924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9925         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9926         removed.
9927         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9928         removed.
9930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9931         <tcb-offsets.h>.
9932         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9933         (__libc_vfork): New strong alias.
9934         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9935         removed.
9936         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9937         Removed.
9939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9940         <tcb-offsets.h>.
9941         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9942         (__libc_vfork): New strong alias.
9943         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9944         removed.
9945         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9946         removed.
9948 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9950         * malloc/malloc.c (mi_arena): New function.
9951         (malloc_info): Remove nested function mi_arena. Call non-nosted
9952         function mi_arena.
9954 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9956         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9957         by insrwi.
9958         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9959         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9960         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9961         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9962         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9963         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9964         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9966 2014-05-26  Andreas Schwab  <schwab@suse.de>
9968         [BZ #16984]
9969         * locale/programs/repertoire.c (repertoire_read): Add slash
9970         between I18NPATH element and file name.
9971         * locale/programs/locfile.c (locfile_read): Likewise.
9973 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9975         * nptl/pthread_mutexattr_settype.c
9976         (__pthread_mutexattr_settype):
9977         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9979 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9981         * nptl/tst-mutex5 (do_test):
9982         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9984 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9986         * benchtests/README: Document 'init' directive.
9987         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9988         BENCH_INIT.
9989         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9990         (parse_file): Recognize 'init' directive.
9992 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9994         [BZ #16796]
9995         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9996         alignment of struct pthread.
9998 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10000         [BZ #16878]
10001         * nscd/netgroupcache.c (addgetnetgrentX): Look for
10002         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
10003         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
10004         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
10006 2014-05-25  Richard Henderson  <rth@twiddle.net>
10008         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10009         (SINGLE_THREAD_P_PIC): Remove.
10010         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
10011         (SINGLE_THREAD_P_PIC): Remove.
10013         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
10014         branch to syscall error ...
10015         (PSEUDO): ... here.
10016         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
10017         from __local_syscall_error to .Lsyscall_error.
10018         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
10019         (SYSCALL_ERROR): Update label name.
10021         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10022         Do not use DOARGS/UNDOARGS.
10023         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
10024         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
10025         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
10026         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
10027         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
10029         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
10030         block comment.
10032         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
10033         define if !NOT_IN_libc.
10034         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
10035         define with non-default symbol versions.
10037 2014-05-23  Richard Henderson  <rth@twiddle.net>
10039         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
10040         (vfork, __vfork): Define via compat_symbol.
10042         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
10043         [!HAVE_IFUNC] (vfork_compat): Remove.
10044         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
10046 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
10048         [BZ #16978]
10049         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
10050         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
10051         variable.
10053 2014-05-23  Richard Henderson  <rth@twiddle.net>
10055         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
10056         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
10057         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
10058         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
10060         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
10061         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
10062         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
10063         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
10064         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
10065         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
10066         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
10067         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
10068         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
10069         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
10070         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
10071         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
10072         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
10073         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
10074         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
10075         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
10076         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
10077         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
10078         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
10079         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
10080         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
10081         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
10082         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
10083         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
10084         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
10085         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
10086         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
10087         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
10088         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
10089         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
10090         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
10091         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
10092         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
10093         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
10094         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
10095         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
10096         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
10097         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
10098         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
10099         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
10100         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
10101         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
10102         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
10103         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
10104         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
10105         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
10106         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
10107         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
10108         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
10109         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
10110         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
10111         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
10112         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
10113         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
10114         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
10115         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
10117         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
10118         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
10119         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
10120         before exiting on error.
10121         (__libc_vfork): New strong alias.
10122         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
10123         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
10125         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
10126         that was previously under [RESET_PID].
10127         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
10129         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
10131 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
10133         [BZ #16977]
10134         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
10135         value when x - 1 is zero.
10136         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
10137         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
10138         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
10139         0.0L for an argument of 1.0L.
10140         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
10141         Likewise.
10142         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
10143         value when x - 1 is zero.
10144         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
10145         * sysdeps/i386/fpu/libm-test-ulps: Update.
10146         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10148 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
10150         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
10151         alphasort and versionsort.
10153 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10155         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
10156         macro.
10157         [copysignf]: Likewise.
10159 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10161         * crypt/md5-crypt.c: Fix formatting.
10163 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
10165         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
10166         (b64_from_24bit): New function.
10168 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10170         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
10171         libc_hidden_builtin_def to ifunc.
10172         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10173         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
10175 2014-05-21  Roland McGrath  <roland@hack.frob.com>
10177         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
10178         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
10180 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
10182         * nscd/Depend (linuxthreads): Remove.
10183         (nptl): Add.
10184         * resolv/Depend (linuxthreads): Remove.
10185         * rt/Depend (linuxthreads): Remove.
10187         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
10188         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
10189         $(common-objpfx)elf/.
10190         (link-libc-before-gnulib): Likewise.
10191         (elfobjdir): Remove variable.
10192         * Makefile (install): Use $(elf-objpfx) instead of
10193         $(common-objpfx)elf/.
10194         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
10195         $(elfobjdir)/.
10196         (link-libc-deps): Likewise.
10197         ($(common-objpfx)libc.so): Likewise.
10198         ($(common-objpfx)linkobj/libc.so): Likewise.
10199         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
10200         instead of $(common-objpfx)elf/.
10201         (symbolic-link-list): Likewise.
10202         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10203         [$(cross-compiling) = no]: Likewise.
10204         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
10205         $(elfobjdir)/.
10206         (static-gnulib-arch): Likewise.
10207         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10208         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
10209         $(common-objpfx)elf/.
10211 2014-05-21  Richard Henderson  <rth@redhat.com>
10213         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10214         (SINGLE_THREAD_P): Use the correct width load.  Fold
10215         into the ldr offset.
10217         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
10218         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
10220 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
10222         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
10223         (libgcc_s_resume): Use __attribute_used__.
10224         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
10225         Likewise.
10227 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10229         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
10230         optimization when used with float constants.
10232         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10234 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
10236         [BZ #16915]
10237         * locale/nl_langinfo_l.c: Make direct reference to every
10238         _nl_current_CATEGORY symbol.
10239         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
10240         (tests-static): Add tst-langinfo-static.
10241         (tests-special): Add tst-langinfo-static.out.
10242         ($(objpfx)tst-langinfo.out): Redirect output.
10243         ($(objpfx)tst-langinfo-static.out): New.
10244         * localedata/tst-langinfo.sh: Send output to stdout.
10245         * localedata/tst-langinfo-static.c: New file.
10247         [BZ #16965]
10248         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
10249         when the shift amount is modulo the limb size.
10251 2014-05-20  Richard Henderson  <rth@redhat.com>
10253         [BZ #16967]
10254         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
10255         Change type of sa_flags from unsigned int to int.
10257         [BZ #16966]
10258         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
10260         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
10262 2014-05-20  Will Newton  <will.newton@linaro.org>
10264         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10265         Test the return value of the system call in the nocancel case.
10267 2014-05-20  Will Newton  <will.newton@linaro.org>
10268             Yvan Roux  <yvan.roux@linaro.org>
10270         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
10271         #include of asm/ptrace.h.
10272         (PTRACE_GET_THREAD_AREA): Remove #undef.
10273         (PTRACE_GETHBPREGS): Likewise.
10274         (PTRACE_SETHBPREGS): Likewise.
10275         (struct user_regs_struct): New structure.
10276         (struct user_fpsimd_struct): New structure.
10277         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
10278         #include of asm/ptrace.h and second #include of sys/user.h.
10279         (PTRACE_GET_THREAD_AREA): Remove #undef.
10280         (PTRACE_GETHBPREGS): Likewise.
10281         (PTRACE_SETHBPREGS): Likewise.
10282         (ELF_NGREG): Use new struct user_regs_struct.
10283         (elf_fpregset_t): Use new struct user_fpsimd_struct.
10285 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10287         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
10288         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
10290 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10292         [BZ #16958]
10293         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
10294         membar to avoid block loads/stores to overlap previous stores.
10296 2014-05-17  Richard Henderson  <rth@redhat.com>
10298         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
10299         Create the __##syscall_name##_nocancel entry point.
10300         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
10301         Remove; let the sysdep-cancel.h code create it.
10303 2014-05-17  David S. Miller  <davem@davemloft.net>
10305         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
10306         Protect with __USE_GNU.
10307         (TIOCSET_TEMPT): Likewise.
10308         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
10309         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
10310         these are already provided in bits/ioctl-types.h
10312 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10314         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
10315         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
10317         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
10318         Use wait4 regardless of [__NR_waitpid].
10320 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
10322         PR libgcc/60166
10323         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10324         (_FP_NANSIGN_Q): Set the quiet bit.
10326 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
10328         * benchtests/Makefile
10329         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
10330         not $(common-objpfx)math/libm.so.
10331         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
10332         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
10333         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
10334         $(common-objpfx)dlfcn/libdl.so.
10335         ($(objpfx)tst-audit8): Depend on $(libm), not
10336         $(common-objpfx)math/libm.so.
10337         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
10338         not $(common-objpfx)dlfcn/libdl.so.
10339         * math/Makefile
10340         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
10341         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
10342         [$(build-shared) = yes].
10343         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
10344         $(common-objpfx)nptl/libpthread.so.
10345         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
10346         $(common-objpfx)math/libm.so$(libm.so-version) or
10347         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
10348         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
10349         $(common-objpfx)dlfcn/libdl.so.
10350         * setjmp/Makefile (link-libm): Remove variable.
10351         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
10352         * stdio-common/Makefile (link-libm): Remove variable.
10353         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
10354         * stdlib/Makefile (link-libm): Remove variable.
10355         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
10356         ($(objpfx)tst-strtod-round): Likewise.
10357         ($(objpfx)tst-tininess): Likewise.
10358         ($(objpfx)tst-strtod-underflow): Likewise.
10359         ($(objpfx)tst-strtod6): Likewise.
10360         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10361         $(libdl), not $(common-objpfx)nptl/libpthread.so and
10362         $(common-objpfx)dlfcn/libdl.so.
10364 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10366         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10367         BSD terminal modes definitions.
10369 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10371         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10372         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10374         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
10375         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10376         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10377         Don't do #include_next.
10378         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10379         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10380         Don't do #include_next.
10381         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10382         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10383         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10384         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10386 2014-05-16  Allan McRae  <allan@archlinux.org>
10388         * po/sv.po: Update Swedish translation from translation project.
10390         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10391         in sed expression.
10393 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
10395         [BZ #16917]
10396         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10397         errno if the TIOCGPTN ioctl fails with an error different than
10398         EINVAL.
10399         * login/tst-ptsname.c: New file.
10400         * login/Makefile (tests): Add tst-ptsname.
10402         [BZ #16943]
10403         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10404         and prlimit64.
10406 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10408         [BZ #16849]
10409         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10410         herrno to return EAI_AGAIN.
10412 2014-05-14  Roland McGrath  <roland@hack.frob.com>
10414         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10415         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10416         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10417         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10418         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10419         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10420         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10421         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10422         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10423         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10424         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10425         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10426         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10427         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10428         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10429         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10430         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10431         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10432         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10433         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10434         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10435         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10436         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10437         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10438         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10439         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10440         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10441         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10442         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10443         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10444         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10445         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10446         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10447         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10448         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10449         Moved ...
10450         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10451         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10452         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10453         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10454         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10455         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10456         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10457         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10458         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10459         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10460         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10461         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10462         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10463         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10464         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10465         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10466         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10467         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10468         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10469         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10470         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10471         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10472         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10473         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10474         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10475         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10476         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10477         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10478         Moved ...
10479         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10480         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10481         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10482         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10483         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10484         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10485         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10486         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10487         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10488         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10489         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10490         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10491         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10492         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10493         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10494         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10495         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10496         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10497         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10498         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10499         Moved ...
10500         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10501         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10502         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10504         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10505         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10506         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10507         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10508         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10509         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10510         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10511         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10512         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10513         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10514         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10515         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10516         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10517         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10518         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10519         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10520         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10521         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10522         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10523         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10524         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10525         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10526         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10527         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10528         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10529         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10530         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10531         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10532         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10533         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10534         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10536         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10537         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10539         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10540         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10541         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10542         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10543         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10544         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10545         Moved ...
10546         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10547         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10548         Moved ...
10549         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10550         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10551         Moved ...
10552         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10553         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10554         Moved ...
10555         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10556         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10557         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10558         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10559         Moved ...
10560         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10561         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10562         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10563         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10564         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10565         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10566         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10567         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10568         Moved ...
10569         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10570         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10571         Moved ...
10572         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10573         ... here.
10574         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10575         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10576         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10577         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10578         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10579         Moved ...
10580         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10581         ... here.
10582         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10583         Moved ...
10584         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10585         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10586         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10587         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10588         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10589         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10590         Moved ...
10591         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10592         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10593         Moved ...
10594         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10595         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10596         Moved ...
10597         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10598         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10599         Moved ...
10600         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10601         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10602         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10603         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10604         Moved ...
10605         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10606         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10607         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10608         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10609         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10610         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10611         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10612         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10613         Moved ...
10614         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10615         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10616         Moved ...
10617         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10618         ... here.
10619         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10620         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10621         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10622         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10623         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10624         Moved ...
10625         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10626         ... here.
10627         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10628         Moved ...
10629         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10630         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10631         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10632         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10633         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10634         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10635         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10636         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10637         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10638         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10639         Moved ...
10640         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10641         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10642         Moved ...
10643         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10644         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10645         Moved ...
10646         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10647         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10648         Moved ...
10649         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10650         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10651         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10652         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10653         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10654         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10655         Moved ...
10656         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10657         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10658         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10659         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10660         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10661         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10662         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10663         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10664         Moved ...
10665         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10666         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10667         Moved ...
10668         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10669         ... here.
10670         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10671         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10672         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10673         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10674         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10675         Moved ...
10676         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10677         ... here.
10678         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10679         Moved ...
10680         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10681         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10682         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10683         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10684         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10685         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10686         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10687         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10688         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10689         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10690         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10692         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10693         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10695         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10696         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10698         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10699         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10700         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10701         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10702         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10703         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10704         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10705         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10706         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10707         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10708         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10709         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10710         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10711         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10712         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10713         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10714         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10715         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10716         Moved ...
10717         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10718         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10719         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10720         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10721         Moved ...
10722         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10723         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10724         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10725         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10726         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10727         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10728         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10729         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10730         Moved ...
10731         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10732         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10733         Moved ...
10734         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10735         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10736         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10737         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10738         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10739         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10740         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10741         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10742         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10743         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10744         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10745         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10746         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10747         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10748         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10749         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10750         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10752         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10753         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10754         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10755         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10756         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10758         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10759         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10760         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10761         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10762         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10763         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10764         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10765         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10766         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10767         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10769         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10770         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10772         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10773         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10774         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10775         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10776         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10777         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10778         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10779         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10780         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10781         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10782         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10783         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10784         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10785         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10786         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10787         Update #include.
10788         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10789         Likewise.
10790         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10791         Likewise.
10792         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10793         Likewise.
10794         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10795         Likewise.
10796         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10797         Likewise.
10798         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10799         Likewise.
10800         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10801         Likewise.
10802         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10803         Likewise.
10804         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10805         Likewise.
10806         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10807         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10808         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10809         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10810         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10811         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10812         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10813         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10814         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10815         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10816         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10817         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10818         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10819         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10820         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10822         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10823         that was previously under [RESET_PID].
10824         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10825         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10826         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10828         * sysdeps/i386/nptl/Implies: New file.
10829         * sysdeps/x86_64/nptl/Implies: New file.
10830         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10831         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10832         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10833         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10835         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10836         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10837         (__libc_vfork): New strong alias.
10838         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10839         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10841         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10842         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10843         (__libc_vfork): New strong alias.
10844         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10845         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10847         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10848         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10849         (__libc_vfork): New strong alias.
10850         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10851         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10852         * nptl/pt-vfork.c: New file.
10853         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10854         (libpthread: GLIBC_2.20): New version set (empty).
10856 2014-05-14  Will Newton  <will.newton@linaro.org>
10858         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10859         rather than #if.
10861 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10863         [BZ #16564]
10864         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10865         arguments with exponent 65 or above.
10866         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10867         arguments 0x1p113L or above.
10868         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10869         to arguments 0x1p107L or above.
10870         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10871         positive arguments with exponent 65 or above.
10872         * math/auto-libm-test-in: Add more tests of log1p.
10873         * math/auto-libm-test-out: Regenerated.
10875         [BZ #16928]
10876         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10877         non-finite arguments is +0.
10878         * math/s_cacosf.c (__cacosf): Likewise.
10879         * math/s_cacosl.c (__cacosl): Likewise.
10880         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10881         * sysdeps/i386/fpu/libm-test-ulps: Update.
10882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10884         [BZ #16927]
10885         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10886         value.
10887         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10888         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10889         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10890         for explicit high bit of mantissa when testing for argument equal
10891         to 1.
10892         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10893         * sysdeps/i386/fpu/libm-test-ulps: Update.
10894         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10896         [BZ #16516]
10897         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10898         (__erf): Scale by 16 instead of 8 in potentially underflowing
10899         case.  Ensure exception if result actually underflows.
10900         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10901         (__erff): Scale by 16 instead of 8 in potentially underflowing
10902         case.  Ensure exception if result actually underflows.
10903         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10904         (efx8): Remove variable.
10905         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10906         case.  Ensure exception if result actually underflows.
10907         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10908         (efx8): Remove variable.
10909         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10910         case.  Ensure exception if result actually underflows.
10911         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10912         (efx8): Remove variable.
10913         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10914         case.  Ensure exception if result actually underflows.
10915         * math/auto-libm-test-in: Add more tests of erf.
10916         * math/auto-libm-test-out: Regenerated.
10918 2014-05-14  Andreas Schwab  <schwab@suse.de>
10920         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10921         Remove code conditionalized on USE___THREAD.
10923         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10924         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10925         not definedness.
10927 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10929         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10930         Define unconditionally.
10931         (__ASSUME_O_CLOEXEC): Likewise.
10932         (__ASSUME_SOCK_CLOEXEC): Likewise.
10933         (__ASSUME_IN_NONBLOCK): Likewise.
10934         (__ASSUME_PIPE2): Likewise.
10935         (__ASSUME_EVENTFD2): Likewise.
10936         (__ASSUME_SIGNALFD4): Likewise.
10937         (__ASSUME_DUP3): Likewise.
10938         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10939         (__ASSUME_DUP3): Do not define.
10940         (__ASSUME_EVENTFD2): Likewise.
10941         (__ASSUME_IN_NONBLOCK): Likewise.
10942         (__ASSUME_O_CLOEXEC): Likewise.
10943         (__ASSUME_PIPE2): Likewise.
10944         (__ASSUME_SIGNALFD4): Likewise.
10945         (__ASSUME_SOCK_CLOEXEC): Likewise.
10946         (__ASSUME_UTIMES): Undefine.
10947         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10948         (__ASSUME_UTIMES): Do not define.
10949         (__ASSUME_O_CLOEXEC): Likewise.
10950         (__ASSUME_SOCK_CLOEXEC): Likewise.
10951         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10952         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10953         0x020621].
10954         (__ASSUME_PIPE2): Likewise.
10955         (__ASSUME_EVENTFD2): Likewise.
10956         (__ASSUME_SIGNALFD4): Likewise.
10957         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10958         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10959         Do not define.
10960         (__ASSUME_EVENTFD2): Likewise.
10961         (__ASSUME_SIGNALFD4): Likewise.
10962         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10963         (__ASSUME_32BITUIDS): Likewise.
10964         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10965         (__ASSUME_IPC64): Likewise.
10966         (__ASSUME_ST_INO_64_BIT): Likewise.
10967         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10968         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10969         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10970         (__ASSUME_UTIMES): Do not define.
10971         (__ASSUME_PSELECT): Likewise.
10972         (__ASSUME_PPOLL): Likewise.
10973         (__ASSUME_O_CLOEXEC): Likewise.
10974         (__ASSUME_SOCK_CLOEXEC): Likewise.
10975         (__ASSUME_IN_NONBLOCK): Likewise.
10976         (__ASSUME_PIPE2): Likewise.
10977         (__ASSUME_EVENTFD2): Likewise.
10978         (__ASSUME_SIGNALFD4): Likewise.
10979         (__ASSUME_DUP3): Likewise.
10980         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10981         (__ASSUME_UTIMES): Likewise.
10982         (__ASSUME_O_CLOEXEC): Likewise.
10983         (__ASSUME_SOCK_CLOEXEC): Likewise.
10984         (__ASSUME_IN_NONBLOCK): Likewise.
10985         (__ASSUME_PIPE2): Likewise.
10986         (__ASSUME_EVENTFD2): Likewise.
10987         (__ASSUME_SIGNALFD4): Likewise.
10988         (__ASSUME_DUP3): Likewise.
10989         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10990         (__ASSUME_UTIMES): Likewise.
10991         (__ASSUME_O_CLOEXEC): Likewise.
10992         (__ASSUME_SOCK_CLOEXEC): Likewise.
10993         (__ASSUME_IN_NONBLOCK): Likewise.
10994         (__ASSUME_PIPE2): Likewise.
10995         (__ASSUME_EVENTFD2): Likewise.
10996         (__ASSUME_SIGNALFD4): Likewise.
10997         (__ASSUME_DUP3): Likewise.
10998         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10999         Likewise.
11000         (__ASSUME_UTIMES): Likewise.
11001         (__ASSUME_EVENTFD2): Likewise.
11002         (__ASSUME_SIGNALFD4): Likewise.
11003         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11004         (__ASSUME_O_CLOEXEC): Likewise.
11005         (__ASSUME_SOCK_CLOEXEC): Likewise.
11006         (__ASSUME_IN_NONBLOCK): Likewise.
11007         (__ASSUME_PIPE2): Likewise.
11008         (__ASSUME_EVENTFD2): Likewise.
11009         (__ASSUME_SIGNALFD4): Likewise.
11010         (__ASSUME_DUP3): Likewise.
11011         (__ASSUME_UTIMES): Undefine.
11013         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
11014         feclearexcept.  Remove symbol versioning code.
11015         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
11016         symbol versioning code.
11017         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
11018         symbol versioning code.
11019         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
11020         feupdateenv.  Remove symbol versioning code.
11021         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
11022         fegetexceptflag.  Remove symbol versioning code.
11023         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
11024         fesetexceptflag.  Remove symbol versioning code.
11025         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
11026         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
11027         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
11028         (__posix_fadvise64_l32): Remove prototype.
11029         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
11030         code.
11032 2014-05-13  Roland McGrath  <roland@hack.frob.com>
11034         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
11035         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
11036         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
11037         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
11039 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
11041         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
11042         current working directory
11044 2014-05-13  Roland McGrath  <roland@hack.frob.com>
11046         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
11047         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
11048         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
11049         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
11050         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
11051         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
11052         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
11053         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
11054         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
11055         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
11056         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
11057         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
11058         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
11059         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
11060         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
11061         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
11062         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
11063         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
11064         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
11065         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
11066         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
11067         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
11068         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
11069         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
11070         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
11071         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
11072         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
11073         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
11074         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
11075         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
11076         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
11077         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
11078         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
11079         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
11080         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
11081         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
11082         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
11083         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
11084         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
11085         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
11086         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
11087         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
11089         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
11090         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
11092         * sysdeps/unix/sysv/linux/arm/Makefile
11093         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
11094         Add rt-aeabi_unwind_cpp_pr1.
11095         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
11096         Add nptl-aeabi_unwind_cpp_pr1.
11097         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
11098         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
11099         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
11100         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
11101         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
11102         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
11104         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
11105         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
11106         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
11107         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
11109         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
11110         Deconditionalize the code that was previously under [RESET_PID].
11111         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
11113         * sysdeps/generic/exit-thread.h: New file.
11114         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
11115         * include/unistd.h (__exit_thread): Remove declaration.
11116         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
11117         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
11118         * csu/libc-start.c: Include <exit-thread.h>.
11119         (LIBC_START_MAIN): Pass no argument to __exit_thread.
11120         * nptl/pthread_create.c: Include <exit-thread.h>.
11121         (start_thread): Call __exit_thread in place of __exit_thread_inline.
11122         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
11123         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
11124         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
11125         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
11126         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
11127         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
11128         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
11129         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
11130         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
11131         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
11132         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
11133         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
11134         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
11135         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
11136         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
11137         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
11139 2014-05-13  Andreas Schwab  <schwab@suse.de>
11141         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
11143 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
11145         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
11146         (__ASSUME_UTIMES): Do not condition on kernel version.
11147         (__ASSUME_PSELECT): Define unconditionally.
11148         (__ASSUME_PPOLL): Likewise.
11149         (__ASSUME_ATFCTS): Likewise.
11150         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
11151         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
11152         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
11153         (__ASSUME_UTIMENSAT): Define unconditionally.
11154         (__ASSUME_PRIVATE_FUTEX): Likewise.
11155         (__ASSUME_FALLOCATE): Likewise.
11156         (__ASSUME_O_CLOEXEC): Likewise.
11157         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
11158         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
11159         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
11160         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
11161         (__ASSUME_IN_NONBLOCK): Likewise.
11162         (__ASSUME_PIPE2): Likewise.
11163         (__ASSUME_EVENTFD2): Likewise.
11164         (__ASSUME_SIGNALFD4): Likewise.
11165         (__ASSUME_DUP3): Likewise.
11166         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11167         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
11168         (__ASSUME_AT_RANDOM): Likewise.
11169         (__ASSUME_PREADV): Likewise.
11170         (__ASSUME_PWRITEV): Likewise.
11171         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
11172         (__ASSUME_F_GETOWN_EX): Define unconditionally.
11173         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
11174         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
11175         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
11176         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11177         (__ASSUME_O_CLOEXEC): Define unconditionally.
11178         (__ASSUME_PSELECT): Do not undefine conditionally.
11179         (__ASSUME_PPOLL): Likewise.
11180         (__ASSUME_ATFCTS): Likewise.
11181         (__ASSUME_SET_ROBUST_LIST): Likewise.
11182         (__ASSUME_UTIMENSAT): Likewise.
11183         (__ASSUME_FDATASYNC): Define unconditionally.
11184         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11185         (__ASSUME_SIGFRAME_V2): Likewise.
11186         )__ASSUME_EVENTFD2): Likewise.
11187         (__ASSUME_SIGNALFD4): Likewise.
11188         (__ASSUME_PSELECT): Do not undefine conditionally.
11189         (__ASSUME_PPOLL): Likewise.
11190         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11191         (__ASSUME_PSELECT): Define unconditionally.
11192         (__ASSUME_PPOLL): Likewise.
11193         (__ASSUME_O_CLOEXEC): Likewise.
11194         (__ASSUME_SOCK_CLOEXEC): Likewise.
11195         (__ASSUME_IN_NONBLOCK): Likewise.
11196         (__ASSUME_PIPE2): Likewise.
11197         (__ASSUME_EVENTFD2): Likewise.
11198         (__ASSUME_SIGNALFD4): Likewise.
11199         (__ASSUME_DUP3): Likewise.
11200         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11201         (__ASSUME_O_CLOEXEC): Likewise.
11202         (__ASSUME_SOCK_CLOEXEC): Likewise.
11203         (__ASSUME_IN_NONBLOCK): Likewise.
11204         (__ASSUME_PIPE2): Likewise.
11205         (__ASSUME_EVENTFD2): Likewise.
11206         (__ASSUME_SIGNALFD4): Likewise.
11207         (__ASSUME_DUP3): Likewise.
11208         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11209         (__ASSUME_EVENTFD2): Likewise.
11210         (__ASSUME_SIGNALFD4): Likewise.
11211         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11213 2014-05-12  Andreas Schwab  <schwab@suse.de>
11215         [BZ #16932]
11216         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
11217         (_nss_nis_gethostbyname4_r): Return error if item length is larger
11218         than maximum RPC packet size.
11219         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
11220         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
11221         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
11222         (_nss_nis_getservbyport_r): Likewise.
11224 2014-05-12  Will Newton  <will.newton@linaro.org>
11226         * malloc/Makefile (tests): Add tst-mallopt.
11227         * malloc/tst-mallopt.c: New file.
11229 2014-05-09  Roland McGrath  <roland@hack.frob.com>
11231         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
11232         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
11234 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11236         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
11237         (tst-tlsmod6.so): Likewise.
11239 2014-05-09  Roland McGrath  <roland@hack.frob.com>
11241         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
11243 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
11245         [BZ #16064]
11246         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
11247         and <dl-procinfo.h>.
11248         (__fegetenv): Save SSE state in envp->__eip if supported.
11249         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
11250         envp->__eip if supported.
11251         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
11252         and <dl-procinfo.h>.
11253         (__fesetenv): Always set __eip, __cs_selector, __opcode,
11254         __data_offset and __data_selector in environment to 0.  Set SSE
11255         state if supported.
11256         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
11257         test-fenv-sse.
11258         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
11259         -mfpmath=sse.
11260         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
11262 2014-05-09  Will Newton  <will.newton@linaro.org>
11264         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
11265         and libc_relro_required for ARM.
11266         * sysdeps/arm/preconfigure: Regenerate.
11268 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
11269             Stefan Liebler  <stli@linux.vnet.ibm.com>
11271         * config.make.in (enable-lock-elision): New Makefile variable.
11272         * configure.ac: Likewise.
11273         * configure: Regenerate.
11274         * sysdeps/s390/configure.ac:
11275         Add check for gcc transactions support.
11276         * sysdeps/s390/configure: Regenerate.
11277         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
11278         Build elision files if enabled.
11279         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
11280         Add lock elision support for s390.
11281         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
11282         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
11283         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
11284         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
11285         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
11286         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
11287         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
11288         Likewise.
11289         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
11290         Likewise.
11291         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
11292         Likewise.
11293         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
11294         Likewise.
11295         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
11296         (__lll_timedlock_elision, __lll_lock_elision)
11297         (__lll_unlock_elision, __lll_trylock_elision)
11298         (lll_timedlock_elision, lll_lock_elision)
11299         (lll_unlock_elision, lll_trylock_elision): Add.
11300         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11301         (pthread_mutex_t): Add lock elision support for s390.
11303 2014-05-14  Wilco  <wdijkstr@arm.com>
11305         * sysdeps/arm/fclrexcpt.c: Cleanup.
11306         * sysdeps/arm/fedisblxcpt.c: Cleanup.
11307         * sysdeps/arm/feenablxcpt.c: Cleanup.
11308         * sysdeps/arm/fegetenv.c: Cleanup.
11309         * sysdeps/arm/fegetexcept.c: Cleanup.
11310         * sysdeps/arm/fegetround.c: Cleanup.
11311         * sysdeps/arm/feholdexcpt.c: Cleanup.
11312         * sysdeps/arm/fesetenv.c: Cleanup.
11313         * sysdeps/arm/fesetround.c: Cleanup.
11314         * sysdeps/arm/feupdateenv.c: Cleanup.
11315         * sysdeps/arm/fgetexcptflg.c: Cleanup.
11316         * sysdeps/arm/fraiseexcpt.c: Cleanup.
11317         * sysdeps/arm/fsetexcptflg.c: Cleanup.
11318         * sysdeps/arm/ftestexcept.c: Cleanup.
11319         * sysdeps/arm/get-rounding-mode.h: Cleanup.
11320         * sysdeps/arm/setfpucw.c: Cleanup.
11322 2014-05-09  Will Newton  <will.newton@linaro.org>
11324         * sysdeps/arm/armv7/strcmp.S: New file.
11325         * NEWS: Mention addition of ARMv7 optimized strcmp.
11327 2014-05-08  Roland McGrath  <roland@hack.frob.com>
11329         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
11330         look for %.ac rather than %.in.
11332         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
11333         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
11334         * sysdeps/mach/hurd/configure: Regenerated.
11335         * sysdeps/unix/sysv/linux/configure: Regenerated.
11337         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
11339 2014-05-07  Steve Ellcey  <sellcey@mips.com>
11341         [BZ# 16922]
11342         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
11343         (LONG_SUB): Ditto.
11344         (PTR_SUB): Ditto.
11346 2014-05-07  Andreas Schwab  <schwab@suse.de>
11348         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
11349         when skipping over non-matching result from nscd.
11351 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
11353         [BZ #16876]
11354         * nptl/sockperf.c (client): Check socket return value.
11356         [BZ #16877]
11357         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
11358         nscd security class.
11360 2014-05-06  Roland McGrath  <roland@hack.frob.com>
11362         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11363         * sysdeps/arm/unwind.h: ... here.
11365 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
11367         [BZ# 16916]
11368         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11369         Define.
11371 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11373         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11374         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11375         multiarch strncpy for PPC64.
11376         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11377         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11378         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11379         multiarch optimizations.
11380         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11381         (__libc_ifunc_impl_list): Likewise.
11382         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11383         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11384         multiarch stpncpy for PPC64.
11385         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11386         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11388 2014-05-06  Andreas Schwab  <schwab@suse.de>
11390         [BZ #16912]
11391         * gmon/mcount.c (_MCOUNT_DECL): Use
11392         atomic_compare_and_exchange_bool_acq instead of
11393         catomic_compare_and_exchange_bool_acq.
11395 2014-05-05  Roland McGrath  <roland@hack.frob.com>
11397         * elf/Makefile (others, install-bin): Remove pldd.
11398         (pldd-modules): Variable removed.
11399         ($(objpfx)pldd): Target removed.
11400         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11401         (others, install-bin): Append pldd here.
11402         ($(objpfx)pldd): New target.
11404         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11405         to 0, so the first #if test emitted later doesn't see it undefined.
11406         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11407         * sysdeps/gnu/errlist.c: Regenerated.
11409 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11411         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11412         [libc_hidden_builtin_def]: Define to empty value.
11413         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11414         [libc_hidden_builtin_def]: Likewise.
11415         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11416         [libc_hidden_builtin_def]: Likewise.
11417         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11418         [libc_hidden_builtin_def]: Likewise.
11419         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11420         __redirect_memcpy and define ifunc as default hidden symbol.
11421         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11422         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11424 2014-05-04  Adam Conrad  <adconrad@0c3.net>
11426         * locale/iso-4217.def: Reintroduce XDR currency.
11428 2014-05-04  Allan McRae  <allan@archlinux.org>
11430         * po/eo.po: Update Esperanto translation from translation project.
11432 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
11434         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11435         and FEATURE_INDEX_MAX to 1.
11436         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11438 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11440         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11441         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11442         * iconvdata/big5.c (ONE_DIRECTION): Define.
11443         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11444         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11445         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11446         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11447         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11448         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11449         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11450         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11451         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11452         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11453         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11454         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11455         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11456         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11457         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11458         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11459         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11460         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11461         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11462         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11463         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11464         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11465         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11466         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11467         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11468         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11469         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11470         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11471         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11472         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11473         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11474         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11475         * iconvdata/johab.c (ONE_DIRECTION): Define.
11476         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11477         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11478         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11479         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11480         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11481         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11482         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11483         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11484         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11485         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11487 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11489         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11490         (_IO_JUMPS_OFFSET): Define to 0.
11492         * nptl/sysdeps/pthread/bits/libc-lock.h
11493         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11494         (__libc_lock_define_initialized_recursive): Always define using
11495         initializer.  Modern compilers treat uninitialized (implicit zero) and
11496         explicit zero initializers the same (i.e. put the datum in bss).
11498 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11500         * nscd/nscd-client.h: Include <string.h>.
11502 2014-05-01  David S. Miller  <davem@davemloft.net>
11504         [BZ #16885]
11505         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11506         multiple zero bytes exist at the end of a string.
11507         Reported by Aurelien Jarno <aurelien@aurel32.net>
11509         * string/test-strcmp.c (check): Add explicit test for situations where
11510         there are multiple zero bytes after the first.
11512 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11514         [BZ #16890]
11515         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11516         when compiling wprintf.
11517         * stdio-common/tstdiomisc.c (t3): New function.
11518         (main): Call it.
11520 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11522         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11523         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11524         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11525         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11527 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11529         * stdlib/longlong.h: Updated from GCC.
11531 2014-05-01  Will Newton  <will.newton@linaro.org>
11532             Bernard Ogden  <bernie.ogden@linaro.org>
11534         * NEWS: Update fixed bug list.
11536         [BZ #15119]
11537         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11539 2014-04-30  David S. Miller  <davem@davemloft.net>
11541         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11542         (libc_feholdexcept_setround_sparc_ctx): New function.
11543         (libc_fesetenv_sparc_ctx): Likewise.
11544         (libc_feupdateenv_sparc_ctx): Likewise.
11545         (libc_feholdsetround_sparc_ctx): Likewise.
11546         (libc_feholdexcept_setround_ctx): Define.
11547         (libc_feholdexcept_setroundf_ctx): Likewise.
11548         (libc_feholdexcept_setroundl_ctx): Likewise.
11549         (libc_fesetenv_ctx): Likewise.
11550         (libc_fesetenvf_ctx): Likewise.
11551         (libc_fesetenvl_ctx): Likewise.
11552         (libc_feupdateenv_ctx): Likewise.
11553         (libc_feupdateenvf_ctx): Likewise.
11554         (libc_feupdateenvl_ctx): Likewise.
11555         (libc_feresetround_ctx): Likewise.
11556         (libc_feresetroundf_ctx): Likewise.
11557         (libc_feresetroundl_ctx): Likewise.
11558         (libc_feholdsetround_ctx): Likewise.
11559         (libc_feholdsetroundf_ctx): Likewise.
11560         (libc_feholdsetroundl_ctx): Likewise.
11562         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11563         with __USE_GNU instead of XOPEN cpp guards.
11565         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11566         0.
11568         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11569         with XOPEN cpp guards.
11571 2014-04-30  Julian Brown  <julian@codesourcery.com>
11573         [BZ #16888]
11574         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11575         handling.
11577 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11579         [BZ #9894]
11580         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11581         Change to 2.6.32.
11582         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11583         * sysdeps/unix/sysv/linux/configure: Regenerated.
11584         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11585         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11586         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11587         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11588         * README: Update reference to required Linux kernel version.
11589         * manual/install.texi (Linux): Update reference to required Linux
11590         kernel headers version.
11591         * INSTALL: Regenerated.
11593         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11594         header inclusion.
11595         [POSIX] (limits.h): Likewise.
11596         [POSIX] (math.h): Likewise.
11597         [POSIX] (sys/wait.h): Likewise.
11598         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11599         function.
11600         [POSIX] (stddef.h): Do not allow header inclusion.
11602 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11604         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11606 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11608         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11609         Return immediately after lll_futex_wake.
11611 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11613         [BZ #16791]
11614         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11615         structure.
11616         (datahead_init_pos): Call datahead_init_common early.
11617         (datahead_init_neg): Likewise.
11619         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11620         datahead_init_neg): New functions.
11621         * nscd/aicache.c (addhstaiX): Use them.
11622         * nscd/grpcache.c (cache_addgr): Likewise.
11623         * nscd/hstcache.c (cache_addhst): Likewise.
11624         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11625         * nscd/netgroupcache.c (do_notfound): Likewise.
11626         (addgetnetgrentX): Likewise.
11627         (addinnetgrX): Likewise.
11628         * nscd/pwdcache.c (cache_addpw): Likewise.
11629         * nscd/servicescache.c (cache_addserv): Likewise.
11631 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11632             Atsushi Onoe  <atsushi@onoe.org>
11634         [BZ #14308]
11635         [BZ #12994]
11636         [BZ #13651]
11637         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11638         one response is valid.
11639         * resolv/res_send.c (send_dg): Check for validity of other
11640         response if the current response is a referral.
11642 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11644         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11646 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11648         [BZ #16823]
11649         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11650         Always divide by positive zero when computing -Inf result.
11651         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11652         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11654 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11656         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11657         FPSCR if value do not change.
11658         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11659         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11660         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11661         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11662         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11663         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11664         function.
11666 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11668         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11669         * sysdeps/unix/sysv/linux/hppa: Move directory from
11670         ports/systeps/unix/sysv/linux/hppa.
11671         * README: Update listing for hppa-*-linux-gnu.
11673 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11675         [BZ #16754]
11676         * manual/stdio.texi (Hook functions): Fix types of stream hook
11677         functions.
11678         [BZ #16854]
11679         * socket/sys/socket.h: Fix typo in comment.
11681 2014-04-28  Wilco  <wdijkstr@arm.com>
11683         * sysdeps/arm/fenv_private.h: New file.
11684         * sysdeps/arm/math_private.h: New file.
11685         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11687 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11689         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11690         with __int128_t.
11691         (La_x86_64_retval): Likewise.
11693 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11695         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11696         fpsr if value didn't change.
11697         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11698         to fpcr if value didn't change.
11699         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11700         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11701         fpsr or fpcr if value didn't change.
11702         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11703         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11704         fpcr if value didn't change.
11705         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11706         to fpsr if value didn't change.
11708 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11710         * nptl/tst-sem3.c: Use test-skeleton.c
11711         (main): Rename to do_test.  Use return instead of
11712         exit.
11713         * nptl/tst-sem4.c: Use test-skeleton.c
11714         (main): Rename to do_test.
11716 2014-04-22  David S. Miller  <davem@davemloft.net>
11718         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11719         (struct sigaction): New struct member __glibc_reserved0, change
11720         type of sa_flags to int.
11722 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11724         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11725         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11727 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11729         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11730         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11732 2014-04-22  Will Newton  <will.newton@linaro.org>
11733             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11735         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11736         (__longjmp): Add longjmp and longjmp_target SystemTap
11737         probes.
11738         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11739         (__sigsetjmp): Add setjmp SystemTap probe.
11741 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11743         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11744         match manual order.
11746 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11748         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11750         * sysdeps/powerpc/fpu/fenv_private.h
11751         (libc_feholdexcept_setroundl_ctx): Define to
11752         libc_feholdexcept_setround_ppc_ctx.
11753         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11754         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11755         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11756         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11758 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11760         * sysdeps/aarch64/math-tests.h: New file.
11762 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11764         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11765         New.
11766         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11767         Check and set bit_AVX2_Usable.
11768         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11769         macro.
11770         (bit_AVX2): Likewise.
11771         (index_AVX2_Usable): Likewise.
11772         (CPUID_AVX2): Likewise.
11773         (HAS_AVX2): Likewise.
11775 2014-04-17  Will Newton  <will.newton@linaro.org>
11777         * manual/setjmp.texi (System V contexts): Add note that
11778         calling setcontext on a context created by a call to a
11779         signal handler is undefined.  Update text to note that
11780         setcontext from a signal handler is possible but not
11781         recommended.
11783         [BZ #16629]
11784         * stdlib/tst-setcontext.c: Include signal.h.
11785         (main): Check that the signal stack before and
11786         after swapcontext is the same.
11788         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11789         Re-implement to restore registers in user code and avoid
11790         rt_sigreturn system call.
11792 2014-04-17  Wilco  <wdijkstr@arm.com>
11794         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11795         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11796         * math/test-fenv.c: Skip exception trap tests on targets which only
11797         support non-stop mode.
11799 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11800             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11802         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11803         (libc_feholdsetround_aarch64_ctx)
11804         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11805         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11806         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11807         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11808         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11809         (libc_feresetround_noexl_ctx): Define.
11811 2014-04-16  Richard Henderson  <rth@redhat.com>
11813         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11815         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11816         unwind tables.
11818         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11819         const from the non-libc, non-ldso copy.
11821         * sysdeps/alpha/libm-test-ulps: Regenerate.
11823 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11824             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11826         * sysdeps/aarch64/fpu/math_private.h: New file.
11828 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11830         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11832 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11834         [BZ #16275]
11835         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11836         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11837         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11838         Intel MPX bound registers before _dl_profile_fixup.
11839         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11840         registers after _dl_profile_fixup.  Save and restore bound
11841         registers bnd0/bnd1 when calling _dl_call_pltexit.
11842         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11843         (LR_BND_OFFSET): Likewise.
11844         (LRV_BND0_OFFSET): Likewise.
11845         (LRV_BND1_OFFSET): Likewise.
11847 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11849         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11850         to...
11851         * sysdeps/mach/hurd/i386/tls.h: ... here.
11852         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11853         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11854         fields.
11856 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11858         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11860 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11862         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11864 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11866         [BZ #14770]
11867         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11868         * sysdeps/s390/configure: Regenerate.
11870         [BZ #16824]
11871         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11872         Set round-to-nearest internally to reduce error accumulation.
11874 2014-04-16  Alan Modra  <amodra@gmail.com>
11876         [BZ #16740]
11877         [BZ #16619]
11878         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11879         * math/libm-test.inc (frexp_test_data): Add tests.
11880         * NEWS: Update fixed bug list.
11882 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11884         * benchtests/Makefile: Depend on libraries in build directory.
11885         (bench-math): Separate out math tests.
11886         (bench-pthread): Separate out pthread tests.
11887         (bench): Include math and pthread tests.
11889 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11891         [BZ #16831]
11892         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11893         _dl_debug_initialize.
11895         * configure.ac: Remove SELinux header check.
11896         * configure: Regenerate.
11897         * nscd/selinux.c (perms): Array of const char* to permission names.
11898         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11899         default policy. Call string_to_security_class and string_to_av_perm to
11900         translate strings. Enforce default policy and call avs_has_perm with
11901         results of translated strings.
11903 2014-04-13  David S. Miller  <davem@davemloft.net>
11905         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11907 2014-04-12  Allan McRae  <allan@archlinux.org>
11909         [BZ #16838]
11910         * manual/string.texi (Collation Functions): Fix qsort argument
11911         order in example.
11912         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11914 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11916         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11917         Make the test a no-op if there are no exceptions defined.
11919 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11921         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11922         enable-hardcoded-path-in-tests
11924 2014-04-11  Will Newton  <will.newton@linaro.org>
11926         * benchtests/Makefile (extra-objs): Add json-lib.o.
11927         (bench-func): Tidy up JSON output.
11928         * benchtests/bench-skeleton.c: Include json-lib.h.
11929         (main): Use JSON library functions to do output of
11930         benchmark results.
11931         * benchtests/bench-timing-type.c (main): Output the
11932         timing type simply, leaving formatting to the user.
11933         * benchtests/json-lib.c: New file.
11934         * benchtests/json-lib.h: Likewise.
11936 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11938         [BZ #15215]
11939         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11940         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11941         memory barriers.  Add comments.
11942         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11943         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11944         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11945         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11946         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11947         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11949 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11951         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11952         * sysdeps/s390/s390-64/configure.ac: ... this ...
11953         * sysdeps/s390/configure.ac: ... to here.
11954         * sysdeps/s390/s390-32/configure: Delete file.
11955         * sysdeps/s390/s390-64/configure: Delete file.
11956         * sysdeps/s390/configure: Regenerate.
11958 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11960         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11962 2014-04-11  Will Newton  <will.newton@linaro.org>
11964         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11965         to zero if it is not defined elsewhere.  (mtrim): Test
11966         the value of MALLOC_DEBUG with #if rather than #ifdef.
11968 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11970         * benchtests/pthread_once-inputs: New file.
11971         * benchtests/pthread_once-source.c: New file.
11972         * benchtests/README: Update documentation.
11974 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11975             H.J. Lu  <hongjiu.lu@intel.com>
11977         [BZ #16275]
11978         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11979         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11980         * sysdeps/x86_64/configure: Regenerated.
11981         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11982         macro.
11983         (REGISTER_SAVE_RAX): Likewise.
11984         (REGISTER_SAVE_RCX): Likewise.
11985         (REGISTER_SAVE_RDX): Likewise.
11986         (REGISTER_SAVE_RSI): Likewise.
11987         (REGISTER_SAVE_RDI): Likewise.
11988         (REGISTER_SAVE_R8): Likewise.
11989         (REGISTER_SAVE_R9): Likewise.
11990         (REGISTER_SAVE_BND0): Likewise.
11991         (REGISTER_SAVE_BND1): Likewise.
11992         (REGISTER_SAVE_BND2): Likewise.
11993         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11994         bound registers when calling _dl_fixup.
11996 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11998         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11999         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
12000         of its definition.
12001         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
12002         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
12003         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
12004         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
12005         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
12006         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
12007         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
12009 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
12011         [BZ #15514]
12012         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
12013         pathconf(_PC_NAME_MAX).
12015 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12017         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
12018         Remove macro usage.
12019         (__PTHREAD_SPINS): Move definition to ...
12020         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12021         (__PTHREAD_SPINS): ... here.
12022         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12023         (__PTHREAD_SPIN): Likewise.
12024         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
12025         (__PTHREAD_SPIN): Likewise.
12026         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
12027         (__PTHREAD_SPIN): Likewise.
12028         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
12029         (__PTHREAD_SPIN): Likewise.
12030         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12031         (__PTHREAD_SPIN): Likewise.
12032         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12033         (__PTHREAD_SPIN): Likewise.
12034         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
12035         (__PTHREAD_SPIN): Likewise.
12036         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12037         (__PTHREAD_SPIN): Likewise.
12038         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12039         (__PTHREAD_SPIN): Likewise.
12040         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12041         (__PTHREAD_SPIN): Likewise.
12042         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12043         (__PTHREAD_SPIN): Likewise.
12044         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
12045         (__PTHREAD_SPIN): Likewise.
12047         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
12048         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
12049         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
12050         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
12051         imply folder.
12052         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
12053         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
12054         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
12055         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
12056         correct imply path.
12057         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
12058         strlen symbol for non multi-arch builds.
12059         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
12060         missing hidden_def and weak_alias.
12062 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
12064         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
12066 2014-04-07  Will Newton  <will.newton@linaro.org>
12068         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
12069         and contents.  [!_LIBC] Remove #ifndef and contents.
12070         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
12071         * string/memccpy.c (__memccpy): Use ANSI prototype.
12072         * string/memfrob.c (memfrob): Likewise.
12073         * string/strcoll.c (STRCOLL): Likewise.
12074         * string/strlen.c (strlen): Likewise.
12075         * string/strtok.c (STRTOK): Likewise.
12076         * string/strcat.c: Remove unused #include of memcopy.h.
12077         (strcat): Use ANSI prototype.
12078         * string/strchr.c: Remove unused #include of memcopy.h.
12079         (strchr): Use ANSI prototype.
12080         * string/strcmp.c: Remove unused #include of memcopy.h.
12081         (strcmp): Use ANSI prototype.
12082         * string/strcpy.c: Remove unused #include of memcopy.h.
12083         (strcpy): Use ANSI prototype.
12085 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12087         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
12088         * config.make.in (config-extra-cppflags): Set it from
12089         libc_extra_cppflags.
12090         * configure.ac (libc_extra_cflags): Make it accumulate over
12091         configure fragments.
12092         (libc_extra_cppflags): New flag.
12093         * configure. Regenerate.
12094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
12095         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
12096         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
12097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
12099         [BZ #16815]
12100         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
12101         result for FE_DOWNWARD rounding mode.
12102         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
12103         Likewise.
12104         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12106 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
12108         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
12109         in function argument name.
12111 2014-04-03  David Svoboda  <svoboda@cert.org>
12113         [BZ #5666]
12114         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
12115         explicitly.
12117 2014-04-03  Roland McGrath  <roland@hack.frob.com>
12119         * elf/dl-unmap-segments.h: New file.
12120         * sysdeps/generic/ldsodefs.h
12121         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
12122         * elf/dl-close.c: Include <dl-unmap-segments.h>.
12123         * elf/dl-fptr.c: Likewise.
12124         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
12125         * sysdeps/aarch64/tlsdesc.c: Likewise.
12126         * sysdeps/arm/tlsdesc.c: Likewise.
12127         * sysdeps/i386/tlsdesc.c: Likewise.
12128         * sysdeps/tile/dl-runtime.c: Likewise.
12129         * sysdeps/x86_64/tlsdesc.c: Likewise.
12130         * elf/dl-load.h: New file.
12131         * elf/dl-load.c: Include it.
12132         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
12133         Macros moved to dl-load.h.
12134         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
12135         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
12136         Use _dl_unmap_segments in place of __munmap.
12137         Break out segment-mapping loop into ...
12138         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
12140 2014-04-03  Will Newton  <will.newton@linaro.org>
12142         * elf/dl-lookup.c (do_lookup_x): Remove comment
12143         referring to nested function and move variable
12144         declarations down to before first use.
12146 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
12148         [BZ #16799]
12149         [BZ #16800]
12150         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
12151         with 0 numerator.
12152         * math/s_catanf.c (__catanf): Likewise.
12153         * math/s_catanh.c (__catanh): Likewise.
12154         * math/s_catanhf.c (__catanhf): Likewise.
12155         * math/s_catanhl.c (__catanhl): Likewise.
12156         * math/s_catanl.c (__catanl): Likewise.
12157         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
12158         by positive zero when computing -Inf result.
12159         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
12160         (catanh_test): Likewise.
12161         * sysdeps/i386/fpu/libm-test-ulps: Update.
12162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12164         [BZ #16789]
12165         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
12166         instead of using underflowing value in computing result.
12167         * math/s_clog10.c (__clog10): Likewise.
12168         * math/s_clog10f.c (__clog10f): Likewise.
12169         * math/s_clog10l.c (__clog10l): Likewise.
12170         * math/s_clogf.c (__clogf): Likewise.
12171         * math/s_clogl.c (__clogl): Likewise.
12172         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
12173         (clog10_test): Likewise.
12174         * sysdeps/i386/fpu/libm-test-ulps: Update.
12175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12177 2014-04-02  Alan Modra  <amodra@gmail.com>
12179         [BZ #16739]
12180         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
12181         output when value is near a power of two.  Use int64_t for lx and
12182         remove casts.  Use decimal rather than hex exponent constants.
12183         Don't use long double multiplication when double will suffice.
12184         * math/libm-test.inc (nextafter_test_data): Add tests.
12185         * NEWS: Add 16739 and 16786 to bug list.
12187         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
12189         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
12191 2014-04-01  Will Newton  <will.newton@linaro.org>
12193         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
12194         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
12196 2014-04-01  Florian Weimer  <fweimer@redhat.com>
12198         [BZ #13347]
12199         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
12200         * nptl/tst-setuid2.c: New file.
12201         * nptl/Makefile (xtests): Add tst-setuid2.
12203 2014-04-01  Alan Modra  <amodra@gmail.com>
12205         [BZ #16786]
12206         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
12208 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
12210         [BZ #6803]
12211         [BZ #6804]
12212         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
12213         set errno as appropriate.
12214         * math/w_scalbf.c (__scalbf): Likewise.
12215         * math/w_scalbl.c (__scalbl): Likewise.
12216         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
12217         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
12218         * math/libm-test.inc (scalb_test_data): Add errno expectations.
12219         Add more NaN tests.
12221         [BZ #16349]
12222         * math/w_atan2.c: Include <errno.h>.
12223         (__atan2): Set errno for result underflowing to zero.
12224         * math/w_atan2f.c: Include <errno.h>.
12225         (__atan2f): Set errno for result underflowing to zero.
12226         * math/w_atan2l.c: Include <errno.h>.
12227         (__atan2l): Set errno for result underflowing to zero.
12228         * math/auto-libm-test-in: Don't allow missing errno for some atan2
12229         tests.
12230         * math/auto-libm-test-out: Regenerated.
12232 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12234         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
12235         Encode instruction correctly in little endian.
12236         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
12237         Likewise.
12238         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
12239         Likewise.
12240         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
12241         Likewise.
12242         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
12243         Likewise.
12245 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
12247         [BZ #9894]
12248         * sysdeps/unix/sysv/linux/kernel-features.h
12249         [__sparc__ && !__arch64__ && !__sparc_v9__]
12250         (__ASSUME_SET_ROBUST_LIST): Do not define.
12251         [__sparc__ && !__arch64__ && !__sparc_v9__]
12252         (__ASSUME_FUTEX_LOCK_PI): Likewise.
12253         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
12254         Likewise.
12255         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12256         (__ASSUME_FUTEX_LOCK_PI): Undefine.
12257         (__ASSUME_REQUEUE_PI): Likewise.
12258         (__ASSUME_SET_ROBUST_LIST): Likewise.
12259         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12260         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
12261         Undefine.
12262         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12263         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
12264         Likewise.
12265         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
12266         Likewise.
12267         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
12268         Likewise.
12269         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12270         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
12271         Undefine.
12272         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
12273         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
12274         Likewise.
12276         [BZ #16648]
12277         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12278         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
12279         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
12281 2014-03-31  Will Newton  <will.newton@linaro.org>
12283         * benchtests/Makefile (bench): Add ffs and ffsll to list
12284         of tests.
12285         * benchtests/ffs-inputs: New file.
12286         * benchtests/ffsll-inputs: Likewise.
12288 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
12290         [BZ #16770]
12291         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
12292         too large before casting to int.
12293         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
12294         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
12295         * math/libm-test.inc (scalb_test_data): Add more tests.
12297 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
12299         * benchtests/Makefile (DETAILED_OPT): New make option.
12300         (bench-func): Run benchmark program with -d if DETAILED_OPT is
12301         set.
12302         * benchtests/bench-skeleton.c: Include stdbool.h.
12303         (main): Store and print timings per input.
12304         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
12305         member to each argument value.
12306         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
12307         (_print_arg_data): Initialize per-input timing to 0.
12309         * benchtests/Makefile (timing-type): New binary.
12310         (bench-clean): Also remove bench-timing-type.
12311         (bench): New target for timing-type.
12312         (bench-func): Print output in JSON format.
12313         * benchtests/bench-skeleton.c (main): Print output in JSON
12314         format.
12315         * benchtests/bench-timing-type.c: New file.
12316         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
12317         (TIMING_PRINT_STATS): Remove.
12318         * benchtests/scripts/bench.py (_print_arg_data): Store variant
12319         name separately.
12321         * benchtests/bench-modf.c: Remove.
12322         * benchtests/modf-inputs: New inputs file.
12324 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
12326         [BZ #16362]
12327         * math/s_clog10.c (M_PI_LOG10E): New macro.
12328         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
12329         imaginary parts are 0.
12330         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
12331         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
12332         imaginary parts are 0.
12333         * math/s_clog10l.c (M_PI_LOG10El): New macro.
12334         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
12335         imaginary parts are 0.
12336         * math/libm-test.inc (clog10_test_data): Update expected results
12337         for when real and imaginary parts are 0.
12339 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
12341         * elf/dl-load.c: Finish conversion of __builtin_expect into
12342         __glibc_{un}likely.
12344 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
12346         [BZ #16348]
12347         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
12348         1+x for argument with exponent below -67.
12349         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
12350         Likewise.
12351         * math/auto-libm-test-in: Add more tests of exp.
12352         * math/auto-libm-test-out: Regenerated.
12354 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12356         [BZ #16759]
12357         * inet/getnetgrent_r.c (get_nonempty_val): New function.
12358         (nscd_getnetgrent): Use it.
12360         [BZ #16760]
12361         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12362         of stpcpy.
12364 2014-03-27  Andi Kleen  <ak@linux.intel.com>
12366         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
12367         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12368         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12369         (lll_robust_unlock): Remove out of line section. Use cfi
12370         intrinsics.
12371         (LLL_STUB_UNWIND_INFO*): Remove.
12372         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
12373         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12374         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12375         (lll_robust_unlock): Remove out of line section. Use cfi
12376         intrinsics.
12377         (LLL_STUB_UNWIND_INFO*): Remove.
12379 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12381         [BZ #16758]
12382         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12383         blank values.
12385 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
12387         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12389 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
12391         [BZ #16198]
12392         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12393         fnstenv.
12394         * math/test-fenv-preserve.c: New file.
12395         * math/Makefile (tests): Add test-fenv-preserve.
12397 2014-03-26  Will Newton <will.newton@linaro.org>
12399         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12401 2014-03-25  Roland McGrath  <roland@hack.frob.com>
12403         * scripts/versionlist.awk: Partition the version sets and emit all
12404         GLIBC_* (sorted) before all others (sorted).
12406 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12408         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12409         GLIBC_2.2.5 version.
12411 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12413         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12414         calls.
12416         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12417         previous change.
12419         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12421 2014-03-25  Andreas Schwab  <schwab@suse.de>
12423         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12424         label to be used after in6ailist is initialized.
12426 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12428         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12429         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12431 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12433         [BZ #16357]
12434         [BZ #16599]
12435         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12436         min_plus_half.
12437         (fp_formats): Update initializers.
12438         (init_fp_formats): Initialize new field.
12439         (output_for_one_input_case): Allow underflow for results up to
12440         min_plus_half.
12441         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12442         * math/auto-libm-test-in: Don't mark some underflows from asin and
12443         atanh as spurious.
12444         * math/auto-libm-test-out: Regenerated.
12445         * sysdeps/i386/fpu/libm-test-ulps: Update.
12446         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12448 2014-03-25  Andreas Schwab  <schwab@suse.de>
12450         * libio/Makefile (tst-ftell-partial-wide-ENV)
12451         (tst-ftell-active-handler-ENV): Define.
12453 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12455         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12457 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12459         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12461 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12463         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12464         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12465         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12467 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12469         [BZ #16634]
12470         * elf/dl-load.c (open_verify): Add mode parameter.
12471         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12472         (open_path): Change from boolean 'secure' to complete flag 'mode'
12473         (_dl_map_object): Adjust.
12474         * elf/Makefile (tests): Add tst-dlopen-aout.
12475         * elf/tst-dlopen-aout.c: New test.
12477 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12479         [BZ #16714]
12480         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12481         (struct stat): Rename member pad0 to __glibc_reserved0.
12483         [BZ #16712]
12484         * sysdeps/s390/s390-32/bits/wordsize.h
12485         (__WORDSIZE32_SIZE_ULONG): New define.
12486         * sysdeps/s390/s390-64/bits/wordsize.h
12487         (__WORDSIZE32_SIZE_ULONG): Likewise.
12488         * sysdeps/generic/stdint.h (SIZE_MAX):
12489         Define as UL if __WORDSIZE32_SIZE_ULONG.
12491         [BZ #16713]
12492         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12493         (__glibc_reserved0): New variable.
12494         (sa_flags): Change type to int.
12496         * posix/Makefile (before-compile): Use += before-compile instead
12497         of a :=.
12499         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12500         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12502 2014-03-20  Andreas Schwab  <schwab@suse.de>
12504         [BZ #16743]
12505         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12506         non-matching result from nscd.
12508 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12510         * scripts/bench.py: Moved to ...
12511         * benchtests/scripts/bench.py: ... here.
12512         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12514 2014-03-24  Andreas Schwab  <schwab@suse.de>
12516         [BZ #16002]
12517         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12518         alloca_account and account alloca use for struct in6ailist.
12520 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12522         [BZ #16284]
12523         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12524         rounding mode to recompute results that overflow to infinity or
12525         underflow to zero.
12526         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12527         bug 16284.
12528         * math/auto-libm-test-out: Regenerated.
12529         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12530         (ccosh_test): Likewise.
12531         (csin_test_data): Use plus_oflow.
12532         (csin_test): Use ALL_RM_TEST.
12533         (csinh_test_data): Use plus_oflow.
12534         (csinh_test): Use ALL_RM_TEST.
12535         * sysdeps/i386/fpu/libm-test-ulps: Update.
12536         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12538 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12540         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12541         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12542         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12544         [BZ #16731]
12545         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12546         when x - 1 is zero.
12547         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12548         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12549         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12550         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12551         argument is 1.
12552         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12553         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12554         zero.
12555         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12556         * sysdeps/i386/fpu/libm-test-ulps: Update.
12557         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12559 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12561         * scripts/bench.pl: Remove file.
12562         * scripts/bench.py: New benchmark script.
12563         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12564         * benchtests/README: Mention python dependency.
12565         * scripts/pylintrc: New file.
12566         * scripts/pylint: New file.
12568         * bits/mathdef.h: Use #ifdef instead of #if.
12569         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12570         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12571         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12572         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12573         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12574         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12576 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12577             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12579         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12580         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12581         and strpbrk-ppc64 objects.
12582         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12583         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12584         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12585         multiarch strpbrk for POWER7.
12586         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12587         multiarch strpbrk for PPC64.
12588         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12589         ifunc selector.
12590         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12591         strpbrk for POWER7.
12593 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12595         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12596         (atan_test): Likewise.
12597         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12598         (atanh_test): Use ALL_RM_TEST.
12599         (atan2_test_data): Likewise.
12600         (cabs_test): Likewise.
12601         (cacosh_test): Likewise.
12602         (carg_test): Likewise.
12603         (casin_test): Likewise.
12604         (casinh_test): Likewise.
12605         (cbrt_test): Likewise.
12606         (csqrt_test): Likewise.
12607         (erf_test): Likewise.
12608         (erfc_test): Likewise.
12609         (pow10_test): Likewise.
12610         (exp2_test): Likewise.
12611         (hypot_test): Likewise.
12612         (j0_test): Likewise.
12613         (j1_test): Likewise.
12614         (lgamma_test): Likewise.
12615         (gamma_test): Likewise.
12616         (sincos_test): Likewise.
12617         (tanh_test): Likewise.
12618         (y0_test): Likewise.
12619         (y1_test): Likewise.
12620         * sysdeps/i386/fpu/libm-test-ulps: Update.
12621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12623 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12625         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12626         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12627         and strcspn-ppc64 objects.
12628         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12629         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12630         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12631         multiarch strcspn for POWER7.
12632         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12633         multiarch strcspn for PPC64.
12634         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12635         ifunc selector.
12636         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12637         strcspn for POWER7.
12639 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12641         * math/gen-libm-test.pl (generate_testfile): Expect only function
12642         name as argument to AUTO_TESTS_* and pass results for all rounding
12643         modes to parse_args.
12644         (parse_auto_input): Separate inputs of automatic tests from
12645         outputs before storing in %auto_tests.
12646         * math/libm-test.inc (acos_test_data): Update call to
12647         AUTO_TESTS_f_f.
12648         (acos_test): Use ALL_RM_TEST.
12649         (acos_tonearest_test_data): Remove.
12650         (acos_test_tonearest): Likewise.
12651         (acos_towardzero_test_data): Likewise.
12652         (acos_test_towardzero): Likewise.
12653         (acos_downward_test_data): Likewise.
12654         (acos_test_downward): Likewise.
12655         (acos_upward_test_data): Likewise.
12656         (acos_test_upward): Likewise.
12657         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12658         (asin_test_data): Likewise.
12659         (asin_test): Use ALL_RM_TEST.
12660         (asin_tonearest_test_data): Remove.
12661         (asin_test_tonearest): Likewise.
12662         (asin_towardzero_test_data): Likewise.
12663         (asin_test_towardzero): Likewise.
12664         (asin_downward_test_data): Likewise.
12665         (asin_test_downward): Likewise.
12666         (asin_upward_test_data): Likewise.
12667         (asin_test_upward): Likewise.
12668         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12669         (atan_test_data): Likewise.
12670         (atanh_test_data): Likewise.
12671         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12672         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12673         (carg_test_data): Likewise.
12674         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12675         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12676         (ccosh_test_data): Likewise.
12677         (cexp_test_data): Likewise.
12678         (clog_test_data): Likewise.
12679         (clog10_test_data): Likewise.
12680         (cos_test_data): Update call to AUTO_TESTS_f_f.
12681         (cos_test): Use ALL_RM_TEST.
12682         (cos_tonearest_test_data): Remove.
12683         (cos_test_tonearest): Likewise.
12684         (cos_towardzero_test_data): Likewise.
12685         (cos_test_towardzero): Likewise.
12686         (cos_downward_test_data): Likewise.
12687         (cos_test_downward): Likewise.
12688         (cos_upward_test_data): Likewise.
12689         (cos_test_upward): Likewise.
12690         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12691         (cosh_test): Use ALL_RM_TEST.
12692         (cosh_tonearest_test_data): Remove.
12693         (cosh_test_tonearest): Likewise.
12694         (cosh_towardzero_test_data): Likewise.
12695         (cosh_test_towardzero): Likewise.
12696         (cosh_downward_test_data): Likewise.
12697         (cosh_test_downward): Likewise.
12698         (cosh_upward_test_data): Likewise.
12699         (cosh_test_upward): Likewise.
12700         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12701         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12702         (ctan_test_data): Likewise.
12703         (ctan_test): Use ALL_RM_TEST.
12704         (ctan_tonearest_test_data): Remove.
12705         (ctan_test_tonearest): Likewise.
12706         (ctan_towardzero_test_data): Likewise.
12707         (ctan_test_towardzero): Likewise.
12708         (ctan_downward_test_data): Likewise.
12709         (ctan_test_downward): Likewise.
12710         (ctan_upward_test_data): Likewise.
12711         (ctan_test_upward): Likewise.
12712         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12713         (ctanh_test): Use ALL_RM_TEST.
12714         (ctanh_tonearest_test_data): Remove.
12715         (ctanh_test_tonearest): Likewise.
12716         (ctanh_towardzero_test_data): Likewise.
12717         (ctanh_test_towardzero): Likewise.
12718         (ctanh_downward_test_data): Likewise.
12719         (ctanh_test_downward): Likewise.
12720         (ctanh_upward_test_data): Likewise.
12721         (ctanh_test_upward): Likewise.
12722         (erf_test_data): Update call to AUTO_TESTS_f_f.
12723         (erfc_test_data): Likewise.
12724         (exp_test_data): Likewise.
12725         (exp_test): Use ALL_RM_TEST.
12726         (exp_tonearest_test_data): Remove.
12727         (exp_test_tonearest): Likewise.
12728         (exp_towardzero_test_data): Likewise.
12729         (exp_test_towardzero): Likewise.
12730         (exp_downward_test_data): Likewise.
12731         (exp_test_downward): Likewise.
12732         (exp_upward_test_data): Likewise.
12733         (exp_test_upward): Likewise.
12734         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12735         (exp10_test): Use ALL_RM_TEST.
12736         (exp10_tonearest_test_data): Remove.
12737         (exp10_test_tonearest): Likewise.
12738         (exp10_towardzero_test_data): Likewise.
12739         (exp10_test_towardzero): Likewise.
12740         (exp10_downward_test_data): Likewise.
12741         (exp10_test_downward): Likewise.
12742         (exp10_upward_test_data): Likewise.
12743         (exp10_test_upward): Likewise.
12744         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12745         (expm1_test_data): Likewise.
12746         (expm1_test): Use ALL_RM_TEST.
12747         (expm1_tonearest_test_data): Remove.
12748         (expm1_test_tonearest): Likewise.
12749         (expm1_towardzero_test_data): Likewise.
12750         (expm1_test_towardzero): Likewise.
12751         (expm1_downward_test_data): Likewise.
12752         (expm1_test_downward): Likewise.
12753         (expm1_upward_test_data): Likewise.
12754         (expm1_test_upward): Likewise.
12755         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12756         (fma_test): Use ALL_RM_TEST.
12757         (fma_towardzero_test_data): Remove.
12758         (fma_test_towardzero): Likewise.
12759         (fma_downward_test_data): Likewise.
12760         (fma_test_downward): Likewise.
12761         (fma_upward_test_data): Likewise.
12762         (fma_test_upward): Likewise.
12763         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12764         (j0_test_data): Update call to AUTO_TESTS_f_f.
12765         (j1_test_data): Likewise.
12766         (jn_test_data): Update call to AUTO_TESTS_if_f.
12767         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12768         (log_test_data): Update call to AUTO_TESTS_f_f.
12769         (log10_test_data): Likewise.
12770         (log1p_test_data): Likewise.
12771         (log2_test_data): Likewise.
12772         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12773         (pow_tonearest_test_data): Likewise.
12774         (sin_test_data): Update call to AUTO_TESTS_f_f.
12775         (sin_test): Use ALL_RM_TEST.
12776         (sin_tonearest_test_data): Remove.
12777         (sin_test_tonearest): Likewise.
12778         (sin_towardzero_test_data): Likewise.
12779         (sin_test_towardzero): Likewise.
12780         (sin_downward_test_data): Likewise.
12781         (sin_test_downward): Likewise.
12782         (sin_upward_test_data): Likewise.
12783         (sin_test_upward): Likewise.
12784         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12785         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12786         (sinh_test): Use ALL_RM_TEST.
12787         (sinh_tonearest_test_data): Remove.
12788         (sinh_test_tonearest): Likewise.
12789         (sinh_towardzero_test_data): Likewise.
12790         (sinh_test_towardzero): Likewise.
12791         (sinh_downward_test_data): Likewise.
12792         (sinh_test_downward): Likewise.
12793         (sinh_upward_test_data): Likewise.
12794         (sinh_test_upward): Likewise.
12795         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12796         (sqrt_test): Use ALL_RM_TEST.
12797         (sqrt_tonearest_test_data): Remove.
12798         (sqrt_test_tonearest): Likewise.
12799         (sqrt_towardzero_test_data): Likewise.
12800         (sqrt_test_towardzero): Likewise.
12801         (sqrt_downward_test_data): Likewise.
12802         (sqrt_test_downward): Likewise.
12803         (sqrt_upward_test_data): Likewise.
12804         (sqrt_test_upward): Likewise.
12805         (tan_test_data): Update call to AUTO_TESTS_f_f.
12806         (tan_test): Use ALL_RM_TEST.
12807         (tan_tonearest_test_data): Remove.
12808         (tan_test_tonearest): Likewise.
12809         (tan_towardzero_test_data): Likewise.
12810         (tan_test_towardzero): Likewise.
12811         (tan_downward_test_data): Likewise.
12812         (tan_test_downward): Likewise.
12813         (tan_upward_test_data): Likewise.
12814         (tan_test_upward): Likewise.
12815         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12816         (tgamma_test_data): Likewise.
12817         (y0_test_data): Likewise.
12818         (y1_test_data): Likewise.
12819         (yn_test_data): Update call to AUTO_TESTS_if_f.
12820         (main): Do not call removed functions.
12822 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12824         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12825         (ldexp_test_data): Remove.
12826         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12827         scalbn_test_data.
12828         (scalb_test): Use ALL_RM_TEST.
12830 2014-03-19  Andreas Schwab  <schwab@suse.de>
12832         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12834 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12836         [BZ #16649]
12837         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12838         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12839         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12840         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12841         (__ASSUME_PREADV): Undefine.
12842         (__ASSUME_PWRITEV): Likewise.
12844 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12846         * bits/mman-linux.h: Add comment about non-Linux use.
12847         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12848         bits/mman-linux.h resting place.
12850         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12851         * bits/mman-linux.h: ... here.
12853 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12855         * conform/conformtest.pl: Add standard definition when calling C
12856         preprocessor on data files.
12857         (checknamespace): Remove unused variable.
12859 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12861         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12862         minus_oflow, plus_uflow and minus_uflow in expected results.
12863         * math/libm-test.inc (scalbn_test_data): Add more tests of
12864         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12865         minus_uflow.
12866         (scalbn_test): Use ALL_RM_TEST.
12867         (scalbln_test_data): Add more tests of negative arguments.  Use
12868         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12869         (scalbln_test): Use ALL_RM_TEST.
12871 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12873         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12875 2014-03-18  Will Newton  <will.newton@linaro.org>
12877         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12878         inaccurate comment.
12880 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12882         * Makerules [!subdir] (check-abi): Exit with error status if a
12883         test failed.
12885 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12887         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12888         for rint.  Include results for all rounding modes.
12889         (nearbyint_test): Use ALL_RM_TEST.
12890         (rint_test_data): Include all tests used for nearbyint.
12892 2014-03-17  Will Newton  <will.newton@linaro.org>
12894         * nptl/sysdeps/pthread/pthread.h: Revert previous
12895         change.
12897         * sysdeps/generic/ldsodefs.h: Revert previous
12898         change.
12900         * libio/genops.c: Revert previous change.
12901         * libio/libioP.h: Likewise.
12902         * stdio-common/vfprintf.c: Likewise.
12904         * sysdeps/generic/math_private.h: Revert previous
12905         change.
12907         * sysdeps/generic/math_private.h: Check whether
12908         HAVE_RM_CTX is defined with #ifdef rather
12909         than #if.
12911         * argp/argp-fmtstream.h: Check whether
12912         __STRICT_ANSI__ is defined with #ifdef rather
12913         than #if.
12914         * argp/argp.h: Likewise.
12916         * libio/genops.c: Check whether
12917         _IO_JUMPS_OFFSET is defined with #ifdef rather
12918         than #if.
12919         * libio/libioP.h: Likewise.
12920         * stdio-common/vfprintf.c: Likewise.
12922         * sysdeps/generic/ldsodefs.h: Check whether
12923         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12924         than #if.
12926         * nptl/sysdeps/pthread/pthread.h: Check
12927         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12928         its value.
12930 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12932         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12933         setting O_APPEND.
12934         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12935         test case.
12937         [BZ #16680]
12938         * libio/fileops.c (_IO_file_open): Seek to end of file but
12939         don't cache the offset.
12940         (get_file_offset): Remove function.
12941         (do_ftell): Use cached offset when available.
12942         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12943         don't cache the offset.
12944         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12945         case.
12946         (do_one_test): Call it.
12947         (do_ftell_test): Fix up expected old offset for a+ mode.
12948         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12949         available.
12951         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12952         up test status with function return status.
12953         (do_write_test): Likewise.
12954         (do_append_test): Likewise.
12956         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12957         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12958         Remove.
12960 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12962         * math/gen-libm-test.pl (parse_args): Handle results specified for
12963         each rounding mode separately.
12964         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12965         tests and results from lrint_tonearest_test_data,
12966         lrint_towardzero_test_data, lrint_downward_test_data and
12967         lrint_upward_test_data.
12968         (lrint_test): Use ALL_RM_TEST.
12969         (lrint_tonearest_test_data): Remove.
12970         (lrint_test_tonearest): Likewise.
12971         (lrint_towardzero_test_data): Likewise.
12972         (lrint_test_towardzero): Likewise.
12973         (lrint_downward_test_data): Likewise.
12974         (lrint_test_downward): Likewise.
12975         (lrint_upward_test_data): Likewise.
12976         (lrint_test_upward): Likewise.
12977         (llrint_test_data): Merge in per-rounding-mode tests and results
12978         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12979         llrint_downward_test_data and llrint_upward_test_data.
12980         (llrint_test): Use ALL_RM_TEST.
12981         (llrint_tonearest_test_data): Remove.
12982         (llrint_test_tonearest): Likewise.
12983         (llrint_towardzero_test_data): Likewise.
12984         (llrint_test_towardzero): Likewise.
12985         (llrint_downward_test_data): Likewise.
12986         (llrint_test_downward): Likewise.
12987         (llrint_upward_test_data): Likewise.
12988         (llrint_test_upward): Likewise.
12989         (rint_test_data): Merge in per-rounding-mode tests and results
12990         from rint_tonearest_test_data, rint_towardzero_test_data,
12991         rint_downward_test_data and rint_upward_test_data.  Add
12992         per-rounding-mode results for tests not in those arrays.
12993         (rint_test): Use ALL_RM_TEST.
12994         (rint_tonearest_test_data): Remove.
12995         (rint_test_tonearest): Likewise.
12996         (rint_towardzero_test_data): Likewise.
12997         (rint_test_towardzero): Likewise.
12998         (rint_downward_test_data): Likewise.
12999         (rint_test_downward): Likewise.
13000         (rint_upward_test_data): Likewise.
13001         (rint_test_upward): Likewise.
13002         (main): Don't call removed functions.
13004 2014-03-14  Roland McGrath  <roland@hack.frob.com>
13006         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
13007         "Compiled on ..." crapola.  It is anti-useful.
13009 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
13011         * scripts/evaluate-test.sh: Handle fourth argument to determine
13012         whether test run should stop on failure.
13013         * Makeconfig (stop-on-test-failure): New variable.
13014         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
13015         $(stop-on-test-failure).
13016         * Makefile (tests): Give a summary of results from testing and
13017         exit with failure status if they include an ERROR or FAIL.
13018         (xtests): Likewise.
13019         * manual/install.texi (Configuring and compiling): Mention
13020         stop-on-test-failure=y.
13021         * INSTALL: Regenerated.
13023 2014-03-14  Roland McGrath  <roland@hack.frob.com>
13025         * scripts/versionlist.awk: New file.
13026         * Makerules [$(build-shared) = yes]
13027         (postclean-generated): Add Versions.def, not Versions.def.v and
13028         Versions.def.v.i.
13029         ($(common-objpfx)Versions.def.v.i): Target removed.
13030         ($(common-objpfx)Versions.def): New target.
13031         ($(common-objpfx)Versions.all): Depend on that rather that
13032         $(common-objpfx)Versions.def.v.
13033         * Versions.def: File removed.
13035         * Makeconfig (+gccwarn): Add -Wundef.
13036         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
13037         a dl-sysdep.h breaking its contract.
13038         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
13039         * include/stackinfo.h: New file.
13040         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
13041         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
13042         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
13043         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
13044         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
13045         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
13046         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13047         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13048         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13049         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13050         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13051         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
13052         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13053         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13054         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
13056 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13058         [BZ #16707]
13059         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
13060         implementation.
13061         * math/libm-test.inc (round_test_data): Add more tests.
13063         [BZ #16706]
13064         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
13065         implementation.
13066         * math/libm-test.inc (nearbyint_test_data): Add more tests.
13068         [BZ #16701]
13069         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
13070         implementation.
13071         * math/libm-test.inc (ceil_test_data): Add more tests.
13073         * math/libm-test.inc (trunc_test_data): Add more tests related to
13074         BZ#16414.
13076 2014-03-14  Roland McGrath  <roland@hack.frob.com>
13078         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
13079         with #if rather than #ifdef.
13080         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
13082 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
13084         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
13085         first.  Disable AVX-512 GCC support if assembler doesn't support
13086         it.
13087         * sysdeps/x86_64/configure: Regenerated.
13089 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
13091         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
13092         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
13093         (__old_pthread_attr_setstack): Likewise.
13094         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
13095         [!_STACK_GROWS_DOWN]: Likewise.
13097 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
13099         * config.make.in (have-bash2): Delete.
13100         * configure.ac (libc_cv_have_bash2): Delete.
13101         * configure: Regenerate.
13102         * elf/Makefile (common-ldd-rewrite): Rename to ...
13103         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
13104         (sh-ldd-rewrite): Delete.
13105         (bash-ldd-rewrite): Delete.
13106         (have-bash2): Delete checks.
13107         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
13108         ldd-rewrite.
13110         * config.make.in (have-ksh): Delete.
13111         (KSH): Delete.
13112         * configure.ac (libc_cv_have_ksh): Delete.
13113         * configure: Regenerate.
13115         * elf/Makefile: Delete $(have-ksh) check.
13116         ($(objpfx)sotruss): Change KSH to BASH.
13117         * elf/sotruss.ksh: Rename to ...
13118         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
13119         function style to match POSIX.  Drop ksh vim mode setting.
13121         * manual/time.texi (Specifying the Time Zone with TZ): Change
13122         Tuesday to Thursday.
13124         * debug/tst-longjmp_chk2.c: Update header comment.
13125         (stackoverflow_handler): Add comment.  Call assert on pass value.
13127 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
13129         [BZ #16194]
13130         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
13131         (HAVE_AVX512_ASM_SUPPORT): Likewise.
13132         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
13133         (La_x86_64_vector): Add zmm.
13134         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
13135         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
13136         ($(objpfx)tst-audit10): New target.
13137         ($(objpfx)tst-audit10.out): Likewise.
13138         (tst-audit10-ENV): New.
13139         (AVX512-CFLAGS): Likewise.
13140         (CFLAGS-tst-audit10.c): Likewise.
13141         (CFLAGS-tst-auditmod10a.c): Likewise.
13142         (CFLAGS-tst-auditmod10b.c): Likewise.
13143         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
13144         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
13145         * sysdeps/x86_64/configure: Regenerated.
13146         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
13147         AVX-512 zmm register support.
13148         (_dl_x86_64_save_sse): Likewise.
13149         (_dl_x86_64_restore_sse): Likewise.
13150         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
13151         size vector registers.
13152         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
13153         (ZMM_SIZE): Likewise.
13154         * sysdeps/x86_64/tst-audit10.c: New file.
13155         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
13156         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
13158 2014-03-13  Roland McGrath  <roland@hack.frob.com>
13160         * configure.ac (HAVE_EHDR_START): New check.
13161         * configure: Regenerated.
13162         * config.h.in (HAVE_EHDR_START): New #undef.
13163         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
13164         assuming the lowest-addressed segment maps the start of the file.
13166 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
13168         * INSTALL: Regenerated.
13170 2014-03-13  Will Newton  <will.newton@linaro.org>
13172         * manual/setjmp.texi (System V contexts): Improve
13173         clarity and grammar of documentation.
13175 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
13177         [BZ #16381]
13178         * elf/Makefile (tests): Add tst-pie2.
13179         (tests-pie): Add tst-pie2.
13180         * elf/tst-pie2.c: New file.
13181         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
13182         for ET_EXEC.
13183         * elf/rtld.c (map_doit): Load executable as lt_executable.
13184         (dl_main): Likewise.
13186 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
13188         [BZ #16642]
13189         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13190         (__ASSUME_PSELECT): Undefine.
13192 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13194         [BZ #16689]
13195         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
13196         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
13197         static build.
13198         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
13199         selector for static builds.
13201 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13203         [BZ #16695]
13204         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
13205         key in the buffer.
13207 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13209         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
13210         IFUNC selector for static builds.
13212 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
13214         * sysdeps/mips/math_private.h [__mips_hard_float]
13215         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
13216         libc_feresetround_mips_ctx.
13217         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
13218         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
13219         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
13221         [BZ #16677]
13222         * math/s_nextafter.c (__nextafter): Do not return value from
13223         overflowing computation.
13224         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
13225         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
13226         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
13227         Likewise.
13228         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
13229         Likewise.
13230         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
13231         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
13233 2014-03-11  Roland McGrath  <roland@hack.frob.com>
13235         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
13236         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
13237         Move sfi_sp use from the load-multiple (that no longer sets sp) to
13238         the new mov targetting sp.
13240 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13242         [BZ #16683]
13243         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
13244         Define it for static builds as well.
13245         (NO_BZERO_IMPL): Likewise.
13247 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13249         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
13250         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
13251         multiarch strspn for PPC64.
13252         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
13253         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
13254         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13255         (__libc_ifunc_impl_list): Likewise.
13256         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
13257         multiarch optimizations
13258         * string/strspn.c (strspn): Using macro to redefine symbol name.
13260 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13261             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13263         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
13264         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
13265         multiarch strncat for PPC64.
13266         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
13267         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
13268         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13269         (__libc_ifunc_impl_list): Likewise.
13270         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
13271         multiarch optimizations
13273 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
13275         [BZ #16639]
13276         * nscd/nscd.service: Make service type forking.
13278 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13280         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
13281         sign in non default rounding modes.
13282         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
13284 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
13286         * math/libm-test.inc (ALL_RM_TEST): New macro.
13287         (ceil_test): Use ALL_RM_TEST.
13288         (cimag_test): Likewise.
13289         (conj_test): Likewise.
13290         (copysign_test): Likewise.
13291         (cproj_test): Likewise.
13292         (creal_test): Likewise.
13293         (fabs_test): Likewise.
13294         (floor_test): Likewise.
13295         (fmax_test): Likewise.
13296         (fmin_test): Likewise.
13297         (fmod_test): Likewise.
13298         (fpclassify_test): Likewise.
13299         (frexp_test): Likewise.
13300         (ilogb_test): Likewise.
13301         (isfinite_test): Likewise.
13302         (finite_test): Likewise.
13303         (isgreater_test): Likewise.
13304         (isgreaterequal_test): Likewise.
13305         (isinf_test): Likewise.
13306         (isless_test): Likewise.
13307         (islessequal_test): Likewise.
13308         (islessgreater_test): Likewise.
13309         (isnan_test): Likewise.
13310         (isnormal_test): Likewise.
13311         (issignaling_test): Likewise.
13312         (isunordered_test): Likewise.
13313         (logb_test): Likewise.
13314         (logb_downward_test_data): Remove.
13315         (logb_test_downward): Likewise.
13316         (lround_test): Use ALL_RM_TEST.
13317         (llround_test): Likewise.
13318         (modf_test): Likewise.
13319         (nexttoward_test): Likewise.
13320         (remainder_test): Likewise.
13321         (drem_test): Likewise.
13322         (remainder_tonearest_test_data): Likewise.
13323         (remainder_test_tonearest): Likewise.
13324         (drem_test_tonearest): Likewise.
13325         (remainder_towardzero_test_data): Likewise.
13326         (remainder_test_towardzero): Likewise.
13327         (drem_test_towardzero): Likewise.
13328         (remainder_downward_test_data): Likewise.
13329         (remainder_test_downward): Likewise.
13330         (drem_test_downward): Likewise.
13331         (remainder_upward_test_data): Likewise.
13332         (remainder_test_upward): Likewise.
13333         (drem_test_upward): Likewise.
13334         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
13335         (round_test): Use ALL_RM_TEST.
13336         (signbit_test): Likewise.
13337         (trunc_test): Likewise.
13338         (significand_test): Likewise.
13339         (main): Don't call removed functions.
13341 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13343         [BZ #16674]
13344         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
13345         || __USE_XOPEN2K8].
13346         (ILL_ILLOPN): Likewise.
13347         (ILL_ILLADR): Likewise.
13348         (ILL_ILLTRP): Likewise.
13349         (ILL_PRVOPC): Likewise.
13350         (ILL_PRVREG): Likewise.
13351         (ILL_COPROC): Likewise.
13352         (ILL_BADSTK): Likewise.
13353         (FPE_INTDIV): Likewise.
13354         (FPE_INTOVF): Likewise.
13355         (FPE_FLTDIV): Likewise.
13356         (FPE_FLTOVF): Likewise.
13357         (FPE_FLTUND): Likewise.
13358         (FPE_FLTRES): Likewise.
13359         (FPE_FLTINV): Likewise.
13360         (FPE_FLTSUB): Likewise.
13361         (SEGV_MAPERR): Likewise.
13362         (SEGV_ACCERR): Likewise.
13363         (BUS_ADRALN): Likewise.
13364         (BUS_ADRERR): Likewise.
13365         (BUS_OBJERR): Likewise.
13366         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13367         (TRAP_TRACE): Likewise.
13368         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13369         __USE_XOPEN2K8].
13370         (CLD_KILLED): Likewise.
13371         (CLD_DUMPED): Likewise.
13372         (CLD_TRAPPED): Likewise.
13373         (CLD_STOPPED): Likewise.
13374         (CLD_CONTINUED): Likewise.
13375         (POLL_IN): Likewise.
13376         (POLL_OUT): Likewise.
13377         (POLL_MSG): Likewise.
13378         (POLL_ERR): Likewise.
13379         (POLL_PRI): Likewise.
13380         (POLL_HUP): Likewise.
13381         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13382         Likewise.
13383         (ILL_ILLOPN): Likewise.
13384         (ILL_ILLADR): Likewise.
13385         (ILL_ILLTRP): Likewise.
13386         (ILL_PRVOPC): Likewise.
13387         (ILL_PRVREG): Likewise.
13388         (ILL_COPROC): Likewise.
13389         (ILL_BADSTK): Likewise.
13390         (FPE_INTDIV): Likewise.
13391         (FPE_INTOVF): Likewise.
13392         (FPE_FLTDIV): Likewise.
13393         (FPE_FLTOVF): Likewise.
13394         (FPE_FLTUND): Likewise.
13395         (FPE_FLTRES): Likewise.
13396         (FPE_FLTINV): Likewise.
13397         (FPE_FLTSUB): Likewise.
13398         (SEGV_MAPERR): Likewise.
13399         (SEGV_ACCERR): Likewise.
13400         (BUS_ADRALN): Likewise.
13401         (BUS_ADRERR): Likewise.
13402         (BUS_OBJERR): Likewise.
13403         (BUS_MCEERR_AR): Likewise.
13404         (BUS_MCEERR_AO): Likewise.
13405         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13406         (TRAP_TRACE): Likewise.
13407         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13408         __USE_XOPEN2K8].
13409         (CLD_KILLED): Likewise.
13410         (CLD_DUMPED): Likewise.
13411         (CLD_TRAPPED): Likewise.
13412         (CLD_STOPPED): Likewise.
13413         (CLD_CONTINUED): Likewise.
13414         (POLL_IN): Likewise.
13415         (POLL_OUT): Likewise.
13416         (POLL_MSG): Likewise.
13417         (POLL_ERR): Likewise.
13418         (POLL_PRI): Likewise.
13419         (POLL_HUP): Likewise.
13420         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13421         (ILL_ILLOPN): Likewise.
13422         (ILL_ILLADR): Likewise.
13423         (ILL_ILLTRP): Likewise.
13424         (ILL_PRVOPC): Likewise.
13425         (ILL_PRVREG): Likewise.
13426         (ILL_COPROC): Likewise.
13427         (ILL_BADSTK): Likewise.
13428         (FPE_INTDIV): Likewise.
13429         (FPE_INTOVF): Likewise.
13430         (FPE_FLTDIV): Likewise.
13431         (FPE_FLTOVF): Likewise.
13432         (FPE_FLTUND): Likewise.
13433         (FPE_FLTRES): Likewise.
13434         (FPE_FLTINV): Likewise.
13435         (FPE_FLTSUB): Likewise.
13436         (SEGV_MAPERR): Likewise.
13437         (SEGV_ACCERR): Likewise.
13438         (BUS_ADRALN): Likewise.
13439         (BUS_ADRERR): Likewise.
13440         (BUS_OBJERR): Likewise.
13441         (BUS_MCEERR_AR): Likewise.
13442         (BUS_MCEERR_AO): Likewise.
13443         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13444         (TRAP_TRACE): Likewise.
13445         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13446         __USE_XOPEN2K8].
13447         (CLD_KILLED): Likewise.
13448         (CLD_DUMPED): Likewise.
13449         (CLD_TRAPPED): Likewise.
13450         (CLD_STOPPED): Likewise.
13451         (CLD_CONTINUED): Likewise.
13452         (POLL_IN): Likewise.
13453         (POLL_OUT): Likewise.
13454         (POLL_MSG): Likewise.
13455         (POLL_ERR): Likewise.
13456         (POLL_PRI): Likewise.
13457         (POLL_HUP): Likewise.
13458         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13459         Likewise.
13460         (ILL_ILLOPN): Likewise.
13461         (ILL_ILLADR): Likewise.
13462         (ILL_ILLTRP): Likewise.
13463         (ILL_PRVOPC): Likewise.
13464         (ILL_PRVREG): Likewise.
13465         (ILL_COPROC): Likewise.
13466         (ILL_BADSTK): Likewise.
13467         (ILL_BADIADDR): Likewise.
13468         (ILL_BREAK): Likewise.
13469         (FPE_INTDIV): Likewise.
13470         (FPE_INTOVF): Likewise.
13471         (FPE_FLTDIV): Likewise.
13472         (FPE_FLTOVF): Likewise.
13473         (FPE_FLTUND): Likewise.
13474         (FPE_FLTRES): Likewise.
13475         (FPE_FLTINV): Likewise.
13476         (FPE_FLTSUB): Likewise.
13477         (FPE_DECOVF): Likewise.
13478         (FPE_DECDIV): Likewise.
13479         (FPE_DECERR): Likewise.
13480         (FPE_INVASC): Likewise.
13481         (FPE_INVDEC): Likewise.
13482         (SEGV_MAPERR): Likewise.
13483         (SEGV_ACCERR): Likewise.
13484         (SEGV_PSTKOVF): Likewise.
13485         (BUS_ADRALN): Likewise.
13486         (BUS_ADRERR): Likewise.
13487         (BUS_OBJERR): Likewise.
13488         (BUS_MCEERR_AR): Likewise.
13489         (BUS_MCEERR_AO): Likewise.
13490         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13491         (TRAP_TRACE): Likewise.
13492         (TRAP_BRANCH): Likewise.
13493         (TRAP_HWBKPT): Likewise.
13494         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13495         __USE_XOPEN2K8].
13496         (CLD_KILLED): Likewise.
13497         (CLD_DUMPED): Likewise.
13498         (CLD_TRAPPED): Likewise.
13499         (CLD_STOPPED): Likewise.
13500         (CLD_CONTINUED): Likewise.
13501         (POLL_IN): Likewise.
13502         (POLL_OUT): Likewise.
13503         (POLL_MSG): Likewise.
13504         (POLL_ERR): Likewise.
13505         (POLL_PRI): Likewise.
13506         (POLL_HUP): Likewise.
13507         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13508         (ILL_ILLOPN): Likewise.
13509         (ILL_ILLADR): Likewise.
13510         (ILL_ILLTRP): Likewise.
13511         (ILL_PRVOPC): Likewise.
13512         (ILL_PRVREG): Likewise.
13513         (ILL_COPROC): Likewise.
13514         (ILL_BADSTK): Likewise.
13515         (FPE_INTDIV): Likewise.
13516         (FPE_INTOVF): Likewise.
13517         (FPE_FLTDIV): Likewise.
13518         (FPE_FLTOVF): Likewise.
13519         (FPE_FLTUND): Likewise.
13520         (FPE_FLTRES): Likewise.
13521         (FPE_FLTINV): Likewise.
13522         (FPE_FLTSUB): Likewise.
13523         (SEGV_MAPERR): Likewise.
13524         (SEGV_ACCERR): Likewise.
13525         (BUS_ADRALN): Likewise.
13526         (BUS_ADRERR): Likewise.
13527         (BUS_OBJERR): Likewise.
13528         (BUS_MCEERR_AR): Likewise.
13529         (BUS_MCEERR_AO): Likewise.
13530         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13531         (TRAP_TRACE): Likewise.
13532         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13533         __USE_XOPEN2K8].
13534         (CLD_KILLED): Likewise.
13535         (CLD_DUMPED): Likewise.
13536         (CLD_TRAPPED): Likewise.
13537         (CLD_STOPPED): Likewise.
13538         (CLD_CONTINUED): Likewise.
13539         (POLL_IN): Likewise.
13540         (POLL_OUT): Likewise.
13541         (POLL_MSG): Likewise.
13542         (POLL_ERR): Likewise.
13543         (POLL_PRI): Likewise.
13544         (POLL_HUP): Likewise.
13545         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13546         (ILL_ILLOPN): Likewise.
13547         (ILL_ILLADR): Likewise.
13548         (ILL_ILLTRP): Likewise.
13549         (ILL_PRVOPC): Likewise.
13550         (ILL_PRVREG): Likewise.
13551         (ILL_COPROC): Likewise.
13552         (ILL_BADSTK): Likewise.
13553         (FPE_INTDIV): Likewise.
13554         (FPE_INTOVF): Likewise.
13555         (FPE_FLTDIV): Likewise.
13556         (FPE_FLTOVF): Likewise.
13557         (FPE_FLTUND): Likewise.
13558         (FPE_FLTRES): Likewise.
13559         (FPE_FLTINV): Likewise.
13560         (FPE_FLTSUB): Likewise.
13561         (SEGV_MAPERR): Likewise.
13562         (SEGV_ACCERR): Likewise.
13563         (BUS_ADRALN): Likewise.
13564         (BUS_ADRERR): Likewise.
13565         (BUS_OBJERR): Likewise.
13566         (BUS_MCEERR_AR): Likewise.
13567         (BUS_MCEERR_AO): Likewise.
13568         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13569         (TRAP_TRACE): Likewise.
13570         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13571         __USE_XOPEN2K8].
13572         (CLD_KILLED): Likewise.
13573         (CLD_DUMPED): Likewise.
13574         (CLD_TRAPPED): Likewise.
13575         (CLD_STOPPED): Likewise.
13576         (CLD_CONTINUED): Likewise.
13577         (POLL_IN): Likewise.
13578         (POLL_OUT): Likewise.
13579         (POLL_MSG): Likewise.
13580         (POLL_ERR): Likewise.
13581         (POLL_PRI): Likewise.
13582         (POLL_HUP): Likewise.
13583         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13584         (ILL_ILLOPN): Likewise.
13585         (ILL_ILLADR): Likewise.
13586         (ILL_ILLTRP): Likewise.
13587         (ILL_PRVOPC): Likewise.
13588         (ILL_PRVREG): Likewise.
13589         (ILL_COPROC): Likewise.
13590         (ILL_BADSTK): Likewise.
13591         (FPE_INTDIV): Likewise.
13592         (FPE_INTOVF): Likewise.
13593         (FPE_FLTDIV): Likewise.
13594         (FPE_FLTOVF): Likewise.
13595         (FPE_FLTUND): Likewise.
13596         (FPE_FLTRES): Likewise.
13597         (FPE_FLTINV): Likewise.
13598         (FPE_FLTSUB): Likewise.
13599         (SEGV_MAPERR): Likewise.
13600         (SEGV_ACCERR): Likewise.
13601         (BUS_ADRALN): Likewise.
13602         (BUS_ADRERR): Likewise.
13603         (BUS_OBJERR): Likewise.
13604         (BUS_MCEERR_AR): Likewise.
13605         (BUS_MCEERR_AO): Likewise.
13606         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13607         (TRAP_TRACE): Likewise.
13608         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13609         __USE_XOPEN2K8].
13610         (CLD_KILLED): Likewise.
13611         (CLD_DUMPED): Likewise.
13612         (CLD_TRAPPED): Likewise.
13613         (CLD_STOPPED): Likewise.
13614         (CLD_CONTINUED): Likewise.
13615         (POLL_IN): Likewise.
13616         (POLL_OUT): Likewise.
13617         (POLL_MSG): Likewise.
13618         (POLL_ERR): Likewise.
13619         (POLL_PRI): Likewise.
13620         (POLL_HUP): Likewise.
13621         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13622         (ILL_ILLOPN): Likewise.
13623         (ILL_ILLADR): Likewise.
13624         (ILL_ILLTRP): Likewise.
13625         (ILL_PRVOPC): Likewise.
13626         (ILL_PRVREG): Likewise.
13627         (ILL_COPROC): Likewise.
13628         (ILL_BADSTK): Likewise.
13629         (ILL_DBLFLT): Likewise.
13630         (ILL_HARDWALL): Likewise.
13631         (FPE_INTDIV): Likewise.
13632         (FPE_INTOVF): Likewise.
13633         (FPE_FLTDIV): Likewise.
13634         (FPE_FLTOVF): Likewise.
13635         (FPE_FLTUND): Likewise.
13636         (FPE_FLTRES): Likewise.
13637         (FPE_FLTINV): Likewise.
13638         (FPE_FLTSUB): Likewise.
13639         (SEGV_MAPERR): Likewise.
13640         (SEGV_ACCERR): Likewise.
13641         (BUS_ADRALN): Likewise.
13642         (BUS_ADRERR): Likewise.
13643         (BUS_OBJERR): Likewise.
13644         (BUS_MCEERR_AR): Likewise.
13645         (BUS_MCEERR_AO): Likewise.
13646         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13647         (TRAP_TRACE): Likewise.
13648         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13649         __USE_XOPEN2K8].
13650         (CLD_KILLED): Likewise.
13651         (CLD_DUMPED): Likewise.
13652         (CLD_TRAPPED): Likewise.
13653         (CLD_STOPPED): Likewise.
13654         (CLD_CONTINUED): Likewise.
13655         (POLL_IN): Likewise.
13656         (POLL_OUT): Likewise.
13657         (POLL_MSG): Likewise.
13658         (POLL_ERR): Likewise.
13659         (POLL_PRI): Likewise.
13660         (POLL_HUP): Likewise.
13661         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13662         (ILL_ILLOPN): Likewise.
13663         (ILL_ILLADR): Likewise.
13664         (ILL_ILLTRP): Likewise.
13665         (ILL_PRVOPC): Likewise.
13666         (ILL_PRVREG): Likewise.
13667         (ILL_COPROC): Likewise.
13668         (ILL_BADSTK): Likewise.
13669         (FPE_INTDIV): Likewise.
13670         (FPE_INTOVF): Likewise.
13671         (FPE_FLTDIV): Likewise.
13672         (FPE_FLTOVF): Likewise.
13673         (FPE_FLTUND): Likewise.
13674         (FPE_FLTRES): Likewise.
13675         (FPE_FLTINV): Likewise.
13676         (FPE_FLTSUB): Likewise.
13677         (SEGV_MAPERR): Likewise.
13678         (SEGV_ACCERR): Likewise.
13679         (BUS_ADRALN): Likewise.
13680         (BUS_ADRERR): Likewise.
13681         (BUS_OBJERR): Likewise.
13682         (BUS_MCEERR_AR): Likewise.
13683         (BUS_MCEERR_AO): Likewise.
13684         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13685         (TRAP_TRACE): Likewise.
13686         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13687         __USE_XOPEN2K8].
13688         (CLD_KILLED): Likewise.
13689         (CLD_DUMPED): Likewise.
13690         (CLD_TRAPPED): Likewise.
13691         (CLD_STOPPED): Likewise.
13692         (CLD_CONTINUED): Likewise.
13693         (POLL_IN): Likewise.
13694         (POLL_OUT): Likewise.
13695         (POLL_MSG): Likewise.
13696         (POLL_ERR): Likewise.
13697         (POLL_PRI): Likewise.
13698         (POLL_HUP): Likewise.
13699         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13700         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13702         [BZ #16670]
13703         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13704         before #include of <time.h>.
13705         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13706         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13707         (test-xfail-UNIX98/sched.h/conform): Likewise.
13709 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13711         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13712         error absence of trapping exception support.
13713         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13715 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13717         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13718         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13719         * timezone/Makefile (testdata): Move definition above include of
13720         Rules.
13721         (test-zones): New variable.
13722         (tests-special): Add zone files.
13723         (build-testdata): Use $(evaluate-test).
13725         * elf/Makefile (tests-special): Rename tests to end with .out.
13726         ($(objpfx)noload-mem): Likewise.
13727         ($(objpfx)tst-leaks1-mem): Likewise.
13728         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13729         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13730         $(objpfx)test-iconvconfig.out.
13731         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13732         set -e inside subshell and redirect output to file.
13733         * iconvdata/Makefile (generated): Rename tests to end with .out.
13734         Correct type.
13735         (tests-special): Rename tests to end with .out.
13736         ($(objpfx)mtrace-tst-loading): Likewise.
13737         * intl/Makefile (generated): Likewise.
13738         (tests-special): Likewise.
13739         ($(objpfx)mtrace-tst-gettext): Likewise.
13740         * misc/Makefile (generated): Likewise.
13741         (tests-special): Likewise.
13742         ($(objpfx)tst-error1-mem): Likewise.
13743         * nptl/Makefile (tests-special): Likewise.
13744         ($(objpfx)tst-stack3-mem): Likewise.
13745         (generated): Likewise.
13746         * posix/Makefile (generated): Likewise.
13747         (tests-special): Likewise.
13748         (xtests-special): Likewise.
13749         ($(objpfx)tst-fnmatch-mem): Likewise.
13750         ($(objpfx)bug-regex2-mem): Likewise.
13751         ($(objpfx)bug-regex14-mem): Likewise.
13752         ($(objpfx)bug-regex21-mem): Likewise.
13753         ($(objpfx)bug-regex31-mem): Likewise.
13754         ($(objpfx)tst-vfork3-mem): Likewise.
13755         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13756         ($(objpfx)tst-pcre-mem): Likewise.
13757         ($(objpfx)tst-boost-mem): Likewise.
13758         ($(objpfx)bug-ga2-mem): Likewise.
13759         ($(objpfx)bug-glob2-mem): Likewise.
13760         * resolv/Makefile (generate): Likewise.
13761         (tests-special): Likewise.
13762         (xtests-special): Likewise.
13763         (generated): Likewise.
13764         ($(objpfx)mtrace-tst-leaks): Likewise.
13765         ($(objpfx)mtrace-tst-leaks2): Likewise.
13767         * scripts/merge-test-results.sh: New file.
13768         * Makefile (tests-special-notdir): New variable.
13769         (tests): Run merge-test-results.sh.
13770         (xtests): Likewise.
13771         * Rules (tests-special-notdir): New variable.
13772         (xtests-special-notdir): Likewise.
13773         (tests): Run merge-test-results.sh
13774         (xtests): Likewise.
13776         * Makeconfig (test-xfail-name): New variable.
13777         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13778         compute variable name for expected failures.
13779         * conform/Makefile (conformtest-headers-data): New variable.
13780         (conformtest-standards): Likewise.
13781         (conformtest-headers-ISO): Likewise.
13782         (conformtest-headers-ISO99): Likewise.
13783         (conformtest-headers-ISO11): Likewise.
13784         (conformtest-headers-POSIX): Likewise.
13785         (conformtest-headers-XPG3): Likewise.
13786         (conformtest-headers-XPG4): Likewise.
13787         (conformtest-headers-UNIX98): Likewise.
13788         (conformtest-headers-XOPEN2K): Likewise.
13789         (conformtest-headers-POSIX2008): Likewise.
13790         (conformtest-headers-XOPEN2K8): Likewise.
13791         (conformtest-header-list-base): Likewise.
13792         (conformtest-header-list-tests): Likewise.
13793         (conformtest-header-base): Likewise.
13794         (conformtest-header-tests): Likewise.
13795         (tests-special): Add $(conformtest-header-list-tests).  If
13796         [$(fast-check) && !$(cross-compiling)], add
13797         $(conformtest-header-tests) instead of
13798         $(objpfx)run-conformtest.out.
13799         (generated): Add $(conformtest-header-list-base).  If
13800         [$(fast-check) && !$(cross-compiling)], add
13801         $(conformtest-header-base).  Remove previous setting.
13802         ($(conformtest-header-list-tests)): New target.
13803         (test-xfail-run-conformtest): Remove variable.
13804         ($(objpfx)run-conformtest.out): Remove target.
13805         (test-xfail-ISO11/complex.h/conform): New variable.
13806         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13807         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13808         (test-xfail-XPG3/varargs.h/conform): Likewise.
13809         (test-xfail-XPG4/varargs.h/conform): Likewise.
13810         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13811         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13812         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13813         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13814         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13815         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13816         (test-xfail-XPG3/ftw.h/conform): Likewise.
13817         (test-xfail-XPG3/grp.h/conform): Likewise.
13818         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13819         (test-xfail-XPG3/limits.h/conform): Likewise.
13820         (test-xfail-XPG3/pwd.h/conform): Likewise.
13821         (test-xfail-XPG3/search.h/conform): Likewise.
13822         (test-xfail-XPG3/signal.h/conform): Likewise.
13823         (test-xfail-XPG3/stdio.h/conform): Likewise.
13824         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13825         (test-xfail-XPG3/string.h/conform): Likewise.
13826         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13827         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13828         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13829         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13830         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13831         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13832         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13833         (test-xfail-XPG3/termios.h/conform): Likewise.
13834         (test-xfail-XPG3/time.h/conform): Likewise.
13835         (test-xfail-XPG3/unistd.h/conform): Likewise.
13836         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13837         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13838         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13839         (test-xfail-XPG4/netdb.h/conform): Likewise.
13840         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13841         (test-xfail-XPG4/signal.h/conform): Likewise.
13842         (test-xfail-XPG4/stdio.h/conform): Likewise.
13843         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13844         (test-xfail-XPG4/stropts.h/conform): Likewise.
13845         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13846         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13847         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13848         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13849         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13850         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13851         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13852         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13853         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13854         (test-xfail-XPG4/termios.h/conform): Likewise.
13855         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13856         (test-xfail-XPG4/unistd.h/conform): Likewise.
13857         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13858         (test-xfail-POSIX/sched.h/conform): Likewise.
13859         (test-xfail-POSIX/signal.h/conform): Likewise.
13860         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13861         (test-xfail-POSIX/tar.h/conform): Likewise.
13862         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13863         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13864         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13865         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13866         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13867         (test-xfail-UNIX98/sched.h/conform): Likewise.
13868         (test-xfail-UNIX98/signal.h/conform): Likewise.
13869         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13870         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13871         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13872         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13873         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13874         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13875         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13876         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13877         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13878         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13879         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13880         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13881         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13882         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13883         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13884         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13885         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13886         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13887         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13888         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13889         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13890         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13891         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13892         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13893         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13894         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13895         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13896         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13897         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13898         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13899         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13900         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13901         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13902         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13903         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13904         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13905         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13906         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13907         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13908         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13909         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13910         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13911         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13912         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13913         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13914         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13915         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13916         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13917         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13918         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13919         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13920         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13921         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13922         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13923         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13924         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13925         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13926         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13927         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13928         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13929         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13930         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13931         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13932         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13933         (conformtest-cc-flags): Likewise.
13934         ($(conformtest-header-tests): New target.
13935         * conform/check-header-lists.sh: New file.
13936         * conform/run-conformtest.sh: Remove.
13938         * conform/conformtest.pl: Allow ' and \ in values given for
13939         constants.
13940         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13941         inclusion.
13942         [POSIX] (sys/types.h): Likewise.
13943         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13944         inclusion.
13945         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13946         inclusion.
13947         * conform/data/signal.h-data (SIGIO): Remove expectation.
13948         [XPG3] (SIGBUS): Do not expect.
13949         [POSIX || XPG3] (SIGPOLL): Likewise.
13950         [POSIX || XPG3] (SIGPROF): Likewise.
13951         [POSIX || XPG3] (SIGSYS): Likewise.
13952         [XPG3] (SIGTRAP): Likewise.
13953         [POSIX || XPG3] (SIGURG): Likewise.
13954         [POSIX || XPG3] (SIGVTALRM): Likewise.
13955         [POSIX || XPG3] (SIGXCPU): Likewise.
13956         [POSIX || XPG3] (SIGXFSZ): Likewise.
13957         [POSIX] (SA_SIGINFO): Expect.
13958         [XPG3] (siginfo_t): Do not expect type or contents.
13959         [POSIX] (si_pid): Do not expect element.
13960         [POSIX] (si_uid): Likewise.
13961         [POSIX] (si_addr): Likewise.
13962         [POSIX] (si_status): Likewise.
13963         [POSIX] (si_band): Likewise.
13964         [XPG4] (si_value): Likewise.
13965         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13966         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13967         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13968         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13969         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13970         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13971         [POSIX || XPG3] (ILL_COPROC): Likewise.
13972         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13973         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13974         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13975         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13976         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13977         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13978         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13979         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13980         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13981         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13982         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13983         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13984         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13985         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13986         [POSIX || XPG3] (CLD_EXITED): Likewise.
13987         [POSIX || XPG3] (CLD_KILLED): Likewise.
13988         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13989         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13990         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13991         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13992         [POSIX || XPG3] (POLL_IN): Likewise.
13993         [POSIX || XPG3] (POLL_OUT): Likewise.
13994         [POSIX || XPG3] (POLL_MSG): Likewise.
13995         [POSIX || XPG3] (POLL_ERR): Likewise.
13996         [POSIX || XPG3] (POLL_PRI): Likewise.
13997         [POSIX || XPG3] (POLL_HUP): Likewise.
13998         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13999         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
14000         (SIG*): Do not allow.
14001         [XPG3] (si_*): Likewise.
14002         [XPG3] (SI_*): Likewise.
14003         [XPG3 || XPG4] (sigev_*): Likewise.
14004         [XPG3 || XPG4] (SIGEV_*): Likewise.
14005         [XPG3 || XPG4] (sival_*): Likewise.
14006         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
14007         [POSIX || XPG3] (BUS_*): Likewise.
14008         [POSIX || XPG3] (CLD_*): Likewise.
14009         [POSIX || XPG3] (FPE_*): Likewise.
14010         [POSIX || XPG3] (ILL_*): Likewise.
14011         [POSIX || XPG3] (POLL_*): Likewise.
14012         [POSIX || XPG3] (SEGV_*): Likewise.
14013         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
14014         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
14015         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
14016         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
14017         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
14018         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
14019         Specify type and value.
14020         (TVERSLEN): Likewise.
14021         (REGTYPE): Likewise.
14022         (AREGTYPE): Likewise.
14023         (LNKTYPE): Likewise.
14024         (SYMTYPE): Likewise.
14025         (CHRTYPE): Likewise.
14026         (BLKTYPE): Likewise.
14027         (DIRTYPE): Likewise.
14028         (FIFOTYPE): Likewise.
14029         (CONTTYPE): Likewise.
14030         (TSUID): Likewise.
14031         (TSGID): Likewise.
14032         (TSVTX): Likewise.
14033         (TUREAD): Likewise.
14034         (TUWRITE): Likewise.
14035         (TUEXEC): Likewise.
14036         (TGREAD): Likewise.
14037         (TGWRITE): Likewise.
14038         (TGEXEC): Likewise.
14039         (TOREAD): Likewise.
14040         (TOWRITE): Likewise.
14041         (TOEXEC): Likewise.
14042         [POSIX] (TSVTX): Expect constant.
14044 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
14046         * Makefile (tests): Change dependencies to ....
14047         (tests-special): ... additions to this variable.
14048         (tests): Depend on $(tests-special).
14049         * Makerules (check-abi-list): New variable.
14050         (check-abi): Depend on $(check-abi-list).
14051         [$(subdir) = elf] (tests-special): Add
14052         $(objpfx)check-abi-libc.out.
14053         [$(build-shared) = yes && subdir] (tests-special): Add
14054         $(check-abi-list).
14055         [$(build-shared) = yes && subdir] (tests): Do not depend on
14056         check-abi.
14057         * Rules (tests): Depend on $(tests-special).
14058         (xtests): Depend on $(xtests-special).
14059         * catgets/Makefile (tests): Change dependencies to ....
14060         (tests-special): ... additions to this variable.
14061         * conform/Makefile (tests): Change dependencies to ....
14062         (tests-special): ... additions to this variable.
14063         * elf/Makefile (tests): Change dependencies to ....
14064         (tests-special): ... additions to this variable.
14065         * grp/Makefile (tests): Change dependencies to ....
14066         (tests-special): ... additions to this variable.
14067         * iconv/Makefile (xtests): Change dependencies to ....
14068         (xtests-special): ... additions to this variable.
14069         * iconvdata/Makefile (tests): Change dependencies to ....
14070         (tests-special): ... additions to this variable.
14071         * intl/Makefile (tests): Change dependencies to ....
14072         (tests-special): ... additions to this variable.  Also add
14073         $(objpfx)tst-gettext.out.
14074         * io/Makefile (tests): Change dependencies to ....
14075         (tests-special): ... additions to this variable.
14076         * libio/Makefile (tests): Change dependencies to ....
14077         (tests-special): ... additions to this variable.
14078         * malloc/Makefile (tests): Change dependencies to ....
14079         (tests-special): ... additions to this variable.
14080         * misc/Makefile (tests): Change dependencies to ....
14081         (tests-special): ... additions to this variable.
14082         * nptl/Makefile (tests): Change dependencies to ....
14083         (tests-special): ... additions to this variable.
14084         * nptl_db/Makefile (tests): Change dependencies to ....
14085         (tests-special): ... additions to this variable.
14086         * posix/Makefile (tests): Change dependencies to ....
14087         (tests-special): ... additions to this variable.
14088         (xtests): Change dependencies to ....
14089         (xtests-special): ... additions to this variable.
14090         * resolv/Makefile (tests): Change dependencies to ....
14091         (tests-special): ... additions to this variable.
14092         (xtests): Change dependencies to ....
14093         (xtests-special): ... additions to this variable.
14094         * stdio-common/Makefile (tests): Change dependencies to ....
14095         (tests-special): ... additions to this variable.
14096         (do-tst-unbputc): Remove target.
14097         (do-tst-printf): Likewise.
14098         * stdlib/Makefile (tests): Change dependencies to ....
14099         (tests-special): ... additions to this variable.
14100         * string/Makefile (tests): Change dependencies to ....
14101         (tests-special): ... additions to this variable.
14102         * sysdeps/x86/Makefile (tests): Change dependencies to ....
14103         (tests-special): ... additions to this variable.
14105         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
14106         whole file.
14107         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
14108         whole file.
14109         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
14110         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
14112         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
14113         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
14114         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
14115         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
14116         * conform/data/libgen.h-data [XPG3]: Likewise.
14117         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
14118         * conform/data/ndbm.h-data [XPG3]: Likewise.
14119         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
14120         * conform/data/netdb.h-data [XPG3]: Likewise.
14121         * conform/data/netinet/in.h-data [XPG3]: Likewise.
14122         * conform/data/poll.h-data [XPG3]: Likewise.
14123         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
14124         * conform/data/strings.h-data [XPG3]: Likewise.
14125         * conform/data/stropts.h-data [XPG3]: Likewise.
14126         * conform/data/sys/mman.h-data [XPG3]: Likewise.
14127         * conform/data/sys/resource.h-data [XPG3]: Likewise.
14128         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
14129         Likewise.
14130         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
14131         * conform/data/sys/time.h-data [XPG3]: Likewise.
14132         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
14133         * conform/data/sys/uio.h-data [XPG3]: Likewise.
14134         * conform/data/sys/un.h-data [XPG3]: Likewise.
14135         * conform/data/syslog.h-data [XPG3]: Likewise.
14136         * conform/data/ucontext.h-data [XPG3]: Likewise.
14137         * conform/data/utmpx.h-data [XPG3]: Likewise.
14138         * conform/data/varargs.h-data [UNIX98]: Enable file.
14140         * manual/Makefile (INSTALL_INFO): Remove variable setting.
14142         * math/libm-test.inc (struct test_f_f_data): Move expected results
14143         into structure for each rounding mode.
14144         (struct test_ff_f_data): Likewise.
14145         (struct test_ff_f_data_nexttoward): Likewise.
14146         (struct test_fi_f_data): Likewise.
14147         (struct test_fl_f_data): Likewise.
14148         (struct test_if_f_data): Likewise.
14149         (struct test_fff_f_data): Likewise.
14150         (struct test_c_f_data): Likewise.
14151         (struct test_f_f1_data): Likewise.
14152         (struct test_fF_f1_data): Likewise.
14153         (struct test_ffI_f1_data): Likewise.
14154         (struct test_c_c_data): Likewise.
14155         (struct test_cc_c_data): Likewise.
14156         (struct test_f_i_data): Likewise.
14157         (struct test_ff_i_data): Likewise.
14158         (struct test_f_l_data): Likewise.
14159         (struct test_f_L_data): Likewise.
14160         (struct test_fFF_11_data): Likewise.
14161         (RM_): New macro.
14162         (RM_FE_DOWNWARD): Likewise.
14163         (RM_FE_TONEAREST): Likewise.
14164         (RM_FE_TOWARDZERO): Likewise.
14165         (RM_FE_UPWARD): Likewise.
14166         (RUN_TEST_LOOP_f_f): Update references to expected results.
14167         (RUN_TEST_LOOP_2_f): Likewise.
14168         (RUN_TEST_LOOP_fff_f): Likewise.
14169         (RUN_TEST_LOOP_c_f): Likewise.
14170         (RUN_TEST_LOOP_f_f1): Likewise.
14171         (RUN_TEST_LOOP_fF_f1): Likewise.
14172         (RUN_TEST_LOOP_fI_f1): Likewise.
14173         (RUN_TEST_LOOP_ffI_f1): Likewise.
14174         (RUN_TEST_LOOP_c_c): Likewise.
14175         (RUN_TEST_LOOP_cc_c): Likewise.
14176         (RUN_TEST_LOOP_f_i): Likewise.
14177         (RUN_TEST_LOOP_f_i_tg): Likewise.
14178         (RUN_TEST_LOOP_ff_i_tg): Likewise.
14179         (RUN_TEST_LOOP_f_b): Likewise.
14180         (RUN_TEST_LOOP_f_b_tg): Likewise.
14181         (RUN_TEST_LOOP_f_l): Likewise.
14182         (RUN_TEST_LOOP_f_L): Likewise.
14183         (RUN_TEST_LOOP_fFF_11): Likewise.
14184         * math/gen-libm-test.pl (parse_args): Output four copies of
14185         expected results for each test.
14187         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14188         (__ASSUME_UTIMES): Remove.
14189         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14190         (__ASSUME_UTIMES): Likewise.
14192         * math/gen-auto-libm-tests.c: Update comment on output format.
14193         (output_for_one_input_case): Generate before-rounding and
14194         after-rounding information as conditions on output flags not
14195         floating-point format.
14196         * math/auto-libm-test-out: Regenerated.
14197         * math/gen-libm-test.pl (cond_value): New function.
14198         (or_cond_value): Use cond_value.
14199         (generate_testfile): Handle conditional exceptions.
14201 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
14203         * math/libm-test.inc (max_valid_error): New variable.
14204         (init_max_error): Take new argument specifying whether function
14205         results are exactly determined.  Set max_valid_error and bound
14206         other variables for errors based on this argument.
14207         (set_max_error): Do not record results above max_valid_error.
14208         (check_float_internal): Only accept errors of up to 0.5ulps if
14209         also at most max_valid_error.
14210         (START): Take new argument EXACT and pass it to init_max_error.
14211         (acos_test): Update call to START.
14212         (acos_test_tonearest): Likewise.
14213         (acos_test_towardzero): Likewise.
14214         (acos_test_downward): Likewise.
14215         (acos_test_upward): Likewise.
14216         (acosh_test): Likewise.
14217         (asin_test): Likewise.
14218         (asin_test_tonearest): Likewise.
14219         (asin_test_towardzero): Likewise.
14220         (asin_test_downward): Likewise.
14221         (asin_test_upward): Likewise.
14222         (asinh_test): Likewise.
14223         (atan_test): Likewise.
14224         (atanh_test): Likewise.
14225         (atan2_test): Likewise.
14226         (cabs_test): Likewise.
14227         (cacos_test): Likewise.
14228         (cacosh_test): Likewise.
14229         (carg_test): Likewise.
14230         (casin_test): Likewise.
14231         (casinh_test): Likewise.
14232         (catan_test): Likewise.
14233         (catanh_test): Likewise.
14234         (cbrt_test): Likewise.
14235         (ccos_test): Likewise.
14236         (ccosh_test): Likewise.
14237         (ceil_test): Likewise.
14238         (cexp_test): Likewise.
14239         (cimag_test): Likewise.
14240         (clog_test): Likewise.
14241         (clog10_test): Likewise.
14242         (conj_test): Likewise.
14243         (copysign_test): Likewise.
14244         (cos_test): Likewise.
14245         (cos_test_tonearest): Likewise.
14246         (cos_test_towardzero): Likewise.
14247         (cos_test_downward): Likewise.
14248         (cos_test_upward): Likewise.
14249         (cosh_test): Likewise.
14250         (cosh_test_tonearest): Likewise.
14251         (cosh_test_towardzero): Likewise.
14252         (cosh_test_downward): Likewise.
14253         (cosh_test_upward): Likewise.
14254         (cpow_test): Likewise.
14255         (cproj_test): Likewise.
14256         (creal_test): Likewise.
14257         (csin_test): Likewise.
14258         (csinh_test): Likewise.
14259         (csqrt_test): Likewise.
14260         (ctan_test): Likewise.
14261         (ctan_test_tonearest): Likewise.
14262         (ctan_test_towardzero): Likewise.
14263         (ctan_test_downward): Likewise.
14264         (ctan_test_upward): Likewise.
14265         (ctanh_test): Likewise.
14266         (ctanh_test_tonearest): Likewise.
14267         (ctanh_test_towardzero): Likewise.
14268         (ctanh_test_downward): Likewise.
14269         (ctanh_test_upward): Likewise.
14270         (erf_test): Likewise.
14271         (erfc_test): Likewise.
14272         (exp_test): Likewise.
14273         (exp_test_tonearest): Likewise.
14274         (exp_test_towardzero): Likewise.
14275         (exp_test_downward): Likewise.
14276         (exp_test_upward): Likewise.
14277         (exp10_test): Likewise.
14278         (exp10_test_tonearest): Likewise.
14279         (exp10_test_towardzero): Likewise.
14280         (exp10_test_downward): Likewise.
14281         (exp10_test_upward): Likewise.
14282         (pow10_test): Likewise.
14283         (exp2_test): Likewise.
14284         (expm1_test): Likewise.
14285         (expm1_test_tonearest): Likewise.
14286         (expm1_test_towardzero): Likewise.
14287         (expm1_test_downward): Likewise.
14288         (expm1_test_upward): Likewise.
14289         (fabs_test): Likewise.
14290         (fdim_test): Likewise.
14291         (floor_test): Likewise.
14292         (fma_test): Likewise.
14293         (fma_test_towardzero): Likewise.
14294         (fma_test_downward): Likewise.
14295         (fma_test_upward): Likewise.
14296         (fmax_test): Likewise.
14297         (fmin_test): Likewise.
14298         (fmod_test): Likewise.
14299         (fpclassify_test): Likewise.
14300         (frexp_test): Likewise.
14301         (hypot_test): Likewise.
14302         (ilogb_test): Likewise.
14303         (isfinite_test): Likewise.
14304         (finite_test): Likewise.
14305         (isgreater_test): Likewise.
14306         (isgreaterequal_test): Likewise.
14307         (isinf_test): Likewise.
14308         (isless_test): Likewise.
14309         (islessequal_test): Likewise.
14310         (islessgreater_test): Likewise.
14311         (isnan_test): Likewise.
14312         (isnormal_test): Likewise.
14313         (issignaling_test): Likewise.
14314         (isunordered_test): Likewise.
14315         (j0_test): Likewise.
14316         (j1_test): Likewise.
14317         (jn_test): Likewise.
14318         (ldexp_test): Likewise.
14319         (lgamma_test): Likewise.
14320         (gamma_test): Likewise.
14321         (lrint_test): Likewise.
14322         (lrint_test_tonearest): Likewise.
14323         (lrint_test_towardzero): Likewise.
14324         (lrint_test_downward): Likewise.
14325         (lrint_test_upward): Likewise.
14326         (llrint_test): Likewise.
14327         (llrint_test_tonearest): Likewise.
14328         (llrint_test_towardzero): Likewise.
14329         (llrint_test_downward): Likewise.
14330         (llrint_test_upward): Likewise.
14331         (log_test): Likewise.
14332         (log10_test): Likewise.
14333         (log1p_test): Likewise.
14334         (log2_test): Likewise.
14335         (logb_test): Likewise.
14336         (logb_test_downward): Likewise.
14337         (lround_test): Likewise.
14338         (llround_test): Likewise.
14339         (modf_test): Likewise.
14340         (nearbyint_test): Likewise.
14341         (nextafter_test): Likewise.
14342         (nexttoward_test): Likewise.
14343         (pow_test): Likewise.
14344         (pow_test_tonearest): Likewise.
14345         (pow_test_towardzero): Likewise.
14346         (pow_test_downward): Likewise.
14347         (pow_test_upward): Likewise.
14348         (remainder_test): Likewise.
14349         (drem_test): Likewise.
14350         (remainder_test_tonearest): Likewise.
14351         (drem_test_tonearest): Likewise.
14352         (remainder_test_towardzero): Likewise.
14353         (drem_test_towardzero): Likewise.
14354         (remainder_test_downward): Likewise.
14355         (drem_test_downward): Likewise.
14356         (remainder_test_upward): Likewise.
14357         (drem_test_upward): Likewise.
14358         (remquo_test): Likewise.
14359         (rint_test): Likewise.
14360         (rint_test_tonearest): Likewise.
14361         (rint_test_towardzero): Likewise.
14362         (rint_test_downward): Likewise.
14363         (rint_test_upward): Likewise.
14364         (round_test): Likewise.
14365         (scalb_test): Likewise.
14366         (scalbn_test): Likewise.
14367         (scalbln_test): Likewise.
14368         (signbit_test): Likewise.
14369         (sin_test): Likewise.
14370         (sin_test_tonearest): Likewise.
14371         (sin_test_towardzero): Likewise.
14372         (sin_test_downward): Likewise.
14373         (sin_test_upward): Likewise.
14374         (sincos_test): Likewise.
14375         (sinh_test): Likewise.
14376         (sinh_test_tonearest): Likewise.
14377         (sinh_test_towardzero): Likewise.
14378         (sinh_test_downward): Likewise.
14379         (sinh_test_upward): Likewise.
14380         (sqrt_test): Likewise.
14381         (sqrt_test_tonearest): Likewise.
14382         (sqrt_test_towardzero): Likewise.
14383         (sqrt_test_downward): Likewise.
14384         (sqrt_test_upward): Likewise.
14385         (tan_test): Likewise.
14386         (tan_test_tonearest): Likewise.
14387         (tan_test_towardzero): Likewise.
14388         (tan_test_downward): Likewise.
14389         (tan_test_upward): Likewise.
14390         (tanh_test): Likewise.
14391         (tgamma_test): Likewise.
14392         (trunc_test): Likewise.
14393         (y0_test): Likewise.
14394         (y1_test): Likewise.
14395         (yn_test): Likewise.
14396         (significand_test): Likewise.
14398         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14399         individual tests in comment.
14400         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14401         (prev_max_error): New variable.
14402         (prev_real_max_error): Likewise.
14403         (prev_imag_max_error): Likewise.
14404         (compare_ulp_data): Don't refer to test names in comment.
14405         (find_test_ulps): Remove function.
14406         (find_function_ulps): Likewise.
14407         (find_complex_function_ulps): Likewise.
14408         (init_max_error): Take function name as argument.  Look up ulps
14409         for that function.
14410         (print_ulps): Remove function.
14411         (print_max_error): Use prev_max_error instead of calling
14412         find_function_ulps.
14413         (print_complex_max_error): Use prev_real_max_error and
14414         prev_imag_max_error instead of calling find_complex_function_ulps.
14415         (check_float_internal): Take max_ulp parameter instead of calling
14416         find_test_ulps.  Don't call print_ulps.
14417         (check_float): Update call to check_float_internal.
14418         (check_complex): Update calls to check_float_internal.
14419         (START): Pass argument to init_max_error.
14420         * math/gen-libm-test.pl (%results): Don't include "kind"
14421         information.
14422         (parse_ulps): Don't handle ulps of individual tests.
14423         (print_ulps_file): Likewise.
14424         (output_ulps): Likewise.
14425         * math/README.libm-test: Update.
14426         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14427         individual tests.
14428         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14429         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14430         * sysdeps/arm/libm-test-ulps: Likewise.
14431         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14432         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14433         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14434         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14435         * sysdeps/microblaze/libm-test-ulps: Likewise.
14436         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14437         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14438         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14439         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14440         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14441         * sysdeps/sh/libm-test-ulps: Likewise.
14442         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14443         * sysdeps/tile/libm-test-ulps: Likewise.
14444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14446 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14448         * math/libm-test.inc (print_complex_max_error): Check separately
14449         whether real and imaginary errors are within allowed range and
14450         pass 0 to print_complex_function_ulps instead of value within
14451         allowed range.
14453 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14455         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14456         formatting.
14457         (get_handles_fopen): Likewise.
14458         (do_write_test): Likewise.
14460         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14462         * libio/fileops.c (do_ftell): Use cached offset when
14463         available.
14464         * libio/iofwide.c (do_ftell_wide): Likewise.
14465         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14466         _IO_file_attach.
14467         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14469         [BZ #16532]
14470         * libio/libioP.h (get_file_offset): New function.
14471         * libio/fileops.c (get_file_offset): Likewise.
14472         (do_ftell): Likewise.
14473         (_IO_new_file_seekoff): Split out ftell logic.
14474         * libio/wfileops.c (do_ftell_wide): Likewise.
14475         (_IO_wfile_seekoff): Split out ftell logic.
14476         * libio/tst-ftell-active-handler.c: New test case.
14477         * libio/Makefile (tests): Add it.
14479 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14481         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14482         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14484 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14486         [BZ #16639]
14487         * nscd/connections.c (nscd_init): Call do_exit.
14488         (start_threads): Call do_exit and notify_parent.
14489         (begin_drop_privileges): Call do_exit.
14490         (finish_drop_privileges): Likewise.
14491         * nscd/selinux.c (preserve_capabilities): Likewise.
14492         (install_real_capabilities): Likewise.
14493         (nscd_selinux_enabled): Likewise.
14494         (avc_create_thread): Likewise.
14495         (avc_alloc_lock): Likewise.
14496         (nscd_avc_init): Likewise.
14497         * nscd/nscd.c (parent_fd): New static variable.
14498         (main): Create a pipe between parent and child processes.
14499         Skip closing parent_fd.
14500         (monitor_child): New function.
14501         (do_exit): Likewise.
14502         (notify_parent): Likewise.
14503         * nscd/nscd.h (notify_parent): Likewise.
14504         (do_exit): Likewise.
14506 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14508         * malloc/malloc.c (__libc_calloc): Revert last change.
14510 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14512         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14514 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14516         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14517         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14518         implementation.
14519         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14520         (__libc_ifunc_impl_list): Likewise.
14521         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14522         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14523         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14524         * string/strrchr.c: Define STRRCHR.
14526 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14528         * benchtest/bench-strtok.c (simple_strtok): Delete.
14529         (strtok_string): Use as benchmark.
14530         * string/strtok (STRTOK): New macro.
14532 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14534         * manual/threads.texi: Add header and standard comments to all
14535         functions.
14537         * elf/dl-lookup.c (check_match): New function.
14538         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14539         (do_lookup_x): Remove nested function check_match. Use non-nested
14540         function check_match.
14542 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14544         * csu/Makefile (generated, before-compile): Use += rather than =.
14545         * catgets/Makefile (generated, generated-dirs): Likewise.
14546         * debug/Makefile (generated): Likewise.
14547         * dlfcn/Makefile (generated): Likewise.
14548         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14549         * iconvdata/Makefile (before-compile, generated): Likewise.
14550         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14551         * libio/Makefile (generated): Likewise.
14552         * malloc/Makefile (generated): Likewise.
14553         * manual/Makefile (generated, generated-dirs): Likewise.
14554         * misc/Makefile (generated): Likewise.
14555         * posix/Makefile (generated): Likewise.
14556         * resolv/Makefile (generated): Likewise.
14557         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14558         * timezone/Makefile (generated, generated-dirs): Likewise.
14560         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14562 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14564         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14565         power8 implementation.
14566         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14567         file: POWER8 llround ifunc implementation.
14568         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14569         (__lllround): Add POWER8 implementation.
14570         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14571         POWER8 llround implementation.
14573         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14574         power8 implementation.
14575         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14576         file: POWER8 llrint ifunc implementation.
14577         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14578         Add POWER8 implementation.
14579         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14580         POWER8 llrint implementation.
14582         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14583         power8 implementation.
14584         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14585         file: POWER8 finite ifunc implementation.
14586         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14587         Add POWER8 implementation.
14588         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14589         Likewise.
14590         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14591         POWER8 finite implementation.
14592         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14594         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14595         power8 implementation.
14596         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14597         file: POWER8 isinf ifunc implementation.
14598         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14599         POWER8 implementation.
14600         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14601         Likewise.
14602         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14603         isinf implementation.
14604         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14606         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14607         (INIT_ARCH): Add hwcap2 initialization.
14608         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14609         power8 implementation.
14610         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14611         file: POWER8 isnan ifunc implementation.
14612         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14613         POWER8 implementation.
14614         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14615         Likewise.
14616         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14617         isnan implementation.
14618         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14620 2014-02-27  Joey Ye  <joey.ye@arm.com>
14622         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14623         (_FP_NANFRAC_Q): Set to zero.
14625 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14627         [BZ #16623]
14628         * math/auto-libm-test-in: New test inputs.
14629         * math/auto-libm-test-out: Regenerate.
14630         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14631         and DA.
14632         (__cos): Likewise.
14633         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14635 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14637         * scripts/evaluate-test.sh: Take new argument indicating whether
14638         failure is expected.
14639         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14640         indicating whether failure is expected.
14641         * conform/Makefile (test-xfail-run-conformtest): New variable.
14642         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14643         level.
14644         * posix/Makefile (test-xfail-annexc): New variable.
14645         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14647 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14649         * argp/Makefile: Include Makeconfig immediately after defining
14650         subdir.
14651         * assert/Makefile: Likewise.
14652         * benchtests/Makefile: Likewise.
14653         * catgets/Makefile: Likewise.
14654         * conform/Makefile: Likewise.
14655         * crypt/Makefile: Likewise.
14656         * csu/Makefile: Likewise.
14657         (all): Remove target.
14658         * ctype/Makefile: Include Makeconfig immediately after defining
14659         subdir.
14660         * debug/Makefile: Likewise.
14661         * dirent/Makefile: Likewise.
14662         * dlfcn/Makefile: Likewise.
14663         * gmon/Makefile: Likewise.
14664         * gnulib/Makefile: Likewise.
14665         * grp/Makefile: Likewise.
14666         * gshadow/Makefile: Likewise.
14667         * hesiod/Makefile: Likewise.
14668         * hurd/Makefile: Likewise.
14669         (all): Remove target.
14670         * iconvdata/Makefile: Include Makeconfig immediately after
14671         defining subdir.
14672         * inet/Makefile: Likewise.
14673         * intl/Makefile: Likewise.
14674         * io/Makefile: Likewise.
14675         * libio/Makefile: Likewise.
14676         (all): Remove target.
14677         * locale/Makefile: Include Makeconfig immediately after defining
14678         subdir.
14679         * login/Makefile: Likewise.
14680         * mach/Makefile: Likewise.
14681         (all): Remove target.
14682         * malloc/Makefile: Include Makeconfig immediately after defining
14683         subdir.
14684         (all): Remove target.
14685         * manual/Makefile: Include Makeconfig immediately after defining
14686         subdir.
14687         * math/Makefile: Likewise.
14688         * misc/Makefile: Likewise.
14689         * nis/Makefile: Likewise.
14690         * nss/Makefile: Likewise.
14691         * po/Makefile: Likewise.
14692         (all): Remove target.
14693         * posix/Makefile: Include Makeconfig immediately after defining
14694         subdir.
14695         * pwd/Makefile: Likewise.
14696         * resolv/Makefile: Likewise.
14697         * resource/Makefile: Likewise.
14698         * rt/Makefile: Likewise.
14699         * setjmp/Makefile: Likewise.
14700         * shadow/Makefile: Likewise.
14701         * signal/Makefile: Likewise.
14702         * socket/Makefile: Likewise.
14703         * soft-fp/Makefile: Likewise.
14704         * stdio-common/Makefile: Likewise.
14705         * stdlib/Makefile: Likewise.
14706         * streams/Makefile: Likewise.
14707         * string/Makefile: Likewise.
14708         * sunrpc/Makefile: Likewise.
14709         (all): Remove target.
14710         * sysvipc/Makefile: Include Makeconfig immediately after defining
14711         subdir.
14712         * termios/Makefile: Likewise.
14713         * time/Makefile: Likewise.
14714         * timezone/Makefile: Likewise.
14715         (all): Remove target.
14716         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14717         subdir.
14718         * wctype/Makefile: Likewise.
14720 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14722         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14723         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14724         (libc_feholdexcept_setround_mips): Ditto.
14725         (libc_feholdsetround): New.
14726         (libc_feholdsetroundf): New.
14727         (libc_feholdsetroundl): New.
14728         (libc_feupdateenv_test_mips): New.
14729         (libc_feupdateenv_test): New.
14730         (libc_feupdateenv_testf): New.
14731         (libc_feupdateenv_testl): New.
14732         (libc_feresetround): New.
14733         (libc_feresetroundf): New.
14734         (libc_feresetroundl): New.
14735         (libc_fetestexcept_mips): New.
14736         (libc_fetestexcept): New.
14737         (libc_fetestexceptf): New.
14738         (libc_fetestexceptl): New.
14739         (HAVE_RM_CTX): New.
14740         (libc_feholdexcept_setround_mips_ctx): New.
14741         (libc_feholdexcept_setround_ctx): New.
14742         (libc_feholdexcept_setroundf_ctx): New.
14743         (libc_feholdexcept_setroundl_ctx): New.
14744         (libc_fesetenv_mips_ctx): New.
14745         (libc_fesetenv_ctx): New.
14746         (libc_fesetenv_ctxf): New.
14747         (libc_fesetenv_ctxl): New.
14748         (libc_feupdateenv_mips_ctx): New.
14749         (libc_feupdateenv_ctx): New.
14750         (libc_feupdateenvf_ctx): New.
14751         (libc_feupdateenvl_ctx): New.
14752         (libc_feholdsetround_mips_ctx): New.
14753         (libc_feholdsetround_ctx): New.
14754         (libc_feholdsetroundf_ctx): New.
14755         (libc_feholdsetroundl_ctx): New.
14756         (libc_feresetround_mips_ctx): New.
14757         (libc_feresetround_ctx): New.
14758         (libc_feresetroundf_ctx): New.
14759         (libc_feresetroundl_ctx): New.
14761 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14763         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14765         * manual/ipc.texi: New file.
14766         * manual/Makefile (chapters): Add ipc.
14767         * manual/job.texi: Add "Inter-Process Communication" to next.
14768         * manual/process.texi: Add "Inter-Process Communication" to prev.
14770 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14772         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14774 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14776         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14778         * manual/arith.texi: Fix spaces after sentences.
14779         * manual/charset.texi: Likewise.
14780         * manual/errno.texi: Likewise.
14781         * manual/install.texi: Likewise.
14782         * manual/llio.texi: Likewise.
14783         * manual/locale.texi: Likewise.
14784         * manual/maint.texi: Likewise.
14785         * manual/math.texi: Likewise.
14786         * manual/memory.texi: Likewise.
14787         * manual/message.texi: Likewise.
14788         * manual/probes.texi: Likewise.
14789         * manual/resource.texi: Likewise.
14790         * manual/signal.texi: Likewise.
14791         * manual/socket.texi: Likewise.
14792         * manual/stdio.texi: Likewise.
14793         * manual/string.texi: Likewise.
14794         * manual/time.texi: Likewise.
14795         * manual/users.texi: Likewise.
14797 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14799         [BZ #16632]
14800         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14801         _DEFAULT_SOURCE is defined.
14803 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14804             Carlos O'Donell  <carlos@redhat.com>
14806         [BZ #16613]
14807         * elf/dl-tls.c (_dl_count_modids): New function.
14808         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14809         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14810         audit library and increment generation counter.
14811         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14812         * elf/tst-audit9.c: New file.
14813         * elf/tst-auditmod9a.c: New file.
14814         * elf/tst-auditmod9b.c: New file.
14815         * elf/Makefile: Add rules to build and run tst-audit9.
14817 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14819         [BZ #15347]
14820         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14822 2014-02-25  Will Newton  <will.newton@linaro.org>
14824         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14825         (__longjmp): Restore sp and lr before restoring callee
14826         saved registers.  Add longjmp and longjmp_target
14827         SystemTap probe point.
14828         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14829         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14830         Define to zero to match jmpbuf layout.
14831         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14832         (__sigsetjmp): Save sp and lr before saving callee
14833         saved registers.  Add setjmp SystemTap probe point.
14835 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14837         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14839 2014-02-24  Andreas Schwab  <schwab@suse.de>
14841         [BZ #15804]
14842         * elf/pldd.c (wait_for_ptrace_stop): New function.
14843         (main): Call it after attaching.
14845 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14847         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14848         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14849         Versions files is now verboten.
14850         * hurd/Versions (libc: GLIBC_2.0):
14851         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14852         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14853         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14854         * mach/Versions: Likewise.
14856         * csu/Versions: Remove unused %include.
14857         * resolv/Versions: Likewise.
14859 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14861         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14862         ($(objpfx)check-local-headers.out): Likewise.
14863         ($(objpfx)begin-end-check.out): Likewise.
14864         * Makerules (check-abi-%.out): Likewise.
14865         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14866         ($(objpfx)test2.cat): Likewise.
14867         ($(objpfx)de/libc.cat): Likewise.
14868         ($(objpfx)test-gencat.out): Likewise.
14869         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14870         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14871         ($(objpfx)noload-mem): Likewise.
14872         ($(objpfx)tst-pathopt.out): Likewise.
14873         ($(objpfx)tst-rtld-load-self.out): Likewise.
14874         ($(objpfx)tst-array1-cmp.out): Likewise.
14875         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14876         ($(objpfx)tst-array2-cmp.out): Likewise.
14877         ($(objpfx)tst-array3-cmp.out): Likewise.
14878         ($(objpfx)tst-array4-cmp.out): Likewise.
14879         ($(objpfx)tst-array5-cmp.out): Likewise.
14880         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14881         ($(objpfx)check-textrel.out): Likewise.
14882         ($(objpfx)check-execstack.out): Likewise.
14883         ($(objpfx)check-localplt.out): Likewise.
14884         ($(objpfx)order2-cmp.out): Likewise.
14885         ($(objpfx)tst-leaks1-mem): Likewise.
14886         ($(objpfx)tst-leaks1-static-mem): Likewise.
14887         ($(objpfx)tst-initorder-cmp.out): Likewise.
14888         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14889         ($(objpfx)tst-unused-dep.out): Likewise.
14890         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14891         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14892         * iconv/Makefile (test-iconvconfig): Likewise.
14893         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14894         ($(objpfx)iconv-test.out): Likewise.
14895         ($(objpfx)tst-tables.out): Likewise.
14896         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14897         ($(objpfx)tst-gettext.out): Likewise.
14898         ($(objpfx)tst-translit.out): Likewise.
14899         ($(objpfx)tst-gettext2.out): Likewise.
14900         ($(objpfx)tst-gettext4.out): Likewise.
14901         ($(objpfx)tst-gettext6.out): Likewise.
14902         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14903         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14904         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14905         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14906         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14907         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14908         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14909         ($(objpfx)wordexp-tst.out): Likewise.
14910         ($(objpfx)annexc.out): Likewise.
14911         ($(objpfx)tst-fnmatch-mem): Likewise.
14912         ($(objpfx)bug-regex2-mem): Likewise.
14913         ($(objpfx)bug-regex14-mem): Likewise.
14914         ($(objpfx)bug-regex21-mem): Likewise.
14915         ($(objpfx)bug-regex31-mem): Likewise.
14916         ($(objpfx)tst-vfork3-mem): Likewise.
14917         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14918         ($(objpfx)tst-pcre-mem): Likewise.
14919         ($(objpfx)tst-boost-mem): Likewise.
14920         ($(objpfx)tst-getconf.out): Likewise.
14921         ($(objpfx)bug-ga2-mem): Likewise.
14922         ($(objpfx)bug-glob2-mem): Likewise.
14923         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14924         ($(objpfx)mtrace-tst-leaks2): Likewise.
14925         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14926         ($(objpfx)tst-printf.out): Likewise.
14927         ($(objpfx)tst-setvbuf1.out): Likewise.
14928         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14929         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14930         ($(objpfx)tst-fmtmsg.out): Likewise.
14931         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14932         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14934         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14935         * bits/sigaction.h [__USE_MISC]: Likewise.
14936         * bits/waitstatus.h: Update #endif comments.
14937         * ctype/ctype.h: Likewise.
14938         * dirent/dirent.h: Likewise.
14939         [__USE_MISC]: Remove redundant conditionals.
14940         * grp/grp.h: Update #endif comments.
14941         [__USE_GNU]: Remove redundant conditionals.
14942         [__USE_MISC]: Likewise.
14943         * inet/netinet/in.h [__USE_GNU]: Likewise.
14944         * io/sys/stat.h [__USE_MISC]: Likewise.
14945         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14946         * libio/bits/stdio.h: Update #endif comments.
14947         [__USE_MISC]: Remove redundant conditionals.
14948         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14949         * libio/stdio.h: Update #endif comments.
14950         [__USE_MISC]: Remove redundant conditionals.
14951         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14952         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14953         * math/math.h: Update #else and #endif comments.
14954         [__USE_MISC]: Remove redundant conditionals.
14955         * misc/sys/uio.h: Update #endif comments.
14956         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14957         * posix/glob.h [__USE_MISC]: Likewise.
14958         * posix/sys/types.h: Update #endif comments.
14959         [__USE_MISC]: Remove redundant conditionals.
14960         * posix/sys/wait.h: Update #endif comments.
14961         [__USE_MISC]: Remove redundant conditionals.
14962         * posix/unistd.h: Update #endif comments.
14963         [__USE_MISC]: Remove redundant conditionals.
14964         * pwd/pwd.h [__USE_GNU]: Likewise.
14965         [__USE_MISC]: Likewise.
14966         * resolv/netdb.h [__USE_GNU]: Likewise.
14967         * signal/signal.h: Update #endif comments.
14968         [__USE_MISC]: Remove redundant conditionals.
14969         * stdlib/stdlib.h: Update #else and #endif comments.
14970         [__USE_MISC]: Remove redundant conditionals.
14971         [__USE_GNU]: Likewise.
14972         * string/bits/string2.h [__USE_MISC]: Likewise.
14973         * string/string.h: Update #endif comments.
14974         [__USE_MISC]: Remove redundant conditionals.
14975         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14976         Likewise.
14977         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14978         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14979         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14980         Likewise.
14981         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14982         Likewise.
14983         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14984         comments.
14985         [__USE_MISC]: Remove redundant conditionals.
14986         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14987         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14988         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14989         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14990         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14991         Likewise.
14992         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14993         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14994         Likewise.
14995         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14996         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14997         Likewise.
14998         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14999         Likewise.
15000         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
15001         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
15002         Likewise.
15003         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
15004         Likewise.
15005         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
15006         * sysdeps/x86/bits/string.h: Update #endif comments.
15007         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
15008         conditionals.
15009         * time/sys/time.h: Update #endif comments.
15010         * time/time.h: Likewise.
15011         [__USE_MISC]: Remove redundant conditionals.
15013 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
15015         [BZ #16600]
15016         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
15018 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
15020         * Versions.def (librt): Add GLIBC_2.17.
15022 2014-02-21  Adam Conrad  <adconrad@0c3.net>
15024         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
15025         synonym for _SYS_AUXV_H to allow direct inclusion.
15026         * sysdeps/sparc/bits/hwcap.h: Likewise.
15027         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
15028         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
15029         * sysdeps/sparc/sysdep.h: Likewise.
15031 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15033         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
15035 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15037         * benchtests/bench-strrchr.c: Print length instead of position.
15039 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
15041         [BZ #16611]
15042         * sysdeps/unix/sysv/linux/kernel-features.h
15043         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
15044         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
15045         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
15046         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
15047         Likewise.
15048         [__i386__ || __powerpc__ || __sh__ || __sparc__]
15049         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
15050         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
15051         (__ASSUME_SENDMMSG): Define instead of using previous
15052         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
15053         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15054         (__ASSUME_SENDMMSG_SYSCALL): Define.
15055         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15056         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
15057         Likewise.
15058         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15059         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
15060         Likewise.
15061         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15062         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
15063         Likewise.
15064         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
15065         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
15066         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
15067         [__ASSUME_SENDMMSG]: Change conditionals to
15068         [__ASSUME_SENDMMSG_SOCKETCALL].
15069         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15070         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
15071         Define.
15072         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15073         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
15074         Likewise.
15075         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
15076         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
15077         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
15078         [!__ASSUME_SENDMMSG]: Change conditional to
15079         [!__ASSUME_SENDMMSG_SOCKETCALL].
15080         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15081         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
15082         Define.
15084         [BZ #16610]
15085         * sysdeps/unix/sysv/linux/kernel-features.h
15086         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
15087         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
15088         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
15089         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
15090         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
15091         [__i386__ || __sparc__]
15092         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
15093         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
15094         (__ASSUME_RECVMMSG): Define instead of using previous
15095         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
15096         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15097         (__ASSUME_RECVMMSG_SYSCALL): Define.
15098         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15099         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15100         Likewise.
15101         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15102         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15103         Likewise.
15104         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15105         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15106         Likewise.
15107         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
15108         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
15109         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
15110         [__ASSUME_RECVMMSG]: Change condition to
15111         [__ASSUME_RECVMMSG_SOCKETCALL].
15112         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15113         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15114         Define.
15115         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
15116         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15117         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15118         Likewise.
15119         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
15120         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
15121         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
15122         [!__ASSUME_RECVMMSG]: Change condition to
15123         [!__ASSUME_RECVMMSG_SOCKETCALL].
15124         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15125         (__ASSUME_RECVMMSG_SYSCALL): Define.
15127         [BZ #16609]
15128         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
15129         __powerpc__ || __s390__ || __sh__ || __sparc__]
15130         (__ASSUME_SOCKETCALL): Define.
15131         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
15132         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
15133         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
15134         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
15135         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15136         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
15137         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
15138         (__ASSUME_ACCEPT4): Define instead of using previous
15139         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
15140         __powerpc__ || __sparc__ || __s390__)] condition.
15141         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15142         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
15143         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
15144         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
15145         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
15146         [!__ASSUME_ACCEPT4]: Change condition to
15147         [!__ASSUME_ACCEPT4_SOCKETCALL].
15148         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15149         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
15150         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
15151         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15152         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
15153         __ASSUME_ACCEPT4_SYSCALL.
15154         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
15155         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
15156         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15157         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
15158         __ASSUME_ACCEPT4_SYSCALL.
15159         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
15160         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
15161         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
15162         [__ASSUME_ACCEPT4]: Change condition to
15163         [__ASSUME_ACCEPT4_SOCKETCALL].
15164         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15165         (__ASSUME_SOCKETCALL): Define.
15166         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
15167         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15168         (__ASSUME_SOCKETCALL): Define.
15169         (__ASSUME_ACCEPT4): Remove.
15170         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
15171         Define.
15172         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15173         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
15174         Likewise.
15175         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15176         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
15178         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
15179         macro.
15180         (HWCAP_ARM_LPAE): Likewise.
15181         (HWCAP_ARM_EVTSTRM): Likewise.
15182         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
15183         Add vpfd32, lpae and evtstrm.
15184         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
15185         Increase to 22.
15187 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
15189         * math/auto-libm-test-in: Add tests of clog10.
15190         * math/auto-libm-test-out: Regenerated.
15191         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
15192         * sysdeps/i386/fpu/libm-test-ulps: Update.
15193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15195 2014-02-18  Andreas Schwab  <schwab@suse.de>
15197         [BZ #16574]
15198         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
15199         Store non-zero if the second buffer was newly allocated.
15200         (send_dg): Likewise.
15201         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
15202         to send_vc and send_dg.
15203         (res_nsend): Pass NULL for ansp2_malloced.
15204         * resolv/res_query.c (__libc_res_nquery): Add parameter
15205         answerp2_malloced and pass it down to __libc_res_nsend.
15206         (res_nquery): Pass additional NULL to __libc_res_nquery.
15207         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
15208         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
15209         second answer buffer if answerp2_malloced was set.
15210         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
15211         (__libc_res_nquerydomain): Add parameter
15212         answerp2_malloced and pass it down to __libc_res_nquery.
15213         (res_nquerydomain): Pass additional NULL to
15214         __libc_res_nquerydomain.
15215         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
15216         additional NULL to __libc_res_nsend and __libc_res_nquery.
15217         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
15218         additional NULL to __libc_res_nsearch.
15219         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
15220         parameter of __libc_res_nsearch to check for separately allocated
15221         second buffer.
15222         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
15223         __libc_res_nquery.
15224         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
15225         additional NULL to __libc_res_nquery.
15226         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
15227         __libc_res_nsearch.
15228         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
15229         * include/resolv.h: Update prototypes of __libc_res_nquery,
15230         __libc_res_nsearch, __libc_res_nsend.
15232 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
15234         * math/auto-libm-test-in: Add tests of fma.
15235         * math/auto-libm-test-out: Regenerated.
15236         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
15237         (fma_towardzero_test_data): Likewise.
15238         (fma_downward_test_data): Likewise.
15239         (fma_upward_test_data): Likewise.
15240         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
15241         mpc_mode.
15242         (rounding_modes): Add values for new field.
15243         (func_calc_method): Add value mpfr_fff_f.
15244         (func_calc_desc): Add mpfr_fff_f union field.
15245         (test_function): Add field exact_args.
15246         (FUNC): Add macro argument EXACT_ARGS.
15247         (FUNC_mpfr_f_f): Update call to FUNC.
15248         (FUNC_mpfr_f_f): Likewise.
15249         (FUNC_mpfr_ff_f): Likewise.
15250         (FUNC_mpfr_if_f): Likewise.
15251         (FUNC_mpc_c_f): Likewise.
15252         (FUNC_mpc_c_c): Likewise.
15253         (test_functions): Add fma.  Update calls to FUNC.
15254         (handle_input_arg): Add argument exact_args.
15255         (add_test): Update call to handle_input_arg.
15256         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
15257         (output_for_one_input_case): Update call to calc_generic_results.
15258         Recalculate exact zero results in each rounding mode.
15260         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
15261         non-negative before setting low bit.
15262         * math/auto-libm-test-in: Mark one asin test possibly having
15263         spurious underflow.
15264         * math/auto-libm-test-out: Regenerated.
15265         * sysdeps/i386/fpu/libm-test-ulps: Update.
15266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15268 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
15270         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
15271         * sysdeps/unix/sysv/linux/microblaze: Move directory from
15272         ports/sysdeps/unix/sysv/linux/microblaze.
15273         * README: Add missing listing for microblaze*-*-linux-gnu.
15275 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
15277         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
15278         duplicate code
15280 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
15282         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
15283         * sysdeps/unix/sysv/linux/ia64: Move directory from
15284         ports/sysdeps/unix/sysv/linux/ia64.
15285         * README: Update listing for ia64-*-linux-gnu.
15287 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
15288             Joseph Myers  <joseph@codesourcery.com>
15290         * Makeconfig (test-name): New variable.
15291         (evaluate-test): Likewise.
15292         * Makerules (do-test-clean): Remove .test-result files.
15293         (common-mostlyclean): Likewise.
15294         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
15295         * scripts/evaluate-test.sh: New file.
15297 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
15299         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
15300         separate $(objpfx)tst-fopenloc-cmp.out and
15301         $(objpfx)tst-fopenloc-mem.out targets.
15302         (tests): Update dependencies.
15303         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
15304         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
15305         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
15306         (tst-rxspencer-no-utf8-ARGS): New variable.
15307         (tst-rxspencer-no-utf8-ENV): Likewise.
15308         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
15309         instead of $(objpfx)tst-rxspencer-mem.
15310         ($(objpfx)tst-rxspencer-mem): Change target to
15311         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
15312         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
15313         * posix/tst-rxspencer-no-utf8.c: New file.
15315         * elf/Makefile ($(objpfx)order.out): Remove rule.
15316         [$(run-built-tests) = yes] (tests): Depend on
15317         $(objpfx)order-cmp.out.
15318         ($(objpfx)order-cmp.out): New rule.
15319         [$(run-built-tests) = yes] (tests): Depend on
15320         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
15321         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
15322         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
15323         $(objpfx)tst-array5-static-cmp.out.
15324         ($(objpfx)tst-array1.out): Remove rule.
15325         ($(objpfx)tst-array1-cmp.out): New rule.
15326         ($(objpfx)tst-array1-static.out): Remove rule.
15327         ($(objpfx)tst-array1-static-cmp.out): New rule.
15328         ($(objpfx)tst-array2.out): Remove rule.
15329         ($(objpfx)tst-array2-cmp.out): New rule.
15330         ($(objpfx)tst-array3.out): Remove rule.
15331         ($(objpfx)tst-array3-cmp.out): New rule.
15332         ($(objpfx)tst-array4.out): Remove rule.
15333         ($(objpfx)tst-array4-cmp.out): New rule.
15334         ($(objpfx)tst-array5.out): Remove rule.
15335         ($(objpfx)tst-array5-cmp.out): New rule.
15336         ($(objpfx)tst-array5-static.out): Remove rule.
15337         ($(objpfx)tst-array5-static-cmp.out): New rule.
15338         [$(run-built-tests) = yes] (tests): Depend on
15339         $(objpfx)order2-cmp.out.
15340         ($(objpfx)order2.out): Remove rule.
15341         ($(objpfx)order2-cmp.out): New rule.
15342         ($(objpfx)tst-initorder.out): Remove rule.
15343         [$(run-built-tests) = yes] (tests): Depend on
15344         $(objpfx)tst-initorder-cmp.out.
15345         ($(objpfx)tst-initorder-cmp.out): New rule.
15346         ($(objpfx)tst-initorder2.out): Remove rule.
15347         [$(run-built-tests) = yes] (tests): Depend on
15348         $(objpfx)tst-initorder2-cmp.out.
15349         ($(objpfx)tst-initorder2-cmp.out): New rule.
15350         [$(run-built-tests) = yes] (tests): Depend on
15351         $(objpfx)tst-unused-dep-cmp.out.
15352         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
15353         ($(objpfx)tst-unused-dep-cmp.out): New rule.
15354         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
15355         on $(objpfx)tst-setvbuf1-cmp.out.
15356         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
15357         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
15358         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
15359         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
15360         ($(objpfx)tst-svc.out): Remove rule.
15361         ($(objpfx)tst-svc-cmp.out): New rule.
15363 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
15365         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15366         * ctype/ctype.h [__USE_MISC]: Likewise.
15367         * dirent/dirent.h [__USE_MISC]: Likewise.
15368         * grp/grp.h [__USE_MISC]: Likewise.
15369         * io/fcntl.h [__USE_MISC]: Likewise.
15370         * io/sys/stat.h [__USE_MISC]: Likewise.
15371         * libio/stdio.h [__USE_MISC]: Likewise.
15372         * posix/unistd.h [__USE_MISC]: Likewise.
15373         * pwd/pwd.h [__USE_MISC]: Likewise.
15374         * stdlib.h [__USE_MISC]: Likewise.
15375         * string/bits/string2.h [__USE_MISC]: Likewise.
15376         * string/string.h [__USE_MISC]: Likewise.
15377         * time/time.h [__USE_MISC]: Likewise.
15379 2014-02-13  Andreas Schwab  <schwab@suse.de>
15381         [BZ #16574]
15382         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15383         second answer buffer if it was separately allocated.
15385 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
15387         * sysdeps/mips/math-tests.h: Include <features.h>.
15388         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15389         (ROUNDING_TESTS_long_double): Do not define.
15390         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15391         (EXCEPTION_TESTS_long_double): Likewise.
15392         * sysdeps/mips/mips64/libm-test-ulps: Update.
15394         * include/features.h (__USE_BSD): Remove macro definitions.
15395         (__USE_SVID): Likewise.
15396         (_BSD_SOURCE): Likewise.
15397         (_SVID_SOURCE): Likewise.
15398         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15399         from definition of _DEFAULT_SOURCE.
15400         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15401         [_DEFAULT_SOURCE].
15402         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15403         * bits/mman.h [__USE_BSD]: Likewise.
15404         * bits/termios.h [__USE_BSD]: Likewise.
15405         * bits/waitstatus.h [__USE_BSD]: Likewise.
15406         * ctype/ctype.h [__USE_SVID]: Likewise.
15407         * dirent/dirent.h [__USE_BSD]: Likewise.
15408         * grp/grp.h [__USE_SVID]: Likewise.
15409         [__USE_BSD]: Likewise.
15410         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15411         * io/fcntl.h [__USE_BSD]: Likewise.
15412         * io/ftw.h [__USE_BSD]: Likewise.
15413         * io/sys/stat.h [__USE_BSD]: Likewise.
15414         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15415         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15416         * libio/stdio.h [__USE_SVID]: Likewise.
15417         [__USE_BSD]: Likewise.
15418         * math/math.h [__USE_SVID]: Likewise.
15419         [__USE_BSD]: Likewise.
15420         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15421         * misc/bits/syslog.h [__USE_BSD]: Likewise.
15422         * misc/search.h [__USE_SVID]: Likewise.
15423         * misc/sys/mman.h [__USE_BSD]: Likewise.
15424         * misc/sys/syslog.h [__USE_BSD]: Likewise.
15425         * misc/sys/uio.h [__USE_BSD]: Likewise.
15426         * posix/bits/unistd.h [__USE_BSD]: Likewise.
15427         * posix/glob.h [__USE_BSD]: Likewise.
15428         * posix/regex.h [__USE_BSD]: Likewise.
15429         * posix/sys/types.h [__USE_BSD]: Likewise.
15430         [__USE_SVID]: Likewise.
15431         * posix/sys/utsname.h [__USE_SVID]: Likewise.
15432         * posix/sys/wait.h [__USE_BSD]: Likewise.
15433         [__USE_SVID]: Likewise.
15434         * posix/unistd.h [__USE_BSD]: Likewise.
15435         [__USE_SVID]: Likewise.
15436         * pwd/pwd.h [__USE_SVID]: Likewise.
15437         * resolv/netdb.h [__USE_BSD]: Likewise.
15438         * setjmp/setjmp.h [__USE_BSD]: Likewise.
15439         * signal/signal.h [__USE_BSD]: Likewise.
15440         [__USE_SVID]: Likewise.
15441         * socket/sys/socket.h [__USE_BSD]: Likewise.
15442         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15443         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15444         [__USE_SVID]: Likewise.
15445         * string/bits/string2.h [__USE_BSD]: Likewise.
15446         [__USE_SVID]: Likewise.
15447         * string/bits/string3.h [__USE_BSD]: Likewise.
15448         * string/endian.h [__USE_BSD]: Likewise.
15449         * string/string.h [__USE_SVID]: Likewise.
15450         [__USE_BSD]: Likewise.
15451         * string/strings.h [__USE_BSD]: Likewise.
15452         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15453         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15454         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15455         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15456         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15457         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15458         Likewise.
15459         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15460         Likewise.
15461         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15462         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15463         Likewise.
15464         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15465         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15466         Likewise.
15467         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15468         Likewise.
15469         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15470         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15471         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15472         Likewise.
15473         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15474         Likewise.
15475         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15476         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15477         * termios/termios.h [__USE_BSD]: Likewise.
15478         * time/sys/time.h [__USE_BSD]: Likewise.
15479         * time/time.h [__USE_BSD]: Likewise.
15480         [__USE_SVID]: Likewise.
15482         * Makefile (subdir_targets): Remove subdir_lint.out.
15484         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15485         (do-tst-printf): Likewise.
15486         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15487         $(objpfx)tst-printf.out.
15489         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15491         * Makerules (check-abi-%): Change target to
15492         $(objpfx)check-abi-%.out.
15493         (check-abi target): Update dependencies.
15494         (check-abi-pattern variable): Redirect output of diff to $@.
15495         (check-abi variable): Likewise.
15496         * elf/Makefile (check-abi): Update dependencies.
15498         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15499         unused.
15500         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15501         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15502         subnormal range.
15503         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15504         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15505         value has largest subnormal exponent.
15506         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15507         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15508         * sysdeps/aarch64/soft-fp/sfp-machine.h
15509         (_FP_TININESS_AFTER_ROUNDING): New macro.
15510         * sysdeps/alpha/soft-fp/sfp-machine.h
15511         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15512         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15513         Likewise.
15514         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15515         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15516         * sysdeps/mips/soft-fp/sfp-machine.h
15517         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15518         * sysdeps/powerpc/soft-fp/sfp-machine.h
15519         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15520         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15521         Likewise.
15522         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15523         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15524         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15525         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15526         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15527         Likewise.
15529 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15531         [BZ #16545]
15532         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15533         model 1.
15535 2014-02-12  Richard Henderson  <rth@redhat.com>
15537         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15538         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15539         * sysdeps/unix/sysv/linux/alpha: Move directory from
15540         ports/sysdeps/unix/sysv/linux/alpha.
15541         * README: Update listing for alpha-*-linux-gnu.
15543 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15545         * include/features.h: Update comment documenting feature test
15546         macros.
15547         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15548         _DEFAULT_SOURCE.
15549         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15550         (_SVID_SOURCE): Likewise.
15551         (_DEFAULT_SOURCE): Update description of default features.
15552         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15553         with _GNU_SOURCE.
15554         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15555         (S_ISVTX): Likewise.
15556         * manual/math.texi (Mathematical Constants): Likewise.
15557         * manual/signal.texi (Interrupted Primitives): Likewise.
15558         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15559         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15560         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15561         Don't refer to _SVID_SOURCE in warning text.
15563         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15565         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15566         already defined.
15567         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15568         * sysdeps/mips/dl-lookup.c: Remove.
15569         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15571 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15573         [BZ #16447]
15574         * math/auto-libm-test-in: Add testcase for expl.
15575         * math/auto-libm-test-out: Regenerate.
15576         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15577         calculation of unsafe.
15578         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15580 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15582         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15583         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15584         ports/sysdeps/unix/sysv/linux/aarch64.
15585         * README: Update listing for aarch64*-*-linux-gnu.
15587 2014-02-11  Will Newton  <will.newton@linaro.org>
15589         * manual/probes.texi (Mathematical Function Probes): Use
15590         "triggered" instead of "hit".
15592         * manual/probes.texi (Internal Probes): Add documentation
15593         of setjmp, longjmp and longjmp_target probes.
15595         * include/stap-probe.h: Add comment about probe argument
15596         format.
15598         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15599         definition.  (tr_where, tr_freehook, tr_mallochook,
15600         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15602 2014-02-11  David S. Miller  <davem@davemloft.net>
15604         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15605         processing int_tests.
15607 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15609         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15610         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15611         * sysdeps/unix/sysv/linux/mips: Move directory from
15612         ports/sysdeps/unix/sysv/linux/mips.
15613         * README: Update listing for mips-*-linux-gnu and
15614         mips64-*-linux-gnu.
15616 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15618         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15619         * sysdeps/unix/sysv/linux/m68k: Move directory from
15620         ports/sysdeps/unix/sysv/linux/m68k.
15621         * README: Update listing for m68k-*-linux-gnu.
15623 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15625         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15626         * sysdeps/unix/sysv/linux/generic: Move directory from
15627         ports/sysdeps/unix/sysv/linux/generic.
15628         * sysdeps/unix/sysv/linux/tile: Move directory from
15629         ports/sysdeps/unix/sysv/linux/tile.
15630         * README: Update listing for tile*-*-linux-gnu.
15632 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15634         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15635         __builtin_expect.
15636         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15637         * catgets/open_catalog.c (__open_catalog): Likewise.
15638         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15639         * debug/confstr_chk.c: Likewise.
15640         * debug/fread_chk.c (__fread_chk): Likewise.
15641         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15642         * debug/getgroups_chk.c: Likewise.
15643         * debug/mbsnrtowcs_chk.c: Likewise.
15644         * debug/mbsrtowcs_chk.c: Likewise.
15645         * debug/mbstowcs_chk.c: Likewise.
15646         * debug/memcpy_chk.c: Likewise.
15647         * debug/memmove_chk.c: Likewise.
15648         * debug/mempcpy_chk.c: Likewise.
15649         * debug/memset_chk.c: Likewise.
15650         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15651         * debug/strcat_chk.c (__strcat_chk): Likewise.
15652         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15653         * debug/strncat_chk.c (__strncat_chk): Likewise.
15654         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15655         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15656         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15657         * debug/wcpncpy_chk.c: Likewise.
15658         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15659         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15660         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15661         * debug/wcsncpy_chk.c: Likewise.
15662         * debug/wcsnrtombs_chk.c: Likewise.
15663         * debug/wcsrtombs_chk.c: Likewise.
15664         * debug/wcstombs_chk.c: Likewise.
15665         * debug/wmemcpy_chk.c: Likewise.
15666         * debug/wmemmove_chk.c: Likewise.
15667         * debug/wmempcpy_chk.c: Likewise.
15668         * debug/wmemset_chk.c: Likewise.
15669         * dirent/scandirat.c (SCANDIRAT): Likewise.
15670         * dlfcn/dladdr1.c (dladdr1): Likewise.
15671         * dlfcn/dladdr.c (dladdr): Likewise.
15672         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15673         * dlfcn/dlerror.c (__dlerror): Likewise.
15674         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15675         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15676         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15677         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15678         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15679         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15680         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15681         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15682         Likewise.
15683         * elf/dl-conflict.c: Likewise.
15684         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15685         * elf/dl-dst.h: Likewise.
15686         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15687         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15688         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15689         * elf/dl-init.c (call_init, _dl_init): Likewise.
15690         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15691         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15692         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15693         Likewise.
15694         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15695         Likewise.
15696         * elf/dl-minimal.c (__libc_memalign): Likewise.
15697         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15698         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15699         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15700         * elf/dl-sym.c (do_sym): Likewise.
15701         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15702         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15703         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15704         * elf/dl-writev.h (_dl_writev): Likewise.
15705         * elf/ldconfig.c (search_dir): Likewise.
15706         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15707         (dl_main): Likewise.
15708         * elf/setup-vdso.h (setup_vdso): Likewise.
15709         * grp/compat-initgroups.c (compat_call): Likewise.
15710         * grp/fgetgrent.c (fgetgrent): Likewise.
15711         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15712         * grp/putgrent.c (putgrent): Likewise.
15713         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15714         Likewise.
15715         * hurd/hurdinit.c: Likewise.
15716         * iconvdata/8bit-gap.c (struct): Likewise.
15717         * iconvdata/ansi_x3.110.c : Likewise.
15718         * iconvdata/big5.c : Likewise.
15719         * iconvdata/big5hkscs.c : Likewise.
15720         * iconvdata/cp1255.c: Likewise.
15721         * iconvdata/cp1258.c : Likewise.
15722         * iconvdata/cp932.c : Likewise.
15723         * iconvdata/euc-cn.c: Likewise.
15724         * iconvdata/euc-jisx0213.c : Likewise.
15725         * iconvdata/euc-jp.c: Likewise.
15726         * iconvdata/euc-jp-ms.c : Likewise.
15727         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15728         * iconvdata/gb18030.c : Likewise.
15729         * iconvdata/gbbig5.c (const): Likewise.
15730         * iconvdata/gbgbk.c: Likewise.
15731         * iconvdata/gbk.c : Likewise.
15732         * iconvdata/ibm1364.c : Likewise.
15733         * iconvdata/ibm930.c : Likewise.
15734         * iconvdata/ibm932.c: Likewise.
15735         * iconvdata/ibm933.c : Likewise.
15736         * iconvdata/ibm935.c : Likewise.
15737         * iconvdata/ibm937.c : Likewise.
15738         * iconvdata/ibm939.c : Likewise.
15739         * iconvdata/ibm943.c: Likewise.
15740         * iconvdata/iso_11548-1.c: Likewise.
15741         * iconvdata/iso-2022-cn.c : Likewise.
15742         * iconvdata/iso-2022-cn-ext.c : Likewise.
15743         * iconvdata/iso-2022-jp-3.c: Likewise.
15744         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15745         * iconvdata/iso-2022-kr.c : Likewise.
15746         * iconvdata/iso646.c (gconv_end): Likewise.
15747         * iconvdata/iso_6937-2.c : Likewise.
15748         * iconvdata/iso_6937.c : Likewise.
15749         * iconvdata/iso8859-1.c: Likewise.
15750         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15751         * iconvdata/shift_jisx0213.c : Likewise.
15752         * iconvdata/sjis.c : Likewise.
15753         * iconvdata/t.61.c : Likewise.
15754         * iconvdata/tcvn5712-1.c : Likewise.
15755         * iconvdata/tscii.c: Likewise.
15756         * iconvdata/uhc.c : Likewise.
15757         * iconvdata/unicode.c (gconv_end): Likewise.
15758         * iconvdata/utf-16.c (gconv_end): Likewise.
15759         * iconvdata/utf-32.c (gconv_end): Likewise.
15760         * iconvdata/utf-7.c (base64): Likewise.
15761         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15762         * iconv/gconv_close.c (__gconv_close): Likewise.
15763         * iconv/gconv_open.c (__gconv_open): Likewise.
15764         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15765         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15766         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15767         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15768         (ucs4le_internal_loop_single): Likewise.
15769         * iconv/iconv.c (iconv): Likewise.
15770         * iconv/iconv_close.c: Likewise.
15771         * iconv/loop.c (SINGLE): Likewise.
15772         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15773         * include/atomic.h: Likewise.
15774         * inet/inet6_option.c (option_alloc): Likewise.
15775         * intl/bindtextdom.c (set_binding_values): Likewise.
15776         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15777         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15778         * intl/localealias.c (read_alias_file): Likewise.
15779         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15780         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15781         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15782         * libio/fmemopen.c (fmemopen): Likewise.
15783         * libio/iofgets.c (_IO_fgets): Likewise.
15784         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15785         * libio/iofgetws.c (fgetws): Likewise.
15786         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15787         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15788         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15789         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15790         * locale/findlocale.c (_nl_find_locale): Likewise.
15791         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15792         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15793         Likewise.
15794         * locale/setlocale.c (setlocale): Likewise.
15795         * login/programs/pt_chown.c (main): Likewise.
15796         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15797         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15798         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15799         (mmap, mmap64, mremap, munmap): Likewise.
15800         * math/e_exp2l.c: Likewise.
15801         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15802         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15803         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15804         * math/s_catan.c (__catan): Likewise.
15805         * math/s_catanf.c (__catanf): Likewise.
15806         * math/s_catanh.c (__catanh): Likewise.
15807         * math/s_catanhf.c (__catanhf): Likewise.
15808         * math/s_catanhl.c (__catanhl): Likewise.
15809         * math/s_catanl.c (__catanl): Likewise.
15810         * math/s_ccosh.c (__ccosh): Likewise.
15811         * math/s_ccoshf.c (__ccoshf): Likewise.
15812         * math/s_ccoshl.c (__ccoshl): Likewise.
15813         * math/s_cexp.c (__cexp): Likewise.
15814         * math/s_cexpf.c (__cexpf): Likewise.
15815         * math/s_cexpl.c (__cexpl): Likewise.
15816         * math/s_clog10.c (__clog10): Likewise.
15817         * math/s_clog10f.c (__clog10f): Likewise.
15818         * math/s_clog10l.c (__clog10l): Likewise.
15819         * math/s_clog.c (__clog): Likewise.
15820         * math/s_clogf.c (__clogf): Likewise.
15821         * math/s_clogl.c (__clogl): Likewise.
15822         * math/s_csin.c (__csin): Likewise.
15823         * math/s_csinf.c (__csinf): Likewise.
15824         * math/s_csinh.c (__csinh): Likewise.
15825         * math/s_csinhf.c (__csinhf): Likewise.
15826         * math/s_csinhl.c (__csinhl): Likewise.
15827         * math/s_csinl.c (__csinl): Likewise.
15828         * math/s_csqrt.c (__csqrt): Likewise.
15829         * math/s_csqrtf.c (__csqrtf): Likewise.
15830         * math/s_csqrtl.c (__csqrtl): Likewise.
15831         * math/s_ctan.c (__ctan): Likewise.
15832         * math/s_ctanf.c (__ctanf): Likewise.
15833         * math/s_ctanh.c (__ctanh): Likewise.
15834         * math/s_ctanhf.c (__ctanhf): Likewise.
15835         * math/s_ctanhl.c (__ctanhl): Likewise.
15836         * math/s_ctanl.c (__ctanl): Likewise.
15837         * math/w_pow.c: Likewise.
15838         * math/w_powf.c: Likewise.
15839         * math/w_powl.c: Likewise.
15840         * math/w_scalb.c (sysv_scalb): Likewise.
15841         * math/w_scalbf.c (sysv_scalbf): Likewise.
15842         * math/w_scalbl.c (sysv_scalbl): Likewise.
15843         * misc/error.c (error_tail): Likewise.
15844         * misc/pselect.c (__pselect): Likewise.
15845         * nis/nis_callback.c (__nis_create_callback): Likewise.
15846         * nis/nis_call.c (__nisfind_server): Likewise.
15847         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15848         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15849         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15850         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15851         * nis/nis_lookup.c (nis_lookup): Likewise.
15852         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15853         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15854         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15855         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15856         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15857         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15858         * nis/nss_compat/compat-initgroups.c (add_group)
15859         (internal_getgrent_r): Likewise.
15860         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15861         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15862         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15863         (internal_getspnam_r): Likewise.
15864         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15865         (_nss_nis_getaliasbyname_r): Likewise.
15866         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15867         (_nss_nis_getntohost_r): Likewise.
15868         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15869         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15870         (_nss_nis_getgrgid_r): Likewise.
15871         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15872         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15873         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15874         (_nss_nis_gethostbyname4_r): Likewise.
15875         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15876         (initgroups_netid): Likewise.
15877         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15878         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15879         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15880         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15881         (_nss_nis_getprotobynumber_r): Likewise.
15882         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15883         (_nss_nis_getsecretkey): Likewise.
15884         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15885         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15886         (_nss_nis_getpwuid_r): Likewise.
15887         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15888         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15889         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15890         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15891         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15892         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15893         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15894         Likewise.
15895         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15896         (_nss_nisplus_getntohost_r): Likewise.
15897         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15898         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15899         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15900         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15901         Likewise.
15902         * nis/nss_nisplus/nisplus-initgroups.c
15903         (_nss_nisplus_initgroups_dyn): Likewise.
15904         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15905         (_nss_nisplus_getnetbyaddr_r): Likewise.
15906         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15907         (_nss_nisplus_getprotobynumber_r): Likewise.
15908         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15909         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15910         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15911         Likewise.
15912         * nis/nss_nisplus/nisplus-service.c
15913         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15914         (_nss_nisplus_getservbyport_r): Likewise.
15915         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15916         (_nss_nisplus_getspnam_r): Likewise.
15917         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15918         Likewise.
15919         * nscd/aicache.c (addhstaiX): Likewise.
15920         * nscd/cache.c (cache_search, prune_cache): Likewise.
15921         * nscd/connections.c (register_traced_file, send_ro_fd)
15922         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15923         (main_loop_epoll): Likewise.
15924         * nscd/grpcache.c (addgrbyX): Likewise.
15925         * nscd/hstcache.c (addhstbyX): Likewise.
15926         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15927         * nscd/mem.c (gc, mempool_alloc): Likewise.
15928         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15929         (addinnetgrX): Likewise.
15930         * nscd/nscd-client.h (__nscd_acquire_maplock)
15931         (__nscd_drop_map_ref): Likewise.
15932         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15933         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15934         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15935         Likewise.
15936         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15937         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15938         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15939         (__nscd_get_map_ref): Likewise.
15940         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15941         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15942         Likewise.
15943         * nscd/pwdcache.c (addpwbyX): Likewise.
15944         * nscd/selinux.c (preserve_capabilities): Likewise.
15945         * nscd/servicescache.c (addservbyX): Likewise.
15946         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15947         * posix/fnmatch.c (fnmatch): Likewise.
15948         * posix/getopt.c (_getopt_internal_r): Likewise.
15949         * posix/glob.c (glob, glob_in_dir): Likewise.
15950         * posix/wordexp.c (exec_comm_child): Likewise.
15951         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15952         (getanswer_r, gaih_getanswer_slice): Likewise.
15953         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15954         * resolv/res_init.c: Likewise.
15955         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15956         * resolv/res_query.c (__libc_res_nquery): Likewise.
15957         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15958         Likewise.
15959         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15960         * stdio-common/perror.c (perror): Likewise.
15961         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15962         * stdio-common/tmpnam.c (tmpnam): Likewise.
15963         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15964         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15965         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15966         Likewise.
15967         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15968         * stdlib/putenv.c (putenv): Likewise.
15969         * stdlib/setenv.c (__add_to_environ): Likewise.
15970         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15971         * stdlib/strtol_l.c (INTERNAL): Likewise.
15972         * string/memmem.c (memmem): Likewise.
15973         * string/strerror.c (strerror): Likewise.
15974         * string/strnlen.c (__strnlen): Likewise.
15975         * string/test-memmem.c (simple_memmem): Likewise.
15976         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15977         * sunrpc/pm_getport.c (__get_socket): Likewise.
15978         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15979         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15980         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15981         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15982         Likewise.
15983         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15984         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15985         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15986         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15987         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15988         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15989         Likewise.
15990         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15991         Likewise.
15992         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15993         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15994         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15995         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15996         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15997         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15998         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15999         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
16000         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
16001         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
16002         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
16003         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
16004         Likewise.
16005         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
16006         Likewise.
16007         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
16008         Likewise.
16009         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
16010         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
16011         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
16012         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
16013         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
16014         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
16015         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
16016         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
16017         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
16018         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
16019         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
16020         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16021         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
16022         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
16023         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
16024         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
16025         Likewise.
16026         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
16027         Likewise.
16028         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
16029         Likewise.
16030         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
16031         Likewise.
16032         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
16033         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
16034         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
16035         Likewise.
16036         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
16037         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
16038         * sysdeps/posix/opendir.c (__opendirat): Likewise.
16039         * sysdeps/posix/sleep.c: Likewise.
16040         * sysdeps/posix/tempname.c: Likewise.
16041         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
16042         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16043         Likewise.
16044         * sysdeps/powerpc/powerpc32/dl-machine.h
16045         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
16046         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
16047         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16048         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
16049         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
16050         Likewise.
16051         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
16052         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
16053         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
16054         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
16055         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
16056         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
16057         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
16058         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
16059         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
16060         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
16061         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
16062         (elf_machine_lazy_rel): Likewise.
16063         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
16064         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
16065         (elf_machine_lazy_rel): Likewise.
16066         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
16067         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
16068         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
16069         * sysdeps/unix/grantpt.c (grantpt): Likewise.
16070         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
16071         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
16072         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
16073         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
16074         Likewise.
16075         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
16076         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
16077         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
16078         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
16079         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
16080         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
16081         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
16082         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
16083         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
16084         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
16085         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
16086         Likewise.
16087         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
16088         (__posix_fallocate64_l64): Likewise.
16089         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
16090         (posix_fallocate): Likewise.
16091         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
16092         Likewise.
16093         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
16094         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
16095         (getifaddrs_internal): Likewise.
16096         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
16097         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
16098         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
16099         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
16100         * sysdeps/unix/sysv/linux/posix_fallocate64.c
16101         (__posix_fallocate64_l64): Likewise.
16102         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
16103         Likewise.
16104         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
16105         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
16106         (__get_clockfreq): Likewise.
16107         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
16108         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
16109         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
16110         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
16111         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
16112         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
16113         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
16114         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
16115         Likewise.
16116         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
16117         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
16118         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
16119         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
16120         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
16121         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
16122         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
16123         Likewise.
16124         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
16125         (posix_fallocate): Likewise.
16126         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
16127         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
16128         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
16129         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
16130         (elf_machine_rela, elf_machine_rela_relative)
16131         (elf_machine_lazy_rel): Likewise.
16132         * time/asctime.c (asctime_internal): Likewise.
16133         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
16134         * time/tzset.c (__tzset_parse_tz): Likewise.
16135         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
16136         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
16137         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
16138         * wcsmbs/wcsmbsload.h: Likewise.
16140         [BZ #15894]
16141         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
16143         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
16144         (arena_get2): Remove THREAD_STATS conditionals.
16145         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
16146         (__malloc_stats, int): Likewise.
16148 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
16150         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
16151         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
16153         * manual/setjmp.texi: Fix typos/grammar errors.
16155         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
16156         Only return early when n is <= 0.  Delete unused return statement.
16158         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
16159         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
16160         * debug/tst-longjmp_chk3.c: New file.
16162         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
16163         (test_main): Replace code with set_fortify_handler call.
16164         * debug/test-strcpy_chk.c: Likewise.
16165         * debug/tst-chk1.c: Likewise.
16166         * debug/tst-longjmp_chk.c: Likewise.
16167         * test-skeleton.c: Include fcntl.h & paths.h
16168         (set_fortify_handler): Define.
16170         * debug/tst-longjmp_chk.c: Add header comment and include
16171         ../test-skeleton.c.
16172         (do_test): Mark static.
16173         (TEST_FUNCTION): Define.
16175         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
16176         (IP_PMTUDISC_INTERFACE): Likewise.
16177         (IP_MULTICAST_IF): Likewise.
16178         (IP_MULTICAST_TTL): Likewise.
16179         (IP_MULTICAST_LOOP): Likewise.
16180         (IP_ADD_MEMBERSHIP): Likewise.
16181         (IP_DROP_MEMBERSHIP): Likewise.
16182         (IP_UNBLOCK_SOURCE): Likewise.
16183         (IP_BLOCK_SOURCE): Likewise.
16184         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
16185         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
16186         (IP_MSFILTER): Likewise.
16187         (MCAST_JOIN_GROUP): Likewise.
16188         (MCAST_BLOCK_SOURCE): Likewise.
16189         (MCAST_UNBLOCK_SOURCE): Likewise.
16190         (MCAST_LEAVE_GROUP): Likewise.
16191         (MCAST_JOIN_SOURCE_GROUP): Likewise.
16192         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
16193         (MCAST_MSFILTER): Likewise.
16194         (IP_MULTICAST_ALL): Likewise.
16195         (IP_UNICAST_IF): Likewise.
16197         * timezone/Makefile: Delete $(have-ksh) check.
16198         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
16199         * timezone/tzselect.ksh: Add +x mode bits.
16201         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
16202         (ANON_INODE_FS_MAGIC): Likewise.
16203         (BDEVFS_MAGIC): Likewise.
16204         (BINFMTFS_MAGIC): Likewise.
16205         (BTRFS_TEST_MAGIC): Likewise.
16206         (CRAMFS_MAGIC_WEND): Likewise.
16207         (DEBUGFS_MAGIC): Likewise.
16208         (ECRYPTFS_SUPER_MAGIC): Likewise.
16209         (EXT3_SUPER_MAGIC): Likewise.
16210         (EXT4_SUPER_MAGIC): Likewise.
16211         (FUTEXFS_SUPER_MAGIC): Likewise.
16212         (HOSTFS_SUPER_MAGIC): Likewise.
16213         (HUGETLBFS_MAGIC): Likewise.
16214         (MINIX3_SUPER_MAGIC): Likewise.
16215         (MTD_INODE_FS_MAGIC): Likewise.
16216         (NILFS_SUPER_MAGIC): Likewise.
16217         (OPENPROM_SUPER_MAGIC): Likewise.
16218         (PIPEFS_MAGIC): Likewise.
16219         (PSTOREFS_MAGIC): Likewise.
16220         (QNX6_SUPER_MAGIC): Likewise.
16221         (RAMFS_MAGIC): Likewise.
16222         (REISERFS_SUPER_MAGIC_STRING): Likewise.
16223         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
16224         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
16225         (SECURITYFS_MAGIC): Likewise.
16226         (SELINUX_MAGIC): Likewise.
16227         (SMACK_MAGIC): Likewise.
16228         (SOCKFS_MAGIC): Likewise.
16229         (SQUASHFS_MAGIC): Likewise.
16230         (STACK_END_MAGIC): Likewise.
16231         (TMPFS_MAGIC): Likewise.
16232         (USBDEVICE_SUPER_MAGIC): Likewise.
16233         (V9FS_MAGIC): Likewise.
16234         (XENFS_SUPER_MAGIC): Likewise.
16235         (CRAMFS_MAGIC): Fix typo in comment.
16236         (EXT2_SUPER_MAGIC): Update comment.
16237         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
16239 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
16241         * sysdeps/arm: Move directory from ports/sysdeps/arm.
16242         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
16243         * sysdeps/unix/sysv/linux/arm: Move directory from
16244         ports/sysdeps/unix/sysv/linux/arm.
16245         * README: Update listing for arm-*-linux-gnueabi.
16247         * README: Remove mention of am33.
16249 2014-02-07  Roland McGrath  <roland@hack.frob.com>
16251         * bits/sigset.h (__sigemptyset): Use a statement expression rather
16252         than the comma operator, to avoid "rhs of comma has no effect"
16253         compiler warnings.
16254         (__sigfillset, __sigandset, __sigorset): Likewise.
16255         * include/signal.h (__sigemptyset): Likewise.
16256         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
16258 2014-02-07  Allan McRae  <allan@archlinux.org>
16260         * version.h (RELEASE): Set to "development".
16261         (VERSION): Set to "2.19.90"
16262         * NEWS: Add 2.20 section.
16264 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
16266         [BZ #16529]
16267         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
16269 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
16271         * manual/contrib.texi: Update entry for Carlos O'Donell,
16272         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
16274 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
16276         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
16278         * sysdeps/unix/sysv/linux/kernel-features.h
16279         [__LINUX_KERNEL_VERSION >= 0x020621]
16280         (__ASSUME_PROC_PID_TASK_COMM): Define.
16282 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
16284         [BZ #16398]
16285         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
16286         conversion when destination buffer does not have enough space.
16287         * libio/tst-ftell-partial-wide.c: New test case.
16288         * libio/Makefile (tests): Add tst-ftell-partial-wide.
16290         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
16291         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
16292         Leonard and Allan McRae.
16294 2014-02-04  David S. Miller  <davem@davemloft.net>
16296         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
16297         32-bit.
16299 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
16302         New file
16303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
16304         New file
16305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
16306         New file.
16307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
16308         New file.
16309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
16310         New file.
16311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
16312         New file.
16313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
16314         New file.
16315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
16316         New file.
16317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
16318         New file.
16319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
16320         New file.
16321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
16322         New file.
16323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
16324         New file.
16325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
16326         New file.
16328 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16330         * nptl/shlib-versions: Change powerpc*le start to 2.17.
16331         * shlib-versions: Likewise.
16333 2014-02-04  Roland McGrath  <roland@hack.frob.com>
16334             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16336         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
16337         (abilist-pattern): New variable, set to %-le.abilist.
16339         * Makerules (abilist-pattern): New variable.
16340         (vpath): Use $(abilist-pattern) in place of %.abilist.
16341         (check-abi-% pattern rule): Likewise.
16342         (check-abi, update-abi): Likewise.
16344 2014-02-04  Eric Wong  <normalperson@yhbt.net>
16346         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16348 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
16350         * manual/startup.texi: Add next, previous, and top entries for
16351         the `Program Arguments' and `Environment Variables' nodes.
16353 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
16355         * manual/macros.texi: Add comments before MTASC-safety macros.
16357         * manual/users.texi: Document MTASC-safety properties.
16359         * manual/threads.texi (pthread_key_create, pthread_key_delete)
16360         (pthread_getspecific, pthread_setspecific): Format with
16361         @deftypefun, and add @safety note.
16362         * manual/signal.texi: Move comments that analyze the above
16363         functions to their home place.
16365 2014-02-03  Allan McRae  <allan@archlinux.org>
16367         * po/sl.po: Update Slovenian translation from translation project.
16369 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
16371         * manual/time.texi (timegm): Add missing blank after @c.
16372         Reported by Joseph Myers <joseph@codesourcery.com>.
16374 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
16376         * manual/check-safety.sh: New.
16377         * manual/Makefile ($(objpfx)stamp-summary): Run it.
16379         * manual/terminal.texi: Document MTASC-safety properties.
16381         * manual/filesys.texi: Document MTASC-safety properties.
16383         * manual/errno.texi: Document MTASC-safety properties.
16385         * manual/intro.texi: Document safety identifiers and
16386         conditionals.
16388         * manual/string.texi (wcstok): Fix prototype.
16389         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16391         * manual/time.texi: Document MTASC-safety properties.
16393         * manual/string.texi: Document MTASC-safety properties.
16395         * manual/threads.texi: Document MTASC-safety properties.
16397         * manual/stdio.texi: Document MTASC-safety properties.
16399         * manual/syslog.texi: Document MTASC-safety properties.
16401         * manual/sysinfo.texi: Document MTASC-safety properties.
16403         * manual/startup.texi: Document MTASC-safety properties.
16405         * manual/socket.texi: Document MTASC-safety properties.
16407         * manual/signal.texi: Document MTASC-safety properties.
16409 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
16411         * manual/setjmp.texi: Document MTASC-safety properties.
16413         * manual/search.texi: Document MTASC-safety properties.
16415         * manual/resource.texi: Document MTASC-safety properties.
16417         * manual/process.texi: Document MTASC-safety properties.
16419         * manual/platform.texi: Document MTASC-safety properties.
16421         * manual/pipe.texi: Document MTASC-safety properties.
16423         * manual/pattern.texi: Document MTASC-safety properties.
16425         * manual/message.texi: Document MTASC-safety properties.
16427         [BZ #12751]
16428         * manual/memory.texi: Document MTASC-safety properties.
16430         * manual/math.texi: Document MTASC-safety properties.
16432         * manual/locale.texi: Document MTASC-safety properties.
16434         * manual/llio.texi: Document MTASC-safety properties.
16436         * manual/libdl.texi: New.
16438         * manual/lang.texi: Document MTASC-safety properties.
16440         * manual/job.texi: Document MTASC-safety properties.
16442         * manual/getopt.texi: Document MTASC-safety properties.
16444         * manual/ctype.texi: Document MTASC-safety properties.
16446 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16448         [BZ #16046]
16449         * csu/libc-tls.c (static_map): Remove variable.
16450         (__libc_setup_tls): Use main executable's link map for TLS data.
16451         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16452         casing for LM_ID_BASE and GL(dl_nns).
16453         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16454         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16455         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16456         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16457         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16458         member.
16459         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16460         l_phnum members.
16462 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16464         * manual/debug.texi: Document MTASC-safety properties.
16466 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16468         [BZ #16510]
16469         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16470         of __x86_64__ when disabling x87 inline functions.
16472 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16474         * manual/charset.texi: Document MTASC-safety properties.
16476         * manual/crypt.texi: Document MTASC-safety properties.
16478         * manual/conf.texi: Document MTASC-safety properties.
16480         * manual/arith.texi: Document MTASC-safety properties.
16482         * manual/argp.texi: Document MTASC-safety properties.
16484         * manual/macros.texi: Introduce macros to document multi
16485         thread, asynchronous signal and asynchronous cancellation
16486         safety properties.
16487         * manual/intro.texi: Introduce the properties themselves.
16489 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16491         * sysdeps/sh/sh4/Makefile: New file.
16493 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16495         * math/gen-libm-test.pl ($srcdir): New variable.
16496         ($auto_input): Use it.
16498 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16500         [BZ #16506]
16501         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16502         access beyond array bounds when parsing netgroups file.
16504         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16505         the old buffer before realloc.
16507 2014-01-27  Allan McRae  <allan@archlinux.org>
16509         * po/fr.po: Update French translation from translation project.
16511 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16513         * sysdeps/sh/libm-test-ulps: Regenerate.
16515 2014-01-24  David S. Miller  <davem@davemloft.net>
16517         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16519 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16521         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16522         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16524 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16526         [BZ #16474]
16527         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16528         string pointers after reallocation.
16530 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16532         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16533         __SH4A__ instead of __SH_FPU_ANY__.
16535 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16537         * sysdeps/sh/fpu_control.h: New file.
16538         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16539         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16540         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16541         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16542         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16543         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16544         * sysdeps/sh/sys/ucontext.h: Remove.
16545         * sysdeps/sh/sys: Remove directory.
16547 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16549         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16550         s390/sys/ucontext.h.
16551         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16552         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16554 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16556         [BZ #15605]
16557         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16559 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16561         [BZ#16431]
16562         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16563         Adjust the vDSO correctly for internal calls.
16564         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16566 2014-01-20  Allan McRae  <allan@archlinux.org>
16568         * po/ca.po: Update Catalan translation from translation project.
16570 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16572         * sysdeps/s390/sotruss-lib.c: New file.
16574 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16576         [BZ#16430]
16577         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16578         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16579         local calls issues by not having a PLT stub required for IFUNC calls.
16580         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16582 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16584         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16585         * math/test-fpucw-static.c: Likewise.
16587 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16589         [BZ #16453]
16590         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16592 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16594         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16595         implementation for powerpc.
16597 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16599         [BZ #14782]
16600         * sysdeps/posix/system.c (__libc_system): Do not enable
16601         asynchronous cancellation.
16603 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16605         [BZ #16427]
16606         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16607         handling only for numbers special also in the IEEE case.
16609 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16611         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16613 2014-01-11  Allan McRae  <allan@archlinux.org>
16615         * po/bg.po: Update Bulgarian translation from translation project.
16617         * po/de.po: Update German translation from translation project.
16619 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16621         * sysdeps/generic/gcc-compat.h: New file.
16623 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16625         * benchtests/asin-inputs: Correct slow inputs.
16626         * benchtests/acos-inputs: Likewise.
16628 2014-01-10  Allan McRae  <allan@archlinux.org>
16630         * po:sv.po: Update Swedish translation from translation project.
16632         * po/vi.po: Update Vietnamese translation from translation project.
16634         * po/eo.po: Update Esperanto translation from translation project.
16636         * po/cs.po: Update Czech translation from translation project.
16638         * po/nl.po: Update Dutch translation from translation project.
16640         * po/pl.po: Update Polish translation from translation project.
16642         * po/ru.po: Update Russian translation from translation project.
16644         * po/uk.po: Update Ukrainian translation from translation project.
16646 2014-01-08  Brooks Moses  <bmoses@google.com>
16648         * elf/dl-load.c: Fix comment typo.
16650 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16652         * po/header.pot: Rename to...
16653         * po/pot.header: ... this.
16654         * po/Makefile: Use pot.header.
16656 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16657             Maxim Kuvyrkov  <maxim@kugelworks.com>
16659         [BZ #16394]
16660         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16661         SRC and DEST against LEN.
16663 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16665         [BZ #16414]
16666         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16667         implementation.
16668         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16670 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16672         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16674 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16676         [BZ #16408]
16677         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16678         for large positive arguments.
16680 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16682         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16684         * math/auto-libm-test-in: Mark various tests with
16685         xfail-rounding:ldbl-128ibm.
16686         * math/auto-libm-test-out: Regenerated.
16688         [BZ #16407]
16689         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16690         Increase overflow threshold.
16692 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16694         [BZ #14286]
16695         * stdio-common/vfprintf.c: Check for integer overflow.
16697 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16699         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16700         the first argument and return value of __tls_get_addr_internal.
16702 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16704         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16705         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16707 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16709         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16710         * sysdeps/s390/rtld-global-offsets.sym: New file.
16711         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16712         GLIBC_2.19 symbol.
16713         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16714         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16715         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16716         ... this.
16717         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16718         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16719         ... this.
16720         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16721         Regenerate.
16722         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16723         Regenerate.
16724         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16725         halfs of GPRs for high_gprs contexts.
16726         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16727         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16728         field.
16729         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16730         uc_flags field.
16731         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16732         64 bit versions:
16733         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16734         for high GPRs (uc_high_gprs) and for future extensions
16735         (__reserved).
16736         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16737         for future extensions (__reserved).
16738         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16739         64 bit versions:
16740         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16741         SC_HIGHGPRS offset definition.
16742         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16743         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16745         * Versions.def: Add GLIBC_2.19 for libpthread.
16746         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16747         siglongjmp for libpthread with GLIBC_2.19 symver.
16748         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16749         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16750         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16751         * sysdeps/s390/__longjmp.c: New file.
16752         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16753         * sysdeps/s390/longjmp.c: New file.
16754         * sysdeps/s390/setjmp.S: New file.
16755         * sysdeps/s390/sigjmp.S: New file.
16756         * sysdeps/s390/v1-longjmp.c: New file.
16757         * sysdeps/s390/v1-setjmp.h: New file.
16758         * sysdeps/s390/v1-sigjmp.c: New file.
16759         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16760         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16761         GLIBC_2.19 version.
16762         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16763         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16764         versioned symbols for ____longjmp_chk.
16765         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16766         Likewise.
16767         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16768         Regenerate.
16769         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16770         Regenerate.
16771         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16772         Regenerate.
16773         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16774         Regenerate.
16775         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16776         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16777         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16778         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16779         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16780         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16781         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16782         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16783         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16784         * sysdeps/s390/rtld-__longjmp.c: New file.
16785         * sysdeps/s390/rtld-setjmp.S: New file.
16787 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16789         [BZ #16400]
16790         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16791         Return -__logl (x) for small positive arguments without evaluating
16792         a polynomial.
16794 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16796         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16797         Rename to ...
16798         (__ptrace_peeksiginfo_args): ... this.
16799         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16800         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16801         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16803 2014-01-06  Allan McRae  <allan@archlinux.org>
16805         * inet/netinet/in.h: Fix typo in comment.
16807 2014-01-05  Andreas Jaeger  <aj@suse.de>
16809         * sysdeps/i386/fpu/libm-test-ulps: Update.
16811 2014-01-05  Allan McRae  <allan@archlinux.org>
16813         * po/libc.pot: Regenerated.
16815         * malloc/memusagestat.c: Fix gettext call formatting.
16817 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16819         * nscd/nscd.c: Improve usage() output.
16821 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16823         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16824         * sysdeps/unix/sysv/linux/configure: Regenerated.
16825         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16826         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16828 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16830         [BZ #16390]
16831         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16832         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16834 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16836         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16837         extra tokens at end of #undef directive.
16838         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16839         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16840         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16842 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16844         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16846         * math/auto-libm-test-in: Mark various tests with
16847         xfail-rounding:ldbl-128ibm.
16848         * math/auto-libm-test-out: Regenerated.
16850 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16852         [BZ #16386]
16853         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16854         numbers with subnormal high part when calculating exponent.
16856         [BZ #16385]
16857         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16858         fabs.
16860         [BZ #16384]
16861         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16862         M_LN2l.
16863         (__ieee754_acoshl): Use __log1pl not __log1p.
16865 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16867         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16868         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16869         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16870         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16871         (reused_arena, arena_get2): Convert to GNU style.
16872         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16873         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16874         (memalign_check, __malloc_set_state): Likewise.
16875         * malloc/mallocbug.c (main): Likewise.
16876         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16877         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16878         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16879         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16880         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16881         (__posix_memalign, malloc_info): Likewise.
16882         * malloc/malloc.h: Likewise.
16883         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16884         (mallochook, memalignhook, reallochook, mabort): Likewise.
16885         * malloc/mcheck.h: Likewise.
16886         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16887         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16888         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16889         * malloc/morecore.c (__default_morecore): Likewise.
16890         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16891         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16892         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16893         (print_and_abort): Likewise.
16894         * malloc/obstack.h: Likewise.
16895         * malloc/set-freeres.c (__libc_freeres): Likewise.
16896         * malloc/tst-mallocstate.c (main): Likewise.
16897         * malloc/tst-mtrace.c (main): Likewise.
16898         * malloc/tst-realloc.c (do_test): Likewise.
16900 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16902         [BZ #16366]
16903         * nscd/netgroupcache.c (do_notfound): New function.
16904         (addgetnetgrentX): Use it.
16906         [BZ # 16365]
16907         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16908         NSS_STATUS_NOTFOUND.
16910 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16912         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16913         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16915 2014-01-01  Allan McRae  <allan@archlinux.org>
16917         * scripts/update-copyrights: Update configure input file suffix.
16919         * NEWS: Update copyright year.
16920         * catgets/gencat.c: Likewise.
16921         * csu/version.c: Likewise.
16922         * debug/catchsegv.sh: Likewise.
16923         * debug/pcprofiledump.c: Likewise.
16924         * debug/xtrace.sh: Likewise.
16925         * elf/ldconfig.c: Likewise.
16926         * elf/ldd.bash.in: Likewise.
16927         * elf/pldd.c: Likewise.
16928         * elf/sotruss.ksh: Likewise.
16929         * elf/sprof.c: Likewise.
16930         * iconv/iconv_prog.c: Likewise.
16931         * iconv/iconvconfig.c: Likewise.
16932         * locale/programs/locale.c: Likewise.
16933         * locale/programs/localedef.c: Likewise.
16934         * login/programs/pt_chown.c: Likewise.
16935         * malloc/memusage.sh: Likewise.
16936         * malloc/memusagestat.c: Likewise.
16937         * malloc/mtrace.pl: Likewise.
16938         * manual/libc.texinfo: Likewise.
16939         * nscd/nscd.c: Likewise.
16940         * nss/getent.c: Likewise.
16941         * nss/makedb.c: Likewise.
16942         * posix/getconf.c: Likewise.
16943         * scripts/test-installation.pl: Likewise.
16945         * All files with FSF copyright notices: Update copyright dates
16946         using scripts/update-copyrights.
16947         * intl/plural.c: Regenerated.
16948         * locale/programs/charmap-kw.h: Likewise.
16949         * locale/programs/locfile-kw.h: Likewise.
16951 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16953         * sysdeps/unix/sysv/linux/configure: Regenerated.
16954         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16955         the linux/fanotify.h header.
16956         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16957         HAVE_LINUX_FANOTIFY_H is defined.
16959 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16961         * benchtests/cos-inputs: New inputs.
16962         * benchtests/sin-inputs: Likewise.
16964         * benchtests/atan-inputs: New inputs. Fix name of multiple
16965         precision fallback inputs.
16967         * benchtests/atanh-inputs: New inputs.
16968         * benchtests/tanh-inputs: Likewise.
16970         * benchtests/acosh-inputs: New inputs.
16971         * benchtests/asinh-inputs: Likewise.
16973         * benchtests/cosh-inputs: New inputs.
16974         * benchtests/sinh-inputs: Likewise.
16976         * benchtests/acos-inputs: Add more inputs.
16977         * benchtests/asin-inputs: Likewise.
16979 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16981         [BZ #16375]
16982         * manual/arith.texi: Fix spelling.
16983         * manual/charset.texi: Likewise.
16984         * manual/errno.texi: Likewise.
16985         * manual/filesys.texi: Likewise.
16986         * manual/lang.texi: Likewise.
16987         * manual/llio.texi: Likewise.
16988         * manual/locale.texi: Likewise.
16989         * manual/message.texi: Likewise.
16990         * manual/resource.texi: Likewise.
16991         * manual/search.texi: Likewise.
16992         * manual/setjmp.texi: Likewise.
16993         * manual/stdio.texi: Likewise.
16994         * manual/string.texi: Likewise.
16995         * manual/sysinfo.texi: Likewise.
16996         * manual/time.texi: Likewise.
16998 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
17000         * po/sl.po: New file.
17002 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
17004         * .gitignore: Add core/.gdbinit/.gdb_history.
17006 2013-12-27  Allan McRae  <allan@archlinux.org>
17008         [BZ #16369]
17009         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
17010         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
17012 2013-12-24  Brooks Moses  <bmoses@google.com>
17014         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
17015         all compilers that claim C++98 compliance, not just GCC.
17016         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
17017         Likewise.
17019 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
17021         * NEWS: Restore accidentally deleted bug-fix entries.
17023 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
17024             Ondřej Bílka  <neleai@seznam.cz>
17026         [BZ #15073]
17027         * malloc/malloc.c (_int_free): Perform sanity check only if we
17028         have_lock.
17030 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
17032         [BZ #12986]
17033         * manual/stdio.texi (String Input Conversions): Clarify that character
17034         classes are not supported.
17036 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17038         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17040 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
17042         [BZ #16337]
17043         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
17044         Calculate results for small negative arguments directly rather
17045         than using reflection formula with special underflow handling.
17047         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
17048         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
17049         sysdeps/unix/bsd/bsd4.4/syscalls.list.
17050         (fchflags): Likewise.
17051         (revoke): Likewise.
17052         (setlogin): Likewise.
17053         (sigaltstack): Likewise.
17054         (wait4): Likewise.
17055         (sigblock): Remove.
17056         (sigsetmask): Likewise.
17057         (wait3): Likewise.
17058         (waitpid): Likewise.
17059         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
17060         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
17061         file.
17062         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
17063         * sysdeps/unix/bsd/Makefile: ... here.
17064         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
17065         * sysdeps/unix/bsd/Versions: ... here.
17066         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
17067         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
17068         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
17069         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
17070         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
17071         * sysdeps/unix/bsd/sigblock.c: ... here.
17072         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
17073         * sysdeps/unix/bsd/sigsetmask.c: ... here.
17074         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
17075         * sysdeps/unix/bsd/sigvec.c: ... here.
17076         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
17077         * sysdeps/unix/bsd/tcdrain.c: ... here.
17078         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
17079         * sysdeps/unix/bsd/tcgetattr.c: ... here.
17080         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
17081         * sysdeps/unix/bsd/tcsetattr.c: ... here.
17082         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
17083         * sysdeps/unix/bsd/wait.c: ... here.
17084         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
17085         * sysdeps/unix/bsd/wait3.c: ... here.
17086         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
17087         * sysdeps/unix/bsd/waitpid.c: ... here.
17089 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
17091         [BZ #16356]
17092         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
17093         round-to-nearest for [!USE_AS_EXPM1L].
17094         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
17095         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
17096         more tests of exp and exp10.  Expect some exp10 tests to miss
17097         exceptions or fail in directed rounding modes.
17098         * math/auto-libm-test-out: Regenerated.
17099         * math/libm-test.inc (exp10_tonearest_test_data): New array.
17100         (exp10_test_tonearest): New function.
17101         (exp10_towardzero_test_data): New array.
17102         (exp10_test_towardzero): New function.
17103         (exp10_downward_test_data): New array.
17104         (exp10_test_downward): New function.
17105         (exp10_upward_test_data): New array.
17106         (exp10_test_upward): New function.
17107         (main): Call the new functions.
17108         * sysdeps/i386/fpu/libm-test-ulps: Update.
17109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17111 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
17113         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
17114         asinh, atan, atan2, atanh, cbrt, cos and cosh.
17115         * math/auto-libm-test-out: Regenerated.
17116         * math/libm-test.inc (acosh_test_data): Add more tests.
17117         (atanh_test_data): Likewise.
17118         (ceil_test_data): Likewise.
17119         (copysign_test_data): Likewise.
17120         * sysdeps/i386/fpu/libm-test-ulps: Update.
17121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17123         * timezone/checktab.awk: Update from tzcode 2013i.
17124         * timezone/private.h: Likewise.
17125         * timezone/scheck.c: Likewise.
17126         * timezone/tzfile.h: Likewise.
17127         * timezone/tzselect.ksh: Likewise.
17128         * timezone/zdump.c: Likewise.
17129         * timezone/zic.c: Likewise.
17131         * math/auto-libm-test-in: Add tests of cpow.
17132         * math/auto-libm-test-out: Regenerated.
17133         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
17134         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17135         mpc_cc_c.
17136         (func_calc_desc): Add mpc_cc_c union field.
17137         (test_functions): Add cpow.
17138         (special_fill_2pi): New function.
17139         (special_real_inputs): Add 2pi.
17140         (calc_generic_results): Handle mpc_cc_c.
17141         * sysdeps/i386/fpu/libm-test-ulps: Update.
17142         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17144         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
17145         csqrt, ctan and ctanh.
17146         * math/auto-libm-test-out: Regenerated.
17147         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17148         (TEST_COND_x86): Likewise.
17149         (ccos_test_data): Use AUTO_TESTS_c_c.
17150         (ccosh_test_data): Likewise.
17151         (cexp_test_data): Likewise.
17152         (clog_test_data): Likewise.
17153         (csqrt_test_data): Likewise.
17154         (ctan_test_data): Likewise.
17155         (ctan_tonearest_test_data): Likewise.
17156         (ctan_towardzero_test_data): Likewise.
17157         (ctan_downward_test_data): Likewise.
17158         (ctan_upward_test_data): Likewise.
17159         (ctanh_test_data): Likewise.
17160         (ctanh_tonearest_test_data): Likewise.
17161         (ctanh_towardzero_test_data): Likewise.
17162         (ctanh_downward_test_data): Likewise.
17163         (ctanh_upward_test_data): Likewise.
17164         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17165         mpc_c_c.
17166         (func_calc_desc): Add mpc_c_c union field.
17167         (FUNC_mpc_c_c): New macro.
17168         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
17169         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
17170         ctanh.
17171         (special_fill_min_subnorm_p120): New function.
17172         (special_real_inputs): Add min_subnorm_p120.
17173         (calc_generic_results): Handle mpc_c_c.
17174         * sysdeps/i386/fpu/libm-test-ulps: Update.
17175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17177 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
17179         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
17180         (do_sin_slow): New functions.
17181         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
17182         (cslow2, csloww1, csloww2): Use the new functions.
17184         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
17185         Use M to change sign of result instead of X.  Assume X is
17186         positive.
17187         (csloww1): Likewise.
17188         (__sin): Adjust.
17189         (__cos): Adjust.
17191         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
17192         arguments A and DA.
17193         (__sin): Adjust.
17194         (__cos): Likewise.
17196         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
17197         (__cos): Likewise.
17198         (sloww1): Don't adjust sign of DX.
17199         (csloww1): Likewise.
17200         (sloww2): Use X directly and don't adjust sign of DX.
17201         (csloww2): Likewise.
17203 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17205         * math/auto-libm-test-in: Add tests of cabs and carg.
17206         * math/auto-libm-test-out: Regenerated.
17207         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
17208         (carg_test_data): Likewise.
17209         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17210         mpc_c_f.
17211         (func_calc_desc): Add mpc_c_f union field.
17212         (test_functions): Add cabs and carg.
17213         (calc_generic_results): Handle mpc_c_f.
17215         * sysdeps/powerpc/powerpc32/libgcc-compat.S
17216         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
17217         as a macro and a compat symbol.
17218         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
17219         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
17220         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
17221         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
17222         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
17223         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
17224         not use .hidden.
17225         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
17226         Likewise.
17227         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
17228         Likewise.
17229         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
17230         Likewise.
17231         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
17232         Likewise.
17233         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
17234         Likewise.
17235         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
17236         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
17237         from GLIBC_2.3.2.
17239 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17241         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17243 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17245         * manual/texinfo.tex: Update to version 2013-11-26.10 with
17246         trailing whitespace removed.
17247         * scripts/config.guess: Update to version 2013-11-29.
17248         * scripts/config.sub: Update to version 2013-10-01.
17250         * math/auto-libm-test-in: Add tests of sincos.
17251         * math/auto-libm-test-out: Regenerated.
17252         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
17253         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17254         mpfr_f_11.
17255         (func_calc_desc): Add mpfr_f_11 union field.
17256         (test_functions): Add sincos.
17257         (calc_generic_results): Handle mpfr_f_11.
17258         * sysdeps/i386/fpu/libm-test-ulps: Update.
17259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17261 2013-12-19  Andreas Schwab  <schwab@suse.de>
17263         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
17264         CALL_MCOUNT.
17265         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
17266         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
17267         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
17269 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17271         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
17272         * sysdeps/i386/fpu/libm-test-ulps: Update.
17273         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17275         [BZ #16293]
17276         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
17277         round-to-nearest mode when using frndint.
17278         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
17279         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
17280         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
17281         Likewise.
17282         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
17283         sinh test to fail.
17284         * math/auto-libm-test-out: Regenerated.
17285         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
17286         (TEST_COND_x86): Likewise.
17287         (expm1_tonearest_test_data): New array.
17288         (expm1_test_tonearest): New function.
17289         (expm1_towardzero_test_data): New array.
17290         (expm1_test_towardzero): New function.
17291         (expm1_downward_test_data): New array.
17292         (expm1_test_downward): New function.
17293         (expm1_upward_test_data): New array.
17294         (expm1_test_upward): New function.
17295         (main): Run the new test functions.
17296         * sysdeps/i386/fpu/libm-test-ulps: Update.
17297         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17299         * include/features.h: Update comment documenting feature test
17300         macros.  Mention _DEFAULT_SOURCE in comment.
17301         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
17302         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
17303         _BSD_SOURCE and _SVID_SOURCE.
17304         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
17305         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
17306         !_SVID_SOURCE]: Likewise.
17307         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17308         (__USE_POSIX_IMPLICITLY): Define.
17309         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17310         (_POSIX_SOURCE): Undefine and redefine.
17311         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17312         (_POSIX_C_SOURCE): Likewise.
17313         * manual/creature.texi (_DEFAULT_SOURCE): Document.
17314         (Feature Test Macros): Update documentation of default features.
17316 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17318         * benchtests/Makefile: Add bench-strtok.
17319         * benchtests/bench-strtok.c: New file: strtok benchtest.
17321 2013-12-19  Allan McRae  <allan@archlinux.org>
17323         * manual/install.texi: Suppress menu for plain text output.
17324         * INSTALL: Regenerated.
17326 2013-12-18  Brooks Moses  <bmoses@google.com>
17328         [BZ #15846]
17329         * misc/getauxval.c: Include errno.h.
17330         (__getauxval): Set errno to ENOENT if the requested type is not
17331         found.
17332         * misc/sys/auxv.h (getauxval): Document that it may set errno;
17333         don't declare with __attribute_const__.
17334         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
17335         * manual/startup.texi: Document that getauxval sets errno.
17337 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17339         * math/auto-libm-test-in: Add tests of jn and yn.
17340         * math/auto-libm-test-out: Regenerated.
17341         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
17342         (yn_test_data): Likewise.
17343         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17344         mpfr_if_f.
17345         (func_calc_desc): Add mpfr_if_f union field.
17346         (FUNC_mpfr_if_f): New macro.
17347         (test_functions): Add jn and yn.
17348         (calc_generic_results): Assert type of second input for
17349         mpfr_ff_f.  Handle mpfr_if_f.
17350         (output_for_one_input_case): Disable all checking for arguments
17351         fitting floating-point types in case of an integer argument.
17352         * sysdeps/i386/fpu/libm-test-ulps: Update.
17353         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17356         Don't expect fegetround reference in libm.so.
17358 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
17360         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17361         $(config-cflags-nofma).
17363 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17365         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17366         * math/auto-libm-test-out: Regenerated.
17368         [BZ #16338]
17369         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17370         to determine exponent and adjust argument to have exponent of -1.
17371         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17372         log2.
17373         * math/auto-libm-test-out: Regenerated.
17374         * sysdeps/i386/fpu/libm-test-ulps: Update.
17375         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17377 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
17379         * manual/probes.texi: Remove cases when per-thread arenas are
17380         disabled.
17382 2013-12-18  Andreas Schwab  <schwab@suse.de>
17384         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17385         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17386         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17387         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17388         * sysdeps/i386/i686/multiarch/Makefile: Update.
17389         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17391 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17393         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17394         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17396 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
17398         [BZ #15968]
17399         Support TZ transition times < 00:00:00.
17400         This is needed for version-3 tz-format files; it supports time
17401         stamps past 2037 for America/Godthab (the only entry in the tz
17402         database for which this change is relevant).
17403         * manual/time.texi (TZ Variable): Document transition times
17404         from -167:59:59 through -00:00:01.
17405         * time/tzset.c (tz_rule): Time of day is now signed.
17406         (__tzset_parse_tz): Parse negative time of day.
17408         Document TZ transition times >= 25:00:00.
17409         * manual/time.texi (TZ Variable): Document transition times from
17410         25:00:00 through 167:59:59.  These are already supported, and this
17411         support will help with version-3 tz-format files.
17413         * manual/time.texi (TZ Variable): Modernize North America example
17414         to reflect current (i.e., 2007-and-later) daylight saving rules.
17416         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17418 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17420         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17421         * sysdeps/unix/bsd/bits/stat.h: Likewise.
17422         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17423         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17424         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17425         * sysdeps/unix/bsd/bsdstat.h: Likewise.
17426         * sysdeps/unix/bsd/clock.c: Likewise.
17427         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17428         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17429         * sysdeps/unix/bsd/init-posix.c: Likewise.
17430         * sysdeps/unix/bsd/poll.c: Likewise.
17431         * sysdeps/unix/bsd/ptsname.c: Likewise.
17432         * sysdeps/unix/bsd/seekdir.c: Likewise.
17433         * sysdeps/unix/bsd/setegid.c: Likewise.
17434         * sysdeps/unix/bsd/seteuid.c: Likewise.
17435         * sysdeps/unix/bsd/setgid.c: Likewise.
17436         * sysdeps/unix/bsd/setrgid.c: Likewise.
17437         * sysdeps/unix/bsd/setruid.c: Likewise.
17438         * sysdeps/unix/bsd/setsid.c: Likewise.
17439         * sysdeps/unix/bsd/setuid.c: Likewise.
17440         * sysdeps/unix/bsd/sigaction.c: Likewise.
17441         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17442         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17443         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17444         * sysdeps/unix/bsd/telldir.c: Likewise.
17445         * sysdeps/unix/bsd/times.c: Likewise.
17446         * sysdeps/unix/bsd/usleep.c: Likewise.
17448         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17449         ($(objpfx)libbsd-compat.a): Remove rule.
17451         * include/features.h (__FAVOR_BSD): Do not define.
17452         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17453         features conflicting with POSIX.
17454         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17455         (_BSD_SOURCE): Remove description of not being a subset of other
17456         feature test macros.
17457         * manual/job.texi (getpgrp): Do not document BSD version.
17458         (getpgid): Do not document by reference to BSD getpgrp.
17459         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17460         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17461         * signal/signal.h [__FAVOR_BSD]: Likewise.
17462         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17463         instead of making contents conditional on [__FAVOR_BSD].
17464         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17466 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17468         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17470 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17472         [BZ #16314]
17473         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17474         values below 2**-450, not 2**-500.
17475         * math/auto-libm-test-in: Don't allow spurious underflow from
17476         hypot.
17477         * math/auto-libm-test-out: Regenerated.
17479         [BZ #16316]
17480         [BZ #16330]
17481         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17482         values of ha and hb and sort them after adjusting subnormal
17483         arguments.
17484         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17485         Likewise.
17486         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17487         values of ea and eb and sort them after adjusting subnormal
17488         arguments.
17489         * math/auto-libm-test-in: Do not expect some hypot tests of
17490         subnormals to fail.  Add more hypot tests.
17491         * math/auto-libm-test-out: Regenerated.
17493 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17495         [BZ #13304]
17496         * sysdeps/sh/s_fma.c: New file.
17497         * sysdeps/sh/s_fmaf.c: New file.
17498         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17499         version.
17500         * sysdeps/sh/Implies: Add sh/soft-fp.
17502 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17504         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17505         level of indirection to members `objname', `errstring', `malloced'.
17506         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17507         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17508         it as the __longjmp argument (just pass 1 instead).
17509         (_dl_catch_error): Initialize C with argument pointers and address of
17510         volatile local ERRCODE rather than copying values out of C at return.
17512 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17514         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17515         * math/auto-libm-test-out: Regenerated.
17516         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17517         (hypot_test_data): Likewise.
17518         (pow_test_data): Likewise.
17519         (pow_tonearest_test_data): Likewise.
17520         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17521         mpfr_ff_f.
17522         (func_calc_desc): Add mpfr_ff_f union field.
17523         (FUNC_mpfr_ff_f): New macro.
17524         (test_functions): Add atan2, hypot and pow.
17525         (special_fill_min): New function.
17526         (special_fill_minus_min): Likewise.
17527         (special_fill_min_subnorm): Likewise.
17528         (special_fill_minus_min_subnorm): Likewise.
17529         (special_real_inputs): Add min, -min, min_subnorm and
17530         -min_subnorm.
17531         (calc_generic_results): Handle mpfr_ff_f.
17532         * sysdeps/i386/fpu/libm-test-ulps: Update.
17533         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17535 2013-12-16  Will Newton  <will.newton@linaro.org>
17537         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17538         (Aligned Memory Blocks): Add documentation for aligned_alloc
17539         and suggest it as an alternative to posix_memalign.
17540         (Hooks for Malloc): Document __memalign_hook is also called
17541         for aligned_alloc.  (Summary of Malloc): Add summary for
17542         aligned alloc.  Document __memalign_hook is also called
17543         for aligned_alloc.
17545 2013-12-16  Will Newton  <will.newton@linaro.org>
17547         * manual/memory.texi (Malloc Examples): Clarify default
17548         alignment documentation.  Suggest posix_memalign rather
17549         than memalign or valloc.
17550         (Aligned Memory Blocks): Remove suggestion to use memalign
17551         or valloc.  Remove obsolete comment about BSD.
17552         Document memalign errno values and mark the function obsolete.
17553         Document posix_memalign returned error codes.  Mark valloc
17554         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17555         called for posix_memalign and valloc.
17556         (Summary of Malloc): Add posix_memalign to function summary.
17557         __memalign_hook is also called for posix_memalign and valloc.
17559 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17561         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17562         TAYLOR_SIN.
17563         (__sin): Adjust.
17564         (__cos): Likewise.
17565         (sloww): Use mynumber union.  Expand ternary operator into
17566         if-else statements.
17567         (cslow): use mynumber union.
17569 2013-12-16  Allan McRae  <allan@archlinux.org>
17571         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17572         * configure: Regenerated.
17574         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17576         [BZ #14120]
17577         * configure.ac: Added --enable-maintainer-mode. Check for
17578         autoconf when enabled.
17579         * configure: Regenerated.
17581         * nscd/nscd.service: New file.
17582         * nscd/nscd.tmpfiles: New file.
17584 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17586         [BZ #12100]
17587         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17588         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17589         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17590         (strstr): Add __strstr_sse2_unaligned ifunc.
17591         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17592         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17593         (strcasestr): Remove __strcasestr_sse42 ifunc.
17594         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17595         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17596         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17598 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17600         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17601         * sysdeps/sh/bits/fenv.h: ... here.
17602         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17604 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17606         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17608         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17609         hypotf multiarch implementations.
17610         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17611         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17612         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17613         multiarch hypot for PPC64.
17614         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17615         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17616         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17617         multiarch hypotf for PPC64.
17619         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17620         modff multiarch implementations.
17621         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17622         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17623         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17624         multiarch modf for PPC64.
17625         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17626         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17627         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17628         multiarch modff for PPC64.
17630         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17631         and logl multiarch implementations.
17632         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17633         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17634         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17635         multiarch logb for PPC64.
17636         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17637         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17638         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17639         multiarch logb for PPC64.
17640         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17641         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17642         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17643         multiarch logb for PPC64.
17645         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17646         isinff multiarch implementation.
17647         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17648         file.
17649         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17650         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17651         multiarch isinf for PPC64.
17652         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17653         file.
17654         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17655         multiarch isinff for PPC64.
17657         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17658         finitef multiarch implementation.
17659         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17660         file.
17661         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17662         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17663         multiarch finite for PPC64.
17664         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17665         file.
17666         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17667         multiarch finitef for PPC64.
17669         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17670         lrint multiarch implementation.
17671         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17672         file.
17673         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17674         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17675         multiarch llrint for PPC64.
17676         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17677         multiarch lrint for PPC64.
17679         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17680         copysignf multiarch implementation.
17681         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17682         file.
17683         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17684         file.
17685         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17686         multiarch copysign for PPC64.
17687         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17688         multiarch copysignf for PPC64.
17690         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17691         multiarch implementation.
17692         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17693         file.
17694         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17695         file.
17696         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17697         file.
17698         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17699         file.
17700         multiarch llround for PPC64.
17701         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17702         multiarch trunc for PPC64.
17703         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17704         multiarch truncf for PPC64.
17706         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17707         multiarch implementation.
17708         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17709         file.
17710         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17711         file.
17712         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17713         file.
17714         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17715         file.
17716         multiarch llround for PPC64.
17717         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17718         multiarch round for PPC64.
17719         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17720         multiarch roundf for PPC64.
17722         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17723         multiarch implementation.
17724         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17725         file.
17726         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17727         file.
17728         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17729         file.
17730         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17731         file.
17732         multiarch llround for PPC64.
17733         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17734         multiarch floor for PPC64.
17735         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17736         multiarch floorf for PPC64.
17738         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17739         multiarch implementation.
17740         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17741         file.
17742         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17743         file.
17744         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17745         file.
17746         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17747         file.
17748         multiarch llround for PPC64.
17749         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17750         multiarch ceil for PPC64.
17751         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17752         multiarch ceilf for PPC64.
17754         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17755         multiarch implementation.
17756         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17757         file.
17758         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17759         file.
17760         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17761         file.
17762         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17763         multiarch llround for PPC64.
17764         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17765         multiarch lround for PPC64.
17767         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17768         multiarch implementation.
17769         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17770         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17771         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17772         file.
17773         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17774         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17775         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17776         multiarch isnan for PPC64.
17777         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17778         multiarch isnanf for PPC64.
17780         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17781         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17782         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17783         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17784         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17787         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17788         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17789         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17790         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17792         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17793         multiarch implementations.
17794         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17795         (__libc_ifunc_impl_list): Likewise.
17796         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17797         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17798         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17799         multiarch stpcpy for PPC64.
17801         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17802         multiarch implementations.
17803         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17804         (__libc_ifunc_impl_list): Likewise.
17805         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17806         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17807         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17808         multiarch strcpy for PPC64.
17810         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17811         redefine function name.
17812         (_wordcopy_fwd_dest_aligned): Likewise.
17813         (_wordcopy_bwd_aligned): Likewise.
17814         (_wordcopy_bwd_dest_aligned): Likewise.
17815         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17816         multiarch implementations.
17817         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17818         (__libc_ifunc_impl_list): Likewise.
17819         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17820         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17821         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17822         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17823         multiarch wcscpy for PPC64.
17825         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17826         multiarch implementations.
17827         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17828         (__libc_ifunc_impl_list): Likewise.
17829         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17830         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17831         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17832         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17833         multiarch wcscpy for PPC64.
17835         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17836         multiarch implementations.
17837         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17838         (__libc_ifunc_impl_list): Likewise.
17839         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17840         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17841         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17842         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17843         multiarch wcsrchr for PPC64.
17845         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17846         multiarch implementations.
17847         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17848         (__libc_ifunc_impl_list): Likewise.
17849         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17850         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17851         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17852         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17853         multiarch wcschr for PPC64.
17855         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17856         multiarch implementations.
17857         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17858         (__libc_ifunc_impl_list): Likewise.
17859         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17860         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17861         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17862         multiarch strchrnul for PPC64.
17864         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17865         implementations.
17866         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17867         (__libc_ifunc_impl_list): Likewise.
17868         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17869         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17870         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17871         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17872         strchr for PPC64.
17874         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17875         implementations.
17876         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17877         (__libc_ifunc_impl_list): Likewise.
17878         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17879         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17880         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17881         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17882         strncmp for PPC64.
17884         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17885         multiarch implementations.
17886         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17887         (__libc_ifunc_impl_list): Likewise.
17888         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17889         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17890         strncasecmp for PPC64.
17891         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17892         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17893         multiarch strncasecmp_l for PPC64.
17895         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17896         multiarch implementations.
17897         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17898         (__libc_ifunc_impl_list): Likewise.
17899         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17900         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17901         multiarch strcasecmp for PPC64.
17902         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17903         file.
17904         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17905         multiarch strcasecmp_l for PPC64.
17907         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17908         implementations.
17909         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17910         (__libc_ifunc_impl_list): Likewise.
17911         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17912         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17913         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17914         strnlen for PPC64.
17916         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17917         implementations.
17918         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17919         (__libc_ifunc_impl_list): Likewise.
17920         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17921         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17922         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17923         strlen for PPC64.
17925         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17926         implementations.
17927         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17928         (__libc_ifunc_impl_list): Likewise.
17929         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17930         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17931         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17932         rawmemrchr for PPC64.
17934         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17935         implementation.
17936         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17937         (__libc_ifunc_impl_list): Likewise.
17938         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17939         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17940         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17941         memrchr for PPC64.
17943         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17944         implementation.
17945         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17946         (__libc_ifunc_impl_list): Likewise.
17947         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17948         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17949         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17950         memchr for PPC64.
17952         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17953         implementation.
17954         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17955         (__libc_ifunc_impl_list): Likewise.
17956         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17957         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17958         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17959         mempcpy for PPC64.
17961         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17962         avoid cretion of __bzero symbol.
17963         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17964         Likewise.
17965         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17966         Likewise.
17967         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17968         Likewise.
17969         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17970         multiarch implementations.
17971         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17972         (__libc_ifunc_impl_list): Likewise.
17973         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17974         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17975         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17976         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17977         bzero for PPC32.
17978         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17979         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17980         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17981         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17982         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17983         memset for PPC64.
17984         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17986         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17987         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17988         implementations.
17989         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17990         (__libc_ifunc_impl_list): Likewise.
17991         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17992         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17993         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17994         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17995         memcmp for PPC64.
17997         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17998         multiarch for POWER/PPC64.
17999         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
18000         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
18001         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
18002         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
18003         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
18004         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
18005         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
18006         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
18007         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
18008         memcpy for PPC64.
18010         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
18011         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
18012         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
18013         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
18014         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
18015         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
18016         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
18017         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
18018         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
18019         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
18020         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
18021         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
18022         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
18023         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
18024         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
18025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
18026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
18027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
18028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
18029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
18030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
18031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
18033 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18035         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
18037 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
18039         * benchtests/Makefile (bench): Add exp2 and log2.
18040         (LDLIBS-bench-exp2): Add -lm.
18041         (LDLIBS-bench-log2): Likewise.
18042         * benchtests/exp2-inputs: New inputs file.
18043         * benchtests/log2-inputs: New inputs file.
18044         * benchtests/log-inputs: Add new inputs.
18045         * benchtests/tan-inputs: Likewise.
18047 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18049         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
18050         definition...
18051         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
18052         (csloww2): ... from here.
18054         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
18055         instead of structures.
18056         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
18057         (POLYNOMIAL): Likewise.
18058         (TAYLOR_SLOW): Likewise.
18059         (__sin): Likewise.
18060         (__cos): Likewise.
18061         (slow1): Likewise.
18062         (slow2): Likewise.
18063         (sloww): Likewise.
18064         (sloww1); Likewise.
18065         (sloww2): Likewise.
18066         (bsloww1): Likewise.
18067         (bsloww2): Likewise.
18068         (cslow2): Likewise.
18069         (csloww): Likewise.
18070         (csloww1): Likewise.
18071         (csloww2): Likewise.
18073 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
18075         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
18076         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
18077         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
18078         * malloc/hooks.c (realloc_check): Likewise.
18080         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
18081         * malloc/arena.c: Remove PER_THREAD conditional.
18082         [!PER_THREAD]: Remove code.
18083         (ptmalloc_unlock_all2): Likewise.
18084         (ptmalloc_init): Likewise.
18085         (_int_new_arena): Likewise.
18086         (arena_get2): Likewise.
18087         * malloc/hooks.c (__malloc_get_state): Likewise.
18088         (__malloc_set_state): Likewise.
18089         * malloc/malloc.c: Likewise.
18090         (struct malloc_state): Likewise.
18091         (struct malloc_par): Likewise.
18092         (__libc_realloc): Likewise.
18093         (__libc_mallopt): Likewise.
18095 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18097         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
18099 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
18101         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
18102         macro to a function.  Check for zero perturb_byte.
18103         (_int_malloc, _int_free): Remove zero perturb_byte checks.
18105         * malloc/malloc.c: (force_reg): Remove.
18106         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
18107         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
18108         force_reg by atomic_forced_read.
18109         * malloc/arena.c (ptmalloc_init): Likewise.
18110         * malloc/hooks.c (top_check): Likewise.
18112 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18114         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18116 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
18118         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18120 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
18122         * math/auto-libm-test-in: Add tests of lgamma.
18123         * math/auto-libm-test-out: Regenerated.
18124         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
18125         (M_LOG_2_SQRT_PIl): Likewise.
18126         (lgamma_test_data): Use AUTO_TESTS_f_f1.
18127         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18128         mpfr_f_f1.
18129         (func_calc_desc): Add mpfr_f_f1 union field.
18130         (ARGS1): New macro.
18131         (ARGS2): Likewise.
18132         (ARGS3): Likewise.
18133         (ARGS4): Likewise.
18134         (RET1): Likewise.
18135         (RET2): Likewise.
18136         (CALC): Likewise.
18137         (FUNC): Likewise.
18138         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
18139         (test_functions): Add lgamma.
18140         (calc_generic_results): Handle mpfr_f_f1.
18141         * sysdeps/i386/fpu/libm-test-ulps: Update.
18142         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18144 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18146         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
18147         __mpn_add_n for PowerPC64/POWER7.
18148         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
18149         __mpn_sub_n for PowerPC64/POWER7.
18151         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
18152         __mpn_addmul_1 for PowerPC64.
18153         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
18154         __mpn_submul_1 for PowerPC64.
18155         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
18156         for PowerPC64.
18157         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
18158         for PowerPC64.
18160 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
18162         [BZ #15089]
18163         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
18165 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18167         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
18169         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
18170         add multiarch folders.
18171         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
18172         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
18173         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
18174         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
18175         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
18176         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
18177         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
18178         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
18179         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
18180         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
18181         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
18182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
18183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
18184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
18185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
18186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
18187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
18189         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
18190         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
18191         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
18192         New file.
18193         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
18194         New file.
18195         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
18196         multiarch __ieee754_hypot for PowerPC32.
18197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
18198         New file.
18199         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
18200         New file.
18201         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
18202         multiarch __ieee754_hypotf for PowerPC32.
18204         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
18205         long_double_symbol only if __logbl is defined.
18206         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
18207         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
18208         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
18209         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
18210         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
18211         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
18212         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
18213         path for implementation.
18214         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
18215         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
18216         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
18217         logb, and logbl multiarch implementations for PowerPC32.
18218         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
18219         file.
18220         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
18221         file.
18222         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
18223         multiarch logb for PowerPC32.
18224         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
18225         file.
18226         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
18227         file.
18228         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
18229         multiarch logbf for PowerPC32.
18230         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
18231         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
18232         file.
18233         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
18234         multiarch logbl implementation for PowerPC32.
18236         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
18237         and modff multiarch implementations.
18238         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
18239         New file.
18240         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
18241         New file.
18242         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
18243         multiarch modf for PowerPC32.
18244         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
18245         New file.
18246         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
18247         New file.
18248         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
18249         multiarch modff for PowerPC32.
18251         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
18252         and lrintf multiarch implementations.
18253         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
18254         New file.
18255         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
18256         New file.
18257         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
18258         multiarch lrint for PowerPC32.
18259         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
18260         file: multiarch lrintf for PowerPC32.
18262         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
18263         and lroundf multiarch implementations.
18264         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
18265         New file.
18266         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
18267         New file.
18268         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
18269         New file.
18270         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
18271         multiarch lround for PowerPC32.
18272         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
18273         file: multiarch lroundf for PowerPC32.
18275         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
18276         copysign and copysignf multiarch implementations.
18277         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
18278         New file.
18279         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
18280         New file.
18281         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
18282         file: multiarch copysign for PowerPC32.
18283         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
18284         file: multiarch copysignf for PowerPC32.
18286         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
18287         and truncf multiarch implementations.
18288         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
18289         New file.
18290         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
18291         file.
18292         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
18293         multiarch trunc for PowerPC32.
18294         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
18295         New file.
18296         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
18297         New file.
18298         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
18299         multiarch truncf for PowerPC32.
18301         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
18302         and roundf multiarch implementations.
18303         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
18304         New file.
18305         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
18306         file.
18307         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
18308         multiarch round for PowerPC32.
18309         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
18310         New file.
18311         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
18312         New file.
18313         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
18314         multiarch roundf for PowerPC32.
18316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
18317         and floorf multiarch implementations.
18318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
18319         New file.
18320         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
18321         file.
18322         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
18323         multiarch floor for PowerPC32.
18324         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
18325         New file.
18326         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
18327         New file.
18328         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
18329         multiarch floorf for PowerPC32.
18331         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
18332         and ceilf multiarch implementations.
18333         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
18334         New file.
18335         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
18336         file.
18337         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
18338         multiarch ceil for PowerPC32.
18339         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
18340         New file.
18341         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
18342         file.
18343         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
18344         multiarch ceilf for PowerPC32.
18346         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
18347         is defined.
18348         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
18349         FINITEF is defined.
18350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
18351         and finitef multiarch implementations.
18352         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
18353         New file.
18354         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
18355         file.
18356         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
18357         multiarch finite for PowerPC32.
18358         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
18359         New file.
18360         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18361         file: multiarch finitef for PowerPC32.
18363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18364         and isinff multiarch implementations.
18365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18366         file.
18367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18368         file.
18369         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18370         multiarch isinf for PowerPC32.
18371         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18372         New file.
18373         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18374         multiarch isinff for PowerPC32.
18376         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18377         alias when __isnan is defined.
18378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18379         and isnanf multiarch implementations.
18380         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18381         file.
18382         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18383         file.
18384         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18385         file.
18386         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18387         file.
18388         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18389         multiarch isnan for PowerPC32.
18390         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18391         New file.
18392         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18393         New file.
18394         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18395         multiarch isnanf for PowerPC32.
18397         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18398         and sqrtf multiarch implementations.
18399         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18400         file.
18401         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18402         file.
18403         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18404         multiarch sqrt for PowerPC32.
18405         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18406         file.
18407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18408         file.
18409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18410         multiarch sqrtf for PowerPC32.
18412         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18413         and llroundf multiarch implementations.
18414         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18415         New file.
18416         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18417         New file.
18418         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18419         New file.
18420         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18421         file: multiarch llround for PowerPC32.
18422         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18423         file: multiarch llroundf for PowerPC32.
18425         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18426         multiarch PowerPC32 fpu implementations.
18427         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18428         New file.
18429         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18430         New file.
18431         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18432         multiarch llrint for PowerPC32.
18433         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18434         New file.
18435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18436         New file.
18437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18438         file.
18440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18442         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18443         file.
18444         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18445         file.
18446         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18447         file.
18448         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18449         multiarch wordcopy for PPC32.
18450         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18451         wordcopy objects.
18452         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18453         (__libc_ifunc_impl_list): Likewise.
18454         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18455         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18456         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18457         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18458         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18459         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18461         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18462         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18463         file.
18464         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18465         file.
18466         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18467         file.
18468         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18469         multiarch wcscpy for PPC32.
18470         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18471         multiarch objects.
18472         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18473         (__libc_ifunc_impl_list): Likewise.
18474         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18475         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18476         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18477         sysdeps/powerpc/power6/wcscpy.c.
18479         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18480         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18481         file.
18482         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18483         file.
18484         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18485         file.
18486         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18487         multiarch wcsrchr for PPC32.
18488         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18489         multiarch objects.
18490         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18491         (__libc_ifunc_impl_list): Likewise.
18492         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18493         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18494         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18495         sysdeps/powerpc/power6/wcsrchr.c.
18497         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18498         file.
18499         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18500         file.
18501         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18502         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18503         multiarch wcschr for PPc32.
18504         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18505         multiarch objects.
18506         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18507         (__libc_ifunc_impl_list): Likewise.
18508         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18509         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18510         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18511         sysdeps/powerpc/power6/wcschr.c.
18513         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18514         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18515         file.
18516         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18517         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18518         file: multiarch strchr for PPC32.
18519         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18520         multiarch objects.
18521         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18522         (__libc_ifunc_impl_list): Likewise.
18524         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18525         name.
18526         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18527         file.
18528         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18529         file.
18530         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18531         multiarch strchrnul for PPC32.
18532         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18533         multiarch objects.
18534         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18535         (__libc_ifunc_impl_list): Likewise.
18537         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18538         file.
18539         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18540         multiarch strncasecmp for PPC32.
18541         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18542         file.
18543         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18544         multiarch strncasecmp_l for PPC32.
18545         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18546         strncasecmp multiarch objects.
18547         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18548         (__libc_ifunc_impl_list): Likewise.
18550         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18551         file.
18552         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18553         multiarch strncasecmp for PPC32.
18554         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18555         New file.
18556         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18557         multiarch strcasecmp_l for PPC32.
18558         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18559         multiarch objects.
18560         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18561         (__libc_ifunc_impl_list): Likewise.
18563         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18564         file.
18565         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18566         file.
18567         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18568         multiarch strncmp for PPC32.
18569         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18570         multiarch objects.
18571         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18572         (__libc_ifunc_impl_list): Likewise.
18574         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18575         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18576         file.
18577         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18578         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18579         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18580         multiarch objects.
18581         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18582         (__libc_ifunc_impl_list): Likewise.
18584         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18585         file.
18586         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18587         file.
18588         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18589         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18590         multiarch objects.
18591         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18592         (__libc_ifunc_impl_list): Likewise.
18594         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18595         file.
18596         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18597         file.
18598         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18599         multiarch rawmemchr for PPC32.
18600         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18601         multiarch objects.
18602         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18603         (__libc_ifunc_impl_list): Likewise.
18605         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18606         file.
18607         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18608         file.
18609         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18610         file: memrchr multiarch for PPC32.
18611         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18612         multiarch objects.
18613         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18614         (__libc_ifunc_impl_list): Likewise.
18616         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18617         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18618         file.
18619         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18620         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18621         multiarch memchr for PPC32.
18622         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18623         multiarch objects.
18624         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18625         (__libc_ifunc_impl_list): Likewise.
18627         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18628         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18629         file.
18630         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18631         file.
18632         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18633         file: multiarch mempcpy for PPC32.
18634         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18635         multiarch objects.
18636         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18637         (__libc_ifunc_impl_list): Likewise.
18639         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18640         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18641         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18642         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18643         multiarch bzero for PPC32.
18644         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18645         file.
18646         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18647         file.
18648         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18649         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18650         file: multiarch memset for PPC32.
18651         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18652         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18653         memset multiarch objects.
18654         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18655         (__libc_ifunc_impl_list): Likewise.
18657         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18658         file.
18659         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18660         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18661         memcmp for PPC32.
18662         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18663         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18664         multiarch objects.
18665         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18666         (__libc_ifunc_impl_list): Likewise.
18668         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18669         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18670         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18671         file.
18672         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18673         file.
18674         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18675         file.
18676         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18677         multiarch memcpy for PPC32.
18678         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18679         multiarch objects.
18680         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18681         (__libc_ifunc_impl_list): Likewise.
18683         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18684         support multiarch for POWER/PPC32.
18685         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18686         Likewise.
18687         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18689         Implies file to make multiarch folder appers before the fpu and
18690         default folder for power4 configuration.
18692 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18694         * scripts/bench.pl: Append volatile keyword to type.
18696 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18698         * sysdeps/sh/sotruss-lib.c: New file.
18699         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18701 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18703         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18705 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18707         [BZ #6810]
18708         * math/w_tgamma.c: Include <errno.h>.
18709         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18710         * math/w_tgammaf.c: Include <errno.h>.
18711         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18712         * math/w_tgammal.c: Include <errno.h>.
18713         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18714         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18715         underflow.  Add more tgamma tests.
18716         * math/auto-libm-test-out: Regenerated.
18717         * sysdeps/i386/fpu/libm-test-ulps: Update.
18718         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18720         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18721         sin, sinh, tan, tanh, tgamma, y0 and y1.
18722         * math/auto-libm-test-out: Regenerated.
18723         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18724         (TEST_COND_x86): Likewise.
18725         (M_E2l): Remove macro.
18726         (M_E3l): Likewise.
18727         (M_2_SQRT_PIl): Likewise.
18728         (M_SQRT_PIl): Likewise.
18729         (M_1_DIV_El): Likewise.
18730         (log_test_data): Use AUTO_TESTS_f_f.
18731         (log10_test_data): Likewise.
18732         (log1p_test_data): Likewise.
18733         (log2_test_data): Likewise.
18734         (sin_test_data): Likewise.
18735         (sin_tonearest_test_data): Likewise.
18736         (sin_towardzero_test_data): Likewise.
18737         (sin_downward_test_data): Likewise.
18738         (sin_upward_test_data): Likewise.
18739         (sinh_test_data): Likewise.
18740         (sinh_tonearest_test_data): Likewise.
18741         (sinh_towardzero_test_data): Likewise.
18742         (sinh_downward_test_data): Likewise.
18743         (sinh_upward_test_data): Likewise.
18744         (tan_test_data): Likewise.
18745         (tan_tonearest_test_data): Likewise.
18746         (tan_towardzero_test_data): Likewise.
18747         (tan_downward_test_data): Likewise.
18748         (tan_upward_test_data): Likewise.
18749         (tanh_test_data): Likewise.
18750         (tgamma_test_data): Likewise.
18751         (y0_test_data): Likewise.
18752         (y1_test_data): Likewise.
18753         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18754         (special_real_inputs): Add pi/4.
18755         * sysdeps/i386/fpu/libm-test-ulps: Update.
18756         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18758 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18760         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18761         "longjmp_target" static probes.
18762         (__longjmp): Rename to __longjmp_symbol.
18763         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18764         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18765         on which longjmp to generate.
18766         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18767         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18768         probe.
18769         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18770         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18771         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18772         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18773         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18774         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18776         __longjmp_symbol based on which __longjmp to generate.
18777         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18778         probe.
18779         (setjmp): Rename to setjmp_symbol.
18780         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18781         (_setjmp): Rename to _setjmp_symbol.
18782         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18783         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18784         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18785         which setjmp to generate.
18786         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18787         "longjmp_target" static probes.
18789 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18791         * benchtests/README: Add note about output arguments.
18792         * benchtests/bench-sincos.c: Remove file.
18793         * benchtests/sincos-inputs: New file.
18794         * scripts/bench.pl: Identify output arguments and define
18795         static variables for them.
18797         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18799         [BZ #15941]
18800         * Makefile (INSTALL): Add install-plain.texi as the primary
18801         dependency.
18802         * manual/install-plain.texi: New file.
18803         * manual/install.texi: Include node directive only for
18804         non-plaintext output.
18806 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18808         * stdlib/longlong.h: Update from GCC.
18810         [BZ #6807]
18811         [BZ #15901]
18812         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18813         * math/w_j0f.c (y0f): Likewise.
18814         * math/w_j0l.c (__y0l): Likewise.
18815         * math/w_j1.c (y1): Likewise.
18816         * math/w_j1f.c (y1f): Likewise.
18817         * math/w_j1l.c (__y1l): Likewise
18818         * math/w_jn.c (yn): Likewise.
18819         * math/w_jnf.c (ynf): Likewise.
18820         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18821         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18822         value for Bessel function domain errors outside _SVID_ mode.
18823         Adjust sign of return value for yn (negative integer, 0).
18824         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18825         by zero in return for negative x and set sign appropriately for
18826         negative n.
18827         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18828         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18829         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18830         expectations in error cases.
18831         (y1_test_data): Likewise.
18832         (yn_test_data): Likewise.
18833         * sysdeps/i386/fpu/libm-test-ulps: Update.
18834         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18836 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18838         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18839         "64" to "64-v1".  Add "64-v2".
18840         (abi-64-options): Rename to ...
18841         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18842         (abi-64-condition): Rename to ...
18843         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18844         (abi-64-ld-soname): Rename to ...
18845         (abi-64-v1-ld-soname): ... this.
18846         (abi-64-v2-options): Define.
18847         (abi-64-v2-condition): Likewise.
18848         (abi-64-v2-ld-soname): Likewise.
18849         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18850         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18855 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18856             Alan Modra  <amodra@gmail.com>
18858         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18859         New versions for use with the ELFv2 ABI.
18860         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18861         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18862         declaration.
18863         (struct La_ppc64v2_retval): Likewise.
18864         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18865         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18866         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18867         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18868         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18869         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18870         Do not save or restore CR.
18871         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18872         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18873         return values for ELFv2 ABI.  Fix location of FPR return registers.
18874         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18875         updated values for _CALL_ELF == 2.
18876         (La_regs, La_retval, int_retval): Likewise.
18878 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18880         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18881         (FRAME_MIN_SIZE_PARM): Likewise.
18882         (FRAME_BACKCHAIN): Likewise.
18883         (FRAME_CR_SAVE): Likewise.
18884         (FRAME_LR_SAVE): Likewise.
18885         (FRAME_TOC_SAVE): Likewise.
18886         (FRAME_PARM_SAVE): Likewise.
18887         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18888         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18889         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18890         (call_mcount_parm_offset): New macro.
18891         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18892         (PROF): Use symbolic stack frame offsets.
18893         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18894         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18895         Redefine in terms of FRAME_MIN_SIZE.
18896         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18897         (_dl_profile_resolve): Likewise.  Update comment.
18898         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18899         symbols stack frame offsets.
18900         (__sigsetjmp): Likewise.
18901         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18902         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18903         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18904         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18907         (FRAME_BACKCHAIN): Remove.
18908         (FRAME_CR_SAVE): Likewise.
18909         (FRAME_LR_SAVE): Likewise.
18910         (FRAME_COMPILER_DW): Likewise.
18911         (FRAME_LINKER_DW): Likewise.
18912         (FRAME_TOC_SAVE): Likewise.
18913         (FRAME_PARM_SAVE): Likewise.
18914         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18915         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18916         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18918         (CHECK_SP): Use symbolic stack frame offsets.
18919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18920         zone" instead of caller's parameter save area for temp storage.
18921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18922         Likewise.  Also, use symbolic stack frame offsets.
18923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18924         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18925         our own stack frame instead of the caller's.
18926         (__socket): Use symbolic stack frame offsets.
18928 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18929             Alan Modra  <amodra@gmail.com>
18931         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18932         Define.
18933         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18934         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18935         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18936         New function.
18937         (elf_machine_fixup_plt): Call it.
18938         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18939         reloc arguments.
18940         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18941         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18942         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18943         r2 before calling target.
18945 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18946             Alan Modra  <amodra@gmail.com>
18948         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18949         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18950         versions of macros to support ELFv2 ABI.
18951         (LOCALENTRY): New macro.
18952         (ENTRY, EALIGN): Use it.
18953         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18954         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18955         fall through into ENTRY entry point.
18956         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18957         Only define if _CALL_ELF != 2.
18959         (elf_machine_matches_host): Verify ABI version matches.
18960         (RTLD_START): Use LOCALENTRY.
18961         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18962         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18963         (PLT_ENTRY_WORDS): New macro.
18964         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18965         (elf_machine_runtime_setup): Support ELFv2 ABI.
18966         (elf_machine_fixup_plt): Likewise.
18967         (elf_machine_plt_conflict): Likewise.
18968         (resolve_ifunc): Likewise.
18969         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18970         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18971         Likewise.
18972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18973         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18975         (makecontext): Support ELFv2 ABI.
18976         * elf/elf.h (EF_PPC64_ABI): Define.
18978 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18980         * sysdeps/powerpc/powerpc64/sysdep.h
18981         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18982         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18983         (ENTRY) [ASSEMBLER]: ... but instead here ...
18984         (EALIGN) [ASSEMBLER]: ... and here.
18985         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18986         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18987         (ENTRY_2) [!ASSEMBLER]: Use it.
18988         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18989         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18990         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18991         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18992         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18994         Use PPC64_LOAD_FUNCPTR.
18996         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18998 2013-12-04  Alan Modra  <amodra@gmail.com>
19000         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
19001         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
19002         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
19003         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
19005         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
19006         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
19007         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
19008         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
19009         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
19010         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
19012 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
19015         (__makecontext): Fix incorrect CFI when backtracing out of
19016         context created via makecontext.
19017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
19018         (__setcontext): Fix incorrect CFI during switch to new context.
19019         (__novec_setcontext): Likewise.
19021 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
19023         [BZ #4772]
19024         * time/strptime_l.c (__strptime_internal): Allow modifiers
19025         in strptime.
19026         * time/tst-strptime.c (day_tests): Add testcase.
19028 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19030         * scripts/bench.pl: Skip over blank lines.
19032 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
19034         [BZ #926]
19035         * manual/time.texi (Calendar Time): Clarify what timezone functions
19036         use.
19038 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19040         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19042 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
19044         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
19045         implementation.
19046         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
19047         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
19048         * debug/memset_chk.c (__memset_chk): Likewise.
19049         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
19050         * debug/strncpy_chk.c: Likewise.
19052 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
19054         [BZ #15268]
19055         [BZ #15425]
19056         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
19057         (__ieee754_exp): For possibly underflowing results, check size of
19058         result and force underflow exception if required.
19059         * math/auto-libm-test-in: Add more tests of exp.
19060         * math/auto-libm-test-out: Regenerated.
19061         * sysdeps/i386/fpu/libm-test-ulps: Update.
19062         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19064         [BZ #16283]
19065         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
19066         * math/w_exp2f.c (__exp2f): Likewise.
19067         * math/w_exp2l.c (__exp2l): Likewise.
19068         * math/auto-libm-test-in: Do not allow missing errno on exp2
19069         underflow.
19070         * math/auto-libm-test-out: Regenerated.
19072 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
19074         [BZ #16274]
19075         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
19076         handle filename validation.
19077         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
19078         (do_open): Delete.
19080 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
19082         [BZ #6786]
19083         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
19084         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
19085         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
19086         <float.h>.
19087         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
19088         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
19089         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
19090         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
19091         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
19092         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
19093         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
19094         * math/auto-libm-test-in: Don't allow missing errno from erfc.
19095         Add more erfc tests.
19096         * math/auto-libm-test-out: Regenerated.
19097         * sysdeps/i386/fpu/libm-test-ulps: Update.
19098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19100         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
19101         exp2, expm1, j0 and j1.
19102         * math/auto-libm-test-out: Regenerated.
19103         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
19104         (erfc_test_data): Likewise.
19105         (exp_test_data): Likewise.
19106         (exp_tonearest_test_data): Likewise.
19107         (exp_towardzero_test_data): Likewise.
19108         (exp_downward_test_data): Likewise.
19109         (exp_upward_test_data): Likewise.
19110         (exp10_test_data): Likewise.
19111         (exp2_test_data): Likewise.
19112         (expm1_test_data): Likewise.
19113         (j0_test_data): Likewise.
19114         (j1_test_data): Likewise.
19115         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
19116         (input_flag_type): Add flag_xfail_rounding.
19117         (input_flags): Add xfail-rounding.
19118         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
19119         (output_for_one_input_case): Handle flag_xfail_rounding.
19120         * sysdeps/i386/fpu/libm-test-ulps: Update.
19121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19123 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
19125         [BZ #16289]
19126         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
19127         division by 0.
19129 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19131         [BZ #16195]
19132         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
19133         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
19134         (STAP_PROBE0): New macro.
19135         (STAP_PROBE1): Likewise.
19136         (STAP_PROBE2): Likewise.
19137         (STAP_PROBE3): Likewise.
19138         (STAP_PROBE4): Likewise.
19140 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
19142         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
19144 2013-12-02  Steve Ellcey  <sellcey@mips.com>
19146         * benchtests/Makefile (bench): Add sqrt.
19147         (LDLIBS-bench-sqrt): New.
19148         * benchtests/sqrt-input: New.
19150 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
19152         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
19153         (GAIH_EAI): Likewise.
19154         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
19155         (gaih_inet): Likewise.
19156         (getaddrinfo): Don't use GAIH_EAI.
19158         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
19159         (struct gaih): Remove definition.
19161 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19163         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
19164         Use HERRNOP directly.
19166 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19168         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19170 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
19172         * math/gen-auto-libm-tests.c (test_functions): Add more
19173         single-argument functions.
19174         (special_fill_pi_2): New function.
19175         (special_fill_minus_pi_2): Likewise.
19176         (special_fill_pi_6): Likewise.
19177         (special_fill_minus_pi_6): Likewise.
19178         (special_fill_pi_3): Likewise.
19179         (special_fill_2pi_3): Likewise.
19180         (special_fill_e): Likewise.
19181         (special_fill_1_e): Likewise.
19182         (special_fill_e_minus_1): Likewise.
19183         (special_real_inputs): Add more special inputs.
19184         (output_for_one_input_case): Do not require ERANGE on underflow to
19185         zero if round-to-nearest result does not underflow to zero, unless
19186         exact results required.
19187         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
19188         atan, atanh, cbrt, cos and cosh.
19189         * math/auto-libm-test-out: Regenerated.
19190         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
19191         (acos_tonearest_test_data): Likewise.
19192         (acos_towardzero_test_data): Likewise.
19193         (acos_downward_test_data): Likewise.
19194         (acos_upward_test_data): Likewise.
19195         (acosh_test_data): Likewise.
19196         (asin_test_data): Likewise.
19197         (asin_tonearest_test_data): Likewise.
19198         (asin_towardzero_test_data): Likewise.
19199         (asin_upward_test_data): Likewise.
19200         (asinh_test_data): Likewise.
19201         (atan_test_data): Likewise.
19202         (atanh_test_data): Likewise.
19203         (cbrt_test_data): Likewise.
19204         (cos_test_data): Likewise.
19205         (cos_tonearest_test_data): Likewise.
19206         (cos_towardzero_test_data): Likewise.
19207         (cos_downward_test_data): Likewise.
19208         (cos_upward_test_data): Likewise.
19209         (cosh_test_data): Likewise.
19210         (cosh_tonearest_test_data): Likewise.
19211         (cosh_towardzero_test_data): Likewise.
19212         (cosh_downward_test_data): Likewise.
19213         (cosh_upward_test_data): Likewise.
19214         * sysdeps/i386/fpu/libm-test-ulps: Update.
19215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19217 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
19219         [BZ #6787]
19220         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
19221         * math/w_exp10f.c (__exp10f): Likewise.
19222         * math/w_exp10l.c (__exp10l): Likewise.
19223         * math/libm-test.inc (exp10_test_data): Add more tests and expect
19224         errno settings in existing tests.
19226         [BZ #14032]
19227         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
19228         precision control set to double precision.
19229         * sysdeps/i386/fpu/w_sqrt.c: New file.
19230         * math/auto-libm-test-in: Add more tests.
19231         * math/auto-libm-test-out: Update.
19233         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
19234         (sqrt_test_tonearest): New function.
19235         (sqrt_towardzero_test_data): New variable.
19236         (sqrt_test_towardzero): New function.
19237         (sqrt_downward_test_data): New variable.
19238         (sqrt_test_downward): New function.
19239         (sqrt_upward_test_data): New variable.
19240         (sqrt_test_upward): New function.
19241         (main): Call the new functions.
19243         * math/gen-auto-libm-tests.c: New file.
19244         * math/auto-libm-test-in: Likewise.
19245         * math/auto-libm-test-out: New generated file.
19246         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
19247         variables.
19248         (%beautify): Add generated representations of zero.
19249         (top level): Set $auto_input and call parse_auto_input.
19250         (beautify): Remove trailing "f" from hex float constants.
19251         (parse_args): Handle XFAIL_TEST.
19252         (convert_condition): New function.
19253         (or_value): Likewise.
19254         (or_cond_value): Likewise.
19255         (generate_testfile): Handle AUTO_TESTS_* lines.
19256         (parse_auto_input): New function.
19257         * math/libm-test.inc (XFAIL_TEST): New macro.
19258         (ERRNO_UNCHANGED): Update value.
19259         (ERRNO_EDOM): Likewise.
19260         (ERRNO_ERANGE): Likewise.
19261         (IGNORE_RESULT): Likewise.
19262         (TEST_COND_flt_32): New macro.
19263         (TEST_COND_dbl_64): Likewise.
19264         (TEST_COND_ldbl_96_intel): Likewise.
19265         (TEST_COND_ldbl_96_m68k): Likewise.
19266         (TEST_COND_ldbl_128): Likewise.
19267         (TEST_COND_ldbl_128ibm): Likewise.
19268         (TEST_COND_long32): Likewise.
19269         (TEST_COND_long64): Likewise.
19270         (TEST_COND_before_rounding): Likewise.
19271         (TEST_COND_after_rounding): Likewise.
19272         (enable_test): Handle XFAIL_TEST flag.
19273         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
19274         with finite results.
19275         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
19276         auto-libm-test-out.
19278 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19279             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19281         [BZ #16214]
19282         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
19283         __tls_get_addr_internal instead of __tls_get_offset in order to
19284         avoid GOT pointer dependency.  Make rtld export
19285         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
19286         __tls_get_addr since we are a __tls_get_offset platform.
19287         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
19288         GOT pointer being set up before.
19289         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
19291 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
19293         * manual/math.texi (Errors in Math Functions): Document accuracy
19294         goals.
19296         [BZ #15004]
19297         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
19298         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
19299         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
19300         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
19301         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
19302         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
19303         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
19304         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
19305         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
19306         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
19307         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
19308         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
19309         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
19310         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
19311         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
19312         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
19314         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
19315         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
19316         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
19317         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
19318         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
19319         Likewise.
19320         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
19321         Likewise.
19322         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
19323         Likewise.
19324         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
19325         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
19326         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
19327         atomic-feupdateenv and flt-rounds.
19328         * sysdeps/powerpc/nofpu/Versions (libc): Add
19329         __atomic_feholdexcept, __atomic_feclearexcept,
19330         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
19331         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
19332         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
19333         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
19334         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
19335         here.
19336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
19337         Update.
19339         * manual/arith.texi (FP Exceptions): Document that exceptions may
19340         not be raised when matherr is used.
19341         (Math Error Reporting): Document overflow in directed rounding
19342         modes.  Document that errno may not be set when finite values are
19343         returned on overflow.  Document intent to set errno on underflow
19344         only for underflow to zero.
19346         [BZ #16271]
19347         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
19348         round-to-nearest then adjust result for other rounding modes.
19349         * include/fenv.h (fegetround): Use libm_hidden_proto.
19350         * math/fegetround.c (fegetround): Use libm_hidden_def.
19351         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
19352         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
19353         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19354         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
19355         Likewise.
19356         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
19357         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19358         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
19359         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
19361 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19363         [BZ #16077]
19364         * nss/Versions (libnss_files): Add
19365         _nss_files_gethostbyname3_r.
19366         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19367         New function.
19368         (HOST_DB_LOOKUP): Remove macro.
19369         (_nss_files_gethostbyname_r): Implement function without the
19370         HOST_DB_LOOKUP macro.
19371         (_nss_files_gethostbyname2_r): Likewise.
19373 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
19375         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19377 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
19379         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19380         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19381         warning.
19383 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19385         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19386         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19387         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19388         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19389         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19390         __fe_nomask_env_priv and attribute_hidden.
19391         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19392         (libc_feupdateenv_test_ppc): Likewise.
19393         (libc_feresetround_ppc): Likewise.
19394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19395         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19396         compat_symbol macro.
19397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19398         (__fe_nomask_env): Likewise.
19399         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19401 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19403         * string/Makefile: Remove ifunc tests.
19404         * string/test-string.h: Define TEST_IFUNC.
19405         * string/test-bcopy-ifunc.c: Remove.
19406         * string/test-bzero-ifunc.c: Likewise.
19407         * string/test-memccpy-ifunc.c: Likewise.
19408         * string/test-memchr-ifunc.c: Likewise.
19409         * string/test-memcmp-ifunc.c: Likewise.
19410         * string/test-memcpy-ifunc.c: Likewise.
19411         * string/test-memmem-ifunc.c: Likewise.
19412         * string/test-memmove-ifunc.c: Likewise.
19413         * string/test-mempcpy-ifunc.c: Likewise.
19414         * string/test-memrchr-ifunc.c: Likewise.
19415         * string/test-memset-ifunc.c: Likewise.
19416         * string/test-rawmemchr-ifunc.c: Likewise.
19417         * string/test-stpcpy-ifunc.c: Likewise.
19418         * string/test-stpncpy-ifunc.c: Likewise.
19419         * string/test-strcasecmp-ifunc.c: Likewise.
19420         * string/test-strcasestr-ifunc.c: Likewise.
19421         * string/test-strcat-ifunc.c: Likewise.
19422         * string/test-strchr-ifunc.c: Likewise.
19423         * string/test-strchrnul-ifunc.c: Likewise.
19424         * string/test-strcmp-ifunc.c: Likewise.
19425         * string/test-strcpy-ifunc.c: Likewise.
19426         * string/test-strcspn-ifunc.c: Likewise.
19427         * string/test-strlen-ifunc.c: Likewise.
19428         * string/test-strncasecmp-ifunc.c: Likewise.
19429         * string/test-strncat-ifunc.c: Likewise.
19430         * string/test-strncmp-ifunc.c: Likewise.
19431         * string/test-strncpy-ifunc.c: Likewise.
19432         * string/test-strnlen-ifunc.c: Likewise.
19433         * string/test-strpbrk-ifunc.c: Likewise.
19434         * string/test-strrchr-ifunc.c: Likewise.
19435         * string/test-strspn-ifunc.c: Likewise.
19436         * string/test-strstr-ifunc.c: Likewise.
19438 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19440         * benchtests/Makefile: Remove ifunc tests.
19441         * benchtests/bench-string.h: Define TEST_IFUNC.
19442         * benchtests/bench-bcopy-ifunc.c: Remove.
19443         * benchtests/bench-bzero-ifunc.c: Likewise.
19444         * benchtests/bench-memccpy-ifunc.c: Likewise.
19445         * benchtests/bench-memchr-ifunc.c: Likewise.
19446         * benchtests/bench-memcmp-ifunc.c: Likewise.
19447         * benchtests/bench-memcpy-ifunc.c: Likewise.
19448         * benchtests/bench-memmem-ifunc.c: Likewise.
19449         * benchtests/bench-memmove-ifunc.c: Likewise.
19450         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19451         * benchtests/bench-memrchr-ifunc.c: Likewise.
19452         * benchtests/bench-memset-ifunc.c: Likewise.
19453         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19454         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19455         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19456         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19457         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19458         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19459         * benchtests/bench-strcat-ifunc.c: Likewise.
19460         * benchtests/bench-strchr-ifunc.c: Likewise.
19461         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19462         * benchtests/bench-strcmp-ifunc.c: Likewise.
19463         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19464         * benchtests/bench-strcpy-ifunc.c: Likewise.
19465         * benchtests/bench-strcspn-ifunc.c: Likewise.
19466         * benchtests/bench-strlen-ifunc.c: Likewise.
19467         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19468         * benchtests/bench-strncat-ifunc.c: Likewise.
19469         * benchtests/bench-strncmp-ifunc.c: Likewise.
19470         * benchtests/bench-strncpy-ifunc.c: Likewise.
19471         * benchtests/bench-strnlen-ifunc.c: Likewise.
19472         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19473         * benchtests/bench-strrchr-ifunc.c: Likewise.
19474         * benchtests/bench-strsep-ifunc.c: Likewise.
19475         * benchtests/bench-strspn-ifunc.c: Likewise.
19476         * benchtests/bench-strstr-ifunc.c: Likewise.
19478 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19480         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19482 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19484         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19485         * rt/aio.h: Likewise.
19486         * sysdeps/gnu/bits/utmp.h: Likewise.
19487         * sysdeps/gnu/bits/utmpx.h: Likewise.
19488         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19489         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19490         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19491         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19492         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19493         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19494         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19495         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19496         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19497         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19498         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19499         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19500         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19502         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19503         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19504         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19505         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19506         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19507         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19508         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19509         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19510         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19511         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19512         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19513         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19514         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19515         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19516         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19517         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19518         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19519         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19520         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19521         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19522         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19523         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19524         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19525         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19526         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19527         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19528         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19529         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19531 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19533         [BZ #16245]
19534         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19535         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19537 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19539         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19540         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19541         Likewise.
19543 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19545         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19546         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19547         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19548         (__fesetround): Remove define.
19549         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19550         rounding and exceptions handling.
19551         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19552         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19553         (__fe_nomask_env): Likewise.
19554         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19555         __fegetround instead of fegetround.
19556         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19557         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19559 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19561         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19562         it's there.
19564         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19566 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19568         [BZ #11157]
19569         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19570         (encrypt_r): Likewise.
19571         * malloc/obstack.h (obstack_free): Likewise.
19572         * posix/unistd.h (encrypt): Likewise.
19574 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19576         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19577         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19578         DL_CALL_DT_FINI() that call the functions directly.
19579         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19580         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19581         * elf/dl-fini.c: Likewise.
19583 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19585         * malloc/hooks.c (memalign_check): Add alignment rounding.
19586         * malloc/malloc.c (_mid_memalign): New function.
19587         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19588         Implement by calling _mid_memalign.
19589         * manual/probes.texi (Memory Allocation Probes): Remove
19590         memory_valloc_retry and memory_pvalloc_retry.
19592 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19594         * locale/programs/locarchive.c (open_archive): Add const
19595         qualifier to ARCHIVEFNAME and copy default fname to
19596         DEFAULT_FNAME.
19598         [BZ #15601]
19599         * libio/tst-widetext.input: Rename Oriya to Odia.
19600         * locale/iso-639.def: Likewise.
19602         * manual/probes.texi (Mathematical Function Probes): Add
19603         documentation for sin, cos, asin and acos probes.
19604         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19605         (__sin32): Add slowasin probe.
19606         (__cos32): Add slowacos probe.
19607         (__mpsin): Add slowsin probe.
19608         (__mpcos): Add slowcos probe.
19610 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19612         [BZ #15483]
19613         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19614         thread-local __sim_exceptions_thread and global
19615         __sim_exceptions_global.
19616         (__sim_disabled_exceptions): Change to thread-local
19617         __sim_disabled_exceptions_thread and global
19618         __sim_disabled_exceptions_global.
19619         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19620         and global __sim_round_mode_global.
19621         (__simulate_exceptions): Use thread-local floating-point state and
19622         set global state from it as needed.
19623         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19624         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19625         __sim_round_mode_thread.
19626         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19627         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19628         and global __sim_exceptions_global.
19629         (__sim_disabled_exceptions): Change to thread-local
19630         __sim_disabled_exceptions_thread and global
19631         __sim_disabled_exceptions_global.
19632         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19633         and global __sim_round_mode_global.
19634         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19635         (SIM_SET_GLOBAL): Likewise.
19636         * sysdeps/powerpc/soft-fp/sfp-machine.h
19637         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19638         __sim_round_mode_thread.
19639         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19640         __sim_disabled_exceptions_thread.
19641         (__sim_exceptions): Change to __sim_exceptions_thread.
19642         (__sim_disabled_exceptions): Change to
19643         __sim_disabled_exceptions_thread.
19644         (__sim_round_mode): Change to __sim_round_mode_thread.
19645         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19646         thread-local floating-point state and set global state from it as
19647         needed.
19648         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19649         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19650         (__sim_disabled_exceptions): Remove extern declaration.
19651         (feenableexcept): Use thread-local floating-point state and set
19652         global state from it as needed.
19653         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19654         extern declaration.
19655         (__sim_disabled_exceptions): Likewise.
19656         (__sim_round_mode): Likewise.
19657         (__fegetenv): Use thread-local floating-point state.
19658         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19659         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19660         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19661         floating-point state and set global state from it as needed.
19662         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19663         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19664         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19665         Likewise.
19666         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19667         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19668         Likewise.
19669         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19670         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19671         Use __sim_round_mode_thread.
19672         * math/test-fenv-tls.c: New file.
19673         * math/Makefile (tests): Add test-fenv-tls.
19674         ($(objpfx)test-fenv-tls): Depend on
19675         $(common-objpfx)nptl/libpthread.so.
19677 2013-11-19  Andreas Schwab  <schwab@suse.de>
19679         * locale/programs/locale.c (show_info): Decode wordarray elements.
19680         * locale/categories.def (LC_MONETARY): Add element for
19681         _NL_MONETARY_CRNCYSTR.
19682         * locale/C-monetary.c (conversion_rate): New variable.
19683         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19684         element.
19686 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19688         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19689         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19691 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19693         * elf/Makefile (tst-auxv): New test.
19694         * elf/tst-auxv.c: New
19695         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19697 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19699         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19700         (hidden_proto): Caller changed.
19701         (hidden_tls_proto): New macro.
19702         (libc_hidden_tls_proto): Likewise.
19703         (rtld_hidden_tls_proto): Likewise.
19704         (libm_hidden_tls_proto): Likewise.
19705         (libresolv_hidden_tls_proto): Likewise.
19706         (librt_hidden_tls_proto): Likewise.
19707         (libdl_hidden_tls_proto): Likewise.
19708         (libnss_files_hidden_tls_proto): Likewise.
19709         (libnsl_hidden_tls_proto): Likewise.
19710         (libnss_nisplus_hidden_tls_proto): Likewise.
19711         (libutil_hidden_tls_proto): Likewise.
19713 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19715         [BZ #10253]
19716         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19717         (decompose_rpath): Defer expansion to fillin_rpath.
19718         (_dl_init_paths): Pass linkmap to fillin_rpath.
19720 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19722         * benchtests/Makefile: Add strsep.
19723         * benchtests/bench-strsep.c: New file: strsep benchtest.
19724         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19726 2013-11-18  Andreas Schwab  <schwab@suse.de>
19728         * locale/programs/locale.c (show_info) [case byte]: Check for
19729         '\377' instead of '\177'.
19730         * locale/C-monetary.c (not_available): Always use "\377".
19731         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19732         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19733         detect unavailable sign_posn locale elements.
19734         * locale/localeconv.c (__localeconv): For grouping and
19735         mon_grouping handle "\177" and "\377" like no grouping.
19736         (INT_ELEM): New macro.  Use it to set all numeric members.
19737         * locale/programs/ld-monetary.c (monetary_read)
19738         <tok_mon_grouping>: Normalize single -1 to the empty string.
19739         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19740         Likewise.
19742 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19744         [BZ #16055]
19745         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19746         when we match (nil).
19747         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19749 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19751         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19752         (NO_TEST_INLINE): Update value.
19753         (ERRNO_UNCHANGED): Likewise.
19754         (ERRNO_EDOM): Likewise.
19755         (ERRNO_ERANGE): Likewise.
19756         (IGNORE_RESULT): Likewise.
19757         (check_float_internal): Check signs of NaN results if
19758         TEST_NAN_SIGN used.
19759         (check_complex): Pass TEST_NAN_SIGN flag through to second
19760         check_float_internal call.
19761         (copysign_test_data): Add tests with quiet NaNs as second
19762         argument.  Use TEST_NAN_SIGN.
19763         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19764         TEST_NAN_SIGN.
19765         (signbit_test_data): Add tests of quiet NaN argument.
19766         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19768         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19769         $ignore_result.
19770         (parse_args): Handle function results specified as IGNORE.
19771         * math/libm-test.inc (IGNORE_RESULT): New macro.
19772         (check_float_internal): Do not check numerical result if flag
19773         IGNORE_RESULT set.
19774         (check_complex): Pass through IGNORE_RESULT to second
19775         check_float_internal call.
19776         (check_int): Do not check numerical result if flag IGNORE_RESULT
19777         set.
19778         (check_long): Likewise.
19779         (check_bool): Likewise.
19780         (check_longlong): Likewise.
19781         (lrint_test_data): Add tests of infinite and NaN arguments.
19782         (lrint_tonearest_test_data): Likewise.
19783         (lrint_towardzero_test_data): Likewise.
19784         (lrint_downward_test_data): Likewise.
19785         (lrint_upward_test_data): Likewise.
19786         (llrint_test_data): Likewise.
19787         (llrint_tonearest_test_data): Likewise.
19788         (llrint_towardzero_test_data): Likewise.
19789         (llrint_downward_test_data): Likewise.
19790         (llrint_upward_test_data): Likewise.
19791         (lround_test_data): Likewise.
19792         (llround_test_data): Likewise.
19794         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19795         (ERRNO_UNCHANGED): Update value.
19796         (ERRNO_EDOM): Likewise.
19797         (ERRNO_ERANGE): Likewise.
19798         (NO_TEST_INLINE_FLOAT): New macro.
19799         (NO_TEST_INLINE_DOUBLE): Likewise.
19800         (enable_test): New function.
19801         (RUN_TEST_f_f): Check enable_test before running test.
19802         (RUN_TEST_2_f): Likewise.
19803         (RUN_TEST_fff_f): Likewise.
19804         (RUN_TEST_c_f): Likewise.
19805         (RUN_TEST_f_f1): Likewise.
19806         (RUN_TEST_fF_f1): Likewise.
19807         (RUN_TEST_fI_f1): Likewise.
19808         (RUN_TEST_ffI_f1): Likewise.
19809         (RUN_TEST_c_c): Likewise.
19810         (RUN_TEST_cc_c): Likewise.
19811         (RUN_TEST_f_i): Likewise.
19812         (RUN_TEST_f_i_tg): Likewise.
19813         (RUN_TEST_ff_i_tg): Likewise.
19814         (RUN_TEST_f_b): Likewise.
19815         (RUN_TEST_f_b_tg): Likewise.
19816         (RUN_TEST_f_l): Likewise.
19817         (RUN_TEST_f_L): Likewise.
19818         (RUN_TEST_fFF_11): Likewise.
19819         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19820         conditionals.
19821         (cosh_test_data): Likewise.
19822         (exp_test_data): Likewise.
19823         (expm1_test_data): Likewise.
19824         (hypot_test_data): Likewise.
19825         (pow_test_data): Likewise.
19826         (sinh_test_data): Likewise.
19827         (tanh_test_data): Likewise.
19828         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19829         flags argument.
19831         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19832         tests with quiet NaN input and output.
19833         (acosh_test_data): Likewise.
19834         (asin_test_data): Likewise.
19835         (asinh_test_data): Likewise.
19836         (atan_test_data): Likewise.
19837         (atanh_test_data): Likewise.
19838         (atan2_test_data): Likewise.
19839         (cbrt_test_data): Likewise.
19840         (cos_test_data): Likewise.
19841         (cosh_test_data): Likewise.
19842         (erf_test_data): Likewise.
19843         (erfc_test_data): Likewise.
19844         (exp_test_data): Likewise.
19845         (exp10_test_data): Likewise.
19846         (exp2_test_data): Likewise.
19847         (expm1_test_data): Likewise.
19848         (hypot_test_data): Likewise.
19849         (j0_test_data): Likewise.
19850         (j1_test_data): Likewise.
19851         (jn_test_data): Likewise.
19852         (lgamma_test_data): Likewise.
19853         (log_test_data): Likewise.
19854         (log10_test_data): Likewise.
19855         (log1p_test_data): Likewise.
19856         (log2_test_data): Likewise.
19857         (pow_test_data): Likewise.
19858         (scalb_test_data): Likewise.
19859         (sin_test_data): Likewise.
19860         (sincos_test_data): Likewise.
19861         (sinh_test_data): Likewise.
19862         (tan_test_data): Likewise.
19863         (tanh_test_data): Likewise.
19864         (tgamma_test_data): Likewise.
19865         (y0_test_data): Likewise.
19866         (y1_test_data): Likewise.
19867         (yn_test_data): Likewise.
19869         [BZ #16167]
19870         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19871         argument being NaN and avoid computations with second argument in
19872         that case.
19873         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19874         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19875         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19877 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19879         * locale/iso-639.def: Add Chitwani Tharu (the).
19881 2013-11-14  Andreas Schwab  <schwab@suse.de>
19883         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19884         word instead of empty string.
19886 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19889         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19891         (__fe_nomask_env): Likewise.
19893 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19895         * benchtests/bench-timing.h: Include time.h.
19897 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19899         [BZ #15997]
19900         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19901         to 3.4.0 for x32.
19902         * sysdeps/unix/sysv/linux/configure: Regenerated.
19904 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19906         [BZ #16151]
19907         * stdlib/strtod_l.c (round_and_return): Do not consider
19908         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19909         exponent one less than half the least subnormal exponent.
19910         * stdlib/test-strtod-round-data: Add more tests.
19911         * stdlib/tst-strtod-round.c (tests): Regenerated.
19913 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19915         [BZ #14143]
19916         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19917         (__fe_mask_env): Likewise.
19918         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19919         libm_hidden_proto and add function prototype.
19920         (__fe_mask_env): Add function prototype.
19921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19922         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19924         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19926         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19928 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19930         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19931         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19933 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19935         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19936         of htab_find_slot().
19938 2013-11-11  David S. Miller  <davem@davemloft.net>
19940         [BZ #16150]
19941         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19942         symbol in the non-vis3 case in static builds.
19943         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19944         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19945         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19946         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19948 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19950         [BZ #387]
19951         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19952         it is empty.
19954 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19956         * benchtests/Makefile: Add bench-strtod.
19957         * benchtests/bench-strtod.c: New file: strtod benchtest
19959 2013-11-11  Andreas Schwab  <schwab@suse.de>
19961         [BZ #16153]
19962         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19963         terminating NUL in key length.
19965 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19967         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19968         Add artificial ODP entry for vDSO symbol for PPC64.
19969         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19970         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19972 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19974         [BZ #15374]
19975         * nss/getent.c (services_keys): Recognize services starting with digit.
19977 2013-11-06  David S. Miller  <davem@davemloft.net>
19979         [BZ #15985]
19980         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19981         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19983 2013-11-06  Will Newton  <will.newton@linaro.org>
19985         * manual/memory.texi (Malloc Examples): Remove register
19986         keyword from examples.
19988 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19990         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19992 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19994         [BZ #6981]
19995         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19996         depending on [__GCC_IEC_559 > 0].
19997         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19998         depending on [__GCC_IEC_559_COMPLEX > 0].
20000 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
20002         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
20003         to iso-639.def.
20005 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
20007         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
20009 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
20011         [BZ #16112]
20012         * malloc/malloc (malloc_info): Do not handle first bin as
20013         special case.
20015 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
20017         * locale/iso-639.def: Add Central Nahuatl (nhn).
20019 2013-11-01  Bruno Haible  <bruno@clisp.org>
20021         [BZ #7003]
20022         * manual/math.texi (BSD Random): Specify range upper bound as
20023         in POSIX.
20025 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
20027         * locale/iso-639.def: Add Meadow Mari (mhr).
20029 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
20031         [BZ #14752], [BZ #15763]
20032         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
20033         Validate name.
20034         * rt/tst_shm.c: Add test for escaping directory.
20036 2013-10-31  Andreas Schwab  <schwab@suse.de>
20038         [BZ #15917]
20039         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
20040         followed by 'x' as part of digit sequence.
20041         * stdio-common/tst-sscanf.c (double_tests2): New tests.
20043 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
20045         [BZ #16037]
20046         * configure.ac: allow GNU Make 4.0 and greater.
20047         * configure: Regenerated.
20049 2013-10-30  Will Newton  <will.newton@linaro.org>
20051         [BZ #16038]
20052         * malloc/hooks.c (memalign_check): Limit alignment to the
20053         maximum representable power of two.
20054         * malloc/malloc.c (__libc_memalign): Likewise.
20055         * malloc/tst-memalign.c (do_test): Add test for very
20056         large alignment values.
20057         * malloc/tst-posix_memalign.c (do_test): Likewise.
20059 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
20061         [BZ #11087]
20062         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
20063         (munmap_chunk): Likewise.
20064         (mremap_chunk): Likewise.
20066 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
20068         [BZ #15799]
20069         * stdlib/div.c (div): Remove obsolete code.
20070         * stdlib/ldiv.c (ldiv): Likewise.
20071         * stdlib/lldiv.c (lldiv): Likewise.
20073 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
20075         [BZ #16071]
20076         * nss/nss_files/files-XXX.c (get_contents_ret): New
20077         enumerator.
20078         (get_contents): New function.
20079         (internal_getent): Use it.  Expand size of LINEBUFLEN.
20081 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
20083         * configure.in: Moved to ...
20084         * configure.ac: ... here. Change reference to configure.in
20085         to configure.ac.
20086         * sysdeps/arm/preconfigure.ac: ... here.
20087         configure.in to configure.ac.
20088         * sysdeps/gnu/configure.in: Moved to ...
20089         * sysdeps/gnu/configure.ac: ... here.
20090         * sysdeps/i386/configure.in: Moved to ...
20091         * sysdeps/i386/configure.ac: ... here.
20092         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
20093         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
20094         * sysdeps/mach/configure.in: Moved to ...
20095         * sysdeps/mach/configure.ac: ... here.
20096         * sysdeps/mach/hurd/configure.in: Moved to ...
20097         * sysdeps/mach/hurd/configure.ac: ... here.
20098         * sysdeps/powerpc/configure.in: Moved to ...
20099         * sysdeps/powerpc/configure.ac: ... here.
20100         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
20101         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
20102         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
20103         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
20104         * sysdeps/s390/s390-32/configure.in: Moved to ...
20105         * sysdeps/s390/s390-32/configure.ac: ... here.
20106         * sysdeps/s390/s390-64/configure.in: Moved to ...
20107         * sysdeps/s390/s390-64/configure.ac: ... here.
20108         * sysdeps/sh/configure.in: Moved to ...
20109         * sysdeps/sh/configure.ac: ... here.
20110         * sysdeps/sparc/configure.in: Moved to ...
20111         * sysdeps/sparc/configure.ac: ... here.
20112         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
20113         * sysdeps/unix/sysv/linux/configure.ac: ... here.
20114         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
20115         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
20116         * sysdeps/x86_64/configure.in: Moved to ...
20117         * sysdeps/x86_64/configure.ac: ... here.
20118         * sysdeps/x86_64/preconfigure.in: Moved to ...
20119         * sysdeps/x86_64/preconfigure.ac: ... here.
20120         * aclocal.m4: Change reference to configure.in to configure.ac.
20121         * config.h.in: Likewise.
20122         * manual/install.texi: Likewise.
20123         * manual/maint.texi: Likewise.
20124         * Makefile: Likewise.
20125         * malloc/Makefile: Likewise.
20126         * nscd/Makefile: Likewise.
20127         * Makeconfig: Change reference to configure.in and
20128         preconfigure.in to configure.ac and preconfigure.ac
20129         respectively.
20130         * INSTALL: Regenerated.
20131         * configure: Likewise.
20132         * sysdeps/gnu/configure: Likewise.
20133         * sysdeps/i386/configure: Likewise.
20134         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
20135         * sysdeps/mach/configure: Likewise.
20136         * sysdeps/mach/hurd/configure: Likewise.
20137         * sysdeps/powerpc/configure: Likewise.
20138         * sysdeps/powerpc/powerpc32/configure: Likewise.
20139         * sysdeps/powerpc/powerpc64/configure: Likewise.
20140         * sysdeps/s390/s390-32/configure: Likewise.
20141         * sysdeps/s390/s390-64/configure: Likewise.
20142         * sysdeps/sh/configure: Likewise.
20143         * sysdeps/sparc/configure: Likewise.
20144         * sysdeps/unix/sysv/linux/configure: Likewise.
20145         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
20146         * sysdeps/x86_64/configure: Likewise.
20147         * sysdeps/x86_64/preconfigure: Likewise.
20149 2013-10-29  Andreas Schwab  <schwab@suse.de>
20151         * stdio-common/Makefile (tst-swscanf-ENV): Define.
20153 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20155         * benchtests/pow-inputs: Add new inputs.
20157         * benchtests/exp-inputs: Add new inputs.
20159         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
20160         conditional check for return value.
20161         (__cos32): Likewise.
20163 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20165         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
20166         to provide a boost for large inputs with word alignment.
20167         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
20168         implementation based on optimized PPC64 strcpy.
20169         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
20170         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
20171         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
20172         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
20174 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
20176         [BZ #2801]
20177         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
20179 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
20181         [BZ #14876]
20182         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
20183         * time/tst-strptime.c (day_tests): Add testcase.
20185 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
20187         [BZ #14029]
20188         * manual/pattern.texi: Acknowledge that fnmatch can fail.
20190 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
20192         [BZ #16074]
20193         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
20194         MAP_FAILED on error.
20196 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
20198         [BZ #16072]
20199         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
20200         heap for large requests.
20202 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
20204         [BZ #9954]
20205         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
20206         result if the result has no associated interface.
20207         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
20208         interface for all 127.X.Y.Z addresses.
20210 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
20212         * locale/iso-639.def: Add Ligurian (lij)
20214 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
20216         [BZ #15825]
20217         * sunrpc/rpc_main.c: Document rpcgen -5.
20219 2013-10-19  Michael Stahl  <mstahl@redhat.com>
20221         * elf/rtld.c (do_preload): Print the reason why preloading failed.
20223 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
20225         [BZ #10278]
20226         * posix/glob.c: Match only directories when trailing slash is present.
20227         * posix/tst-gnuglob.c (my_opendir): Do not open files.
20228         (main): Add testcase.
20230 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
20232         [BZ #15670]
20233         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
20235 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
20237         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
20238         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
20239         AUTH_DES and cindex for FIPS 140-2.
20240         (DES Encryption): Add cindex FIPS 46-3.
20242         * locale/locarchive.h (struct locarhandle): Add fname.
20243         * locale/programs/localedef.c (main): Pass ARGV[remaining]
20244         if an optional argument was specified to --list-archive,
20245         otherwise NULL.
20246         * locale/programs/locarchive.c (show_archive_content): Take new
20247         argument fname and pass it via ah.fname to open_archive.
20248         * locale/programs/localedef.h: Update decl.
20249         (open_archive): If AH->fname is non-null, open that file
20250         rather than the default file name, and don't ignore ENOENT.
20251         (create_archive): Set AH.fname to NULL.
20252         (delete_locales_from_archive): Likewise.
20253         (add_locales_to_archive): Likewise.
20254         * locale/programs/locfile.c (write_all_categories): Likewise.
20256 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
20257             Aldy Hernandez  <aldyh@redhat.com>
20259         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
20260         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
20261         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
20262         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
20263         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
20264         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
20265         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
20266         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
20267         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
20268         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
20269         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
20270         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
20271         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
20272         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
20273         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
20274         Likewise.
20275         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
20276         Likewise.
20277         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
20278         Likewise.
20279         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
20280         Likewise.
20281         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
20282         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
20283         Likewise.
20284         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
20285         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
20286         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
20287         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
20288         Likewise.
20289         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
20290         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
20291         * sysdeps/powerpc/preconfigure: Likewise.
20292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
20293         Likewise.
20294         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
20295         Replace contents of file by #include of <fenv_libc.h>.
20296         * sysdeps/powerpc/soft-fp/sfp-machine.h
20297         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
20298         and <sys/prctl.h>.
20299         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
20300         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
20301         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
20302         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
20303         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
20304         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
20305         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
20306         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
20307         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
20308         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
20309         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
20310         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
20311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20312         Allow copysignl PLT reference to be missing.
20314 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
20315             Joseph Myers  <joseph@codesourcery.com
20317         [BZ #15948]
20318         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
20319         single character.
20320         (add_to_tablewc): Assert sequence of wide characters is nonempty.
20322 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20324         * elf/tst-tls-dlinfo.c: Don't include tls.h.
20325         * elf/tst-tls1.c: Likewise.
20326         * elf/tst-tls10.h: Likewise.
20327         * elf/tst-tls14.c: Likewise.
20328         * elf/tst-tls2.c: Likewise.
20329         * elf/tst-tls3.c: Likewise.
20330         * elf/tst-tls4.c: Likewise.
20331         * elf/tst-tls5.c: Likewise.
20332         * elf/tst-tls6.c: Likewise.
20333         * elf/tst-tls7.c: Likewise.
20334         * elf/tst-tls8.c: Likewise.
20335         * elf/tst-tls9.c: Likewise.
20336         * elf/tst-tlsmod1.c: Likewise.
20337         * elf/tst-tlsmod13.c: Likewise.
20338         * elf/tst-tlsmod13a.c: Likewise.
20339         * elf/tst-tlsmod14a.c: Likewise.
20340         * elf/tst-tlsmod16a.c: Likewise.
20341         * elf/tst-tlsmod16b.c: Likewise.
20342         * elf/tst-tlsmod2.c: Likewise.
20343         * elf/tst-tlsmod3.c: Likewise.
20344         * elf/tst-tlsmod4.c: Likewise.
20345         * elf/tst-tlsmod5.c: Likewise.
20346         * elf/tst-tlsmod6.c: Likewise.
20348 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
20350         [BZ #12486]
20351         * malloc/malloc.c: remove checks for statistics.
20353 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20355         [BZ #15277]
20356         * inet/inet_net.c (inet_network): Detect additional invalid strings.
20357         * inet/tst-network.c: Add testcase.
20359 2013-10-17  Andreas Schwab  <schwab@suse.de>
20361         [BZ #15218]
20362         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20363         to determine canonical name.
20365 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20367         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20368         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20369         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20370         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20371         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20372         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20373         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20374         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20375         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20376         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20377         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20378         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20379         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20380         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20381         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20382         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20383         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20384         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20385         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20386         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20387         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20388         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20389         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20390         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20391         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20392         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20393         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20394         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20395         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20396         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20397         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20398         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20399         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20400         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20401         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20402         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20403         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20404         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20405         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20406         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20407         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20408         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20409         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20410         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20411         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20412         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20413         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20414         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20415         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20416         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20417         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20418         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20419         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20420         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20421         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20422         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20423         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20424         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20426 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
20428         [BZ #16041]
20429         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20430         make result into a quiet NaN.
20432 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
20434         * soft-fp/adddf3.c: Fix horizontal whitespace.
20435         * soft-fp/addsf3.c: Likewise.
20436         * soft-fp/addtf3.c: Likewise.
20437         * soft-fp/divdf3.c: Likewise.
20438         * soft-fp/divsf3.c: Likewise.
20439         * soft-fp/divtf3.c: Likewise.
20440         * soft-fp/double.h: Likewise.
20441         * soft-fp/eqdf2.c: Likewise.
20442         * soft-fp/eqsf2.c: Likewise.
20443         * soft-fp/eqtf2.c: Likewise.
20444         * soft-fp/extenddftf2.c: Likewise.
20445         * soft-fp/extended.h: Likewise.
20446         * soft-fp/extendsfdf2.c: Likewise.
20447         * soft-fp/extendsftf2.c: Likewise.
20448         * soft-fp/extendxftf2.c: Likewise.
20449         * soft-fp/fixdfdi.c: Likewise.
20450         * soft-fp/fixdfsi.c: Likewise.
20451         * soft-fp/fixdfti.c: Likewise.
20452         * soft-fp/fixsfdi.c: Likewise.
20453         * soft-fp/fixsfsi.c: Likewise.
20454         * soft-fp/fixsfti.c: Likewise.
20455         * soft-fp/fixtfdi.c: Likewise.
20456         * soft-fp/fixtfsi.c: Likewise.
20457         * soft-fp/fixtfti.c: Likewise.
20458         * soft-fp/fixunsdfdi.c: Likewise.
20459         * soft-fp/fixunsdfsi.c: Likewise.
20460         * soft-fp/fixunsdfti.c: Likewise.
20461         * soft-fp/fixunssfdi.c: Likewise.
20462         * soft-fp/fixunssfsi.c: Likewise.
20463         * soft-fp/fixunssfti.c: Likewise.
20464         * soft-fp/fixunstfdi.c: Likewise.
20465         * soft-fp/fixunstfsi.c: Likewise.
20466         * soft-fp/fixunstfti.c: Likewise.
20467         * soft-fp/floatdidf.c: Likewise.
20468         * soft-fp/floatdisf.c: Likewise.
20469         * soft-fp/floatditf.c: Likewise.
20470         * soft-fp/floatsidf.c: Likewise.
20471         * soft-fp/floatsisf.c: Likewise.
20472         * soft-fp/floatsitf.c: Likewise.
20473         * soft-fp/floattidf.c: Likewise.
20474         * soft-fp/floattisf.c: Likewise.
20475         * soft-fp/floattitf.c: Likewise.
20476         * soft-fp/floatundidf.c: Likewise.
20477         * soft-fp/floatundisf.c: Likewise.
20478         * soft-fp/floatunditf.c: Likewise.
20479         * soft-fp/floatunsidf.c: Likewise.
20480         * soft-fp/floatunsisf.c: Likewise.
20481         * soft-fp/floatunsitf.c: Likewise.
20482         * soft-fp/floatuntidf.c: Likewise.
20483         * soft-fp/floatuntisf.c: Likewise.
20484         * soft-fp/floatuntitf.c: Likewise.
20485         * soft-fp/fmadf4.c: Likewise.
20486         * soft-fp/fmasf4.c: Likewise.
20487         * soft-fp/fmatf4.c: Likewise.
20488         * soft-fp/gedf2.c: Likewise.
20489         * soft-fp/gesf2.c: Likewise.
20490         * soft-fp/getf2.c: Likewise.
20491         * soft-fp/ledf2.c: Likewise.
20492         * soft-fp/lesf2.c: Likewise.
20493         * soft-fp/letf2.c: Likewise.
20494         * soft-fp/muldf3.c: Likewise.
20495         * soft-fp/mulsf3.c: Likewise.
20496         * soft-fp/multf3.c: Likewise.
20497         * soft-fp/negdf2.c: Likewise.
20498         * soft-fp/negsf2.c: Likewise.
20499         * soft-fp/negtf2.c: Likewise.
20500         * soft-fp/op-1.h: Likewise.
20501         * soft-fp/op-2.h: Likewise.
20502         * soft-fp/op-4.h: Likewise.
20503         * soft-fp/op-8.h: Likewise.
20504         * soft-fp/op-common.h: Likewise.
20505         * soft-fp/quad.h: Likewise.
20506         * soft-fp/single.h: Likewise.
20507         * soft-fp/soft-fp.h: Likewise.
20508         * soft-fp/sqrtdf2.c: Likewise.
20509         * soft-fp/sqrtsf2.c: Likewise.
20510         * soft-fp/sqrttf2.c: Likewise.
20511         * soft-fp/subdf3.c: Likewise.
20512         * soft-fp/subsf3.c: Likewise.
20513         * soft-fp/subtf3.c: Likewise.
20514         * soft-fp/truncdfsf2.c: Likewise.
20515         * soft-fp/trunctfdf2.c: Likewise.
20516         * soft-fp/trunctfsf2.c: Likewise.
20517         * soft-fp/trunctfxf2.c: Likewise.
20518         * soft-fp/unorddf2.c: Likewise.
20519         * soft-fp/unordsf2.c: Likewise.
20520         * soft-fp/unordtf2.c: Likewise.
20522 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20524         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20525         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20527 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20529         * elf/dl-libc.c: Clear initfini list after freeing.
20531 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20533         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20534         * soft-fp/addsf3.c: Likewise.
20535         * soft-fp/addtf3.c: Likewise.
20536         * soft-fp/divdf3.c: Likewise.
20537         * soft-fp/divsf3.c: Likewise.
20538         * soft-fp/divtf3.c: Likewise.
20539         * soft-fp/double.h: Likewise.
20540         * soft-fp/eqdf2.c: Likewise.
20541         * soft-fp/eqsf2.c: Likewise.
20542         * soft-fp/eqtf2.c: Likewise.
20543         * soft-fp/extenddftf2.c: Likewise.
20544         * soft-fp/extended.h: Likewise.
20545         * soft-fp/extendsfdf2.c: Likewise.
20546         * soft-fp/extendsftf2.c: Likewise.
20547         * soft-fp/extendxftf2.c: Likewise.
20548         * soft-fp/fixdfdi.c: Likewise.
20549         * soft-fp/fixdfsi.c: Likewise.
20550         * soft-fp/fixdfti.c: Likewise.
20551         * soft-fp/fixsfdi.c: Likewise.
20552         * soft-fp/fixsfsi.c: Likewise.
20553         * soft-fp/fixsfti.c: Likewise.
20554         * soft-fp/fixtfdi.c: Likewise.
20555         * soft-fp/fixtfsi.c: Likewise.
20556         * soft-fp/fixtfti.c: Likewise.
20557         * soft-fp/fixunsdfdi.c: Likewise.
20558         * soft-fp/fixunsdfsi.c: Likewise.
20559         * soft-fp/fixunsdfti.c: Likewise.
20560         * soft-fp/fixunssfdi.c: Likewise.
20561         * soft-fp/fixunssfsi.c: Likewise.
20562         * soft-fp/fixunssfti.c: Likewise.
20563         * soft-fp/fixunstfdi.c: Likewise.
20564         * soft-fp/fixunstfsi.c: Likewise.
20565         * soft-fp/fixunstfti.c: Likewise.
20566         * soft-fp/floatdidf.c: Likewise.
20567         * soft-fp/floatdisf.c: Likewise.
20568         * soft-fp/floatditf.c: Likewise.
20569         * soft-fp/floatsidf.c: Likewise.
20570         * soft-fp/floatsisf.c: Likewise.
20571         * soft-fp/floatsitf.c: Likewise.
20572         * soft-fp/floattidf.c: Likewise.
20573         * soft-fp/floattisf.c: Likewise.
20574         * soft-fp/floattitf.c: Likewise.
20575         * soft-fp/floatundidf.c: Likewise.
20576         * soft-fp/floatundisf.c: Likewise.
20577         * soft-fp/floatunsidf.c: Likewise.
20578         * soft-fp/floatunsisf.c: Likewise.
20579         * soft-fp/floatuntidf.c: Likewise.
20580         * soft-fp/floatuntisf.c: Likewise.
20581         * soft-fp/floatuntitf.c: Likewise.
20582         * soft-fp/fmadf4.c: Likewise.
20583         * soft-fp/fmasf4.c: Likewise.
20584         * soft-fp/fmatf4.c: Likewise.
20585         * soft-fp/gedf2.c: Likewise.
20586         * soft-fp/gesf2.c: Likewise.
20587         * soft-fp/getf2.c: Likewise.
20588         * soft-fp/ledf2.c: Likewise.
20589         * soft-fp/lesf2.c: Likewise.
20590         * soft-fp/letf2.c: Likewise.
20591         * soft-fp/muldf3.c: Likewise.
20592         * soft-fp/mulsf3.c: Likewise.
20593         * soft-fp/multf3.c: Likewise.
20594         * soft-fp/negdf2.c: Likewise.
20595         * soft-fp/negsf2.c: Likewise.
20596         * soft-fp/negtf2.c: Likewise.
20597         * soft-fp/op-1.h: Likewise.
20598         * soft-fp/op-2.h: Likewise.
20599         * soft-fp/op-4.h: Likewise.
20600         * soft-fp/op-8.h: Likewise.
20601         * soft-fp/op-common.h: Likewise.
20602         * soft-fp/quad.h: Likewise.
20603         * soft-fp/single.h: Likewise.
20604         * soft-fp/soft-fp.h: Likewise.
20605         * soft-fp/sqrtdf2.c: Likewise.
20606         * soft-fp/sqrtsf2.c: Likewise.
20607         * soft-fp/sqrttf2.c: Likewise.
20608         * soft-fp/subdf3.c: Likewise.
20609         * soft-fp/subsf3.c: Likewise.
20610         * soft-fp/subtf3.c: Likewise.
20611         * soft-fp/truncdfsf2.c: Likewise.
20612         * soft-fp/trunctfdf2.c: Likewise.
20613         * soft-fp/trunctfsf2.c: Likewise.
20614         * soft-fp/trunctfxf2.c: Likewise.
20615         * soft-fp/unorddf2.c: Likewise.
20616         * soft-fp/unordsf2.c: Likewise.
20617         * soft-fp/unordtf2.c: Likewise.
20619 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20621         [BZ #15672]
20622         * misc/error.c (error_tail): Fix possible buffer overflow.
20624 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20626         [BZ #13028]
20627         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20628         address.
20630 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20632         [BZ #832]
20633         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20634         testing pipefail option.
20636 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20638         * soft-fp/double.h: Indent preprocessor directives inside #if.
20639         * soft-fp/extended.h: Likewise.
20640         * soft-fp/op-2.h: Likewise.
20641         * soft-fp/op-4.h: Likewise.
20642         * soft-fp/op-common.h: Likewise.
20643         * soft-fp/quad.h: Likewise.
20644         * soft-fp/single.h: Likewise.
20645         * soft-fp/soft-fp.h: Likewise.
20647 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20649         * iconv/iconv_prog.c: Fix typos.
20650         * stdio-common/psiginfo-data.h: Likewise.
20652 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20654         [BZ #15764]
20655         * locale/setlocale.c: Fix typo.
20657 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20659         [BZ #16036]
20660         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20661         signaling NaN arguments.
20662         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20663         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20665         [BZ #14910]
20666         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20667         unordered operands.
20668         * soft-fp/gesf2.c (__gesf2): Likewise.
20669         * soft-fp/getf2.c (__getf2): Likewise.
20670         * soft-fp/ledf2.c (__ledf2): Likewise.
20671         * soft-fp/lesf2.c (__lesf2): Likewise.
20672         * soft-fp/letf2.c (__letf2): Likewise.
20674         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20675         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20676         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20677         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20678         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20679         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20680         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20681         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20682         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20683         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20684         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20685         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20686         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20687         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20688         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20689         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20690         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20691         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20692         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20693         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20694         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20695         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20696         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20697         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20698         * soft-fp/floattidf.c (__floattidf): Likewise.
20699         * soft-fp/floattisf.c (__floattisf): Likewise.
20700         * soft-fp/floattitf.c (__floattitf): Likewise.
20701         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20702         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20703         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20704         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20705         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20706         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20707         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20708         * soft-fp/gesf2.c (__gesf2): Likewise.
20709         * soft-fp/getf2.c (__getf2): Likewise.
20710         * soft-fp/ledf2.c (__ledf2): Likewise.
20711         * soft-fp/lesf2.c (__lesf2): Likewise.
20712         * soft-fp/letf2.c (__letf2): Likewise.
20714         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20715         Undefine and redefine.
20716         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20717         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20718         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20719         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20720         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20721         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20722         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20723         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20724         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20725         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20726         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20727         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20728         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20729         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20730         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20732         [BZ #16032]
20733         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20734         without decrementing exponent if mantissa >= that for the
20735         denominator, not >.
20736         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20737         denominator, not >.  Decrement exponent in < case instead of
20738         incrementing in >= case.
20739         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20740         without decrementing exponent if mantissa >= that for the
20741         denominator, not >.
20743         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20744         computing saturated result for unsigned overflow.
20746 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20747             Jeff Law  <law@redhat.com>
20749         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20750         (atan2Mp): Add systemtap probe marker.
20751         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20752         (__ieee754_log): Add systemtap probe marker.
20753         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20754         (atanMp): Add systemtap probe marker.
20755         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20756         (tanMp): Add systemtap probe marker.
20757         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20758         (__slowexp): Add systemtap probe marker.
20759         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20760         (__slowpow): Add systemtap probe marker.
20761         * manual/probes.texi: Document probes.
20763 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20765         [BZ #15362]
20766         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20767         written.
20768         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20769         written.
20770         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20771         written to buffer but not flushed.
20772         * libio/iofwrite_u.c:  Likewise.
20773         * libio/iopadn.c:  Return bytes returned even if EOF was
20774         encountered.
20775         * libio/iowpadn.c:  Likewise.
20776         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20777         if _IO_padn does not write the whole buffer.
20778         [!COMPILE_WPRINTF] (PAD): Likewise.
20780 2013-10-10  David S. Miller  <davem@davemloft.net>
20782         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20783         directory block.
20785 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20787         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20788         instead of FSF address.
20789         * soft-fp/fixdfti.c: Likewise.
20790         * soft-fp/fixsfti.c: Likewise.
20791         * soft-fp/fixtfti.c: Likewise.
20792         * soft-fp/fixunsdfti.c: Likewise.
20793         * soft-fp/fixunssfti.c: Likewise.
20794         * soft-fp/fixunstfti.c: Likewise.
20795         * soft-fp/floattidf.c: Likewise.
20796         * soft-fp/floattisf.c: Likewise.
20797         * soft-fp/floattitf.c: Likewise.
20798         * soft-fp/floatuntidf.c: Likewise.
20799         * soft-fp/floatuntisf.c: Likewise.
20800         * soft-fp/floatuntitf.c: Likewise.
20801         * soft-fp/trunctfxf2.c: Likewise.
20803         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20804         * soft-fp/fixdfti.c: Likewise.
20805         * soft-fp/fixsfti.c: Likewise.
20806         * soft-fp/fixtfti.c: Likewise.
20807         * soft-fp/fixunsdfti.c: Likewise.
20808         * soft-fp/fixunssfti.c: Likewise.
20809         * soft-fp/fixunstfti.c: Likewise.
20810         * soft-fp/floattidf.c: Likewise.
20811         * soft-fp/floattisf.c: Likewise.
20812         * soft-fp/floattitf.c: Likewise.
20813         * soft-fp/floatuntidf.c: Likewise.
20814         * soft-fp/floatuntisf.c: Likewise.
20815         * soft-fp/floatuntitf.c: Likewise.
20816         * soft-fp/trunctfxf2.c: Likewise.
20818 2013-10-10  David S. Miller  <davem@davemloft.net>
20820         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20822 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20824         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20825         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20826         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20827         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20828         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20829         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20830         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20832         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20833         for NaNs before doing comparisons on argument.
20834         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20835         Likewise.
20837 2013-10-10  Will Newton  <will.newton@linaro.org>
20839         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20840         passed to _int_memalign does not overflow.
20842 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20844         * scripts/bench.pl: Add include-sources directive.
20845         * benchtests/README: Update documentation.
20847 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20849         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20850         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20851         instead of FP_INIT_ROUNDMODE.
20852         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20853         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20855         [BZ #16034]
20856         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20857         copy class of input value.
20858         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20859         not handle exceptions.
20860         * soft-fp/negsf2.c (__negsf2): Likewise.
20861         * soft-fp/negtf2.c (__negtf2): Likewise.
20862         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20864 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20866         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20867         semicolon.  From Linux kernel.
20869 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20871         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20873 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20875         [BZ #156]
20876         * manual/socket.texi: Added statement about buffer
20877         for gethostbyname2_r.
20879 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20881         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20882         Use .p2align directive instead, throughout.
20883         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20884         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20885         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20886         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20887         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20888         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20889         * sysdeps/x86_64/strchr.S: Likewise.
20890         * sysdeps/x86_64/strrchr.S: Likewise.
20892 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20894         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20896         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20898         * sysdeps/generic/math_private.h (__mpsin1): Remove
20899         declaration.
20900         (__mpcos1): Likewise.
20901         (__mpsin): New argument __range_reduce.
20902         (__mpcos): Likewise.
20903         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20904         (slow): Use __mpsin and __mpcos.
20905         (slow1): Likewise.
20906         (slow2): Likewise.
20907         (sloww): Likewise.
20908         (sloww1): Likewise.
20909         (sloww2): Likewise.
20910         (bsloww): Likewise.
20911         (bsloww1): Likewise.
20912         (bsloww2): Likewise.
20913         (cslow2): Likewise.
20914         (csloww): Likewise.
20915         (csloww1): Likewise.
20916         (csloww2): Likewise.
20917         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20918         range_reduce.  Merge in __mpsin1.
20919         (__mpcos): Likewise.
20920         (__mpsin1): Remove.
20921         (__mpcos1): Likewise.
20923 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20925         * locale/loadlocale.c (_nl_intern_locale_data): Use
20926         LOCFILE_ALIGNED_P.
20927         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20928         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20929         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20930         obstack data is appropriately aligned.
20931         (obstack_int32_grow_fast): Likewise.
20932         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20933         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20934         (add_locale_uint32_array): Likewise.
20936 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20938         * benchtests/Makefile: Remove ARGLIST and RET variables.
20939         ($(objpfx)bench-%.c): Pass only function name to the script.
20940         * benchtests/README: Update documentation.
20941         * benchtests/acos-inputs: Add new directives.
20942         * benchtests/acosh-inputs: Likewise.
20943         * benchtests/asin-inputs: Likewise.
20944         * benchtests/asinh-inputs: Likewise.
20945         * benchtests/atan-inputs: Likewise.
20946         * benchtests/atanh-inputs: Likewise.
20947         * benchtests/cos-inputs: Likewise.
20948         * benchtests/cosh-inputs: Likewise.
20949         * benchtests/exp-inputs: Likewise.
20950         * benchtests/log-inputs: Likewise.
20951         * benchtests/pow-inputs: Likewise.
20952         * benchtests/rint-inputs: Likewise.
20953         * benchtests/sin-inputs: Likewise.
20954         * benchtests/sinh-inputs: Likewise.
20955         * benchtests/tan-inputs: Likewise.
20956         * benchtests/tanh-inputs: Likewise.
20957         * scripts/bench.pl: Add support for new directives.
20959 2013-10-07  Alan Modra  <amodra@gmail.com>
20961         * README: Fix careless merge.
20963 2013-10-05  Alan Modra  <amodra@gmail.com>
20965         * NEWS: Mention powerpc64le support and bugs fixed.
20966         * README: Both big-endian and little-endian powerpc64 supported.
20968 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20970         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20971         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20972         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20973         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20975 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20977         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20978         match prototype.
20980 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20982         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20983         Move -mhard-float appending from
20984         ports/sysdeps/powerpc/powerpc32/Makefile.
20985         [$(with-fp) = yes] (ASFLAGS): Likewise.
20986         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20987         * sysdeps/powerpc/nofpu: Move directory from
20988         ports/sysdeps/powerpc/nofpu.
20989         * sysdeps/powerpc/soft-fp: Move directory from
20990         ports/sysdeps/powerpc/soft-fp.
20991         * sysdeps/powerpc/powerpc32/405: Move directory from
20992         ports/sysdeps/powerpc/powerpc32/405.
20993         * sysdeps/powerpc/powerpc32/440: Move directory from
20994         ports/sysdeps/powerpc/powerpc32/440.
20995         * sysdeps/powerpc/powerpc32/464: Move directory from
20996         ports/sysdeps/powerpc/powerpc32/464.
20997         * sysdeps/powerpc/powerpc32/476: Move directory from
20998         ports/sysdeps/powerpc/powerpc32/476.
20999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
21000         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
21001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
21002         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
21003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
21004         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
21005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
21006         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
21007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
21008         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
21009         * README: Update for powerpc-*-linux-gnu software floating point
21010         support in libc.
21012         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
21013         case to powerpc/powerpc32*.
21014         * sysdeps/unix/sysv/linux/configure: Regenerated.
21016         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
21017         (_FPU_MASK_OM): Define as 0x04.
21018         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
21019         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
21020         0x00c10080.
21021         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
21022         0x0000003c.
21023         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
21025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
21026         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
21027         getcontext_e500.
21028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
21029         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
21030         setcontext_e500.
21031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
21032         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
21033         and setcontext_e500.
21035 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
21037         * locale/iso-3166.def: Update iso-1366.def and related occurrences
21039 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21041         * manual/threads.texi (Default Thread Attributes): Fix typo.
21043 2013-10-04  Will Newton  <will.newton@linaro.org>
21045         * malloc/Makefile: Add tst-memalign.
21046         * malloc/tst-memalign.c: New file.
21048         * malloc/tst-posix_memalign.c: Add comments.
21049         (do_test): Add comments and call free on all potentially
21050         allocated pointers. Add space after cast.
21052         * malloc/tst-pvalloc.c: Add comments.
21053         (do_test): Add comments and call free on all potentially
21054         allocated pointers. Remove duplicate check for NULL pointer.
21055         Add space after cast.
21057         * malloc/tst-valloc.c: Add comments.
21058         (do_test): Add comments and call free on all potentially
21059         allocated pointers. Remove duplicate check for NULL pointer.
21060         Add space after cast.
21062 2013-10-04  Alan Modra  <amodra@gmail.com>
21064         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
21065         Use stdint types in rather than __attribute__((mode())).
21066         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
21068 2013-10-04  Alan Modra  <amodra@gmail.com>
21070         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
21071         Correct handling of unaligned relocs for little-endian.
21072         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
21074 2013-10-04  Alan Modra  <amodra@gmail.com>
21076         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
21077         * configure: Regenerate.
21078         * nptl/shlib-versions: Powerpc*le starts at 2.18.
21079         * shlib-versions: Likewise.
21081 2013-10-04  Alan Modra  <amodra@gmail.com>
21083         * string/tester.c (test_memrchr): Increment reported test cycle.
21085 2013-10-04  Alan Modra  <amodra@gmail.com>
21087         * string/test-memcpy.c (do_one_test): When reporting errors, print
21088         string address and don't overrun end of string.
21090 2013-10-04  Alan Modra  <amodra@gmail.com>
21092         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
21093         insrdi.  Make better use of reg selection to speed exit slightly.
21094         Schedule entry path a little better.  Remove useless "are we done"
21095         checks on entry to main loop.  Handle wrapping around zero address.
21096         Correct main loop count.  Handle single left-over word from main
21097         loop inline rather than by using loop_small.  Remove extra word
21098         case in loop_small caused by wrong loop count.  Add little-endian
21099         support.
21100         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
21101         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
21102         cache hint.
21103         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
21104         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
21105         support.  Avoid rlwimi.
21106         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
21108 2013-10-04  Alan Modra  <amodra@gmail.com>
21110         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
21111         insrdi.  Formatting.
21112         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
21113         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21114         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
21115         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
21116         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21117         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
21119 2013-10-04  Alan Modra  <amodra@gmail.com>
21121         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
21122         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21123         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
21124         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
21125         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
21126         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
21127         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21128         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
21129         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
21130         use of regs.  Use power7 mtocrf.  Tidy function tails.
21132 2013-10-04  Alan Modra  <amodra@gmail.com>
21134         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
21135         Formatting.  Consistently use rXXX register defines or rN defines.
21136         Use early exit labels that avoid restoring unused non-volatile regs.
21137         Make cr field use more consistent with rWORDn compares.  Rename
21138         regs used as shift registers for unaligned loop, using rN defines
21139         for short lifetime/multiple use regs.
21140         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
21141         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
21142         addi 1,1,64 to pop stack frame.  Simplify return value code.
21143         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21145 2013-10-04  Alan Modra  <amodra@gmail.com>
21147         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
21148         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
21149         rather than rlwimi.
21150         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
21151         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
21152         little-endian support.  Correct typos.
21153         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
21154         rather than rlwimi.
21155         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
21156         in loop and entry code to keep "and." results.
21157         (strchr): Add little-endian support.  Comment.  Move cntlzd
21158         earlier in tail.
21159         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
21161 2013-10-04  Alan Modra  <amodra@gmail.com>
21163         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
21164         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
21165         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
21166         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
21168 2013-10-04  Alan Modra  <amodra@gmail.com>
21170         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
21171         (rTMP): Define as r11.
21172         (strcmp): Add little-endian support.  Optimise tail.
21173         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
21174         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
21175         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
21176         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
21177         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
21178         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
21179         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
21181 2013-10-04  Alan Modra  <amodra@gmail.com>
21183         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
21184         little-endian support.  Remove unnecessary "are we done" tests.
21185         Handle "s" wrapping around zero and extremely large "size".
21186         Correct main loop count.  Handle single left-over word from main
21187         loop inline rather than by using small_loop.  Correct comments.
21188         Delete "zero" tail, use "end_max" instead.
21189         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
21191 2013-10-04  Alan Modra  <amodra@gmail.com>
21193         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
21194         support.  Don't branch over align.
21195         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
21196         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
21197         support.  Rearrange tmp reg use to suit.  Comment.
21198         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
21200 2013-10-04  Alan Modra  <amodra@gmail.com>
21202         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
21204 2013-10-04  Alan Modra  <amodra@gmail.com>
21206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
21207         conditional form of branch and link when obtaining pc.
21208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
21210 2013-10-04  Alan Modra  <amodra@gmail.com>
21212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
21213         HIWORD/LOWORD.
21214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
21215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
21217 2013-10-04  Alan Modra  <amodra@gmail.com>
21219         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
21220         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
21221         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
21222         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
21223         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21224         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21225         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
21226         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21227         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
21228         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
21230 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21231             Alistair Popple <alistair@ozlabs.au.ibm.com>
21232             Alan Modra <amodra@gmail.com>
21234         [BZ #15723]
21235         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
21236         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
21237         _dl_hwcap access for little-endian.
21238         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
21239         destroy vmx regs when saving unaligned.
21240         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
21241         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
21242         destroy vmx regs when saving unaligned.
21244 2013-10-04  Alan Modra  <amodra@gmail.com>
21246         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
21247         Don't use a union to pack hi/low value.
21249 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21251         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
21252         for little-endian.
21253         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
21254         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
21255         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
21256         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
21257         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
21259 2013-10-04  Alan Modra  <amodra@gmail.com>
21261         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
21262         constants to usual value for .cst8 section, and remove redundant
21263         high address load.
21264         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
21265         constant for 0x1p52.  Load little-endian words of double from
21266         correct stack offsets.
21268 2013-10-04  Alan Modra  <amodra@gmail.com>
21270         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
21271         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
21272         words of double from correct stack offsets.
21273         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
21274         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
21275         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
21276         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
21277         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
21278         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
21279         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
21280         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
21281         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
21282         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
21283         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
21284         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
21285         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
21286         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
21287         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
21288         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
21289         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
21291 2013-10-04  Alan Modra  <amodra@gmail.com>
21293         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
21294         64-bit int/double union.
21295         (_FPU_SETCW): Likewise.
21296         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
21297         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
21299 2013-10-04  Alan Modra  <amodra@gmail.com>
21301         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
21302         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
21304 2013-10-04  Alan Modra  <amodra@gmail.com>
21306         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
21307         use vector int constants.
21308         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
21310 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21312         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
21313         array with long long.
21314         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
21315         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
21316         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
21317         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
21318         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
21319         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
21320         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
21321         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
21322         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
21323         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
21324         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
21325         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
21326         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
21328 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21330         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
21331         (__signbit): Likewise.  Correct for little-endian.
21332         (__signbitl): Call __signbit.
21333         (lrint): Correct for little-endian.
21334         (lrintf): Call lrint.
21336 2013-10-04  Alan Modra  <amodra@gmail.com>
21338         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
21339         union 32-bit int array member with 64-bit int array.
21340         (t515, tm256): Double rather than long double.
21341         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
21343 2013-10-04  Alan Modra  <amodra@gmail.com>
21345         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
21346         Delete.
21347         (IEEE854_LONG_DOUBLE_BIAS): Delete.
21348         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
21349         version of math_ldbl.h.
21351 2013-10-04  Alan Modra  <amodra@gmail.com>
21353         [BZ #15734], [BZ #15735]
21354         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
21355         all uses of ieee875 long double macros and unions.  Simplify test
21356         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
21357         ldbl_extract_mantissa value for ix,iy exponents.  Properly
21358         normalize after ldbl_extract_mantissa, and don't add hidden bit
21359         already handled.  Don't treat low word of ieee854 mantissa like
21360         low word of IBM long double and mask off bit when testing for
21361         zero.
21362         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21363         all uses of ieee875 long double macros and unions.  Simplify tests
21364         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
21365         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
21366         two1022, instead use their values.  Recognise that tests for large
21367         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
21368         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21369         Rewrite all uses of ieee875 long double macros and unions.  Simplify
21370         test for 0.0L and nan.  Correct negation.
21371         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21372         ieee875 long double macros and unions.  Correct output for large
21373         magnitude x.  Correct absolute value calculation.
21374         (__erfcl): Likewise.
21375         * math/libm-test.inc: Add tests for errors discovered in IBM long
21376         double versions of fmodl, remainderl, erfl and erfcl.
21378 2013-10-04  Alan Modra  <amodra@gmail.com>
21380         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21381         all uses of ieee854 long double macros and unions.  Simplify tests
21382         for long doubles that are fully specified by the high double.
21383         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21384         Likewise.
21385         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21386         Remove dead code too.
21387         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21388         (__ieee754_ynl): Likewise.
21389         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21390         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21391         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21392         Remove dead code too.
21393         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21394         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21395         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21396         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21397         Simplify.
21398         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21399         Simplify.
21400         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21401         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21402         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21403         Comment on variable precision.
21404         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21405         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21406         Likewise.
21407         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21408         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21409         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21410         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21411         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21413 2013-10-04  Alan Modra  <amodra@gmail.com>
21415         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21416         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21417         all uses of ieee854 long double macros and unions.
21418         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21419         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21420         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21421         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21422         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21423         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21424         Likewise.
21425         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21426         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21427         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21428         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21429         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21430         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21431         Simplify sign and nan test too.
21432         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21433         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21434         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21435         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21436         Likewise.
21437         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21438         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21439         Likewise.
21440         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21441         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21442         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21443         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21444         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21445         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21447 2013-10-04  Alan Modra  <amodra@gmail.com>
21449         * stdio-common/printf_size.c (__printf_size): Don't use
21450         union ieee854_long_double in fpnum union.
21451         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21452         signbit macro to retrieve sign from long double.
21453         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21454         retrieve sign from long double.
21455         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21456         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21457         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21458         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21459         * math/test-misc.c (main): Don't use union ieee854_long_double.
21461 2013-10-04  Alan Modra  <amodra@gmail.com>
21463         [BZ #15680]
21464         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21465         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21466         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21467         calculation.  Remove unnecessary test for denormal exponent.
21468         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21469         Correct handling of denormals.  Avoid undefined shift behaviour.
21470         Correct normalisation of low mantissa when low double is denormal.
21471         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21472         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21473         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21474         Correct normalisation of low mantissa.  Test for overflow of high
21475         mantissa and normalise.
21476         (ldbl_nearbyint): Use more readable constant for two52.
21477         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21478         (__mpn_construct_long_double): Fix test for overflow of high
21479         mantissa and correct normalisation.  Avoid undefined shift.
21481 2013-10-04  Alan Modra  <amodra@gmail.com>
21483         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21484         (union ibm_extended_long_double): Define as an array of ieee754_double.
21485         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21486         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21487         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21488         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21489         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21490         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21491         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21492         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21493         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21494         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21495         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21497 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21499         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21500         page size instead of calling getpagesize.
21502         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21503         (LOCFILE_ALIGN_MASK): Likewise.
21504         (LOCFILE_ALIGN_UP): Likewise.
21505         (LOCFILE_ALIGNED_P): Likewise.
21506         * locale/programs/ld-collate.c (collate_output): Use the new
21507         macros instead of __alignof__ (int32_t).
21508         * locale/weight.h (findidx): Likewise.
21510 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21512         [BZ #431]
21513         * manual/string.texi: Fix strncat and wcsncat.
21515 2013-10-03  Brooks Moses  <bmoses@google.com>
21517         [BZ #15915]
21518         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21519         * Makerules: ...here, and adjust associated comments.
21521 2013-10-02  Will Newton  <will.newton@linaro.org>
21523         * malloc/Makefile: Add tst-pvalloc.
21524         * malloc/tst-pvalloc.c: New file.
21526 2013-10-02  Will Newton  <will.newton@linaro.org>
21528         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21529         improve test coverage.
21531 2013-10-02  Will Newton  <will.newton@linaro.org>
21533         * malloc/Makefile: Add tst-posix_memalign.
21534         * malloc/tst-posix_memalign.c: New file.
21536 2013-10-01  Eric Blake  <eblake@redhat.com>
21538         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21539         Use __THROWNL rather than __THROW on static functions.
21541 2013-09-30  Petr Machata  <pmachata@redhat.com>
21543         * elf/elf.h (R_AARCH64_ABS16): New macro.
21544         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21545         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21546         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21547         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21548         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21549         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21550         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21551         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21552         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21553         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21554         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21555         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21556         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21557         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21558         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21559         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21560         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21561         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21562         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21563         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21564         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21565         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21566         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21567         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21568         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21569         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21570         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21571         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21572         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21573         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21574         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21575         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21576         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21577         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21578         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21579         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21580         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21581         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21582         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21583         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21584         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21585         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21586         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21587         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21588         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21589         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21590         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21591         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21592         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21593         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21594         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21595         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21596         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21597         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21598         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21599         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21600         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21601         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21602         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21603         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21604         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21605         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21606         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21607         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21608         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21609         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21610         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21611         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21612         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21613         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21614         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21615         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21616         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21617         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21618         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21619         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21620         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21621         (R_AARCH64_TLSDESC_LDR): Likewise.
21622         (R_AARCH64_TLSDESC_ADD): Likewise.
21623         (R_AARCH64_TLSDESC_CALL): Likewise.
21625 2013-09-30  Andreas Schwab  <schwab@suse.de>
21627         [BZ #15048]
21628         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21629         the nss database lookup.
21630         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21631         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21633 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21635         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21637 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21639         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21640         ${Bash-specific parameter/pattern/string} parameter expansion.
21641         * sysdeps/unix/make-syscalls.sh: Likewise.
21643 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21645         * sysdeps/sh/stackguard-macros.h: New file.
21647 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21649         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21650         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21651         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21652         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21653         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21654         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21656 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21658         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21659         Fix thread ID register.
21661 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21663         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21664         [POSIX || UNIX98]: Require rather than permitting all symbols from
21665         <time.h>.
21666         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21667         element of struct sched_param.
21668         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21669         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21670         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21671         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21672         constant.
21674 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21676         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21677         argument calculation.
21679 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21681         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21682         Expect macro.
21683         [POSIX] (pthread_attr_t): Do not require type.
21684         [POSIX] (pthread_cond_t): Likewise.
21685         [POSIX] (pthread_condattr_t): Likewise.
21686         [POSIX] (pthread_key_t): Likewise.
21687         [POSIX] (pthread_mutex_t): Likewise.
21688         [POSIX] (pthread_mutexattr_t): Likewise.
21689         [POSIX] (pthread_once_t): Likewise.
21690         [POSIX] (pthread_t): Likewise.
21691         [POSIX-based standards] (pthread_atfork): Expect function.
21693 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21694             Richard Sandiford  <richard@codesourcery.com>
21696         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21697         (swap_endianness_p): New extern variable.
21698         (set_big_endian): New inline function.
21699         (maybe_swap_uint32): Likewise.
21700         (maybe_swap_uint32_array): Likewise.
21701         (maybe_swap_uint32_obstack): Likewise.
21702         * locale/programs/locfile.c: Include <stdbool.h>.
21703         (swap_endianness_p): New variable.
21704         (add_locale_uint32): Call maybe_swap_uint32.
21705         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21706         (write_locale_data): Call maybe_swap_uint32_array.
21707         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21708         maybe_swap_uint32.
21709         (obstack_int32_grow_fast): Likewise.
21710         (output_weightwc): Call maybe_swap_uint32_obstack.
21711         (collate_output): Likewise.
21712         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21713         (OPT_LITTLE_ENDIAN): Likewise.
21714         (options): Add --little-endian and --big-endian options.
21715         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21716         * locale/programs/locarchive.c: Include "locfile.h".
21717         (GET): New macro.
21718         (SET): Likewise.
21719         (INC): Likewise.
21720         (create_archive): Use the new macros to access fields of
21721         structures directly mapped from or written to locale archives.
21722         (oldlocrecentcmp): Likewise.
21723         (enlarge_archive): Likewise.
21724         (insert_name): Likewise.
21725         (add_alias): Likewise.
21726         (add_locale): Likewise.
21727         (delete_locales_from_archive): Likewise.
21728         (show_archive_content): Likewise.
21729         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21730         locale data.
21732 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21734         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21735         http://www.gnu.org/doc/freemanuals.texi.
21736         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21738 2013-09-24  Will Newton  <will.newton@linaro.org>
21740         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21741         macro.
21743 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21745         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21746         unsigned char.
21748 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21750         * manual/threads.texi (POSIX Threads): Fix a typo.
21752 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21754         [BZ #14547]
21755         * string/tst-strcoll-overflow.c: New test case.
21756         * string/Makefile (xtests): Add tst-strcoll-overflow.
21757         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21758         cache if string sizes may cause integer overflow.
21760         [BZ #14547]
21761         * string/strcoll_l.c (coll_seq): New members rule, idx,
21762         save_idx and back_us.
21763         (get_next_seq_nocache): New function.
21764         (do_compare_nocache): New function.
21765         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21766         when malloc fails.
21768 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21770         [BZ #15754]
21771         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21772         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21773         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21775         [BZ #15754]
21776         * elf/Makefile (tests): Add tst-ptrguard1.
21777         (tests-static): Add tst-ptrguard1-static.
21778         (tst-ptrguard1-ARGS): Define.
21779         (tst-ptrguard1-static-ARGS): Define.
21780         * elf/tst-ptrguard1.c: New file.
21781         * elf/tst-ptrguard1-static.c: New file.
21782         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21783         * sysdeps/i386/stackguard-macros.h: Likewise.
21784         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21785         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21786         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21787         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21788         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21789         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21791 2013-09-23  Hector Marco  <hecmargi@upv.es>
21792             Ismael Ripoll  <iripoll@disca.upv.es>
21793             Carlos O'Donell  <carlos@redhat.com>
21795         [BZ #15754]
21796         * sysdeps/generic/stackguard-macros.h: Define
21797         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21798         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21799         Define __pointer_chk_guard_local.
21800         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21801         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21803 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21805         [BZ #15859]
21806         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21808 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21810         * include/string.h (__ffs): Declare as hidden.
21811         * string/ffs.c (__ffs): Define as hidden.
21812         * sysdeps/i386/ffs.c (__ffs): Likewise.
21813         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21814         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21815         * sysdeps/s390/ffs.c (__ffs): Likewise.
21816         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21818 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21820         * NEWS: Mention malloc probes.
21822         * malloc/arena.c (new_heap): New memory_heap_new probe.
21823         (grow_heap): New memory_heap_more probe.
21824         (shrink_heap): New memory_heap_less probe.
21825         (heap_trim): New memory_heap_free probe.
21826         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21827         (systrim): New memory_sbrk_less probe.
21828         * manual/probes.texi: Document them.
21830         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21831         * manual/probes.texi: Document it.
21833         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21834         (__libc_realloc): Add memory_realloc_retry probe.
21835         (__libc_memalign): Add memory_memalign_retry probe.
21836         (__libc_valloc): Add memory_valloc_retry probe.
21837         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21838         (__libc_calloc): Add memory_calloc_retry probe.
21839         * manual/probes.texi: Document them.
21841         * malloc/arena.c (get_free_list): Add probe
21842         memory_arena_reuse_free_list.
21843         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21844         and memory_arena_reuse.
21845         (arena_get2) [!PER_THREAD]: Likewise.
21846         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21847         memory_arena_reuse_realloc.
21848         * manual/probes.texi: Document them.
21850         * malloc/malloc.c (__libc_free): Add
21851         memory_mallopt_free_dyn_thresholds probe.
21852         (__libc_mallopt): Add multiple memory_mallopt probes.
21853         * manual/probes.texi: Document them.
21855         * malloc/malloc.c: Include stap-probe.h.
21856         (__libc_mallopt): Add memory_mallopt probe.
21857         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21858         * manual/probes.texi: New.
21859         * manual/Makefile (chapters): Add probes.
21860         * manual/threads.texi: Set next node.
21862 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21864         [BZ #15963, #13985]
21865         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21866         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21867         Add `Chinese' to `nan' entry name.
21869 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21871         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21872         (POLYNOMIAL): Likewise.
21873         (TAYLOR_SINCOS): Likewise.
21874         (TAYLOR_SLOW): Likewise.
21875         (__sin): Use TAYLOR_SINCOS.
21876         (__cos): Likewise.
21877         (slow): Use TAYLOR_SLOW.
21878         (sloww): Likewise.
21879         (bsloww): Likewise.
21880         (csloww): Likewise.
21882 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21884         * stdlib/strtod_l.c: Fix buffer overrun.
21886 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21888         * benchtests/Makefile (bench): Add sincos.
21889         * benchtests/bench-sincos.c: New file.
21891         * math/libm-test.inc (cos_test_data): New test inputs.
21892         (sin_test_data): Likewise.
21894         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21895         macro.
21896         (__sin): Use it.
21897         (__cos): Likewise.
21898         (slow1): Likewise.
21899         (slow2): Likewise.
21900         (sloww1): Likewise.
21901         (sloww2): Likewise.
21902         (bsloww1): Likewise.
21903         (bsloww2): Likewise.
21904         (cslow2): Likewise.
21905         (csloww1): Likewise.
21906         (csloww2): Likewise.
21908         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21909         function.
21910         (__sin): Use it.
21911         (__cos): Likewise.
21913         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21914         gotos.
21915         (__cos): Likewise.
21917 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21919         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21920         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21921         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21922         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21923         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21924         * elf/cache.c (print_entry): Handle the new cache flags.
21926 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21927             Aldy Hernandez  <aldyh@redhat.com>
21929         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21930         Change condition to [_SOFT_FLOAT].
21931         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21932         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21933         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21934         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21935         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21936         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21937         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21938         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21939         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21940         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21941         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21942         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21943         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21944         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21945         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21946         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21947         declaration.
21949 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21951         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21952         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21953         (__longjmp): Use LOAD_GP to load saved GPRs.
21954         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21955         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21956         (__sigsetjmp): Use SAVE_GP to save GPRs.
21958         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21959         Do not append -msoft-float.
21960         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21962 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21964         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21966 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21968         [BZ #15966]
21969         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21970         (_FPU_GETCW): Use initial "__" on variable and field names but not
21971         on macro parameter name.
21972         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21973         parentheses around reference to macro parameter.
21975 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21977         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21978         prototype.
21979         (ctype_startup): Use uint32_t in cast and sizeof for
21980         ctype->charnames.
21982 2013-09-11  Jia Liu  <proljc@gmail.com>
21984         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21985         __daddr_t_defined.
21986         [__FreeBSD__]: Likewise.
21988 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21990         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21991         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21992         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21993         (strchr): Remove __strchr_sse42 ifunc selection.
21994         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21995         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21997 2013-09-11  Will Newton  <will.newton@linaro.org>
21999         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
22000         parameter to RES. Remove hardcoded 1000 value.
22001         * benchtests/bench-skeleton.c (main): Pass RES parameter
22002         to TIMING_INIT and multiply result by 1000.
22004 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22006         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22008 2013-09-11  Andreas Schwab  <schwab@suse.de>
22010         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
22011         if not defined.
22012         (O_TMPFILE) [__USE_GNU]: Define.
22013         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
22014         Define.
22016 2013-09-11  Will Newton  <will.newton@linaro.org>
22018         [BZ #15857]
22019         * malloc/malloc.c (__libc_memalign): Check the value of bytes
22020         does not overflow.
22022 2013-09-11  Will Newton  <will.newton@linaro.org>
22024         [BZ #15856]
22025         * malloc/malloc.c (__libc_valloc): Check the value of bytes
22026         does not overflow.
22028 2013-09-11  Will Newton  <will.newton@linaro.org>
22030         [BZ #15855]
22031         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
22032         does not overflow.
22034 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
22036         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
22037         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22038         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22039         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22040         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22042 2013-09-10  Allan McRae  <allan@archlinux.org>
22044         [BZ #15748]
22045         * manual/arith.texi (Parsing of Floats): Clarify
22046         cross-reference.
22048         [BZ #15849]
22049         * manual/install.texi (Running make install): Mention
22050         --enable-pt-chown.
22051         * INSTALL: Regenerated.
22053 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
22055         * csu/init-first.c (_init): Remove the !SHARED condition around
22056         FPU control word initialization.
22057         * elf/dl-support.c (_dl_fpu_control): New variable.
22058         (_dl_aux_init) <AT_FPUCW>: Initialize it.
22059         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
22060         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
22061         * math/test-fpucw-static.c: New file.
22062         * math/test-fpucw-ieee.c: New file.
22063         * math/test-fpucw-ieee-static.c: New file.
22064         * math/Makefile (tests): Add `test-fpucw-ieee' and
22065         `$(tests-static)'.
22066         (tests-static): New variable.
22067         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
22068         dependency to...
22069         [($(build-shared),yes)]
22070         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
22071         ... this.
22072         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
22073         New dependency.
22075 2013-09-09  Allan McRae  <allan@archlinux.org>
22077         [BZ #15939]
22078         * manual/string.texi (Collation Functions): Fix typo in
22079         strcoll example.
22080         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
22082         [BZ #15893]
22083         * stdlib/isomac.c (get_null_defines): Fix memory leak.
22085         [BZ #15892]
22086         * libio/memstream.c (open_memstream): Fix memory leak.
22087         * libio/wmemstream.c (open_wmemstream): Likewise.
22089         [BZ #15895]
22090         * nscd/netgroupcache.c: Fix nesting of ifdefs.
22092 2013-09-09  Will Newton  <will.newton@linaro.org>
22094         * malloc/Makefile: Add tst-realloc to tests.
22095         * malloc/tst-realloc.c: New file.
22097 2013-09-09  Allan McRae  <allan@archlinux.org>
22099         [BZ #15844]
22100         * COPYING: Update from GNU website to fix FSF address.
22101         * COPYING.LIB: Likewise.
22103 2013-09-06  David S. Miller  <davem@davemloft.net>
22105         * po/zh_TW.po: Update Chinese (traditional) translation from
22106         translation project.
22108 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
22109             Joseph Myers  <joseph@codesourcery.com>
22111         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
22112         "localeinfo.h".
22113         (obstack_chunk_alloc): New macro.
22114         (obstack_chunk_free): Likewise.
22115         (record_offset): New function.
22116         (init_locale_data): Likewise.
22117         (align_locale_data): Likewise.
22118         (add_locale_empty): Likewise.
22119         (add_locale_raw_data): Likewise.
22120         (add_locale_raw_obstack): Likewise.
22121         (add_locale_string): Likewise.
22122         (add_locale_wstring): Likewise.
22123         (add_locale_uint32): Likewise.
22124         (add_locale_uint32_array): Likewise.
22125         (add_locale_char): Likewise.
22126         (start_locale_structure): Likewise.
22127         (end_locale_structure): Likewise.
22128         (start_locale_prelude): Likewise.
22129         (end_locale_prelude): Likewise.
22130         (write_locale_data): Take locale_file structure rather than an
22131         iovec.
22132         * locale/programs/locfile.h: Include "obstack.h".
22133         (struct locale_file): Change to store locale file contents instead
22134         of header.
22135         (init_locale_data): New prototype.
22136         (align_locale_data): Likewise.
22137         (add_locale_empty): Likewise.
22138         (add_locale_raw_data): Likewise.
22139         (add_locale_raw_obstack): Likewise.
22140         (add_locale_string): Likewise.
22141         (add_locale_wstring): Likewise.
22142         (add_locale_uint32): Likewise.
22143         (add_locale_uint32_array): Likewise.
22144         (add_locale_char): Likewise.
22145         (start_locale_structure): Likewise.
22146         (end_locale_structure): Likewise.
22147         (start_locale_prelude): Likewise.
22148         (end_locale_prelude): Likewise.
22149         (write_locale_data): Update prototype.
22150         * locale/programs/3level.h (struct TABLE): Remove result field.
22151         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
22152         Use new locale_file interface.
22153         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
22154         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
22155         * locale/programs/ld-address.c (address_output): Use new
22156         locale_file interface.
22157         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
22158         NO_ADD_LOCALE.
22159         (collate_finish): Don't call collseq_table_finalize.
22160         (collate_output): Use new locale_file interface.
22161         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
22162         in file.
22163         (NO_FINALIZE): Change to NO_ADD_LOCALE.
22164         (TABLE): Move defines earlier in file.
22165         (ELEMENT): Likewise.
22166         (DEFAULT): Likewise.
22167         (wctrans_table_add): Move macro and inline function earlier in
22168         file.
22169         (struct wctype_table): Move type earlier in file.
22170         (add_locale_wctype_table): New static prototype.
22171         (struct locale_ctype_t): Use logical types instead of struct iovec
22172         pointers for members.
22173         (ctype_output): Use new locale_file interface.
22174         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
22175         new locale_file interface.
22176         (allocate_arrays): Update for use of new locale_file interface.
22177         * locale/programs/ld-identification.c (identification_output): Use
22178         new locale_file interface.
22179         * locale/programs/ld-measurement.c (measurement_output): Likewise.
22180         * locale/programs/ld-messages.c (messages_output): Likewise.
22181         * locale/programs/ld-monetary.c (monetary_output): Likewise.
22182         * locale/programs/ld-name.c (name_output): Likewise.
22183         * locale/programs/ld-numeric.c (numeric_output): Likewise.
22184         * locale/programs/ld-paper.c (paper_output): Likewise.
22185         * locale/programs/ld-telephone.c (telephone_output): Likewise.
22186         * locale/programs/ld-time.c (time_output): Likewise.
22188 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22190         * benchtests/Makefile: Add memrchr benchmark.
22191         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
22192         benchmark as memrchr.
22193         * benchtests/bench-memrchr-ifunc.c: New file.
22194         * benchtests/bench-memrchr.c: New file.
22196 2013-09-06   Will Newton  <will.newton@linaro.org>
22198         * benchtests/Makefile (string-bench): Add memcpy.
22200 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
22201             Cong Wang  <amwang@redhat.com>
22203         [BZ #15850]
22204         * sysdeps/unix/sysv/linux/bits/in.h
22205         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
22206         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
22207         before __USE_KERNEL_IPV6_DEFS uses.
22208         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
22209         IPPROTO_BEETPH.
22210         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
22211         sockaddr_in6, or ipv6_mreq.
22213 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22215         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
22216         memory access for final bytes in some large inputs.
22217         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
22219 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22221         * string/test-memrchr.c: New file.
22222         * string/test-memrchr-ifunc.c: New file.
22223         * string/Makefile: Add new memrchr testcase.
22225 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
22227         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
22228         fanotify_init returns EPERM.
22230 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
22232         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
22233         errors.
22234         (top level): Treat second token from macro or constant entries for
22235         allowed headers as allowed.
22236         * include/complex.h: Condition internal declarations on
22237         [!_ISOMAC].
22238         * include/fenv.h: Condition include of <stdbool.h> and internal
22239         declarations on [!_ISOMAC].
22241 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
22243         [BZ #15923]
22244         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
22246 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
22248         * configure.in (--enable-versioning): Remove configure option.
22249         (libc_cv_asm_symver_directive): Remove configure test.
22250         (libc_cv_ld_version_script_option): Likewise.
22251         (VERSIONING): Remove variable and AC_SUBST.
22252         (DO_VERSIONING): Remove AC_DEFINE.
22253         * configure: Regenerated.
22254         * config.h.in (DO_VERSIONING): Remove macro.
22255         * Makerules [$(versioning) = yes]: Change conditionals to
22256         [$(build-shared) = yes].
22257         * config.make.in (versioning): Remove variable.
22258         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
22259         [$(build-shared) = yes].
22260         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
22261         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
22262         * elf/Makefile [$(versioning) = yes]: Change conditionals to
22263         [$(build-shared) = yes].
22264         * extra-lib.mk [$(versioning) = yes]: Likewise.
22265         * hurd/Makefile [$(versioning) = yes]: Likewise.
22266         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
22267         [SHARED].
22268         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
22269         [SHARED].
22270         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
22271         [SHARED && !NO_HIDDEN].
22272         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
22273         [SHARED].
22274         [SHARED && DO_VERSIONING]: Likewise..
22275         * libio/Makefile [$(versioning) = yes]: Change conditionals to
22276         [$(build-shared) = yes].
22277         * manual/install.texi (--disable-versioning): Remove
22278         documentation.
22279         * INSTALL: Regenerated.
22280         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
22281         to [SHARED].
22282         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
22283         [$(build-shared) = yes].
22284         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
22285         * sysdeps/i386/i686/multiarch/strstr-c.c
22286         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
22287         [SHARED && !NO_HIDDEN].
22288         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
22289         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
22290         * sysdeps/powerpc/powerpc32/dl-machine.c
22291         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
22292         * sysdeps/powerpc/powerpc32/sysdep.h
22293         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
22294         to [SHARED && PIC && !NO_HIDDEN].
22295         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
22296         conditional to [SHARED].
22298 2013-09-04   Will Newton  <will.newton@linaro.org>
22300         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
22301         * benchtests/bench-string.h: Include bench-timing.h instead
22302         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
22303         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
22304         call to HP_TIMING_DIFF_INIT.
22305         * benchtests/bench-memccpy.c: Use bench-timing.h macros
22306         instead of hp-timing.h macros.
22307         * benchtests/bench-memchr.c: Likewise.
22308         * benchtests/bench-memcmp.c: Likewise.
22309         * benchtests/bench-memcpy.c: Likewise.
22310         * benchtests/bench-memmem.c: Likewise.
22311         * benchtests/bench-memmove.c: Likewise.
22312         * benchtests/bench-memset.c: Likewise.
22313         * benchtests/bench-rawmemchr.c: Likewise.
22314         * benchtests/bench-strcasecmp.c: Likewise.
22315         * benchtests/bench-strcasestr.c: Likewise.
22316         * benchtests/bench-strcat.c: Likewise.
22317         * benchtests/bench-strchr.c: Likewise.
22318         * benchtests/bench-strcmp.c: Likewise.
22319         * benchtests/bench-strcpy.c: Likewise.
22320         * benchtests/bench-strcpy_chk.c: Likewise.
22321         * benchtests/bench-strlen.c: Likewise.
22322         * benchtests/bench-strncasecmp.c: Likewise.
22323         * benchtests/bench-strncat.c: Likewise.
22324         * benchtests/bench-strncmp.c: Likewise.
22325         * benchtests/bench-strncpy.c: Likewise.
22326         * benchtests/bench-strnlen.c: Likewise.
22327         * benchtests/bench-strpbrk.c: Likewise.
22328         * benchtests/bench-strrchr.c: Likewise.
22329         * benchtests/bench-strspn.c: Likewise.
22330         * benchtests/bench-strstr.c: Likewise.
22332 2013-09-04  Will Newton  <will.newton@linaro.org>
22334         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
22336 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
22338         [BZ #15427]
22339         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
22340         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
22341         * math/libm-test.inc (lgamma_test_data): Add more tests.
22342         * sysdeps/i386/fpu/libm-test-ulps: Update.
22343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22345 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
22347         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
22348         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22349         Add ifunc.
22350         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22351         Add strcmp-sse2-unaligned
22352         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
22354 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22356         * Versions.def (libc): Add GLIBC_2.19.
22358 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22360         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22361         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22363 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
22365         [BZ #14155]
22366         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22367         intermediate calculations in recurrence.
22368         (__ieee754_ynf): Likewise.
22369         * math/libm-test.inc (jn_test_data): Do not allow spurious
22370         underflow exception.  Add more tests.
22371         (yn_test_data): Add more tests.
22372         * sysdeps/i386/fpu/libm-test-ulps: Update.
22373         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22375 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
22377         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22379 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22381         * csu/init-first.c: Fix then/than typos.
22382         * locale/programs/ld-collate.c: Likewise.
22383         * locale/programs/linereader.h: Likewise.
22384         * manual/charset.texi: Likewise.
22385         * manual/filesys.texi: Likewise.
22386         * manual/stdio.texi: Likewise.
22387         * manual/string.texi: Likewise.
22388         * stdlib/fmtmsg.c: Likewise.
22389         * sysdeps/i386/stpncpy.S: Likewise.
22390         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22391         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22392         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22393         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22395 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22397         * elf/dl-open.c: Fix typos.
22398         * iconvdata/gbbig5.c: Likewise.
22399         * iconvdata/iso-2022-jp.c: Likewise.
22400         * iconv/gconv_int.h: Likewise.
22401         * iconv/loop.c: Likewise.
22402         * nis/rpcsvc/nis.h: Likewise.
22403         * resolv/ns_name.c: Likewise.
22404         * stdio-common/vfscanf.c: Likewise.
22405         * streams/stropts.h: Likewise.
22406         * sunrpc/rpc_thread.c: Likewise.
22407         * sysdeps/i386/strpbrk.S: Likewise.
22408         * sysdeps/ieee754/k_standard.c: Likewise.
22409         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22410         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22411         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22412         * sysdeps/mach/hurd/profil.c: Likewise.
22413         * sysdeps/s390/dl-procinfo.h: Likewise.
22414         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22415         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22416         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22417         * sysdeps/x86_64/dl-trampoline.S: Likewise.
22418         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22420 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
22422         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22423         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22425 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
22427         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22428         aix specific files.
22429         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22430         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22431         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22432         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22433         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22434         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22435         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22436         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22438 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22439             Roland McGrath  <roland@hack.frob.com>
22441         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22442         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22444 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22446         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22447         __executable_start symbol instead of _start.
22449 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22451         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22452         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22453         Move macros to...
22454         * sysdeps/gnu/ldsodefs.h: ... this new file.
22456         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22457         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22458         instead of ELFOSABI_LINUX.
22460         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22461         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22462         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22463         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22464         Likewise.
22465         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22466         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22467         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22468         Likewise.
22469         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22470         (ibm_extended_long_double): Add ieee_nan member.
22471         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22472         (do_test): New function.
22474         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22475         TEST_TRUNC.
22476         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22477         functions, renamed from truncdfsf_test, trunctfsf_test,
22478         trunctfdf_test.
22479         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22480         functions.
22481         (do_test): Run all these.
22483 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22485         * argp/argp-help.c: Fix typos.
22486         * argp/argp-parse.c: Likewise.
22487         * debug/backtracesyms.c: Likewise.
22488         * elf/elf.h: Likewise.
22489         * malloc/malloc.c: Likewise.
22490         * nis/nis_print.c: Likewise.
22491         * resolv/res_comp.c: Likewise.
22492         * stdlib/stdlib.h: Likewise.
22493         * sunrpc/clnt_tcp.c: Likewise.
22494         * sunrpc/clnt_udp.c: Likewise.
22495         * sunrpc/clnt_unix.c: Likewise.
22496         * sysdeps/unix/bsd/ptsname.c: Likewise.
22497         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22498         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22500         Likewise.
22501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22502         Likewise.
22503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22504         Likewise.
22505         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22507 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22509         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22510         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22512 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22514         [BZ #15897]
22515         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22516         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22517         ($(objpfx)bug-dl-leaf): New rule.
22518         ($(objpfx)bug-dl-leaf.so): Likewise.
22519         ($(objpfx)bug-dl-leaf.out): Likewise.
22520         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22521         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22522         * dlfcn/bug-dl-leaf.c: New test.
22523         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22524         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22525         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22526         (dlclose): Likewise.
22527         (dlmopen): Likewise.
22529 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22531         * include/netdb.h [!_ISOMAC]:
22532         Don't include <tls.h>.
22533         (h_errno, __libc_h_errno): Move declaration and macros out of
22534         [_LIBC_REENTRANT].
22536         * include/resolv.h [_RESOLV_H_]:
22537         Don't include <tls.h>.
22538         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22539         * resolv/res_libc.c: Don't include <tls.h>.
22540         (_res): Use __attribute__ ((nocommon)) in place of
22541         __attribute__ ((section (".bss"))).
22543         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22544         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22546         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22548         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22549         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22551         * resolv/res_mkquery.c: Include <sys/time.h>.
22553         * inet/ifreq.c: Moved to ...
22554         * sysdeps/unix/ifreq.c: ... here.
22555         * inet/ifreq.c: New file, true stub version.
22557         * socket/sa_len.c: New file.
22558         * socket/Makefile (aux): Add it.
22559         * sysdeps/unix/sysv/linux/Makefile
22560         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22561         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22562         and #include <socket/sa_len.c>.
22563         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22564         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22566         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22567         * bits/socket.h: ... here.
22569         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22570         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22571         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22573 2013-08-27  Andreas Schwab  <schwab@suse.de>
22575         [BZ #15736]
22576         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22577         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22578         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22579         * string/test-strcasecmp.c (test_main): Run tests in several
22580         locales.
22581         * string/test-strncasecmp.c (test_main): Likewise.
22583         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22584         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22585         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22586         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22587         (__strncasecmp_ssse3) [PIC]: Likewise.
22589 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22591         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22593         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22594         instead of explicitly declaring xdecrypt.
22595         * nis/nss_nis/nis-publickey.c: Likewise.
22597 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22599         [BZ #15890]
22600         * nscd/aicache.c: Include res_hconf.h.
22601         (addhstaiX): Initialize res_hconf.
22603 2013-08-26  Andreas Schwab  <schwab@suse.de>
22605         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22606         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22608 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22610         * nscd/aicache.c (addhstaiX): Fix indentation.
22612 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22614         * configure.ac: Quote $build_pt_chown test.
22615         * configure: Regenerated.
22617 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22619         [BZ #15532]
22620         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22621         * math/s_cexpf.c (__cexpf): Likewise.
22622         * math/s_cexpl.c (__cexpl): Likewise.
22623         * math/libm-test.inc (cexp_test_data): Correct expected return
22624         value for NaN + i0.  Add another test.
22626 2013-08-22  David S. Miller  <davem@davemloft.net>
22628         * po/ca.po: Update Catalan translation from translation project.
22629         * po/uk.po: Add Ukrainian translations from translation project.
22631 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22633         [BZ #15797]
22634         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22635         is infinite, not alongside NaN test.
22636         * math/s_fdimf.c (__fdimf): Likewise.
22637         * math/s_fdiml.c (__fdiml): Likewise.
22638         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22639         errno is unchanged.
22641 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22643         * argp/argp-help.c: Fix typos.
22644         * crypt/speeds.c: Likewise.
22645         * csu/check_fds.c: Likewise.
22646         * elf/dl-load.c: Likewise.
22647         * elf/dl-open.c: Likewise.
22648         * elf/reldep3.c: Likewise.
22649         * elf/reldep.c: Likewise.
22650         * elf/sprof.c: Likewise.
22651         * iconv/iconv_charmap.c: Likewise.
22652         * iconv/skeleton.c: Likewise.
22653         * iconv/strtab.c: Likewise.
22654         * io/lockf64.c: Likewise.
22655         * libio/libioP.h: Likewise.
22656         * resolv/gai_notify.c: Likewise.
22657         * resolv/ns_name.c: Likewise.
22658         * resolv/ns_samedomain.c: Likewise.
22659         * resolv/res_send.c: Likewise.
22660         * stdlib/random.c: Likewise.
22661         * sunrpc/rpc/xdr.h: Likewise.
22662         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22663         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22664         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22665         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22666         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22667         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22668         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22669         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22670         * sysdeps/mach/hurd/check_fds.c: Likewise.
22671         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22672         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22673         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22674         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22675         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22676         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22677         * sysdeps/pthread/aio_notify.c: Likewise.
22678         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22679         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22680         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22681         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22682         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22684 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22686         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22687         version if bit_Slow_SSE4_2 is set.
22688         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22689         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22691 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22693         [BZ #15867]
22694         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22695         trampoline stack frame information.
22696         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22697         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22698         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22699         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22700         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22701         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22702         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22703         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22704         sa_flags value.
22705         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22706         interrupting a syscall and set with option SA_SIGINFO.
22708 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22710         [BZ #15531]
22711         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22712         argument is infinite.
22713         * math/s_cprojf.c (__cprojf): Likewise.
22714         * math/s_cprojl.c (__cprojl): Likewise.
22715         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22716         * math/libm-test.inc (cproj_test_data): Add more tests.
22718         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22720         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22721         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22722         size.  Use __ffs to determine corresponding shift.
22724 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22725             Roland McGrath  <roland@hack.frob.com>
22727         * Makefile (INSTALL): Remove trailing blank lines from output of
22728         makeinfo.
22730 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22732         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22733         Align 32 bit compat elf_greg to 8 bytes.
22735 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22737         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22739 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22741         * string/strcoll_l.c (coll_seq): New structure.
22742         (get_next_seq_cached): New function.
22743         (get_next_seq): New function.
22744         (do_compare): New function.
22745         (STRCOLL): Use GNU style definition.  Simplify implementation
22746         by using get_next_seq, get_next_seq_cached and do_compare.
22748 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22750         [BZ #14699]
22751         CVE-2013-4237
22752         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22753         member.
22754         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22755         member.
22756         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22757         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22758         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22759         conditional.
22760         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22761         GETDENTS_64BIT_ALIGNED.
22762         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22763         * manual/filesys.texi (Reading/Closing Directory): Document
22764         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22765         strongly.
22766         * manual/conf.texi (Limits for Files): Add portability note to
22767         NAME_MAX, PATH_MAX.
22768         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22770 2013-08-13  Andreas Schwab  <schwab@suse.de>
22772         [BZ #15749]
22773         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22774         of fabs.
22775         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22776         LDBL_MAX_EXP >= 16384]: Add tests for it.
22778 2013-08-12  David S. Miller  <davem@davemloft.net>
22780         * version.h (RELEASE): Set to "development".
22781         (VERSION): Set to "2.18.90".
22782         * NEWS: Add 2.19 section.
22784 2013-08-03  David S. Miller  <davem@davemloft.net>
22786         * po/ko.po: Update Korean translation from translation project.
22788 2013-08-01  David S. Miller  <davem@davemloft.net>
22790         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22791         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22792         Bilka.
22794 2013-07-30  David S. Miller  <davem@davemloft.net>
22796         * po/fr.po: Update French translation from translation project.
22798 2013-07-28  David S. Miller  <davem@davemloft.net>
22800         * po/cs.po: Update Czech translation from translation project.
22802         * po/sv.po: Update Swedish translation from translation project.
22804 2013-07-27  David S. Miller  <davem@davemloft.net>
22806         * po/eo.po: Update Esperanto translation from translation project.
22808         * po/vi.po: Update Vietnamese translation from translation project.
22810         * po/de.po: Update German translation from translation project.
22812 2013-07-26  David S. Miller  <davem@davemloft.net>
22814         * po/bg.po: Update Bulgarian translation from translation project.
22816         * po/nl.po: Update Dutch translation from translation project.
22817         * po/pl.po: Update Polish translation from translation project.
22818         * po/ru.po: Update Russian translation from translation project.
22820 2013-07-24  David S. Miller  <davem@davemloft.net>
22822         * po/libc.pot: Update.
22824 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22826         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22827         variable page size.
22828         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22829         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22830         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22832 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22834         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22836 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22837             Andreas Schwab  <schwab@suse.de>
22838             Roland McGrath  <roland@hack.frob.com>
22839             Joseph Myers  <joseph@codesourcery.com>
22840             Carlos O'Donell  <carlos@redhat.com>
22842         [BZ #15755]
22843         * config.h.in: Define HAVE_PT_CHOWN.
22844         * config.make.in (build-pt-chown): New variable.
22845         * configure.in (--enable-pt_chown): New configure option.
22846         * configure: Regenerate.
22847         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22848         build-pt-chown is enabled.
22849         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22850         pt_chown to fix pty ownership.
22851         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22852         CLOSE_ALL_FDS.
22853         * manual/install.texi (Configuring and compiling): Mention
22854         --enable-pt_chown. Add @findex for grantpt.
22855         * INSTALL: Regenerate.
22857 2013-07-20  David S. Miller  <davem@davemloft.net>
22859         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22860         difference between 32-bit and 64-bit.
22862 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22864         [BZ #15711]
22865         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22866         Avoid system header dependency with -ffreestanding.
22867         ($(objpfx)bits/syscall%d): Likewise.
22869 2013-07-13  David S. Miller  <davem@davemloft.net>
22871         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22872         underflows from atanl/atan2l due to bug 15319.
22873         (casinh_test_data): Likewise.
22875 2013-07-07  David S. Miller  <davem@davemloft.net>
22877         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22879 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22881         * sysdeps/i386/fpu/libm-test-ulps: Update.
22882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22884 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22886         * configure.in (--enable-lock-elision): Fix message text.
22887         * INSTALL: Regenerate.
22888         * configure: Regenerate.
22890 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22892         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22894 2013-07-03  Andreas Jaeger  <aj@suse.de>
22896         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22897         define.
22898         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22899         (ptrace_peeksiginfo_args): Add.
22900         (__ptrace_peeksiginfo_flags): Add.
22901         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22902         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22903         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22905 2013-07-03  Allan McRae  <allan@archlinux.org>
22907         * sysdeps/i386/fpu/libm-test-ulps: Update.
22909 2013-07-02  David S. Miller  <davem@davemloft.net>
22911         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22913 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22915         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22917 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22919         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22922 2013-07-02  Andi Kleen <ak@linux.intel.com>
22924         * config.h.in (ENABLE_LOCK_ELISION): Add.
22925         * configure.in (--enable-lock-elision): Add option.
22926         * manual/install.texi: Document --enable lock elision.
22927         * configure: Regenerate
22928         * INSTALL: Regenerate.
22930 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22932         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22933         SSE4.2 strcasecmp for libc.a.
22934         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22936 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22938         [BZ #13304]
22939         * soft-fp/op-common.h (_FP_FMA): New macro.
22940         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22941         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22942         (_FP_MUL_MEAT_1_imm): ... here.
22943         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22944         (_FP_MUL_MEAT_1_wide): ... here.
22945         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22946         (_FP_MUL_MEAT_1_hard): ... here.
22947         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22948         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22949         (_FP_MUL_MEAT_2_wide): ... here.
22950         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22951         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22952         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22953         (_FP_MUL_MEAT_2_gmp): ... here.
22954         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22955         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22956         (_FP_MUL_MEAT_4_wide): ... here.
22957         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22958         (_FP_MUL_MEAT_4_gmp): ... here.
22959         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22960         (_FP_WFRACBITS_DW_S): Likewise.
22961         (_FP_WFRACXBITS_DW_S): Likewise.
22962         (_FP_HIGHBIT_DW_S): Likewise.
22963         (FP_FMA_S): Likewise.
22964         (_FP_FRAC_HIGH_DW_S): Likewise.
22965         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22966         (_FP_WFRACBITS_DW_D): Likewise.
22967         (_FP_WFRACXBITS_DW_D): Likewise.
22968         (_FP_HIGHBIT_DW_D): Likewise.
22969         (FP_FMA_D): Likewise.
22970         (_FP_FRAC_HIGH_DW_D): Likewise.
22971         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22972         (_FP_WFRACBITS_DW_E): Likewise.
22973         (_FP_WFRACXBITS_DW_E): Likewise.
22974         (_FP_HIGHBIT_DW_E): Likewise.
22975         (FP_FMA_E): Likewise.
22976         (_FP_FRAC_HIGH_DW_E): Likewise.
22977         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22978         (_FP_WFRACBITS_DW_Q): Likewise.
22979         (_FP_WFRACXBITS_DW_Q): Likewise.
22980         (_FP_HIGHBIT_DW_Q): Likewise.
22981         (FP_FMA_Q): Likewise.
22982         (_FP_FRAC_HIGH_DW_Q): Likewise.
22983         * soft-fp/fmasf4.c: New file.
22984         * soft-fp/fmadf4.c: Likewise.
22985         * soft-fp/fmatf4.c: Likewise.
22987 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22989         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22990         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22991         Silvermont.
22992         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22993         macro.
22994         (index_Slow_SSE4_2): Likewise.
22995         (index_Prefer_PMINUB_for_stringop): Likewise.
22996         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22997         bit_Slow_SSE4_2 is set.
22998         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22999         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23001 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23003         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
23004         rtld_global._dl_hwcap2.
23005         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
23006         POWER8.
23007         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
23008         POWER8 feature descriptions defined in _dl_hwcap2.
23009         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
23010         string handling for POWER8 feature bits.
23011         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
23012         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
23013         _dl_powerpc_cap_flags.
23014         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
23015         * sysdeps/powerpc/rtld-global-offsets.sym
23016         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
23017         _dl_hwcap2 in the rtld_global_ro structure.
23019 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23021         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
23022         hardware capabilities in support of AT_HWCAP2.
23023         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
23024         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
23025         GLRO(dl_hwcap2).
23026         (_dl_show_auxv): Add support for calling _dl_procinfo to display
23027         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
23028         explicitly the unknown a_type display mechanism is used.
23029         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
23030         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
23031         struct member.
23032         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
23033         to macro prototype for AT_HWCAP2 support.
23034         * sysdeps/i386/dl-procinfo.h: Likewise.
23035         * sysdeps/s390/dl-procinfo.h: Likewise.
23036         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
23037         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
23038         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
23039         return -1 for unknown a_type display fallback.
23040         * sysdeps/sparc/dl-procinfo.h: Likewise.
23041         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
23042         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
23044 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
23046         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
23047         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
23049 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
23051         [BZ #12492]
23052         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
23053         mprotect making __stack_prot writable.
23055 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
23056             Joseph Myers  <joseph@codesourcery.com>
23058         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
23059         as being properly aligned.
23061 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
23063         * dlfcn/modstatic5.c: New file.
23064         * dlfcn/tststatic5.c: New file.
23065         * dlfcn/Makefile (tests): Add tststatic5.
23066         (tests-static): Likewise.
23067         (modules-names): Add modstatic5.
23068         (tststatic5-ENV): New variable.
23069         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
23071         [BZ #15022]
23072         * elf/dl-support.c (_dl_main_map): New variable.
23073         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
23074         (_dl_nns, _dl_load_adds): Set to 1.
23075         (_dl_initial_searchlist): Refer to _dl_main_map.
23076         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
23077         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
23078         call to _dl_get_origin.
23079         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
23080         around call_map.
23081         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
23082         * dlfcn/modstatic3.c: New file.
23083         * dlfcn/tststatic3.c: New file.
23084         * dlfcn/tststatic4.c: New file.
23085         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
23086         (tests-static): Likewise.
23087         (modules-names): Add modstatic3.
23088         (tststatic3-ENV, tststatic4-ENV): New variables.
23089         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
23090         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
23092 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
23094         * configure.in (CC): Require GCC version 4.4 or later.
23095         * configure: Regenerated.
23096         * manual/install.texi (Tools for Compilation): Update GCC version
23097         requirement.
23098         * INSTALL: Regenerated.
23100 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23102         [BZ #15674]
23103         * string/test-memcmp.c (check2): New.
23104         (main): Call check2.
23106         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
23108 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
23110         [BZ #15022]
23111         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
23112         over to...
23113         (dl_open_worker) [!SHARED]: ... here.
23115 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23117         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
23119 2013-06-25  Richard Henderson  <rth@redhat.com>
23121         * locale/programs/locarchive.c: Include <libc-internal.h>
23123 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
23125         * manual/texinfo.tex: Update to version 2013-06-21.17, with
23126         trailing whitespace removed.
23128 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
23130         [BZ #10283]
23131         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
23132         * locale/programs/locarchive.c: Include libc-mmap.h.
23133         (prepare_address_space): Take two new outputs (the mmap base and len).
23134         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
23135         values.
23136         (create_archive): Declare new mmap base and len values for
23137         prepare_address_space, and store the result in ah.
23138         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
23139         (enlarge_archive): If ah->mmap_base is not NULL, use that and
23140         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
23141         Declare new mmap base and len values for
23142         prepare_address_space, and store the result in new_ah.
23143         (open_archive): Declare new mmap base and len values for
23144         prepare_address_space, and store the result in ah.
23145         (close_archive): If ah->mmap_base is not NULL, use that and
23146         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
23147         * sysdeps/generic/libc-mmap.h: New file.
23149 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
23151         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
23152         (ALIGN_UP): Likewise.
23153         (PTR_ALIGN_DOWN): Likewise.
23154         (PTR_ALIGN_UP): Likewise.
23156 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23158         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
23159         entry mapped to PPC_PLATFORM_POWER8.
23160         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
23161         POWER8.
23162         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
23163         (_dl_string_platform): Add case for exporting platform position for
23164         POWER8.
23165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
23166         search path to sysdeps/powerpc/powerpc32/power8 directory.
23167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
23168         search path to sysdeps/powerpc/powerpc64/power8 directory.
23169         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
23170         power7 directories.
23171         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
23172         power7 directories.
23174 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23176         * INSTALL: Regenerate.
23178         * nscd/connections.c (nscd_init): Fix comment.
23180 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
23182         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
23184         [BZ #15667]
23185         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
23186         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
23188 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
23190         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
23191         DL_DST_REQ_STATIC.
23192         (DL_DST_REQ_STATIC): Remove macro.
23194 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
23196         [BZ #7006]
23197         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
23198         with a shift of 0 bits.
23200 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
23202         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
23203         $(tststatic-ENV).
23205 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23207         [BZ #15655]
23208         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
23210 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23212         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
23213         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
23214         accepts -fno-tree-loop-distribute-patterns.
23215         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
23216         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
23217         recursive call.
23218         * string/memset.c (memset): Likewise.
23219         * string/test-memmove.c (simple_memmove): Disable loop transformation
23220         to library calls.
23221         * string/test-memset.c (simple_memset): Likewise.
23222         * benchtests/bench-memmove.c (simple_memmove): Likewise.
23223         * benchtests/bench-memset.c (simple_memset): Likewise.
23224         * configure: Regenerated.
23226 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
23228         * math/test-misc.c (main): Ignore fesetround failure when failures
23229         of subsequent rounding tests would be ignored.
23231         [BZ #15654]
23232         * math/fedisblxcpt.c (fedisableexcept): Return 0.
23233         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
23234         * math/fegetenv.c (__fegetenv): Return 0.
23235         * math/fegetexcept.c (fegetexcept): Return 0.
23236         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
23237         FE_TONEAREST.
23238         * math/feholdexcpt.c (feholdexcept): Return 0.
23239         * math/fesetenv.c (__fesetenv): Return 0.
23240         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
23241         argument FE_TONEAREST.
23242         * math/feupdateenv.c (__feupdateenv): Return 0.
23243         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
23245 2013-06-18  Roland McGrath  <roland@hack.frob.com>
23247         * elf/rtld-Rules (rtld-compile-command.S): New variable.
23248         (rtld-compile-command.s, rtld-compile-command.c): New variables.
23249         ($(objpfx)rtld-%.os rules): Use them.
23251 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23253         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
23254         fields.
23256 2013-06-17  Roland McGrath  <roland@hack.frob.com>
23258         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
23259         length of target pattern, then descending length of dependency pattern.
23260         * configure.in (AWK): Require gawk 3.1.2 or newer.
23261         * manual/install.texi (Tools for Compilation): Say that we do.
23262         * configure: Regenerated.
23264         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
23265         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
23266         * scripts/sysd-rules.awk: ... this new script.
23267         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
23268         than a glob-style pattern.
23270 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
23272         * math/test-misc.c (main): Do not treat incorrectly rounded
23273         conversions as failure unless ROUNDING_TESTS passes.
23275 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
23277         [BZ #15631]
23278         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
23279         restore exception state around main square root computation, then
23280         check for inexactness explicitly.
23282         * math/libm-test.inc (fma_test_data): Add another test.
23284 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23286         * manual/threads.texi (Non-POSIX Extensions): New document
23287         node.  Document pthread_getattr_default_np and
23288         pthread_setattr_default_np.
23290         * Versions.def (libpthread): Add GLIBC_2.18.
23291         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
23292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
23293         Likewise.
23294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
23295         Likewise.
23296         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
23297         Likewise.
23298         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
23299         Likewise.
23300         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
23301         Likewise.
23302         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
23303         Likewise.
23304         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
23305         Likewise.
23306         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
23307         Likewise.
23308         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
23309         Likewise.
23311 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23313         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23314         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
23316 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23317             H.J. Lu  <hjl.tools@gmail.com>
23319         [BZ #15627]
23320         * sysdeps/x86_64/rtld-memset.c: Remove file.
23321         * sysdeps/x86_64/rtld-memset.S: New file.
23323 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
23325         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
23326         (test_in_one_mode): Take arguments for whether the rounding mode
23327         is supported for each floating-point type.
23328         (do_test): Pass new arguments to test_in_one_mode using
23329         ROUNDING_TESTS.
23331 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23333         * posix/tst-waitid.c (do_test): Distinguish different instances of
23334         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
23335         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
23336         before entering the kernel for waitpid.
23338 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23340         * NEWS: Fix note on clock function precision.  Text by Roland
23341         McGrath.
23343 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23345         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
23346         it into place only when and if the sanity check passes.
23348 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
23350         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
23351         output for whether conversion result is exact.  Take argument
23352         indicating whether type is IBM long double.
23353         (round_for_all): Change need_exact field to ibm_ld.
23354         * stdlib/tst-strtod-round.c (struct exactness): New type.
23355         (struct test): Change bool ld_ok field to struct exactness exact.
23356         (TEST): Update all definitions for change to field.
23357         (tests): Regenerate array contents.
23358         (test_in_one_mode): Take pointer to new field instead of old ld_ok
23359         field value.  Check for IBM long double here.
23360         (do_test): Update calls to test_in_one_mode.
23362 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23364         [BZ #12515]
23365         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23366         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23368 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23370         [BZ #15605]
23371         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23372         generated by the compiler on loop optimizations.
23373         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23374         general definitions.
23376 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
23378         * math/bug-nextafter.c: Include <math-tests.h>.
23379         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23380         the relevant type.
23381         * math/bug-nexttoward.c: Include <math-tests.h>.
23382         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23383         the relevant type.
23384         * math/test-misc.c: Include <math-tests.h>.
23385         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23386         the relevant type.
23388 2013-06-12  Andreas Jaeger  <aj@suse.de>
23390         * po/ia.po: Update Interlingua translation from translation
23391         project.
23393 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23395         * include/fenv.h: Include stdbool.h.
23396         (struct rm_ctx): New structure.
23397         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23398         Define macro.
23399         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23400         (SET_RESTORE_ROUNDF): Likewise.
23401         (SET_RESTORE_ROUNDL): Likewise.
23402         (SET_RESTORE_ROUND_NOEX): Likewise.
23403         (SET_RESTORE_ROUND_NOEXF): Likewise.
23404         (SET_RESTORE_ROUND_NOEXL): Likewise.
23405         (SET_RESTORE_ROUND_53BIT): Likewise.
23406         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23407         (libc_feresetround_noexf_ctx): Likewise.
23408         (libc_feresetround_noexl_ctx): Likewise.
23409         (libc_feholdsetround_53bit_ctx): Likewise.
23410         (libc_feresetround_53bit_ctx): Likewise.
23411         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23412         (libc_feholdexcept_setround_sse_ctx): New function.
23413         (libc_fesetenv_sse_ctx): Likewise.
23414         (libc_feupdateenv_sse_ctx): Likewise.
23415         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23416         (libc_feholdexcept_setround_387_ctx): Likewise.
23417         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23418         (libc_feholdsetround_387_prec_ctx): Likewise.
23419         (libc_feholdsetround_387_ctx): Likewise.
23420         (libc_feholdsetround_387_53bit_ctx): Likewise.
23421         (libc_feholdsetround_sse_ctx): Likewise.
23422         (libc_feresetround_sse_ctx): Likewise.
23423         (libc_feresetround_387_ctx): Likewise.
23424         (libc_feupdateenv_387_ctx): Likewise.
23425         (libc_feholdexcept_setroundf_ctx): Define macro.
23426         (libc_fesetenvf_ctx): Likewise.
23427         (libc_feupdateenvf_ctx): Likewise.
23428         (libc_feholdsetroundf_ctx): Likewise.
23429         (libc_feresetroundf_ctx): Likewise.
23430         (libc_feholdexcept_setround_ctx): Likewise.
23431         (libc_fesetenv_ctx): Likewise.
23432         (libc_feupdateenv_ctx): Likewise.
23433         (libc_feholdsetround_ctx): Likewise.
23434         (libc_feresetround_ctx): Likewise.
23435         (libc_feholdexcept_setroundl_ctx): Likewise.
23436         (libc_feupdateenvl_ctx): Likewise.
23437         (libc_feholdsetroundl_ctx): Likewise.
23438         (libc_feresetroundl_ctx): Likewise.
23439         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23440         (libc_feresetround_53bit_ctx): Likewise.
23442 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23444         * locale/iso-639.def: Convert to UTF-8.
23446 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23448         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23449         (EXCEPTION_TESTS_double): Likewise.
23450         (EXCEPTION_TESTS_long_double): Likewise.
23451         (EXCEPTION_TESTS): Likewise.
23452         * math/libm-test.inc (test_exceptions): Only test exceptions if
23453         EXCEPTION_TESTS (FLOAT).
23455 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23457         * benchtests/Makefile (string-bench): Add strcpy_chk and
23458         stpcpy_chk.
23459         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23460         * benchtests/bench-stpcpy_chk.c: New file.
23461         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23462         * benchtests/bench-strcpy_chk.c: New file.
23463         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23464         code.
23465         (do_test): Likewise.
23467 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23469         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23470         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23471         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23472         with tabs where appropriate.
23473         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23474         dl-procinfo.h.
23475         [PPC_PLATFORM_PPC440]: Likewise.
23476         [PPC_PLATFORM_PPC464]: Likewise.
23477         [PPC_PLATFORM_PPC476]: Likewise.
23478         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23479         ppc464, and ppc476 platform strings merging from ports/
23480         dl-procinfo.h.
23482 2013-06-11  Andreas Schwab  <schwab@suse.de>
23484         [BZ #14991]
23485         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23486         (from_ucs4_idx): Regenerate.
23487         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23488         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23489         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23490         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23491         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23492         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23493         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23494         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23495         from FROM_LOOP and TO_LOOP specific macros.
23496         (BODY): Handle combining characters.
23497         * iconvdata/BIG5HKSCS.irreversible: Update.
23498         * iconvdata/BIG5HKSCS.precomposed: New file.
23499         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23500         characters.
23501         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23503 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23505         * include/sys/time.h: Fix indentation and add copyright header.
23507         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23508         (do_test): Likewise.
23509         * string/test-memchr.c (do_one_test): Likewise.
23510         (do_test): Likewise.
23511         * string/test-memcmp.c (do_one_test): Likewise.
23512         (do_test): Likewise.
23513         * string/test-memcpy.c (do_one_test): Likewise.
23514         (do_test): Likewise.
23515         * string/test-memmem.c (do_one_test): Likewise.
23516         (do_test): Likewise.
23517         (do_random_tests): Likewise.
23518         * string/test-memmove.c (do_one_test): Likewise.
23519         (do_test): Likewise.
23520         * string/test-memset.c (do_one_test): Likewise.
23521         (do_test): Likewise.
23522         * string/test-rawmemchr.c (do_one_test): Likewise.
23523         (do_test): Likewise.
23524         * string/test-strcasecmp.c (do_one_test): Likewise.
23525         (do_test): Likewise.
23526         * string/test-strcasestr.c (do_one_test): Likewise.
23527         (do_test): Likewise.
23528         * string/test-strcat.c (do_one_test): Likewise.
23529         (do_test): Likewise.
23530         * string/test-strchr.c (do_one_test): Likewise.
23531         (do_test): Likewise.
23532         * string/test-strcmp.c (do_one_test): Likewise.
23533         (do_test): Likewise.
23534         * string/test-strcpy.c (do_one_test): Likewise.
23535         (do_test): Likewise.
23536         * string/test-string.h: Likewise.
23537         (test_init): Likewise.
23538         * string/test-strlen.c (do_one_test): Likewise.
23539         (do_test): Likewise.
23540         * string/test-strncasecmp.c (do_one_test): Likewise.
23541         (do_test): Likewise.
23542         * string/test-strncat.c (do_one_test): Likewise.
23543         (do_test): Likewise.
23544         * string/test-strncmp.c (do_one_test): Likewise.
23545         (do_test_limit): Likewise.
23546         (do_test): Likewise.
23547         * string/test-strncpy.c (do_one_test): Likewise.
23548         (do_test): Likewise.
23549         * string/test-strnlen.c (do_one_test): Likewise.
23550         (do_test): Likewise.
23551         * string/test-strpbrk.c (do_one_test): Likewise.
23552         (do_test): Likewise.
23553         * string/test-strrchr.c (do_one_test): Likewise.
23554         (do_test): Likewise.
23555         * string/test-strspn.c (do_one_test): Likewise.
23556         (do_test): Likewise.
23557         * string/test-strstr.c (do_one_test): Likewise.
23558         (do_test): Likewise.
23560         * benchtests/Makefile (string-bench): Add string benchmarks.
23561         * benchtests/bench-bcopy-ifunc.c: New file.
23562         * benchtests/bench-bcopy.c: New file.
23563         * benchtests/bench-bzero-ifunc.c: New file.
23564         * benchtests/bench-bzero.c: New file.
23565         * benchtests/bench-memccpy-ifunc.c: New file.
23566         * benchtests/bench-memccpy.c: New file.
23567         * benchtests/bench-memchr-ifunc.c: New file.
23568         * benchtests/bench-memchr.c: New file.
23569         * benchtests/bench-memcmp-ifunc.c: New file.
23570         * benchtests/bench-memcmp.c: New file.
23571         * benchtests/bench-memmem-ifunc.c: New file.
23572         * benchtests/bench-memmem.c: New file.
23573         * benchtests/bench-memmove-ifunc.c: New file.
23574         * benchtests/bench-memmove.c: New file.
23575         * benchtests/bench-mempcpy-ifunc.c: New file.
23576         * benchtests/bench-mempcpy.c: New file.
23577         * benchtests/bench-memset-ifunc.c: New file.
23578         * benchtests/bench-memset.c: New file.
23579         * benchtests/bench-rawmemchr-ifunc.c: New file.
23580         * benchtests/bench-rawmemchr.c: New file.
23581         * benchtests/bench-stpcpy-ifunc.c: New file.
23582         * benchtests/bench-stpcpy.c: New file.
23583         * benchtests/bench-stpncpy-ifunc.c: New file.
23584         * benchtests/bench-stpncpy.c: New file.
23585         * benchtests/bench-strcasecmp-ifunc.c: New file.
23586         * benchtests/bench-strcasecmp.c: New file.
23587         * benchtests/bench-strcasestr-ifunc.c: New file.
23588         * benchtests/bench-strcasestr.c: New file.
23589         * benchtests/bench-strcat-ifunc.c: New file.
23590         * benchtests/bench-strcat.c: New file.
23591         * benchtests/bench-strchr-ifunc.c: New file.
23592         * benchtests/bench-strchr.c: New file.
23593         * benchtests/bench-strchrnul-ifunc.c: New file.
23594         * benchtests/bench-strchrnul.c: New file.
23595         * benchtests/bench-strcmp-ifunc.c: New file.
23596         * benchtests/bench-strcmp.c: New file.
23597         * benchtests/bench-strcpy-ifunc.c: New file.
23598         * benchtests/bench-strcpy.c: New file.
23599         * benchtests/bench-strcspn-ifunc.c: New file.
23600         * benchtests/bench-strcspn.c: New file.
23601         * benchtests/bench-strlen-ifunc.c: New file.
23602         * benchtests/bench-strlen.c: New file.
23603         * benchtests/bench-strncasecmp-ifunc.c: New file.
23604         * benchtests/bench-strncasecmp.c: New file.
23605         * benchtests/bench-strncat-ifunc.c: New file.
23606         * benchtests/bench-strncat.c: New file.
23607         * benchtests/bench-strncmp-ifunc.c: New file.
23608         * benchtests/bench-strncmp.c: New file.
23609         * benchtests/bench-strncpy-ifunc.c: New file.
23610         * benchtests/bench-strncpy.c: New file.
23611         * benchtests/bench-strnlen-ifunc.c: New file.
23612         * benchtests/bench-strnlen.c: New file.
23613         * benchtests/bench-strpbrk-ifunc.c: New file.
23614         * benchtests/bench-strpbrk.c: New file.
23615         * benchtests/bench-strrchr-ifunc.c: New file.
23616         * benchtests/bench-strrchr.c: New file.
23617         * benchtests/bench-strspn-ifunc.c: New file.
23618         * benchtests/bench-strspn.c: New file.
23619         * benchtests/bench-strstr-ifunc.c: New file.
23620         * benchtests/bench-strstr.c: New file.
23622         * benchtests/Makefile: Disable parallel execution of targets.
23623         (string-bench): Add memcpy.
23624         (benchset): New variable to store a list of benchmark sets.
23625         (bench-func): Renamed from bench.
23626         (bench-set): New target.
23627         (bench): Depend on bench-func and bench-set.
23628         * benchtests/README: Add section on benchmark sets.
23629         * benchtests/bench-memcpy-ifunc.c: New file.
23630         * benchtests/bench-memcpy.c: New file.
23631         * benchtests/bench-string.h: New file.
23633 2013-06-11  Andreas Schwab  <schwab@suse.de>
23635         [BZ #15577]
23636         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23637         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23638         values in the triple.
23639         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23640         terminator in the group key.
23642 2013-06-11  Andreas Jaeger  <aj@suse.de>
23644         * po/zh_TW.po: Update Chinese (traditional) translation from
23645         translation project.
23647 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23649         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23650         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23651         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23652         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23653         (clock_getcpuclockid): Likewise.
23654         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23655         Add weak_alias and libc_hidden_def.
23656         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23657         * rt/clock_gettime.c (clock_gettime): Rename to
23658         __clock_gettime.  Add weak_alias and libc_hidden_def.
23659         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23660         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23661         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23662         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23663         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23664         Likewise.
23665         * rt/clock_settime.c (clock_settime): Rename to
23666         __clock_settime.  Add weak_alias and libc_hidden_def.
23667         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23669 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23671         * mach/err_boot.sub: Remove trailing whitespace.
23672         * mach/err_ipc.sub: Likewise.
23673         * mach/err_mach.sub: Likewise.
23675         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23676         (ROUNDING_TESTS_double): Likewise.
23677         (ROUNDING_TESTS_long_double): Likewise.
23678         (ROUNDING_TESTS): Likewise.
23679         * math/libm-test.inc: Include <math-tests.h>.
23680         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23681         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23682         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23683         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23685 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23687         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23688         of assigning.
23690 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23692         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23693         otherwise empty TRANS lines.
23694         * sysdeps/gnu/errlist.c: Regenerated.
23696         * catgets/gencat.c (error_print): Use (void) in function
23697         definition.
23698         * crypt/crypt_util.c (__init_des): Likewise.
23699         * crypt/speeds.c (Stop): Likewise.
23700         (main): Likewise.
23701         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23702         * inet/ruserpass.c (token): Likewise.
23703         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23704         * intl/localealias.c (extend_alias_table): Likewise.
23705         * intl/plural-exp.c (init_germanic_plural): Likewise.
23706         * libio/fcloseall.c (__fcloseall): Likewise.
23707         * libio/genops.c (_IO_flush_all): Likewise.
23708         (_IO_flush_all_linebuffered): Likewise.
23709         (_IO_cleanup): Likewise.
23710         (_IO_iter_begin): Likewise.
23711         (_IO_iter_end): Likewise.
23712         (_IO_list_lock): Likewise.
23713         (_IO_list_unlock): Likewise.
23714         (_IO_list_resetlock): Likewise.
23715         * libio/getchar.c (getchar): Likewise.
23716         * libio/getchar_u.c (getchar_unlocked): Likewise.
23717         * libio/getwchar.c (getwchar): Likewise.
23718         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23719         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23720         * login/getpt.c (__getpt): Likewise.
23721         * login/tst-utmp.c (main): Likewise.
23722         * malloc/hooks.c (__malloc_check_init): Likewise.
23723         * malloc/malloc.c (__malloc_stats): Likewise.
23724         * malloc/mtrace.c (tr_break): Likewise.
23725         (mtrace): Likewise.
23726         (muntrace): Likewise.
23727         * misc/fstab.c (endfsent): Likewise.
23728         * misc/getclktck.c (__getclktck): Likewise.
23729         * misc/getdtsz.c (__getdtablesize): Likewise.
23730         * misc/gethostid.c (gethostid): Likewise.
23731         * misc/getpagesize.c (__getpagesize): Likewise.
23732         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23733         (__get_nprocs): Likewise.
23734         (__get_phys_pages): Likewise.
23735         (__get_avphys_pages): Likewise.
23736         * misc/getttyent.c (getttyent): Likewise.
23737         (setttyent): Likewise.
23738         (endttyent): Likewise.
23739         * misc/getusershell.c (getusershell): Likewise.
23740         (endusershell): Likewise.
23741         (setusershell): Likewise.
23742         (initshells): Likewise.
23743         * misc/hsearch.c (__hdestroy): Likewise.
23744         * misc/sync.c (sync): Likewise.
23745         * misc/syslog.c (closelog_internal): Likewise.
23746         (closelog): Likewise.
23747         * misc/ttyslot.c (ttyslot): Likewise.
23748         * misc/vhangup.c (vhangup): Likewise.
23749         * posix/fork.c (__fork): Likewise.
23750         * posix/getegid.c (__getegid): Likewise.
23751         * posix/geteuid.c (__geteuid): Likewise.
23752         * posix/getgid.c (__getgid): Likewise.
23753         * posix/getpid.c (__getpid): Likewise.
23754         * posix/getppid.c (__getppid): Likewise.
23755         * posix/getuid.c (__getuid): Likewise.
23756         * posix/pause.c (pause): Likewise.
23757         * posix/setpgrp.c (setpgrp): Likewise.
23758         * posix/setsid.c (__setsid): Likewise.
23759         * posix/test-vfork.c (noop): Likewise.
23760         * resolv/gethnamaddr.c (_endhtent): Likewise.
23761         (_gethtent): Likewise.
23762         (ht_endhostent): Likewise.
23763         (gethostent): Likewise.
23764         (dns_service): Likewise.
23765         * stdlib/drand48.c (drand48): Likewise.
23766         * stdlib/lrand48.c (lrand48): Likewise.
23767         * stdlib/mrand48.c (mrand48): Likewise.
23768         * stdlib/rand.c (rand): Likewise.
23769         * stdlib/random.c (__random): Likewise.
23770         * stdlib/setenv.c (clearenv): Likewise.
23771         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23772         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23773         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23774         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23775         (__get_nprocs): Likewise.
23776         (__get_phys_pages): Likewise.
23777         (__get_avphys_pages): Likewise.
23778         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23779         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23780         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23781         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23782         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23783         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23784         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23785         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23786         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23787         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23788         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23789         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23790         * sysdeps/posix/clock.c (clock): Likewise.
23791         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23792         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23793         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23794         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23795         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23796         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23797         (__get_nprocs_conf): Likewise.
23798         (__get_phys_pages): Likewise.
23799         (__get_avphys_pages): Likewise.
23800         * time/clock.c (clock): Likewise.
23801         * time/tzset.c (__tzname_max): Likewise.
23803 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23805         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23806         (__bswap_32): Do not use "register".
23807         * crypt/crypt.c (_ufc_doit_r): Likewise.
23808         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23809         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23810         * gmon/gmon.c (__monstartup): Likewise.
23811         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23812         * hurd/hurdmalloc.c (more_memory): Likewise.
23813         (malloc): Likewise.
23814         (free): Likewise.
23815         (realloc): Likewise.
23816         (malloc_fork_prepare): Likewise.
23817         (malloc_fork_parent): Likewise.
23818         (malloc_fork_child): Likewise.
23819         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23820         (_svcauth_des): Likewise.
23821         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23822         * inet/inet_net.c (inet_network): Likewise.
23823         * inet/inet_netof.c (inet_netof): Likewise.
23824         * inet/rcmd.c (__validuser2_sa): Likewise.
23825         * io/fts.c (fts_open): Likewise.
23826         (fts_load): Likewise.
23827         (fts_close): Likewise.
23828         (fts_read): Likewise.
23829         (fts_children): Likewise.
23830         (fts_build): Likewise.
23831         (fts_stat): Likewise.
23832         (fts_sort): Likewise.
23833         (fts_alloc): Likewise.
23834         (fts_lfree): Likewise.
23835         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23836         (_IO_file_xsgetn): Likewise.
23837         (_IO_file_xsgetn_mmap): Likewise.
23838         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23839         (_IO_cookie_write): Likewise.
23840         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23841         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23842         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23843         * malloc/obstack.c (_obstack_begin): Likewise.
23844         (_obstack_begin_1): Likewise.
23845         (_obstack_newchunk): Likewise.
23846         (_obstack_allocated_p): Likewise.
23847         (obstack_free): Likewise.
23848         (_obstack_memory_used): Likewise.
23849         * misc/getttyent.c (getttynam): Likewise.
23850         (getttyent): Likewise.
23851         (skip): Likewise.
23852         (value): Likewise.
23853         * misc/getusershell.c (initshells): Likewise.
23854         * misc/syslog.c (__vsyslog_chk): Likewise.
23855         * misc/ttyslot.c (ttyslot): Likewise.
23856         * nis/nis_hash.c (__nis_hash): Likewise.
23857         * posix/fnmatch_loop.c (FCT): Likewise.
23858         * posix/getconf.c (print_all): Likewise.
23859         (main): Likewise.
23860         * posix/getopt.c (exchange): Likewise.
23861         * posix/glob.c (globfree): Likewise.
23862         (prefix_array): Likewise.
23863         (__glob_pattern_type): Likewise.
23864         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23865         (NS_GET32): Likewise.
23866         (NS_PUT16): Likewise.
23867         (NS_PUT32): Likewise.
23868         * resolv/gethnamaddr.c (getanswer): Likewise.
23869         (gethostbyname2): Likewise.
23870         (gethostbyaddr): Likewise.
23871         (_gethtent): Likewise.
23872         (_gethtbyname2): Likewise.
23873         (_gethtbyaddr): Likewise.
23874         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23875         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23876         * resolv/res_init.c (__res_vinit): Likewise.
23877         (net_mask): Likewise.
23878         * resolv/res_mkquery.c (outchar): Likewise.
23879         (PRINT): Likewise.
23880         * stdio-common/printf_fp.c (outchar): Likewise.
23881         (PRINT): Likewise.
23882         * stdio-common/printf_fphex.c (outchar): Likewise.
23883         (PRINT): Likewise.
23884         * stdio-common/printf_size.c (outchar): Likewise.
23885         (PRINT): Likewise.
23886         * stdio-common/test_rdwr.c (main): Likewise.
23887         * stdio-common/tfformat.c (matches): Likewise.
23888         * stdio-common/vfprintf.c (outchar): Likewise.
23889         (printf_unknown): Likewise.
23890         (buffered_vfprintf): Likewise.
23891         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23892         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23893         (ReadFile): Likewise.
23894         * stdlib/qsort.c (SWAP): Likewise.
23895         (_quicksort): Likewise.
23896         * stdlib/setenv.c (__add_to_environ): Likewise.
23897         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23898         * stdlib/strtol_l.c (__strtol_l): Likewise.
23899         * stdlib/tst-strtod.c (main): Likewise.
23900         * stdlib/tst-strtol.c (main): Likewise.
23901         * stdlib/tst-strtoll.c (main): Likewise.
23902         * string/bits/string2.h (__strcmp_cc): Likewise.
23903         (__strcmp_cg): Likewise.
23904         (__strcspn_c1): Likewise.
23905         (__strcspn_c2): Likewise.
23906         (__strcspn_c3): Likewise.
23907         (__strspn_c1): Likewise.
23908         (__strspn_c2): Likewise.
23909         (__strspn_c3): Likewise.
23910         (__strsep_1c): Likewise.
23911         (__strsep_2c): Likewise.
23912         (__strsep_3c): Likewise.
23913         * string/memccpy.c (__memccpy): Likewise.
23914         * string/stpcpy.c (__stpcpy): Likewise.
23915         * string/strcmp.c (strcmp): Likewise.
23916         * string/strrchr.c (strrchr): Likewise.
23917         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23918         Likewise.
23919         * sysdeps/mach/hurd/getcwd.c
23920         (_hurd_canonicalize_directory_name_internal): Likewise.
23921         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23922         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23923         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23924         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23925         Likewise, in both definitions.
23926         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23927         definitions.
23928         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23929         64] (__bswap_64): Likewise.
23930         * time/test_time.c (main): Likewise.
23931         * time/tzfile.c (__tzfile_read): Likewise.
23932         (__tzfile_compute): Likewise.
23933         * time/tzset.c (__tzset_parse_tz): Likewise.
23934         (tzset_internal): Likewise.
23935         (compute_change): Likewise.
23936         * wcsmbs/wcscat.c (__wcscat): Likewise.
23937         * wcsmbs/wcschr.c (wcschr): Likewise.
23938         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23939         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23940         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23941         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23942         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23943         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23944         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23945         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23946         * wcsmbs/wmemset.c (wmemset): Likewise.
23948 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23950         * scripts/config.guess: Update to version 2013-05-16.
23951         * scripts/config.sub: Update to version 2013-04-24.
23952         * scripts/install-sh: Update to version 2011-11-20.07.
23953         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23954         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23956 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23958         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23959         * elf/sln.c: Likewise.
23960         * hurd/hurd/ioctl.h: Likewise.
23961         * hurd/hurdmalloc.c: Likewise.
23962         * hurd/xattr.c: Likewise.
23963         * include/shlib-compat.h: Likewise.
23964         * inet/ruserpass.c: Likewise.
23965         * libio/iofgets_u.c: Likewise.
23966         * libio/iofgetws_u.c: Likewise.
23967         * locale/programs/ld-identification.c: Likewise.
23968         * locale/programs/ld-time.c: Likewise.
23969         * mach/msg-destroy.c: Likewise.
23970         * nss/nss_files/files-netgrp.c: Likewise.
23971         * resolv/res_data.c: Likewise.
23972         * soft-fp/op-1.h: Likewise.
23973         * soft-fp/op-2.h: Likewise.
23974         * soft-fp/op-4.h: Likewise.
23975         * soft-fp/op-common.h: Likewise.
23976         * stdio-common/printf_fphex.c: Likewise.
23977         * stdlib/strtod_l.c: Likewise.
23978         * sunrpc/rpc/clnt.h: Likewise.
23979         * sysdeps/generic/framestate.c: Likewise.
23980         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23981         * sysdeps/i386/bsd-setjmp.S: Likewise.
23982         * sysdeps/i386/__longjmp.S: Likewise.
23983         * sysdeps/i386/setjmp.S: Likewise.
23984         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23985         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23986         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23987         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23988         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23989         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23990         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23991         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23992         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23993         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23994         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23995         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23996         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23997         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23998         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23999         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
24000         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
24001         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
24002         * sysdeps/ieee754/support.c: Likewise.
24003         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
24004         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
24005         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
24006         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
24007         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
24008         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
24009         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
24010         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
24011         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
24012         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
24013         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
24014         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
24015         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
24016         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
24017         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
24018         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
24019         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
24020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
24022 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
24024         * posix/transbug.c: Remove executable mode.
24026 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
24028         * crypt/speeds.c: Remove trailing whitespace.
24029         * dlfcn/default.c: Likewise.
24030         * elf/ifuncdep2.c: Likewise.
24031         * elf/ifuncmain1.c: Likewise.
24032         * elf/ifuncmain1vis.c: Likewise.
24033         * elf/testobj.h: Likewise.
24034         * elf/tst-stackguard1.c: Likewise.
24035         * gmon/sys/gmon.h: Likewise.
24036         * hurd/hurdmsg.c: Likewise.
24037         * hurd/new-fd.c: Likewise.
24038         * hurd/ports-get.c: Likewise.
24039         * iconvdata/ibm1008_420.c: Likewise.
24040         * inet/tst-getni1.c: Likewise.
24041         * inet/tst-getni2.c: Likewise.
24042         * libio/ioungetc.c: Likewise.
24043         * libio/wfiledoalloc.c: Likewise.
24044         * manual/libm-err-tab.pl: Likewise.
24045         * math/w_dremf.c: Likewise.
24046         * misc/ftruncate.c: Likewise.
24047         * posix/bug-glob2.c: Likewise.
24048         * posix/tst-pcre.c: Likewise.
24049         * posix/wait4.c: Likewise.
24050         * resolv/README: Likewise.
24051         * resolv/res_debug.h: Likewise.
24052         * resolv/tst-inet_ntop.c: Likewise.
24053         * setjmp/bug269-setjmp.c: Likewise.
24054         * soft-fp/extended.h: Likewise.
24055         * soft-fp/op-1.h: Likewise.
24056         * soft-fp/op-2.h: Likewise.
24057         * soft-fp/op-4.h: Likewise.
24058         * soft-fp/op-8.h: Likewise.
24059         * soft-fp/testit.c: Likewise.
24060         * stdio-common/bug16.c: Likewise.
24061         * stdlib/random.c: Likewise.
24062         * sunrpc/rpcsvc/rquota.x: Likewise.
24063         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
24064         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
24065         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
24066         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
24067         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
24068         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
24069         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
24070         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
24071         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
24072         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
24073         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
24074         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
24075         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
24076         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
24077         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
24078         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
24079         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
24080         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
24081         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
24082         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
24083         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
24084         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
24085         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
24086         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
24087         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
24088         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
24089         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24090         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
24091         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
24092         * sysdeps/ieee754/s_lib_version.c: Likewise.
24093         * sysdeps/mach/hurd/check_fds.c: Likewise.
24094         * sysdeps/mach/hurd/getsockname.c: Likewise.
24095         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
24096         * sysdeps/mach/hurd/recvfrom.c: Likewise.
24097         * sysdeps/powerpc/bits/link.h: Likewise.
24098         * sysdeps/powerpc/dl-procinfo.c: Likewise.
24099         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
24100         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
24101         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
24102         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
24103         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
24104         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
24105         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
24106         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
24107         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
24108         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
24109         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24110         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
24111         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
24112         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
24113         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
24114         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24115         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24116         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
24117         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
24118         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
24119         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
24120         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24121         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24122         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
24123         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24124         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24125         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
24126         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
24127         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24128         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24129         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24130         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24131         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
24132         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
24133         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
24134         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
24135         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24136         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
24137         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
24138         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
24139         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
24140         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
24141         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
24142         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24143         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
24144         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
24145         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24146         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
24147         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
24148         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
24149         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
24150         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24151         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24152         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
24153         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
24154         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
24155         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24156         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
24157         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
24158         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
24159         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
24160         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
24161         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24162         * sysdeps/powerpc/sysdep.h: Likewise.
24163         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
24164         * sysdeps/s390/s390-64/sub_n.S: Likewise.
24165         * sysdeps/sh/dl-trampoline.S: Likewise.
24166         * sysdeps/sh/memset.S: Likewise.
24167         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
24168         * sysdeps/sh/strlen.S: Likewise.
24169         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
24170         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
24171         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
24172         * sysdeps/sparc/sparc32/rem.S: Likewise.
24173         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
24174         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
24175         * sysdeps/sparc/sparc32/strchr.S: Likewise.
24176         * sysdeps/sparc/sparc32/udiv.S: Likewise.
24177         * sysdeps/sparc/sparc32/urem.S: Likewise.
24178         * sysdeps/sparc/sparc64/add_n.S: Likewise.
24179         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
24180         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
24181         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
24182         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
24183         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
24184         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
24185         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
24186         * sysdeps/unix/bsd/times.c: Likewise.
24187         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
24188         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
24189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
24190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
24191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
24192         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
24193         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
24194         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
24195         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
24196         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
24197         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
24198         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24199         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
24200         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
24201         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24202         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
24203         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24204         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
24205         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
24206         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
24207         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
24208         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
24209         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
24210         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
24211         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
24212         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
24213         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
24214         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
24215         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
24216         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
24217         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
24218         * sysdeps/x86_64/strcspn.S: Likewise.
24220 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24222         * locale/C-translit.h: Revert #include <stdint.h> because this is a
24223         generated file.  Regenerate properly from gen-translit.pl.
24224         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
24225         locale/C-translit.h.
24227 2013-06-05  Andreas Schwab  <schwab@suse.de>
24229         [BZ #15100]
24230         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
24231         week as 6 instead of -1.
24232         * time/tst-strptime.c (day_tests): Add test case.
24234 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
24236         * sysdeps/generic/math_private.h
24237         (libc_feholdexcept_setround_53bit): Replace with
24238         libc_feholdsetround_53bit.
24239         (libc_feupdateenv_53bit): Replace with
24240         libc_feresetround_53bit.
24241         (SET_RESTORE_ROUND_53BIT): Adjust.
24243 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
24245         * string/test-strchrnul.c: Add copyright header.
24247         * posix/tst-getaddrinfo4.c: Increase test timeout.
24249 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
24251         [BZ #15536]
24252         * math/libm-test.inc (MAX_EXP): Remove
24253         (MIN_EXP): Define.
24254         (ulp): Use MIN_EXP - MANT_DIG.
24255         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
24257 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
24259         * po/be.po: Revert last change.
24260         * po/zh_CN.po: Likewise.
24261         * po/header.pot: Likewise.
24263 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
24265         * Makefile ($(common-objpfx)linkobj/libc.so): Define
24266         link-libc-deps to empty as target-specific variable.
24267         * Makerules (link-libc-args): New variable.
24268         (libc-for-link): Likewise.
24269         (link-libc-deps): Likewise.
24270         (lib%.so): Depend on $(link-libc-deps).  Link with
24271         $(link-libc-args).
24272         (build-module): Link with $(link-libc-args).
24273         (build-module-asneeded): Likewise.
24274         (build-module-helper-objlist): Filter out $(link-libc-deps) from
24275         list of objects.
24276         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
24277         target-specific variable.
24278         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
24279         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
24280         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
24281         libc.
24282         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
24283         libc and ld.so.
24284         ($(objpfx)libpcprofile.so): Likewise.
24285         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
24286         libc_nonshared.a.
24287         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
24288         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
24289         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
24290         $(link-libc-deps).
24291         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
24292         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
24293         * login/Makefile ($(objpfx)libutil.so): Likewise.
24294         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
24295         * math/Makefile ($(objpfx)libm.so): Likewise.
24296         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
24297         $(objpfx)libnsl.so): Define libc-for-link as target-specific
24298         variable instead of depending directly on libc.
24299         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
24300         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
24301         $(link-libc-deps).
24302         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
24303         libc.
24304         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
24305         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
24306         ($(objpfx)libanl.so): Likewise.
24307         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
24308         ld.so.
24309         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
24310         $(link-libc-deps).
24311         * sysdeps/i386/fpu/Makefile: Remove file.
24312         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
24313         ($(objpfx)libm.so): Remove dependency on ld.so.
24315 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
24317         [BZ # 15553]
24318         * nis/yp_xdr.c (XDRMAXNAME): Define.
24319         (XDRMAXRECORD): Define.
24320         (xdr_domainname): Use XDRMAXNAME.
24321         (xdr_mapname): Likewise.
24322         (xdr_peername): Likewise.
24323         (xdr_keydat): Use XDRMAXRECORD.
24324         (xdr_valdat): Likewise.
24326 2013-05-30  Jeff Law  <law@redhat.com>
24328         [BZ #14256]
24329         * manual/errno.texi (ESTALE): Update to account for more than
24330         just NFS file systems.
24331         * sysdeps/gnu/errlist.c: Regenerated.
24333 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
24335         [BZ #15465]
24336         * elf/Makefile (tests): Add tst-null-argv.
24337         (modules-names):  Add tst-null-argv-lib.
24338         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
24339         (tst-null-argv-ENV): Set environment for tst-null-argv.
24340         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
24341         (RTLD_PROGNAME): New macro.
24342         * elf/tst-null-argv.c: New test case.
24343         * elf/tst-null-argv-lib.c: Library for test case.
24344         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
24345         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
24346         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
24347         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
24348         * elf/dl-init.c (call_init): Likewise.
24349         (_dl_init): Likewise.
24350         * elf/dl-load.c (print_search_path): Likewise.
24351         (_dl_map_object): Likewise.
24352         * elf/dl-lookup.c (do_lookup_x): Likewise.
24353         (add_dependency): Likewise.
24354         (_dl_lookup_symbol_x): Likewise.
24355         (_dl_debug_bindings): Likewise.
24356         * elf/dl-open.c (_dl_show_scope): Likewise.
24357         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24358         * elf/dl-version.c (match_symbol): Likewise.
24359         (_dl_check_map_versions): Likewise.
24360         * elf/rtld.c (dl_main): Likewise.
24361         (print_unresolved): Use RTLD_PROGNAME.
24362         (print_missing_version): Likewise.
24363         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24364         (elf_machine_rela): Likewise.
24365         * sysdeps/powerpc/powerpc32/dl-machine.c
24366         (__process_machine_rela): Likewise.
24367         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24368         Likewise.
24369         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24370         Likewise.
24371         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24372         Likewise.
24373         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24374         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24375         Likewise.
24376         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24377         Likewise.
24378         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24380 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
24382         * po/be.po: Add descriptive title.
24383         * po/zh_CN.po: Likewise.
24384         * po/header.pot: Likewise.
24386 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
24388         * locale/programs/locarchive.c (create_archive): Inlucde fname in
24389         error message.
24390         (enlarge_archive): Likewise.
24392 2013-05-28  Ben North  <ben@redfrontdoor.org>
24394         * manual/arith.texi (frexp): It is the magnitude of the return
24395         value which lies in [0.5, 1), not the return value itself.
24397 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24399         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24401 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
24403         * stdio-common/bug26.c (main): Correct fscanf template.
24405         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24406         declare _dl_skip_args.
24408         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24409         Don't declare.
24411         * manual/platform.texi: Add missing @end deftypefun.
24413 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24415         [BZ #15529]
24416         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24417         bit of mantissa of 2^16382.
24418         * math/libm-test.inc (hypot_test_data): Add more tests.
24420         * math/libm-test.inc: Add drem and pow10 to list of tested
24421         functions.
24422         (pow10_test): New function.
24423         (drem_test): Likewise.
24424         (drem_test_tonearest): Likewise.
24425         (drem_test_towardzero): Likewise.
24426         (drem_test_downward): Likewise.
24427         (drem_test_upward): Likewise.
24428         (main): Call the new functions.
24430         * math/libm-test.inc (finite_test_data): Remove.
24431         (finite_test): Run tests from isfinite_test_data.
24432         (gamma_test_data): Remove.
24433         (gamma_test): Run tests from lgamma_test_data.
24434         * sysdeps/i386/fpu/libm-test-ulps: Update.
24435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24437 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24439         * manual/platform.texi: Add PowerPC PPR function set documentation.
24440         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24441         implementation.
24443 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24445         * math/libm-test.inc (MAX_EXP): Define.
24446         (ULPDIFF): Define.
24447         (ulp): New function.
24448         (check_float_internal): Use ULPDIFF.
24449         (cpow_test): Disable failing test.
24450         (check_ulp): Test ulp() implemetnation.
24451         (main): Call check_ulp before starting tests.
24453 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24455         * math/gen-libm-test.pl (generate_testfile): Do not handle
24456         START_DATA and END_DATA.
24457         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24458         END_DATA.
24459         (acos_tonearest_test_data): Likewise.
24460         (acos_towardzero_test_data): Likewise.
24461         (acos_downward_test_data): Likewise.
24462         (acos_upward_test_data): Likewise.
24463         (acosh_test_data): Likewise.
24464         (asin_test_data): Likewise.
24465         (asin_tonearest_test_data): Likewise.
24466         (asin_towardzero_test_data): Likewise.
24467         (asin_downward_test_data): Likewise.
24468         (asin_upward_test_data): Likewise.
24469         (asinh_test_data): Likewise.
24470         (atan_test_data): Likewise.
24471         (atanh_test_data): Likewise.
24472         (atan2_test_data): Likewise.
24473         (cabs_test_data): Likewise.
24474         (cacos_test_data): Likewise.
24475         (cacosh_test_data): Likewise.
24476         (carg_test_data): Likewise.
24477         (casin_test_data): Likewise.
24478         (casinh_test_data): Likewise.
24479         (catan_test_data): Likewise.
24480         (catanh_test_data): Likewise.
24481         (cbrt_test_data): Likewise.
24482         (ccos_test_data): Likewise.
24483         (ccosh_test_data): Likewise.
24484         (ceil_test_data): Likewise.
24485         (cexp_test_data): Likewise.
24486         (cimag_test_data): Likewise.
24487         (clog_test_data): Likewise.
24488         (clog10_test_data): Likewise.
24489         (conj_test_data): Likewise.
24490         (copysign_test_data): Likewise.
24491         (cos_test_data): Likewise.
24492         (cos_tonearest_test_data): Likewise.
24493         (cos_towardzero_test_data): Likewise.
24494         (cos_downward_test_data): Likewise.
24495         (cos_upward_test_data): Likewise.
24496         (cosh_test_data): Likewise.
24497         (cosh_tonearest_test_data): Likewise.
24498         (cosh_towardzero_test_data): Likewise.
24499         (cosh_downward_test_data): Likewise.
24500         (cosh_upward_test_data): Likewise.
24501         (cpow_test_data): Likewise.
24502         (cproj_test_data): Likewise.
24503         (creal_test_data): Likewise.
24504         (csin_test_data): Likewise.
24505         (csinh_test_data): Likewise.
24506         (csqrt_test_data): Likewise.
24507         (ctan_test_data): Likewise.
24508         (ctan_tonearest_test_data): Likewise.
24509         (ctan_towardzero_test_data): Likewise.
24510         (ctan_downward_test_data): Likewise.
24511         (ctan_upward_test_data): Likewise.
24512         (ctanh_test_data): Likewise.
24513         (ctanh_tonearest_test_data): Likewise.
24514         (ctanh_towardzero_test_data): Likewise.
24515         (ctanh_downward_test_data): Likewise.
24516         (ctanh_upward_test_data): Likewise.
24517         (erf_test_data): Likewise.
24518         (erfc_test_data): Likewise.
24519         (exp_test_data): Likewise.
24520         (exp_tonearest_test_data): Likewise.
24521         (exp_towardzero_test_data): Likewise.
24522         (exp_downward_test_data): Likewise.
24523         (exp_upward_test_data): Likewise.
24524         (exp10_test_data): Likewise.
24525         (exp2_test_data): Likewise.
24526         (expm1_test_data): Likewise.
24527         (fabs_test_data): Likewise.
24528         (fdim_test_data): Likewise.
24529         (finite_test_data): Likewise.
24530         (floor_test_data): Likewise.
24531         (fma_test_data): Likewise.
24532         (fma_towardzero_test_data): Likewise.
24533         (fma_downward_test_data): Likewise.
24534         (fma_upward_test_data): Likewise.
24535         (fmax_test_data): Likewise.
24536         (fmin_test_data): Likewise.
24537         (fmod_test_data): Likewise.
24538         (fpclassify_test_data): Likewise.
24539         (frexp_test_data): Likewise.
24540         (gamma_test_data): Likewise.
24541         (hypot_test_data): Likewise.
24542         (ilogb_test_data): Likewise.
24543         (isfinite_test_data): Likewise.
24544         (isgreater_test_data): Likewise.
24545         (isgreaterequal_test_data): Likewise.
24546         (isinf_test_data): Likewise.
24547         (isless_test_data): Likewise.
24548         (islessequal_test_data): Likewise.
24549         (islessgreater_test_data): Likewise.
24550         (isnan_test_data): Likewise.
24551         (isnormal_test_data): Likewise.
24552         (issignaling_test_data): Likewise.
24553         (isunordered_test_data): Likewise.
24554         (j0_test_data): Likewise.
24555         (j1_test_data): Likewise.
24556         (jn_test_data): Likewise.
24557         (ldexp_test_data): Likewise.
24558         (lgamma_test_data): Likewise.
24559         (lrint_test_data): Likewise.
24560         (lrint_tonearest_test_data): Likewise.
24561         (lrint_towardzero_test_data): Likewise.
24562         (lrint_downward_test_data): Likewise.
24563         (lrint_upward_test_data): Likewise.
24564         (llrint_test_data): Likewise.
24565         (llrint_tonearest_test_data): Likewise.
24566         (llrint_towardzero_test_data): Likewise.
24567         (llrint_downward_test_data): Likewise.
24568         (llrint_upward_test_data): Likewise.
24569         (log_test_data): Likewise.
24570         (log10_test_data): Likewise.
24571         (log1p_test_data): Likewise.
24572         (log2_test_data): Likewise.
24573         (logb_test_data): Likewise.
24574         (logb_downward_test_data): Likewise.
24575         (lround_test_data): Likewise.
24576         (llround_test_data): Likewise.
24577         (modf_test_data): Likewise.
24578         (nearbyint_test_data): Likewise.
24579         (nextafter_test_data): Likewise.
24580         (nexttoward_test_data): Likewise.
24581         (pow_test_data): Likewise.
24582         (pow_tonearest_test_data): Likewise.
24583         (pow_towardzero_test_data): Likewise.
24584         (pow_downward_test_data): Likewise.
24585         (pow_upward_test_data): Likewise.
24586         (remainder_test_data): Likewise.
24587         (remainder_tonearest_test_data): Likewise.
24588         (remainder_towardzero_test_data): Likewise.
24589         (remainder_downward_test_data): Likewise.
24590         (remainder_upward_test_data): Likewise.
24591         (remquo_test_data): Likewise.
24592         (rint_test_data): Likewise.
24593         (rint_tonearest_test_data): Likewise.
24594         (rint_towardzero_test_data): Likewise.
24595         (rint_downward_test_data): Likewise.
24596         (rint_upward_test_data): Likewise.
24597         (round_test_data): Likewise.
24598         (scalb_test_data): Likewise.
24599         (scalbn_test_data): Likewise.
24600         (scalbln_test_data): Likewise.
24601         (signbit_test_data): Likewise.
24602         (sin_test_data): Likewise.
24603         (sin_tonearest_test_data): Likewise.
24604         (sin_towardzero_test_data): Likewise.
24605         (sin_downward_test_data): Likewise.
24606         (sin_upward_test_data): Likewise.
24607         (sincos_test_data): Likewise.
24608         (sinh_test_data): Likewise.
24609         (sinh_tonearest_test_data): Likewise.
24610         (sinh_towardzero_test_data): Likewise.
24611         (sinh_downward_test_data): Likewise.
24612         (sinh_upward_test_data): Likewise.
24613         (sqrt_test_data): Likewise.
24614         (tan_test_data): Likewise.
24615         (tan_tonearest_test_data): Likewise.
24616         (tan_towardzero_test_data): Likewise.
24617         (tan_downward_test_data): Likewise.
24618         (tan_upward_test_data): Likewise.
24619         (tanh_test_data): Likewise.
24620         (tgamma_test_data): Likewise.
24621         (trunc_test_data): Likewise.
24622         (y0_test_data): Likewise.
24623         (y1_test_data): Likewise.
24624         (yn_test_data): Likewise.
24625         (significand_test_data): Likewise.
24627         * math/gen-libm-test.pl (@functions): Remove variable.
24628         (generate_testfile): Don't handle START and END lines.
24629         * math/libm-test.inc (START): New macro.
24630         (END): Likewise.
24631         (END_COMPLEX): Likewise.
24632         (acos_test): Use END macro without arguments.
24633         (acos_test_tonearest): Likewise.
24634         (acos_test_towardzero): Likewise.
24635         (acos_test_downward): Likewise.
24636         (acos_test_upward): Likewise.
24637         (acosh_test): Likewise.
24638         (asin_test): Likewise.
24639         (asin_test_tonearest): Likewise.
24640         (asin_test_towardzero): Likewise.
24641         (asin_test_downward): Likewise.
24642         (asin_test_upward): Likewise.
24643         (asinh_test): Likewise.
24644         (atan_test): Likewise.
24645         (atanh_test): Likewise.
24646         (atan2_test): Likewise.
24647         (cabs_test): Likewise.
24648         (cacos_test): Use END_COMPLEX macro without arguments.
24649         (cacosh_test): Likewise.
24650         (carg_test): Use END macro without arguments.
24651         (casin_test): Use END_COMPLEX macro without arguments.
24652         (casinh_test): Likewise.
24653         (catan_test): Likewise.
24654         (catanh_test): Likewise.
24655         (cbrt_test): Use END macro without arguments.
24656         (ccos_test): Use END_COMPLEX macro without arguments.
24657         (ccosh_test): Likewise.
24658         (ceil_test): Use END macro without arguments.
24659         (cexp_test): Use END_COMPLEX macro without arguments.
24660         (cimag_test): Use END macro without arguments.
24661         (clog_test): Use END_COMPLEX macro without arguments.
24662         (clog10_test): Likewise.
24663         (conj_test): Likewise.
24664         (copysign_test): Use END macro without arguments.
24665         (cos_test): Likewise.
24666         (cos_test_tonearest): Likewise.
24667         (cos_test_towardzero): Likewise.
24668         (cos_test_downward): Likewise.
24669         (cos_test_upward): Likewise.
24670         (cosh_test): Likewise.
24671         (cosh_test_tonearest): Likewise.
24672         (cosh_test_towardzero): Likewise.
24673         (cosh_test_downward): Likewise.
24674         (cosh_test_upward): Likewise.
24675         (cpow_test): Use END_COMPLEX macro without arguments.
24676         (cproj_test): Likewise.
24677         (creal_test): Use END macro without arguments.
24678         (csin_test): Use END_COMPLEX macro without arguments.
24679         (csinh_test): Likewise.
24680         (csqrt_test): Likewise.
24681         (ctan_test): Likewise.
24682         (ctan_test_tonearest): Likewise.
24683         (ctan_test_towardzero): Likewise.
24684         (ctan_test_downward): Likewise.
24685         (ctan_test_upward): Likewise.
24686         (ctanh_test): Likewise.
24687         (ctanh_test_tonearest): Likewise.
24688         (ctanh_test_towardzero): Likewise.
24689         (ctanh_test_downward): Likewise.
24690         (ctanh_test_upward): Likewise.
24691         (erf_test): Use END macro without arguments.
24692         (erfc_test): Likewise.
24693         (exp_test): Likewise.
24694         (exp_test_tonearest): Likewise.
24695         (exp_test_towardzero): Likewise.
24696         (exp_test_downward): Likewise.
24697         (exp_test_upward): Likewise.
24698         (exp10_test): Likewise.
24699         (exp2_test): Likewise.
24700         (expm1_test): Likewise.
24701         (fabs_test): Likewise.
24702         (fdim_test): Likewise.
24703         (finite_test): Likewise.
24704         (floor_test): Likewise.
24705         (fma_test): Likewise.
24706         (fma_test_towardzero): Likewise.
24707         (fma_test_downward): Likewise.
24708         (fma_test_upward): Likewise.
24709         (fmax_test): Likewise.
24710         (fmin_test): Likewise.
24711         (fmod_test): Likewise.
24712         (fpclassify_test): Likewise.
24713         (frexp_test): Likewise.
24714         (gamma_test): Likewise.
24715         (hypot_test): Likewise.
24716         (ilogb_test): Likewise.
24717         (isfinite_test): Likewise.
24718         (isgreater_test): Likewise.
24719         (isgreaterequal_test): Likewise.
24720         (isinf_test): Likewise.
24721         (isless_test): Likewise.
24722         (islessequal_test): Likewise.
24723         (islessgreater_test): Likewise.
24724         (isnan_test): Likewise.
24725         (isnormal_test): Likewise.
24726         (issignaling_test): Likewise.
24727         (isunordered_test): Likewise.
24728         (j0_test): Likewise.
24729         (j1_test): Likewise.
24730         (jn_test): Likewise.
24731         (ldexp_test): Likewise.
24732         (lgamma_test): Likewise.
24733         (lrint_test): Likewise.
24734         (lrint_test_tonearest): Likewise.
24735         (lrint_test_towardzero): Likewise.
24736         (lrint_test_downward): Likewise.
24737         (lrint_test_upward): Likewise.
24738         (llrint_test): Likewise.
24739         (llrint_test_tonearest): Likewise.
24740         (llrint_test_towardzero): Likewise.
24741         (llrint_test_downward): Likewise.
24742         (llrint_test_upward): Likewise.
24743         (log_test): Likewise.
24744         (log10_test): Likewise.
24745         (log1p_test): Likewise.
24746         (log2_test): Likewise.
24747         (logb_test): Likewise.
24748         (logb_test_downward): Likewise.
24749         (lround_test): Likewise.
24750         (llround_test): Likewise.
24751         (modf_test): Likewise.
24752         (nearbyint_test): Likewise.
24753         (nextafter_test): Likewise.
24754         (nexttoward_test): Likewise.
24755         (pow_test): Likewise.
24756         (pow_test_tonearest): Likewise.
24757         (pow_test_towardzero): Likewise.
24758         (pow_test_downward): Likewise.
24759         (pow_test_upward): Likewise.
24760         (remainder_test): Likewise.
24761         (remainder_test_tonearest): Likewise.
24762         (remainder_test_towardzero): Likewise.
24763         (remainder_test_downward): Likewise.
24764         (remainder_test_upward): Likewise.
24765         (remquo_test): Likewise.
24766         (rint_test): Likewise.
24767         (rint_test_tonearest): Likewise.
24768         (rint_test_towardzero): Likewise.
24769         (rint_test_downward): Likewise.
24770         (rint_test_upward): Likewise.
24771         (round_test): Likewise.
24772         (scalb_test): Likewise.
24773         (scalbn_test): Likewise.
24774         (scalbln_test): Likewise.
24775         (signbit_test): Likewise.
24776         (sin_test): Likewise.
24777         (sin_test_tonearest): Likewise.
24778         (sin_test_towardzero): Likewise.
24779         (sin_test_downward): Likewise.
24780         (sin_test_upward): Likewise.
24781         (sincos_test): Likewise.
24782         (sinh_test): Likewise.
24783         (sinh_test_tonearest): Likewise.
24784         (sinh_test_towardzero): Likewise.
24785         (sinh_test_downward): Likewise.
24786         (sinh_test_upward): Likewise.
24787         (sqrt_test): Likewise.
24788         (tan_test): Likewise.
24789         (tan_test_tonearest): Likewise.
24790         (tan_test_towardzero): Likewise.
24791         (tan_test_downward): Likewise.
24792         (tan_test_upward): Likewise.
24793         (tanh_test): Likewise.
24794         (tgamma_test): Likewise.
24795         (trunc_test): Likewise.
24796         (y0_test): Likewise.
24797         (y1_test): Likewise.
24798         (yn_test): Likewise.
24799         (significand_test): Likewise.
24801 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24803         [BZ #15381]
24804         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24806 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24808         [BZ #14894]
24809         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24810         __ppc_mdoio and __ppc_mdoom.
24811         * manual/platform.texi: Document new functions __ppc_yield,
24812         __ppc_mdoio and __ppc_mdoom.
24814 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24816         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24817         (main): Mention "tls" pseudo-hwcap is legacy.
24818         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24820 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24822         * math/gen-libm-test.pl (parse_args): Output only string of
24823         arguments as text for test name, not full call or descriptions of
24824         tests for extra outputs.
24825         (generate_testfile): Do not pass function name to parse_args.
24826         Generate this_func variable from START.
24827         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24828         field to arg_str.
24829         (struct test_ff_f_data): Likewise.
24830         (test_ff_f_data_nexttoward): Likewise.
24831         (struct test_fi_f_data): Likewise.
24832         (struct test_fl_f_data): Likewise.
24833         (struct test_if_f_data): Likewise.
24834         (struct test_fff_f_data): Likewise.
24835         (struct test_c_f_data): Likewise.
24836         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24837         (struct test_fF_f1_data): Likewise.
24838         (struct test_ffI_f1_data): Likewise.
24839         (struct test_c_c_data): Rename test_name field to arg_str.
24840         (struct test_cc_c_data): Likewise.
24841         (struct test_f_i_data): Likewise.
24842         (struct test_ff_i_data): Likewise.
24843         (struct test_f_l_data): Likewise.
24844         (struct test_f_L_data): Likewise.
24845         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24846         and extra2_name.
24847         (COMMON_TEST_SETUP): New macro.
24848         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24849         (COMMON_TEST_CLEANUP): Likewise.
24850         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24851         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24852         macros.
24853         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24854         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24855         macros.
24856         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24857         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24858         cleanup macros.
24859         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24860         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24861         macros.
24862         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24863         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24864         macros.
24865         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24866         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24867         cleanup macros.
24868         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24869         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24870         cleanup macros.
24871         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24872         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24873         cleanup macros.
24874         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24875         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24876         macros.
24877         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24878         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24879         macros.
24880         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24881         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24882         macros.
24883         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24884         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24885         cleanup macros.
24886         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24887         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24888         cleanup macros.
24889         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24890         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24891         macros.
24892         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24893         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24894         cleanup macros.
24895         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24896         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24897         macros.
24898         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24899         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24900         macros.
24901         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24902         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24903         cleanup macros.
24904         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24906 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24908         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24909         to _sifields.sigfault.
24910         (si_addr_lsb): Define new macro.
24911         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24912         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24913         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24915 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24917         [BZ #15441]
24918         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24919         returns -1.
24920         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24921         null return -1.
24922         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24923         loading the domain.
24925 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24927         * math/gen-libm-test.pl (parse_args): Do not include expected
24928         result in test name.
24929         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24930         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24931         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24932         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24933         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24934         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24936 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24938         * benchtests/Makefile: Sort function entries.
24940         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24941         tanh, asinh, acosh, atanh.
24942         * benchtests/acos-inputs: New file.
24943         * benchtests/acosh-inputs: New file.
24944         * benchtests/asin-inputs: New file.
24945         * benchtests/asinh-inputs: New file.
24946         * benchtests/atanh-inputs: New file.
24947         * benchtests/cosh-inputs: New file.
24948         * benchtests/log-inputs: New file.
24949         * benchtests/sinh-inputs: New file.
24950         * benchtests/tanh-inputs: New file.
24952 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24954         [BZ #15339]
24955         * posix/tst-getaddrinfo4.c: New test.
24956         * posix/Makefile (tests): Add it.
24958 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24960         [BZ #15339]
24961         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24962         when no services were used.
24963         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24964         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24966 2013-05-21  Andreas Schwab  <schwab@suse.de>
24968         [BZ #15014]
24969         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24970         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24971         successful.
24972         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24973         redundant variable declarations and reallocation of buffer when
24974         parsing as IPv6 address.  Always set NSS status when called from
24975         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24976         buffer too small.  Correct computation of needed size.
24977         * nss/Makefile (tests): Add test-digits-dots.
24978         * nss/test-digits-dots.c: New test.
24980 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24982         * benchtests/Makefile: Remove instructions for adding
24983         benchmark tests.
24984         * benchtests/README: New file to explain how to execute and
24985         enhance the benchmark tests.
24987 2013-05-21  Andreas Schwab  <schwab@suse.de>
24989         [BZ #15493]
24990         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24991         * setjmp/tst-sigsetjmp.c: New test.
24993 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24995         * sysdeps/x86_64/memset.S (memset): New implementation.
24996         (__bzero): Likewise.
24997         (__memset_tail): New function.
24999 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
25001         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
25002         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
25003         __memcpy_sse2_unaligned ifunc selection.
25004         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25005         Add memcpy-sse2-unaligned.S.
25006         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25007         Add: __memcpy_sse2_unaligned.
25009 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
25011         [BZ #15490]
25012         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
25013         math_force_eval before restoring floating-point envrionment.
25014         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
25015         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
25016         Likewise.
25017         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
25018         <math_private.h>.
25019         (__nearbyintl): Use math_force_eval before restoring
25020         floating-point environment.
25021         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
25023         * math/gen-libm-test.pl (special_functions): Remove.
25024         (parse_args): Don't handle TEST_extra.  Handle functions with no
25025         return value.
25026         * math/libm-test.inc (struct test_sincos_data): Replace with
25027         struct test_fFF_11_data.
25028         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
25029         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
25030         (sincos_test_data): Change element type to struct
25031         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
25032         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
25033         RUN_TEST_LOOP_sincos.
25034         * math/README.libm-test: Don't mention special handling of
25035         individual functions.
25036         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
25037         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
25038         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
25039         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
25040         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
25041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25043         * math/gen-libm-test.pl (get_variable): Remove function.
25044         (parse_args): Don't show pointer parameters to call in test
25045         names.  Use "extra output N" in test names for extra outputs
25046         rather than naming variables.
25048 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
25050         [BZ #15488]
25051         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
25052         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
25053         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
25054         double tests.
25055         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
25056         disable.
25057         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
25058         check_long_double.
25060         * math/gen-libm-test.pl (@tests): Remove variable.
25061         ($count): Likewise.
25062         (new_test): Remove function.
25063         (show_exceptions): New function.
25064         (special_functions): Use show_exceptions instead of new_test.
25065         (parse_args): Likewise.
25066         (generate_testfile): Pass only function name in generated call to
25067         print_max_error or print_complex_max_error.
25068         (get_ulps): Do not handle complex tests specially.
25069         (output_test): Rename to ...
25070         (get_all_ulps_for_test): ... this.  Return a string rather than
25071         printing to a file.  Require ulps to be present.
25072         (output_ulps): Generate arrays rather than #defines.
25073         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
25074         (struct ulp_data): New type.
25075         (BUILD_COMPLEX_ULP): Remove macro.
25076         (compare_ulp_data): New function.
25077         (find_ulps): Likewise.
25078         (find_test_ulps): Likewise.
25079         (find_function_ulps): Likewise.
25080         (find_complex_function_ulps): Likewise.
25081         (print_max_error): Determine allowed ulps using
25082         find_function_ulps.
25083         (print_complex_max_error): Determine allowed ulps using
25084         find_complex_function_ulps.
25085         (check_float_internal): Determine max ulps using find_test_ulps.
25086         (check_float): Do not take max_ulp parameter.  Update call to
25087         check_float_internal.
25088         (check_complex): Likewise.
25089         (check_int): Do not take max_ulp parameter.
25090         (check_long): Likewise.
25091         (check_bool): Likewise.
25092         (check_longlong): Likewise.
25093         (struct test_f_f_data): Remove max_ulp field.
25094         (struct test_ff_f_data): Likewise.
25095         (struct test_ff_f_data_nexttoward): Likewise.
25096         (struct test_fi_f_data): Likewise.
25097         (struct test_fl_f_data): Likewise.
25098         (struct test_if_f_data): Likewise.
25099         (struct test_fff_f_data): Likewise.
25100         (struct test_c_f_data): Likewise.
25101         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
25102         (struct test_fF_f1_data): Likewise.
25103         (struct test_ffI_f1_data): Likewise.
25104         (struct test_c_c_data): Remove max_ulp field.
25105         (struct test_cc_c_data): Likewise.
25106         (struct test_f_i_data): Likewise.
25107         (struct test_ff_i_data): Likewise.
25108         (struct test_f_l_data): Likewise.
25109         (struct test_f_L_data): Likewise.
25110         (struct test_sincos_data): Likewise.
25111         (RUN_TEST_f_f): Do not handle ulps.
25112         (RUN_TEST_LOOP_f_f): Likewise.
25113         (RUN_TEST_2_f): Likewise.
25114         (RUN_TEST_LOOP_2_f): Likewise.
25115         (RUN_TEST_fff_f): Likewise.
25116         (RUN_TEST_LOOP_fff_f): Likewise.
25117         (RUN_TEST_c_f): Likewise.
25118         (RUN_TEST_LOOP_c_f): Likewise.
25119         (RUN_TEST_f_f1): Likewise.
25120         (RUN_TEST_LOOP_f_f1): Likewise.
25121         (RUN_TEST_fF_f1): Likewise.
25122         (RUN_TEST_LOOP_fF_f1): Likewise.
25123         (RUN_TEST_fI_f1): Likewise.
25124         (RUN_TEST_LOOP_fI_f1): Likewise.
25125         (RUN_TEST_ffI_f1): Likewise.
25126         (RUN_TEST_LOOP_ffI_f1): Likewise.
25127         (RUN_TEST_c_c): Likewise.
25128         (RUN_TEST_LOOP_c_c): Likewise.
25129         (RUN_TEST_cc_c): Likewise.
25130         (RUN_TEST_LOOP_cc_c): Likewise.
25131         (RUN_TEST_f_i): Likewise.
25132         (RUN_TEST_LOOP_f_i): Likewise.
25133         (RUN_TEST_f_i_tg): Likewise.
25134         (RUN_TEST_LOOP_f_i_tg): Likewise.
25135         (RUN_TEST_ff_i_tg): Likewise.
25136         (RUN_TEST_LOOP_ff_i_tg): Likewise.
25137         (RUN_TEST_f_b): Likewise.
25138         (RUN_TEST_LOOP_f_b): Likewise.
25139         (RUN_TEST_f_b_tg): Likewise.
25140         (RUN_TEST_LOOP_f_b_tg): Likewise.
25141         (RUN_TEST_f_l): Likewise.
25142         (RUN_TEST_LOOP_f_l): Likewise.
25143         (RUN_TEST_f_L): Likewise.
25144         (RUN_TEST_LOOP_f_L): Likewise.
25145         (RUN_TEST_sincos): Likewise.
25146         (RUN_TEST_LOOP_sincos): Likewise.
25148 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
25150         [BZ #15480]
25151         [BZ #15485]
25152         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
25153         main case of finite arguments, set rounding mode to FE_TONEAREST
25154         and discard exceptions.
25155         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
25156         exceptions.
25157         (remainder_tonearest_test_data): New variable.
25158         (remainder_test_tonearest): New function.
25159         (remainder_towardzero_test_data): New variable.
25160         (remainder_test_towardzero): New function.
25161         (remainder_downward_test_data): New variable.
25162         (remainder_test_downward): New function.
25163         (remainder_upward_test_data): New variable.
25164         (remainder_test_upward): New function.
25165         (main): Call the new test functions.
25167         * math/libm-test.inc (struct test_f_f1_data): Remove field
25168         extra_init.
25169         (struct test_fF_f1_data): Likewise.
25170         (struct test_ffI_f1_data): Likewise.
25171         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
25172         based on value of EXTRA_EXPECTED.
25173         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
25174         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
25175         EXTRA_VAR based on value of EXTRA_EXPECTED.
25176         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
25177         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
25178         EXTRA_VAR based on value of EXTRA_EXPECTED.
25179         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
25180         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
25181         EXTRA_VAR based on value of EXTRA_EXPECTED.
25182         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
25183         * math/gen-libm-test.pl (parse_args): Don't output initializers
25184         for extra output values.
25186         * math/libm-test.inc (check_int): Expect result to be exactly
25187         equal to expected value and do not handle ulps.
25188         (check_long): Likewise.
25189         (check_longlong): Likewise.
25191         * math/libm-test.inc (ceil_test_data): Test for "inexact"
25192         exceptions.
25193         (cimag_test_data): Likewise.
25194         (conj_test_data): Likewise.
25195         (copysign_test_data): Likewise.
25196         (cproj_test_data): Likewise.
25197         (creal_test_data): Likewise.
25198         (fabs_test_data): Likewise.
25199         (fdim_test_data): Likewise.
25200         (finite_test_data): Likewise.
25201         (floor_test_data): Likewise.
25202         (fmax_test_data): Likewise.
25203         (fmin_test_data): Likewise.
25204         (fmod_test_data): Likewise.
25205         (fpclassify_test_data): Likewise.
25206         (frexp_test_data): Likewise.
25207         (ilogb_test_data): Likewise.
25208         (isfinite_test_data): Likewise.
25209         (isgreater_test_data): Likewise.
25210         (isgreaterequal_test_data): Likewise.
25211         (isinf_test_data): Likewise.
25212         (isless_test_data): Likewise.
25213         (islessequal_test_data): Likewise.
25214         (islessgreater_test_data): Likewise.
25215         (isnan_test_data): Likewise.
25216         (isnormal_test_data): Likewise.
25217         (issignaling_test_data): Likewise.
25218         (isunordered_test_data): Likewise.
25219         (ldexp_test_data): Likewise.
25220         (lrint_test_data): Likewise.
25221         (lrint_test_data) [TEST_FLOAT]: Disable one test.
25222         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
25223         (lrint_tonearest_test_data): Test for "inexact" exceptions.
25224         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
25225         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
25226         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
25227         test input.
25228         (lrint_towardzero_test_data): Test for "inexact" exceptions.
25229         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
25230         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
25231         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
25232         that test input.
25233         (lrint_downward_test_data): Test for "inexact" exceptions.
25234         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
25235         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
25236         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
25237         test input.
25238         (lrint_upward_test_data): Test for "inexact" exceptions.
25239         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
25240         test input.
25241         (llrint_test_data): Test for "inexact" exceptions.
25242         (llrint_test_data) [TEST_FLOAT]: Disable one test.
25243         (llrint_tonearest_test_data): Test for "inexact" exceptions.
25244         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
25245         (llrint_towardzero_test_data): Test for "inexact" exceptions.
25246         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
25247         (llrint_downward_test_data): Test for "inexact" exceptions.
25248         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
25249         (llrint_upward_test_data): Test for "inexact" exceptions.
25250         (logb_test_data): Likewise.
25251         (logb_downward_test_data): Likewise.
25252         (nextafter_test_data): Likewise.
25253         (nexttoward_test_data): Likewise.
25254         (remainder_test_data): Likewise.
25255         (remquo_test_data): Likewise.
25256         (scalbn_test_data): Likewise.
25257         (scalbln_test_data): Likewise.
25258         (signbit_test_data): Likewise.
25259         (sqrt_test_data): Likewise.
25260         (significand_test_data): Likewise.
25262 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25264         [BZ #15424]
25265         * benchtests/bench-modf.c (struct args): Mark arg0 as
25266         volatile.
25267         * scripts/bench.pl: Mark members of struct args as volatile.
25269 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25271         [BZ # 15497]
25272         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
25273         negative infinity on POWER6 or lower.
25274         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
25276 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
25278         [BZ #15442]
25279         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
25280         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
25281         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
25282         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
25283         (_FP_SETQNAN): New macro.
25284         (_FP_SETQNAN_SEMIRAW): Likewise.
25285         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
25286         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
25287         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
25288         (FP_EXTEND): Use _FP_FRAC_SNANP.
25289         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
25290         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
25291         into account.
25292         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25293         New macro.
25294         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25295         Likewise.
25297 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25299         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
25300         with DIVIDE_BY_ZERO_EXCEPTION.
25301         (gamma_test_data): Likewise.
25302         (lgamma_test_data): Likewise.
25303         (log_test_data): Likewise.
25304         (log10_test_data): Likewise.
25305         (log2_test_data): Likewise.
25306         (tgamma_test_data): Likewise.
25308         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
25309         (acos_test_tonearest): Likewise.
25310         (acos_test_towardzero): Likewise.
25311         (acos_test_downward): Likewise.
25312         (acos_test_upward): Likewise.
25313         (acosh_test): Likewise.
25314         (asin_test): Likewise.
25315         (asin_test_tonearest): Likewise.
25316         (asin_test_towardzero): Likewise.
25317         (asin_test_downward): Likewise.
25318         (asin_test_upward): Likewise.
25319         (asinh_test): Likewise.
25320         (atan_test): Likewise.
25321         (atanh_test): Likewise.
25322         (atan2_test): Likewise.
25323         (cabs_test): Likewise.
25324         (cacos_test): Likewise.
25325         (cacosh_test): Likewise.
25326         (casin_test): Likewise.
25327         (casinh_test): Likewise.
25328         (catan_test): Likewise.
25329         (catanh_test): Likewise.
25330         (cbrt_test): Likewise.
25331         (ccos_test): Likewise.
25332         (ccosh_test): Likewise.
25333         (cexp_test): Likewise.
25334         (clog_test): Likewise.
25335         (clog10_test): Likewise.
25336         (cos_test): Likewise.
25337         (cos_test_tonearest): Likewise.
25338         (cos_test_towardzero): Likewise.
25339         (cos_test_downward): Likewise.
25340         (cos_test_upward): Likewise.
25341         (cosh_test): Likewise.
25342         (cosh_test_tonearest): Likewise.
25343         (cosh_test_towardzero): Likewise.
25344         (cosh_test_downward): Likewise.
25345         (cosh_test_upward): Likewise.
25346         (cpow_test): Likewise.
25347         (csin_test): Likewise.
25348         (csinh_test): Likewise.
25349         (csqrt_test): Likewise.
25350         (ctan_test): Likewise.
25351         (ctan_test_tonearest): Likewise.
25352         (ctan_test_towardzero): Likewise.
25353         (ctan_test_downward): Likewise.
25354         (ctan_test_upward): Likewise.
25355         (ctanh_test): Likewise.
25356         (ctanh_test_tonearest): Likewise.
25357         (ctanh_test_towardzero): Likewise.
25358         (ctanh_test_downward): Likewise.
25359         (ctanh_test_upward): Likewise.
25360         (erf_test): Likewise.
25361         (erfc_test): Likewise.
25362         (exp_test): Likewise.
25363         (exp_test_tonearest): Likewise.
25364         (exp_test_towardzero): Likewise.
25365         (exp_test_downward): Likewise.
25366         (exp_test_upward): Likewise.
25367         (exp10_test): Likewise.
25368         (exp2_test): Likewise.
25369         (expm1_test): Likewise.
25370         (fmod_test): Likewise.
25371         (gamma_test): Likewise.
25372         (hypot_test): Likewise.
25373         (j0_test): Likewise.
25374         (j1_test): Likewise.
25375         (jn_test): Likewise.
25376         (lgamma_test): Likewise.
25377         (log_test): Likewise.
25378         (log10_test): Likewise.
25379         (log1p_test): Likewise.
25380         (log2_test): Likewise.
25381         (logb_test_downward): Likewise.
25382         (pow_test): Likewise.
25383         (pow_test_tonearest): Likewise.
25384         (pow_test_towardzero): Likewise.
25385         (pow_test_downward): Likewise.
25386         (pow_test_upward): Likewise.
25387         (remainder_test): Likewise.
25388         (remquo_test): Likewise.
25389         (sin_test): Likewise.
25390         (sin_test_tonearest): Likewise.
25391         (sin_test_towardzero): Likewise.
25392         (sin_test_downward): Likewise.
25393         (sin_test_upward): Likewise.
25394         (sincos_test): Likewise.
25395         (sinh_test): Likewise.
25396         (sinh_test_tonearest): Likewise.
25397         (sinh_test_towardzero): Likewise.
25398         (sinh_test_downward): Likewise.
25399         (sinh_test_upward): Likewise.
25400         (sqrt_test): Likewise.
25401         (tan_test): Likewise.
25402         (tan_test_tonearest): Likewise.
25403         (tan_test_towardzero): Likewise.
25404         (tan_test_downward): Likewise.
25405         (tan_test_upward): Likewise.
25406         (tanh_test): Likewise.
25407         (tgamma_test): Likewise.
25408         (y0_test): Likewise.
25409         (y1_test): Likewise.
25410         (yn_test): Likewise.
25412         * math/gen-libm-test.pl (adjust_arg): Remove function.
25413         (special_function): Remove argument $in_func.  Only handle
25414         generating output for tables of tests, not inside functions.
25415         (parse_args): Likewise.
25416         (generate_testfile): Remove variable $in_func.  Update call to
25417         parse_args.
25418         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25419         (MINUS_ZERO_INIT): Rename macro to minus_zero.
25420         (PLUS_INFTY_INIT): Rename macro to plus_infty.
25421         (MINUS_INFTY_INIT): Rename macro to minus_infty.
25422         (QNAN_VALUE_INIT): Rename macro to qnan_value.
25423         (MAX_VALUE_INIT): Rename macro to max_value.
25424         (MIN_VALUE_INIT): Rename macro to min_value.
25425         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25426         (plus_zero): Remove variable.
25427         (minus_zero): Likewise.
25428         (plus_infty): Likewise.
25429         (minus_infty): Likewise.
25430         (qnan_value): Likewise.
25431         (max_value): Likewise.
25432         (min_value): Likewise.
25433         (min_subnorm_value): Likewise.
25435 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25437         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25438         uint64_t or uint32_t usage.
25439         * crypt/sha256-block.c: Likewise.
25440         * crypt/sha256-crypt.c: Likewise.
25441         * crypt/sha256.c: Likewise.
25442         * crypt/sha512-block.c: Likewise.
25443         * crypt/sha512-crypt.c: Likewise.
25444         * crypt/sha512.c: Likewise.
25445         * debug/backtrace-tst.c: Likewise.
25446         * debug/pcprofiledump.c: Likewise.
25447         * elf/cache.c: Likewise.
25448         * elf/dl-cache.c: Likewise.
25449         * elf/dl-misc.c: Likewise.
25450         * elf/dl-profile.c: Likewise.
25451         * elf/dl-support.c: Likewise.
25452         * elf/ldconfig.c: Likewise.
25453         * elf/sprof.c: Likewise.
25454         * iconv/dummy-repertoire.c: Likewise.
25455         * iconv/iconv_charmap.c: Likewise.
25456         * iconv/skeleton.c: Likewise.
25457         * iconvdata/8bit-generic.c: Likewise.
25458         * iconvdata/cp737.h: Likewise.
25459         * iconvdata/cp775.h: Likewise.
25460         * iconvdata/ibm1008.h: Likewise.
25461         * iconvdata/ibm1025.h: Likewise.
25462         * iconvdata/ibm1046.h: Likewise.
25463         * iconvdata/ibm1097.h: Likewise.
25464         * iconvdata/ibm1112.h: Likewise.
25465         * iconvdata/ibm1122.h: Likewise.
25466         * iconvdata/ibm1123.h: Likewise.
25467         * iconvdata/ibm1124.h: Likewise.
25468         * iconvdata/ibm1129.h: Likewise.
25469         * iconvdata/ibm1130.h: Likewise.
25470         * iconvdata/ibm1132.h: Likewise.
25471         * iconvdata/ibm1133.h: Likewise.
25472         * iconvdata/ibm1137.h: Likewise.
25473         * iconvdata/ibm1140.h: Likewise.
25474         * iconvdata/ibm1141.h: Likewise.
25475         * iconvdata/ibm1142.h: Likewise.
25476         * iconvdata/ibm1143.h: Likewise.
25477         * iconvdata/ibm1144.h: Likewise.
25478         * iconvdata/ibm1145.h: Likewise.
25479         * iconvdata/ibm1146.h: Likewise.
25480         * iconvdata/ibm1147.h: Likewise.
25481         * iconvdata/ibm1148.h: Likewise.
25482         * iconvdata/ibm1149.h: Likewise.
25483         * iconvdata/ibm1153.h: Likewise.
25484         * iconvdata/ibm1154.h: Likewise.
25485         * iconvdata/ibm1155.h: Likewise.
25486         * iconvdata/ibm1156.h: Likewise.
25487         * iconvdata/ibm1157.h: Likewise.
25488         * iconvdata/ibm1158.h: Likewise.
25489         * iconvdata/ibm1160.h: Likewise.
25490         * iconvdata/ibm1161.h: Likewise.
25491         * iconvdata/ibm1162.h: Likewise.
25492         * iconvdata/ibm1163.h: Likewise.
25493         * iconvdata/ibm1164.h: Likewise.
25494         * iconvdata/ibm1166.h: Likewise.
25495         * iconvdata/ibm1167.h: Likewise.
25496         * iconvdata/ibm12712.h: Likewise.
25497         * iconvdata/ibm1390.h: Likewise.
25498         * iconvdata/ibm1399.h: Likewise.
25499         * iconvdata/ibm16804.h: Likewise.
25500         * iconvdata/ibm4517.h: Likewise.
25501         * iconvdata/ibm4899.h: Likewise.
25502         * iconvdata/ibm4909.h: Likewise.
25503         * iconvdata/ibm4971.h: Likewise.
25504         * iconvdata/ibm5347.h: Likewise.
25505         * iconvdata/ibm803.h: Likewise.
25506         * iconvdata/ibm856.h: Likewise.
25507         * iconvdata/ibm901.h: Likewise.
25508         * iconvdata/ibm902.h: Likewise.
25509         * iconvdata/ibm9030.h: Likewise.
25510         * iconvdata/ibm9066.h: Likewise.
25511         * iconvdata/ibm921.h: Likewise.
25512         * iconvdata/ibm922.h: Likewise.
25513         * iconvdata/ibm9448.h: Likewise.
25514         * iconvdata/isiri-3342.h: Likewise.
25515         * iconvdata/jis0201.h: Likewise.
25516         * include/link.h: Likewise.
25517         * include/netdb.h: Likewise.
25518         * inet/check_native.c: Likewise.
25519         * inet/check_pf.c: Likewise.
25520         * inet/getipv4sourcefilter.c: Likewise.
25521         * inet/getnameinfo.c: Likewise.
25522         * inet/getsourcefilter.c: Likewise.
25523         * inet/htonl.c: Likewise.
25524         * inet/setipv4sourcefilter.c: Likewise.
25525         * inet/setsourcefilter.c: Likewise.
25526         * inet/test-inet6_opt.c: Likewise.
25527         * inet/tst-network.c: Likewise.
25528         * locale/C-collate.c: Likewise.
25529         * locale/C-ctype.c: Likewise.
25530         * locale/C-time.c: Likewise.
25531         * locale/C-translit.h: Likewise.
25532         * locale/loadarchive.c: Likewise.
25533         * locale/programs/3level.h: Likewise.
25534         * locale/programs/charmap.c: Likewise.
25535         * locale/programs/charmap.h: Likewise.
25536         * locale/programs/ld-address.c: Likewise.
25537         * locale/programs/ld-collate.c: Likewise.
25538         * locale/programs/ld-ctype.c: Likewise.
25539         * locale/programs/ld-identification.c: Likewise.
25540         * locale/programs/ld-measurement.c: Likewise.
25541         * locale/programs/ld-messages.c: Likewise.
25542         * locale/programs/ld-monetary.c: Likewise.
25543         * locale/programs/ld-name.c: Likewise.
25544         * locale/programs/ld-numeric.c: Likewise.
25545         * locale/programs/ld-paper.c: Likewise.
25546         * locale/programs/ld-telephone.c: Likewise.
25547         * locale/programs/ld-time.c: Likewise.
25548         * locale/programs/linereader.c: Likewise.
25549         * locale/programs/locale.c: Likewise.
25550         * locale/programs/locarchive.c: Likewise.
25551         * locale/programs/locfile.h: Likewise.
25552         * locale/programs/repertoire.c: Likewise.
25553         * locale/programs/simple-hash.c: Likewise.
25554         * locale/programs/simple-hash.h: Likewise.
25555         * malloc/memusage.c: Likewise.
25556         * malloc/memusagestat.c: Likewise.
25557         * nis/nis_defaults.c: Likewise.
25558         * nis/nis_hash.c: Likewise.
25559         * nis/nis_print.c: Likewise.
25560         * nis/nis_xdr.c: Likewise.
25561         * nscd/connections.c: Likewise.
25562         * nscd/hstcache.c: Likewise.
25563         * nscd/nscd_gethst_r.c: Likewise.
25564         * nscd/nscd_getserv_r.c: Likewise.
25565         * nscd/nscd_helper.c: Likewise.
25566         * nscd/servicescache.c: Likewise.
25567         * nss/makedb.c: Likewise.
25568         * nss/nss_db/db-XXX.c: Likewise.
25569         * nss/nss_db/db-initgroups.c: Likewise.
25570         * nss/nss_db/db-netgrp.c: Likewise.
25571         * nss/nss_files/files-network.c: Likewise.
25572         * nss/nss_files/files-parse.c: Likewise.
25573         * posix/bug-regex5.c: Likewise.
25574         * posix/fnmatch_loop.c: Likewise.
25575         * posix/regcomp.c: Likewise.
25576         * posix/regexec.c: Likewise.
25577         * posix/tst-rfc3484-2.c: Likewise.
25578         * posix/tst-rfc3484-3.c: Likewise.
25579         * posix/tst-rfc3484.c: Likewise.
25580         * resolv/nss_dns/dns-canon.c: Likewise.
25581         * resolv/nss_dns/dns-network.c: Likewise.
25582         * resolv/res_init.c: Likewise.
25583         * resolv/res_mkquery.c: Likewise.
25584         * resolv/tst-aton.c: Likewise.
25585         * stdlib/cxa_atexit.c: Likewise.
25586         * stdlib/cxa_finalize.c: Likewise.
25587         * stdlib/gen-fpioconst.c: Likewise.
25588         * stdlib/strtol_l.c: Likewise.
25589         * string/tst-endian.c: Likewise.
25590         * sunrpc/auth_des.c: Likewise.
25591         * sunrpc/clnt_udp.c: Likewise.
25592         * sunrpc/rtime.c: Likewise.
25593         * sunrpc/svcauth_des.c: Likewise.
25594         * sunrpc/xdr.c: Likewise.
25595         * sunrpc/xdr_intXX_t.c: Likewise.
25596         * sunrpc/xdr_rec.c: Likewise.
25597         * sysdeps/generic/ldconfig.h: Likewise.
25598         * sysdeps/generic/ldsodefs.h: Likewise.
25599         * sysdeps/generic/memusage.h: Likewise.
25600         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25601         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25602         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25603         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25604         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25605         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25606         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25607         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25608         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25609         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25610         * sysdeps/posix/getaddrinfo.c: Likewise.
25611         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25612         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25613         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25614         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25615         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25616         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25617         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25618         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25619         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25620         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25621         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25622         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25623         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25624         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25625         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25626         * sysdeps/x86_64/dl-tls.h: Likewise.
25627         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25628         * time/alt_digit.c: Likewise.
25629         * time/era.c: Likewise.
25630         * wcsmbs/tst-c16c32-1.c: Likewise.
25632 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25634         * math/libm-test.inc (struct test_sincos_data): New type.
25635         (RUN_TEST_LOOP_sincos): New macro.
25636         (sincos_test_data): New variable.
25637         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25639 2013-05-16  Richard Henderson  <rth@redhat.com>
25641         * math/atest-exp2.c (LIMB64): New macro.
25642         (CONSTSZ): New macro.
25643         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25644         (hexdig): Move ...
25645         (print_mpn_fp): ... to function scope.
25646         (read_mpn_hex): Remove.
25647         (get_log2): Remove.
25648         (exp2_mpn): Use mp_log2.
25649         (main): Use mp_exp1.
25651 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25653         * math/libm-test.inc: Remove comment about not testing "inexact"
25654         exceptions.
25655         (INEXACT_EXCEPTION): New macro.
25656         (NO_INEXACT_EXCEPTION): Likewise.
25657         (INVALID_EXCEPTION_OK): Update value.
25658         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25659         (OVERFLOW_EXCEPTION_OK): Likewise.
25660         (UNDERFLOW_EXCEPTION_OK): Likewise.
25661         (IGNORE_ZERO_INF_SIGN): Likewise.
25662         (ERRNO_UNCHANGED): Likewise.
25663         (ERRNO_EDOM): Likewise.
25664         (ERRNO_ERANGE): Likewise.
25665         (test_exceptions): Handle testing "inexact" exceptions.
25666         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25667         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25668         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25669         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25670         INEXACT_EXCEPTION.
25671         (rint_towardzero_test_data): Likewise.
25672         (rint_downward_test_data): Likewise.
25673         (rint_upward_test_data): Likewise.
25675         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25676         with OVERFLOW_EXCEPTION.
25677         (exp10_test_data): Likewise.
25678         (exp2_test_data): Likewise.
25679         (expm1_test_data): Likewise.
25680         (lgamma_test_data): Likewise.
25681         (pow_test_data): Likewise.
25682         (tgamma_test_data): Likewise.
25683         (yn_test_data): Remove duplicate test of overflow.
25685         * math/libm-test.inc (struct test_cc_c_data): New type.
25686         (RUN_TEST_LOOP_cc_c): New macro.
25687         (cpow_test_data): New variable.
25688         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25690         * math/libm-test.inc (struct test_f_L_data): New type.
25691         (RUN_TEST_LOOP_f_L): New macro.
25692         (llrint_test_data): New variable.
25693         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25694         (llrint_tonearest_test_data): New variable.
25695         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25696         (llrint_towardzero_test_data): New variable.
25697         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25698         (llrint_downward_test_data): New variable.
25699         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25700         (llrint_upward_test_data): New variable.
25701         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25702         (llround_test_data): New variable.
25703         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25705 2013-05-13  Peter Collingbourne  <pcc@google.com>
25707         * math/atest-exp2.c (get_log2): Remove const attribute.
25709 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25711         * math/libm-test.inc (struct test_f_l_data): New type.
25712         (RUN_TEST_LOOP_f_l): New macro.
25713         (lrint_test_data): New variable.
25714         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25715         (lrint_tonearest_test_data): New variable.
25716         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25717         (lrint_towardzero_test_data): New variable.
25718         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25719         (lrint_downward_test_data): New variable.
25720         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25721         (lrint_upward_test_data): New variable.
25722         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25723         (lround_test_data): New variable.
25724         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25726 2013-05-15  Peter Collingbourne  <pcc@google.com>
25728         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25729         (EXTRACT_WORDS64) Use where appropriate.
25730         (INSERT_WORDS64) Likewise.
25732         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25733         constraints with x constraints.
25734         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25736         * malloc/obstack.c (_obstack_compat): Add initializer.
25738 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25740         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25741         si_trapno and add si_addr_lsb to _sifields.sigfault.
25742         (si_trapno): Remove macro.
25743         (si_addr_lsb): Define new macro.
25744         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25746 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25748         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25749         instead of TEST_f_l.
25750         (llrint_test_tonearest): Likewise.
25751         (llrint_test_towardzero): Likewise.
25752         (llrint_test_downward): Likewise.
25753         (llrint_test_upward): Likewise.
25754         (llround_test): Likewise.
25756         * math/libm-test.inc (struct test_f_i_data): Add comment.
25757         (RUN_TEST_LOOP_f_b): New macro.
25758         (RUN_TEST_LOOP_f_b_tg): Likewise.
25759         (finite_test_data): New variable.
25760         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25761         (isfinite_test_data): New variable.
25762         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25763         (isinf_test_data): New variable.
25764         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25765         (isnan_test_data): New variable.
25766         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25767         (isnormal_test_data): New variable.
25768         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25769         (issignaling_test_data): New variable.
25770         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25771         (signbit_test_data): New variable.
25772         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25774         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25775         with INVALID_EXCEPTION.
25776         (acosh_test_data): Likewise.
25777         (asin_test_data): Likewise.
25778         (atanh_test_data): Likewise.
25779         (fmod_test_data): Likewise.
25780         (log_test_data): Likewise.
25781         (log10_test_data): Likewise.
25782         (log2_test_data): Likewise.
25783         (pow_test_data): Likewise.
25784         (sqrt_test_data): Likewise.
25785         (y0_test_data): Likewise.
25786         (y1_test_data): Likewise.
25787         (yn_test_data): Likewise.
25789         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25790         function contents.
25792         * math/libm-test.inc (struct test_ff_i_data): New type.
25793         (RUN_TEST_LOOP_ff_i_tg): New macro.
25794         (isgreater_test_data): New variable.
25795         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25796         (isgreaterequal_test_data): New variable.
25797         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25798         (isless_test_data): New variable.
25799         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25800         (islessequal_test_data): New variable.
25801         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25802         (islessgreater_test_data): New variable.
25803         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25804         (isunordered_test_data): New variable.
25805         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25807 2013-05-14  David S. Miller  <davem@davemloft.net>
25809         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25811 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25813         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25815         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25816         extra_test to int.
25817         (struct test_f_i_data): Change type of max_ulp to int.
25819         * math/libm-test.inc (test_ffI_f1_data): New type.
25820         (RUN_TEST_LOOP_ffI_f1): New macro.
25821         (remquo_test_data): New variable.
25822         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25824         * setjmp/tst-setjmp-fp.c: New file.
25825         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25826         (link-libm): New variable.
25827         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25829         * math/libm-test.inc (struct test_f_i_data): New type.
25830         (RUN_TEST_LOOP_f_i): New macro.
25831         (RUN_TEST_LOOP_f_i_tg): Likewise.
25832         (fpclassify_test_data): New variable.
25833         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25834         (ilogb_test_data): New variable.
25835         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25837         * math/libm-test.inc (scalbln_test): Correct function name in END
25838         call.
25840         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25841         (RUN_TEST_LOOP_fI_f1): New macro.
25842         (frexp_test_data): New variable.
25843         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25845         * math/libm-test.inc (struct test_fF_f1_data): New type.
25846         (RUN_TEST_LOOP_fF_f1): New macro.
25847         (modf_test_data): New variable.
25848         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25850         * math/libm-test.inc (struct test_f_f1_data): New type.
25851         (RUN_TEST_LOOP_f_f1): New macro.
25852         (gamma_test_data): New variable.
25853         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25854         (lgamma_test_data): New variable.
25855         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25857 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25859         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25860         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25861         (main): Comment "tls" pseudo-hwcap.
25863 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25865         * math/libm-test.inc (struct test_fl_f_data): New type.
25866         (RUN_TEST_LOOP_fl_f): New variable.
25867         (scalbln_test_data): New variable.
25868         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25870         * math/libm-test.inc (struct test_fi_f_data): New type.
25871         (RUN_TEST_LOOP_fi_f): New macro.
25872         (ldexp_test_data): New variable.
25873         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25874         (scalbn_test_data): New variable.
25875         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25877         * math/libm-test.inc (struct test_c_f_data): New type.
25878         (RUN_TEST_LOOP_c_f): New macro.
25879         (cabs_test_data): New variable.
25880         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25881         (carg_test_data): New variable.
25882         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25883         (cimag_test_data): New variable.
25884         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25885         (creal_test_data): New variable.
25886         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25888         * math/libm-test.inc (struct test_if_f_data): New type.
25889         (RUN_TEST_LOOP_if_f): New macro.
25890         (jn_test_data): New variable.
25891         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25892         (yn_test_data): New variable.
25893         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25895         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25897 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25899         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25900         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25902 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25904         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25905         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25906         (bench-deps): Add bench-timing.h.
25907         * benchtests-bench-skeleton.c: Include bench-timing.h.
25908         (main): Use TIMING_* macros instead of clock_gettime.
25909         * benchtests/bench-timing.h: New file.
25911         [BZ #14582]
25912         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25913         Renamed from _LIB_VERSION.
25914         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25916 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25918         * math/libm-test.inc (struct test_fff_f_data): New type.
25919         (RUN_TEST_LOOP_fff_f): New macro.
25920         (fma_test_data): New variable.
25921         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25922         (fma_towardzero_test_data): New variable.
25923         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25924         (fma_downward_test_data): New variable.
25925         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25926         (fma_upward_test_data): New variable.
25927         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25929         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25930         (struct test_c_c_data): New type.
25931         (RUN_TEST_LOOP_c_c): New macro.
25932         (cacos_test_data): New variable.
25933         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25934         (cacosh_test_data): New variable.
25935         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25936         (casin_test_data): New variable.
25937         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25938         (casinh_test_data): New variable.
25939         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25940         (catan_test_data): New variable.
25941         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25942         (catanh_test_data): New variable.
25943         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25944         (ccos_test_data): New variable.
25945         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25946         (ccosh_test_data): New variable.
25947         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25948         (cexp_test_data): New variable.
25949         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25950         (clog_test_data): New variable.
25951         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25952         (clog10_test_data): New variable.
25953         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25954         (conj_test_data): New variable.
25955         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25956         (cproj_test_data): New variable.
25957         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25958         (csin_test_data): New variable.
25959         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25960         (csinh_test_data): New variable.
25961         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25962         (csqrt_test_data): New variable.
25963         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25964         (ctan_test_data): New variable.
25965         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25966         (ctan_tonearest_test_data): New variable.
25967         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25968         (ctan_towardzero_test_data): New variable.
25969         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25970         (ctan_downward_test_data): New variable.
25971         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25972         (ctan_upward_test_data): New variable.
25973         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25974         (ctanh_test_data): New variable.
25975         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25976         (ctanh_tonearest_test_data): New variable.
25977         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25978         (ctanh_towardzero_test_data): New variable.
25979         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25980         (ctanh_downward_test_data): New variable.
25981         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25982         (ctanh_upward_test_data): New variable.
25983         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25984         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25985         of BUILD_COMPLEX.
25987         * math/libm-test.inc (struct test_ff_f_data): New type.
25988         (struct test_ff_f_data_nexttoward): Likewise.
25989         (RUN_TEST_LOOP_2_f): New macro.
25990         (RUN_TEST_LOOP_ff_f): Likewise.
25991         (atan2_test_data): New variable.
25992         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25993         (copysign_test_data): New variable.
25994         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25995         (fdim_test_data): New variable.
25996         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25997         (fmax_test_data): New variable.
25998         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25999         (fmin_test_data): New variable.
26000         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
26001         (fmod_test_data): New variable.
26002         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
26003         (hypot_test_data): New variable.
26004         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
26005         (nextafter_test_data): New variable.
26006         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
26007         (nexttoward_test_data): New variable.
26008         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
26009         (pow_test_data): New variable.
26010         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
26011         (pow_tonearest_test_data): New variable.
26012         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
26013         (pow_towardzero_test_data): New variable.
26014         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
26015         (pow_downward_test_data): New variable.
26016         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
26017         (pow_upward_test_data): New variable.
26018         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
26019         (remainder_test_data): New variable.
26020         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
26021         (scalb_test_data): New variable.
26022         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
26023         * sysdeps/i386/fpu/libm-test-ulps: Update.
26025 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
26027         * math/libm-test.inc (fma_test): Use max_value instead of local
26028         variable fltmax.
26029         (nextafter_test): Likewise.
26031         * math/libm-test.inc (acos_towardzero_test_data): New variable.
26032         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26033         (acos_downward_test_data): New variable.
26034         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26035         (acos_upward_test_data): New variable.
26036         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26037         (acosh_test_data): New variable.
26038         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
26039         (asin_test_data): New variable.
26040         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
26041         (asin_tonearest_test_data): New variable.
26042         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26043         (asin_towardzero_test_data): New variable.
26044         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26045         (asin_downward_test_data): New variable.
26046         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26047         (asin_upward_test_data): New variable.
26048         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26049         (asinh_test_data): New variable.
26050         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
26051         (atan_test_data): New variable.
26052         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
26053         (atanh_test_data): New variable.
26054         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
26055         (cbrt_test_data): New variable.
26056         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
26057         (ceil_test_data): New variable.
26058         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
26059         (cos_test_data): New variable.
26060         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
26061         (cos_tonearest_test_data): New variable.
26062         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26063         (cos_towardzero_test_data): New variable.
26064         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26065         (cos_downward_test_data): New variable.
26066         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26067         (cos_upward_test_data): New variable.
26068         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26069         (cosh_test_data): New variable.
26070         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
26071         (cosh_tonearest_test_data): New variable.
26072         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26073         (cosh_towardzero_test_data): New variable.
26074         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26075         (cosh_downward_test_data): New variable.
26076         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26077         (cosh_upward_test_data): New variable.
26078         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26079         (erf_test_data): New variable.
26080         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
26081         (erfc_test_data): New variable.
26082         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
26083         (exp_test_data): New variable.
26084         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
26085         (exp_tonearest_test_data): New variable.
26086         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26087         (exp_towardzero_test_data): New variable.
26088         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26089         (exp_downward_test_data): New variable.
26090         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26091         (exp_upward_test_data): New variable.
26092         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26093         (exp10_test_data): New variable.
26094         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
26095         (exp2_test_data): New variable.
26096         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
26097         (expm1_test_data): New variable.
26098         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
26099         (fabs_test_data): New variable.
26100         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
26101         (floor_test_data): New variable.
26102         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
26103         (j0_test_data): New variable.
26104         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
26105         (j1_test_data): New variable.
26106         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
26107         (log_test_data): New variable.
26108         (log_test): Run tests with RUN_TEST_LOOP_f_f.
26109         (log10_test_data): New variable.
26110         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
26111         (log1p_test_data): New variable.
26112         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
26113         (log2_test_data): New variable.
26114         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
26115         (logb_test_data): New variable.
26116         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
26117         (logb_downward_test_data): New variable.
26118         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26119         (nearbyint_test_data): New variable.
26120         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
26121         (rint_test_data): New variable.
26122         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
26123         (rint_tonearest_test_data): New variable.
26124         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26125         (rint_towardzero_test_data): New variable.
26126         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26127         (rint_downward_test_data): New variable.
26128         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26129         (rint_upward_test_data): New variable.
26130         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26131         (round_test_data): New variable.
26132         (round_test): Run tests with RUN_TEST_LOOP_f_f.
26133         (sin_test_data): New variable.
26134         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
26135         (sin_tonearest_test_data): New variable.
26136         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26137         (sin_towardzero_test_data): New variable.
26138         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26139         (sin_downward_test_data): New variable.
26140         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26141         (sin_upward_test_data): New variable.
26142         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26143         (sinh_test_data): New variable.
26144         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
26145         (sinh_tonearest_test_data): New variable.
26146         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26147         (sinh_towardzero_test_data): New variable.
26148         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26149         (sinh_downward_test_data): New variable.
26150         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26151         (sinh_upward_test_data): New variable.
26152         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26153         (sqrt_test_data): New variable.
26154         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
26155         (tan_test_data): New variable.
26156         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
26157         (tan_tonearest_test_data): New variable.
26158         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26159         (tan_towardzero_test_data): New variable.
26160         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26161         (tan_downward_test_data): New variable.
26162         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26163         (tan_upward_test_data): New variable.
26164         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26165         (tanh_test_data): New variable.
26166         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
26167         (tgamma_test_data): New variable.
26168         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
26169         (trunc_test_data): New variable.
26170         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
26171         (y0_test_data): New variable.
26172         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
26173         (y1_test_data): New variable.
26174         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
26175         (significand_test_data): New variable.
26176         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
26178 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
26180         [BZ #12387]
26181         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
26183 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
26185         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
26187 2013-05-10  Andreas Jaeger  <aj@suse.de>
26189         [BZ #15448]
26190         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
26191         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
26193 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
26195         * math/gen-libm-test.pl (adjust_arg): New function.
26196         (special_functions): Handle generating output in both functions
26197         and arrays.
26198         (parse_args): Likewise.
26199         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
26200         $in_func argument to parse_args.
26201         * math/libm-test.inc (struct test_f_f_data): New type.
26202         (IF_ROUND_INIT_): New macro.
26203         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
26204         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26205         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26206         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26207         (ROUND_RESTORE_): Likewise.
26208         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
26209         (ROUND_RESTORE_FE_TONEAREST): Likewise.
26210         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
26211         (ROUND_RESTORE_FE_UPWARD): Likewise.
26212         (RUN_TEST_LOOP_f_f): New macro.
26213         (acos_test_data): New variable.
26214         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
26215         (acos_tonearest_test_data): New variable.
26216         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26218 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26220         * benchtests/bench-skeleton.c (startup): Fix coding style.
26222 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
26224         [BZ #6809]
26225         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
26226         negative infinity argument.
26227         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
26228         negative infinity argument.
26229         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
26230         negative infinity argument.
26231         * math/libm-test.inc (tgamma_test): Expect errno to be set for
26232         domain errors.
26234 2013-05-10  Florian Weimer  <fweimer@redhat.com>
26236         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
26237         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
26238         * iconv/iconv_prog.c (main): Likewise.
26239         * locale/programs/charmap-dir.c (charmap_readdir)
26240         (fopen_uncompressed): Likewise.
26241         * locale/programs/locfile.c (siblings_uncached)
26242         (write_locale_data): Use lstat64 instead of lstat.
26243         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
26244         stat.
26246 2013-05-10  Andreas Jaeger  <aj@suse.de>
26248         [BZ #15395]
26249         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
26250         localization.
26251         Include <locale.h>.
26253 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
26255         * elf/dl-close.c (_dl_close_worker): Add comments.
26257 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
26259         [BZ #15359]
26260         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
26261         high part of pi/2.
26262         (__ieee754_rem_pio2l): Update comments.
26264         [BZ #15429]
26265         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
26266         high part of pi/2.
26267         (__ieee754_rem_pio2l): Update comments.
26269         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
26270         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
26272         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
26273         M_PI_4l.
26275         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
26276         (M_PI_34_LOG10El): Likewise.
26277         (M_PI2_LOG10El): Likewise.
26278         (M_PI4_LOG10El): Likewise.
26279         (M_PI_LOG10El): Likewise.
26281 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26283         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26285 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
26287         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
26288         (MINUS_ZERO_INIT): Likewise.
26289         (PLUS_INFTY_INIT): Likewise.
26290         (MINUS_INFTY_INIT): Likewise.
26291         (QNAN_VALUE_INIT): Likewise.
26292         (MAX_VALUE_INIT): Likewise.
26293         (MIN_VALUE_INIT): Likewise.
26294         (MIN_SUBNORM_VALUE_INIT): Likewise.
26295         (plus_zero): Initialize with PLUS_ZERO_INIT.
26296         (minus_zero): Initialize with MINUS_ZERO_INIT.
26297         (plus_infty): Initialize with PLUS_INFTY_INIT.
26298         (minus_infty): Initialize with MINUS_INFTY_INIT.
26299         (qnan_value): Initialize with QNAN_VALUE_INIT.
26300         (max_value): Initialize with MAX_VALUE_INIT.
26301         (min_value): Initialize with MIN_VALUE_INIT.
26302         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
26304         * math/libm-test.inc (RUN_TEST_if_f): New macro.
26305         (jn_test): Use TEST_if_f instead of TEST_ff_f.
26306         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
26307         (yn_test): Use TEST_if_f instead of TEST_ff_f.
26309         * math/libm-test.inc (RUN_TEST_f_f): New macro.
26310         (RUN_TEST_2_f): Likewise.
26311         (RUN_TEST_ff_f): Likewise.
26312         (RUN_TEST_fi_f): Likewise.
26313         (RUN_TEST_fl_f): Likewise.
26314         (RUN_TEST_fff_f): Likewise.
26315         (RUN_TEST_c_f): Likewise.
26316         (RUN_TEST_f_f1): Likewise.
26317         (RUN_TEST_fF_f1): Likewise.
26318         (RUN_TEST_fI_f1): Likewise.
26319         (RUN_TEST_ffI_f1): Likewise.
26320         (RUN_TEST_c_c): Likewise.
26321         (RUN_TEST_cc_c): Likewise.
26322         (RUN_TEST_f_i): Likewise.
26323         (RUN_TEST_f_i_tg): Likewise.
26324         (RUN_TEST_ff_i_tg): Likewise.
26325         (RUN_TEST_f_b): Likewise.
26326         (RUN_TEST_f_b_tg): Likewise.
26327         (RUN_TEST_f_l): Likewise.
26328         (RUN_TEST_f_L): Likewise.
26329         (RUN_TEST_sincos): Likewise.
26330         * math/gen-libm-test.pl (new_test): Take new argument to indicate
26331         whether to show exceptions.  Do not include ");\n" in return
26332         value.
26333         (special_functions): Output call to RUN_TEST_sincos instead of
26334         check_float calls.  Update calls to new_test.
26335         (parse_args): Output call to single RUN_TEST_* macro instead of
26336         check_* calls and other assignments.  Update calls to new_test.
26338         [BZ #2546]
26339         [BZ #2560]
26340         [BZ #5159]
26341         [BZ #15426]
26342         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
26343         input to result for tgamma overflow.
26344         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
26345         (gamma_coeff): New variable.
26346         (NCOEFF): New macro.
26347         (gamma_positive): New function.
26348         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
26349         underflow here.  Use gamma_positive instead of exp (lgamma) for
26350         other arguments.
26351         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
26352         (gamma_coeff): New variable.
26353         (NCOEFF): New macro.
26354         (gammaf_positive): New function.
26355         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
26356         underflow here.  Use gamma_positive instead of exp (lgamma) for
26357         other arguments.
26358         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
26359         (gamma_coeff): New variable.
26360         (NCOEFF): New macro.
26361         (gammal_positive): New function.
26362         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
26363         underflow here.  Use gamma_positive instead of exp (lgamma) for
26364         other arguments.
26365         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
26366         (gamma_coeff): New variable.
26367         (NCOEFF): New macro.
26368         (gammal_positive): New function.
26369         (__ieee754_gammal_r): Handle positive infinity, overflow and
26370         underflow here.  Handle NaN the same as positive infinity.  Remove
26371         check x < 0xffffffff for negative integers.  Use gamma_positive
26372         instead of exp (lgamma) for other arguments.
26373         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26374         (gamma_coeff): New variable.
26375         (NCOEFF): New macro.
26376         (gammal_positive): New function.
26377         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26378         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26379         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26380         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26381         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26382         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26383         * sysdeps/generic/math_private.h (__gamma_productf): New
26384         prototype.
26385         (__gamma_product): Likewise.
26386         (__gamma_productl): Likewise.
26387         * math/Makefile (libm-calls): Add gamma_product.
26388         * math/libm-test.inc (tgamma_test): Add more tests.
26389         * sysdeps/i386/fpu/libm-test-ulps: Update.
26390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26392 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
26394         * benchtests/bench-skeleton.c (main): Preheat CPU.
26396 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
26398         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26400 2013-05-07  Roland McGrath  <roland@hack.frob.com>
26402         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26403         and _dl_skip_args_internal.
26405 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
26407         * manual/message.texi (Message Translation): Talk about users.
26408         Message to key mapping impacts design.
26410 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26412         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26414         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26416         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26417         * sysdeps/wordsize-64/glob64.c: ... here.
26419         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26420         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26421         New macros.
26423         * debug/getlogin_r_chk.c: Moved to ...
26424         * login/getlogin_r_chk.c: ... here.
26425         * debug/Makefile (routines): Move getlogin_r_chk to ...
26426         * login/Makefile (routines): ... here.
26427         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26428         * login/Versions (libc: GLIBC_2.4): ... here.
26430         * io/poll.c (__poll): Renamed from poll.
26431         Add libc_hidden_def.
26432         (poll): Define as weak alias.
26434         * debug/ptsname_r_chk.c: Moved to ...
26435         * login/ptsname_r_chk.c: ... here.
26436         * debug/Makefile (routines): Move ptsname_r_chk to ...
26437         * login/Makefile (routines): ... here.
26438         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26439         * login/Versions (libc: GLIBC_2.4): ... here.
26441         * posix/getlogin.c: Moved to ...
26442         * login/getlogin.c: ... here.
26443         * posix/getlogin_r.c: Moved to ...
26444         * login/getlogin_r.c: ... here.
26445         * posix/getlogin_r.c: Moved to ...
26446         * login/getlogin_r.c: ... here.
26447         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26448         * login/Makefile (routines): ... here.
26449         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26450         * login/Versions (libc: GLIBC_2.0): ... here.
26452         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26453         (setrlimit): Define as weak alias.
26455         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26456         Call __ names for open, ftruncate, and close.
26457         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26458         (truncate): Define as weak alias.
26460 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26462         * math/gen-libm-test.pl (parse_args): Initialize x before each
26463         test of frexp, modf and remquo.
26465         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26466         test signgam value.
26468 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26470         [BZ #15418]
26471         [BZ #15419]
26472         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26473         internal tests.
26474         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26476 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26478         * elf/dl-writev.h: New file.
26479         * elf/dl-misc.c: Include it.
26480         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26481         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26483 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26485         * math/libm-test.inc (noXFails): Remove variable.
26486         (noXPasses): Likewise.
26487         (BUILD_COMPLEX_INT): Remove macro.
26488         (print_screen): Remove xfail argument.
26489         (print_screen_max_error): Likewise.
26490         (update_stats): Likewise.
26491         (print_max_error): Likewise.  Update calls to other affected
26492         functions.
26493         (print_complex_max_error): Likewise.
26494         (test_single_exception): Update calls to print_screen.
26495         (test_single_errno): Likewise.
26496         (check_float_internal): Remove xfail argument.  Update calls to
26497         other affected functions.
26498         (check_float): Likewise.
26499         (check_complex): Likewise.
26500         (check_int): Likewise.
26501         (check_long): Likewise.
26502         (check_bool): Likewise.
26503         (check_longlong): Likewise.
26504         (main): Don't print noXFails and noXPasses.
26505         * math/gen-libm-test.pl (top level): Don't mention expected
26506         failure handling in comment.
26507         (new_test): Don't handle expected failures.
26508         (parse_args): Don't mention expected failure handling in comment.
26509         (generate_testfile): Don't handle expected failures.
26510         (parse_ulps): Likewise.
26511         (print_ulps_file): Likewise.
26512         (get_failure): Remove function.
26513         (output_test): Don't handle expected failures.
26514         * make/README.libm-test: Don't mention expected failure handling.
26516         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26517         (minus_zero): Likewise.
26518         (plus_infty): Likewise.
26519         (minus_infty): Likewise.
26520         (qnan_value): Likewise.
26521         (max_value): Likewise.
26522         (min_value): Likewise.
26523         (min_subnorm_value): Likewise.
26524         (initialize): Do not initialize those variables dynamically.
26526 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26528         * io/open.c (__open_2): Moved to ...
26529         * io/open_2.c: ... this new file.
26530         * io/open64.c (__open64_2): Moved to ...
26531         * io/open64_2.c: ... this new file.
26532         * io/openat.c (__openat_2): Moved to ...
26533         * io/openat_2.c: ... this new file.
26534         * io/openat64.c (__openat64_2): Moved to ...
26535         * io/openat64_2.c: ... this new file.
26536         * io/Makefile (routines): Add them.
26537         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26538         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26539         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26540         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26541         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26542         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26543         (__openat64): Add hidden_ver.
26544         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26545         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26547         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26548         Separately conditionalize setting of GLRO(dl_sysinfo) so
26549         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26550         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26552 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26554         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26555         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26556         definition.
26557         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26558         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26559         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26560         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26561         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26563 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26565         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26566         test signgam value.
26568         * math/libm-test.inc (hypot_test): Do not use
26569         IGNORE_ZERO_INF_SIGN.
26571 2013-05-03  Andreas Jaeger  <aj@suse.de>
26573         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26574         Linux 3.9.
26575         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26576         (PF_MAX): Adjust for VSOCK change.
26578 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26580         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26582 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26584         [BZ #15264]
26585         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26586         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26587         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26589 2013-05-02  David S. Miller  <davem@davemloft.net>
26591         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26593 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26595         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26597 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26599         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26601 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26603         [BZ #14952]
26604         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26605         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26606         Use __attribute__ ((__gnu_inline__)).
26607         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26608         Don't use __attribute__ ((__gnu_inline__)).
26610 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26612         [BZ #15423]
26613         * math/s_catan.c (__catan): Handle small real or imaginary part of
26614         input specially to avoid spurious underflow.
26615         * math/s_catanf.c (__catanf): Likewise.
26616         * math/s_catanh.c (__catanh): Likewise.
26617         * math/s_catanhf.c (__catanhf): Likewise.
26618         * math/s_catanhl.c (__catanhl): Likewise.
26619         * math/s_catanl.c (__catanl): Likewise.
26620         * math/libm-test.inc (catan_test): Add more tests.
26621         (catanh_test): Likewise.
26622         * sysdeps/i386/fpu/libm-test-ulps: Update.
26623         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26625 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26627         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26629 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26631         [BZ #15416]
26632         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26633         accurately for denominator in atan2.
26634         * math/s_catanf.c (__catanf): Likewise.
26635         * math/s_catanh.c (__catanh): Likewise.
26636         * math/s_catanhf.c (__catanhf): Likewise.
26637         * math/s_catanhl.c (__catanhl): Likewise.
26638         * math/s_catanl.c (__catanl): Likewise.
26639         * math/libm-test.inc (catan_test): Add more tests.
26640         (catanh_test): Likewise.
26641         * sysdeps/i386/fpu/libm-test-ulps: Update.
26642         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26644 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26646         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26648         * benchtests/Makefile (bench): Remove slow benchmarks.
26649         * benchtests/atan-inputs: Add slow benchmark inputs.
26650         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26651         (BENCH_FUNC): Accept variant offset.
26652         (VARIANT): Define.
26653         * benchtests/bench-skeleton.c (main): Run benchmark for each
26654         variant.
26655         * benchtests/cos-inputs: Add slow benchmark inputs.
26656         * benchtests/exp-inputs: Likewise.
26657         * benchtests/pow-inputs: Likewise.
26658         * benchtests/sin-inputs: Likewise.
26659         * benchtests/slowatan-inputs: Remove.
26660         * benchtests/slowatan.c: Remove.
26661         * benchtests/slowcos-inputs: Remove.
26662         * benchtests/slowcos.c: Remove.
26663         * benchtests/slowexp-inputs: Remove.
26664         * benchtests/slowexp.c: Remove.
26665         * benchtests/slowpow-inputs: Remove.
26666         * benchtests/slowpow.c: Remove.
26667         * benchtests/slowsin-inputs: Remove.
26668         * benchtests/slowsin.c: Remove.
26669         * benchtests/slowtan-inputs: Remove.
26670         * benchtests/slowtan.c: Remove.
26671         * benchtests/tan-inputs: Add slow benchmark inputs.
26672         * scripts/bench.pl: Parse comments and directives.
26674         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26675         in CPPFLAGS.
26676         ($(objpfx)bench-%.c): Remove *-ITER.
26677         * benchtests/bench-modf.c: Remove definition of ITER.
26678         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26679         (main): Loop for DURATION seconds instead of fixed number of
26680         iterations.
26681         * scripts/bench.pl: Don't expect iterations in parameters.
26683 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26685         * io/fchdir.c (__fchdir): Renamed from fchdir.
26686         (fchdir): Define as weak alias.
26688 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26690         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26691         (ERRNO_EDOM): Likewise.
26692         (ERRNO_ERANGE): Likewise.
26693         (noErrnoTests): New variable.
26694         (init_max_error): Set errno to 0.
26695         (test_single_errno): New function.
26696         (test_errno): Likewise.
26697         (check_float_internal): Call test_errno.  Set errno to 0.
26698         (check_complex): Refer to errno tests in comment.
26699         (check_int): Call test_errno.  Set errno to 0.
26700         (check_long): Likewise.
26701         (check_bool): Likewise.
26702         (check_longlong): Likewise.
26703         (cos_test): Use ERRNO_* flags for errno tests instead of
26704         check_int.
26705         (expm1_test): Likewise.
26706         (fmod_test): Likewise.
26707         (ilogb_test): Likewise.
26708         (lgamma_test): Likewise.
26709         (pow_test): Likewise.
26710         (remainder_test): Likewise.
26711         (sin_test): Likewise.
26712         (tan_test): Likewise.
26713         (yn_test): Likewise.
26714         (initialize): Set errno to 0.
26715         (main): Print number of errno tests.
26716         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26718 2013-04-29  Andreas Jaeger  <aj@suse.de>
26720         [BZ #15084]
26721         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26722         and RES_USEVC.
26724         [BZ #15085]
26725         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26726         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26727         unimplemented.
26729         [BZ #15380]
26730         * stdlib/random.c (__initstate): Return NULL if
26731         __initstate fails.
26733         [BZ #15086]
26734         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26735         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26736         RES_SNGLKUPREOP.
26738 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26740         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26742 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26744         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26745         of individual tests.
26746         (casin_test): Likewise.
26747         (casinh_test): Likewise.
26749 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26751         [BZ #15409]
26752         * math/s_catan.c (__catan): Handle arguments with large real or
26753         imaginary part separately without squaring.
26754         * math/s_catanf.c (__catanf): Likewise.
26755         * math/s_catanh.c (__catanh): Likewise.
26756         * math/s_catanhf.c (__catanhf): Likewise.
26757         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26758         and redefine.
26759         (__catanhl): Handle arguments with large real or imaginary part
26760         separately without squaring.
26761         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26762         and redefine.
26763         (__catanl): Handle arguments with large real or imaginary part
26764         separately without squaring.
26765         * math/libm-test.inc (catan_test): Add more tests.
26766         (catanh_test): Likewise.
26767         * sysdeps/i386/fpu/libm-test-ulps: Update.
26768         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26770 2013-04-27  Andreas Jaeger  <aj@suse.de>
26772         [BZ #15007]
26773         * stdlib/stdlib.h: Update guards for qecvt.
26774         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26775         <stdlib.h>.
26777 2013-04-27  Allan McRae  <allan@archlinux.org>
26779         * sysdeps/i386/fpu/libm-test-ulps: Update.
26781 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26783         [BZ #15406]
26784         * math/s_catan.c: Include <float.h>.
26785         (__catan): Ensure underflow exception occurs for underflowed
26786         result.
26787         * math/s_catanf.c: Include <float.h>.
26788         (__catanf): Ensure underflow exception occurs for underflowed
26789         result.
26790         * math/s_catanh.c: Include <float.h>.
26791         (__catanh): Ensure underflow exception occurs for underflowed
26792         result.
26793         * math/s_catanhf.c: Include <float.h>.
26794         (__catanhf): Ensure underflow exception occurs for underflowed
26795         result.
26796         * math/s_catanhl.c: Include <float.h>.
26797         (__catanhl): Ensure underflow exception occurs for underflowed
26798         result.
26799         * math/s_catanl.c: Include <float.h>.
26800         (__catanl): Ensure underflow exception occurs for underflowed
26801         result.
26802         * math/libm-test.inc (catan_test): Add more tests.
26803         (catanh_test): Likewise.
26805         [BZ #15405]
26806         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26807         underflowed result.
26808         * math/s_ccoshf.c (__ccoshf): Likewise.
26809         * math/s_ccoshl.c (__ccoshl): Likewise.
26810         * math/s_csin.c (__csin): Likewise.
26811         * math/s_csinf.c (__csinf): Likewise.
26812         * math/s_csinh.c (__csinh): Likewise.
26813         * math/s_csinhf.c (__csinhf): Likewise.
26814         * math/s_csinhl.c (__csinhl): Likewise.
26815         * math/s_csinl.c (__csinl): Likewise.
26816         * math/libm-test.inc (ccos_test): Add more tests.
26817         (ccosh_test): Likewise.
26818         (csin_test): Likewise.
26819         (csinh_test): Likewise.
26821 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26823         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26824         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26825         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26826         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26827         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26828         powerpc/power5+/fpu folders.
26829         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26832 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26834         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26836 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26838         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26839         additions to variable.
26840         [$(config-machine) = x86_64] (modules-names): Likewise.
26841         ($(objpfx)tst-audit3): Remove dependency.
26842         ($(objpfx)tst-audit3.out): Likewise.
26843         ($(objpfx)tst-audit4): Likewise.
26844         ($(objpfx)tst-audit4.out): Likewise.
26845         ($(objpfx)tst-audit5): Likewise.
26846         ($(objpfx)tst-audit5.out): Likewise.
26847         ($(objpfx)tst-audit6): Likewise.
26848         ($(objpfx)tst-audit6.out): Likewise.
26849         ($(objpfx)tst-audit7): Likewise.
26850         ($(objpfx)tst-audit7.out): Likewise.
26851         (tst-audit3-ENV): Remove variable.
26852         (tst-audit4-ENV): Likewise.
26853         (tst-audit5-ENV): Likewise.
26854         (tst-audit6-ENV): Likewise.
26855         (tst-audit7-ENV): Likewise.
26856         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26857         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26858         addition to variable.
26859         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26860         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26861         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26862         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26863         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26864         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26865         tst-audit3, tst-audit4 and tst-audit5.
26866         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26867         tst-audit6 and tst-audit7.
26868         [$(subdir) = elf] (modules-names): Add audit modules for those
26869         tests.
26870         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26871         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26872         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26873         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26874         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26875         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26876         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26877         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26878         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26879         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26880         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26881         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26882         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26883         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26884         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26885         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26886         Likewise.
26887         [$(subdir) = elf && $(config-cflags-avx) = yes]
26888         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26889         [$(subdir) = elf && $(config-cflags-avx) = yes]
26890         (CFLAGS-tst-auditmod4a.c): Likewise.
26891         [$(subdir) = elf && $(config-cflags-avx) = yes]
26892         (CFLAGS-tst-auditmod4b.c): Likewise.
26893         [$(subdir) = elf && $(config-cflags-avx) = yes]
26894         (CFLAGS-tst-auditmod6b.c): Likewise.
26895         [$(subdir) = elf && $(config-cflags-avx) = yes]
26896         (CFLAGS-tst-auditmod6c.c): Likewise.
26897         [$(subdir) = elf && $(config-cflags-avx) = yes]
26898         (CFLAGS-tst-auditmod7b.c): Likewise.
26899         * elf/tst-audit3.c: Move to ...
26900         * sysdeps/x86_64/tst-audit3.c: ... here.
26901         * elf/tst-audit4.c: Move to ...
26902         * sysdeps/x86_64/tst-audit4.c: ... here.
26903         * elf/tst-audit5.c: Move to ...
26904         * sysdeps/x86_64/tst-audit5.c: ... here.
26905         * elf/tst-audit6.c: Move to ...
26906         * sysdeps/x86_64/tst-audit6.c: ... here.
26907         * elf/tst-audit7.c: Move to ...
26908         * sysdeps/x86_64/tst-audit7.c: ... here.
26909         * elf/tst-auditmod3a.c: Move to ...
26910         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26911         * elf/tst-auditmod3b.c: Move to ...
26912         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26913         * elf/tst-auditmod4a.c: Move to ...
26914         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26915         * elf/tst-auditmod4b.c: Move to ...
26916         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26917         * elf/tst-auditmod5a.c: Move to ...
26918         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26919         * elf/tst-auditmod5b.c: Move to ...
26920         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26921         * elf/tst-auditmod6a.c: Move to ...
26922         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26923         * elf/tst-auditmod6b.c: Move to ...
26924         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26925         * elf/tst-auditmod6c.c: Move to ...
26926         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26927         * elf/tst-auditmod7a.c: Move to ...
26928         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26929         * elf/tst-auditmod7b.c: Move to ...
26930         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26932 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26934         [BZ #15366]
26935         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26936         define unconditionally.
26937         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26938         define unconditionally.
26939         (INT8_C, INT16_C, etc.): Likewise.
26941 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26943         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26944         __ehdr_start with hidden visibility.
26946         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26948 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26950         * math/libm-test.inc (cos_test): Use accurate hex constants.
26951         (sincost_test): Likewise.
26953 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26955         * math/libm-test.inc (catan_test): Add more tests.
26956         (catanh_test): Likewise.
26958         * math/s_catanf.c (__catanf): Use suffixed floating-point
26959         constants.
26960         * math/s_catanhf.c (__catanhf): Likewise.
26961         * math/s_catanhl.c (__catanhl): Likewise.
26962         * math/s_catanl.c (__catanl): Likewise.
26964         [BZ #15394]
26965         * math/s_catan.c (__catan): Calculate imaginary part of result
26966         with log1p not log unless computing log of number close to 0.
26967         * math/s_catanf.c (__catanf): Likewise.
26968         * math/s_catanl.c (__catanl): Likewise.
26969         * math/s_catanh.c (__catanh): Calculate real part of result with
26970         log1p not log unless computing log of number close to 0.
26971         * math/s_catanhf.c (__catanhf): Likewise.
26972         * math/s_catanhl.c (__catanhl): Likewise.
26973         * math/libm-test.inc (catan_test): Add more tests.
26974         (catanh_test): Likewise.
26975         * sysdeps/i386/fpu/libm-test-ulps: Update.
26976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26978 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26980         * benchtests/Makefile: Mention files in which fast and slow
26981         paths of math functions are implemented.
26983 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26985         * sysdeps/posix/timespec_get.c: New file.
26987 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26989         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26990         POWER.
26991         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26992         for POWER.
26993         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26994         powerpc/power5/fpu folders.
26995         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26996         * benchtests/Makefile: Add modf testcase.
26997         * benchtests/bench-modf.c: New file: Benchmark test for mo
26999 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
27001         [BZ #14888]
27002         * time/Makefile (tests): Add tst-strptime-whitespace.
27003         * time/strptime_l.c (get_number): Use ISSPACE.
27004         (__strptime_internal): Likewise.
27005         * time/tst-strptime-whitespace.c: New test case.
27007 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
27009         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
27010         member.
27011         (_nss_files_init): Set it here.
27013 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
27015         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
27016         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
27017         unsigned.
27019 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
27021         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
27023 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27025         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
27026         size just once.
27028 2013-04-21  David S. Miller  <davem@davemloft.net>
27030         * po/ru.po: Update Russion translation from translation project.
27032 2013-04-17  Adam Conrad  <adconrad@0c3.net>
27034         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
27035         and setfsgid.
27037 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
27039         * configure.in: Remove i386 configure warning. Remove i386 case.
27040         * configure: Regenerate.
27041         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
27042         Add example to error message.
27043         * sysdeps/i386/configure: Regenerate.
27045 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27047         * benchtests/Makefile (bench): Add cos, tan, slowcos and
27048         slowtan.
27049         * benchtests/cos-inputs: New file.
27050         * benchtests/slowcos-inputs: New file.
27051         * benchtests/slowcos.c: New file.
27052         * benchtests/slowtan-inputs: New file.
27053         * benchtests/slowtan.c: New file.
27054         * benchtests/tan-inputs: New file.
27056 2013-04-16  Roland McGrath  <roland@hack.frob.com>
27058         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
27059         considered kosher.
27061 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27063         * benchtests/Makefile: Include cppflags-iterator.mk to add
27064         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
27066         * Makefile.in (bench-clean): New target.
27067         * benchtests/Makefile (bench-clean): Likewise.
27069 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
27071         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
27073 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
27075         * stdio-common/tstdiomisc.c: Fix coding-style violation.
27077 2013-04-15  Andreas Schwab  <schwab@suse.de>
27079         * nscd/grpcache.c (cache_addgr): Properly check for short write.
27080         * nscd/initgrcache.c (addinitgroupsX): Likewise.
27081         * nscd/pwdcache.c (cache_addpw): Likewise.
27082         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
27083         more than recsize.
27085 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27087         * benchtests/Makefile (bench): Write all output to
27088         bench-out.tmp together.
27090 2013-04-15  Andreas Schwab  <schwab@suse.de>
27092         * nscd/nscd.c (main): Don't fork again after closing files.
27094 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27096         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
27098         * benchtests/Rules (bench-deps): Collect dependencies into a
27099         single variable.  Add Makefile to dependencies.
27100         ($(objpfx)bench-%.c): Depend on bench-deps.
27102 2013-04-12  Roland McGrath  <roland@hack.frob.com>
27103             Xavier Roche  <roche+kml2@exalead.com>
27105         [BZ #15361]
27106         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
27107         just that it's a file descriptor.
27108         * manual/llio.texi (Synchronizing AIO Operations): Update description
27109         for EBADF error from aio_fsync.
27111 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
27113         * Rules (bench): Move target definition...
27114         * benchtests/Makefile: ... here.
27116 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
27118         * math/libm-test.inc (cos_test): Fix PI/2 test.
27119         (sincos_test): Likewise.
27120         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
27121         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
27123 2013-04-11  Andreas Schwab  <schwab@suse.de>
27125         [BZ #13988]
27126         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
27127         accept exponent character only when digits were seen.
27128         * stdio-common/Makefile (tests): Add bug26.
27129         * stdio-common/bug26.c: New file.
27131         [BZ #14293]
27132         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
27133         non-freeable.
27135 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27137         * Makeconfig (rtld-prefix): Define built linker prefix.
27138         * Rules (run-bench): Use it.
27139         * math/Makefile (run-regen-ulps): Likewise.
27141         * Rules (bench): Remove eval.
27143 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27144             Roland McGrath  <roland@hack.frob.com>
27145             Ondrej Bilka  <neleai@seznam.cz>
27147         [BZ #15346]
27148         * time/getdate.c: Include ctype.h and alloca.h.
27149         (__getdate_r): Trim leading and trailing spaces of input.
27150         * time/tst-getdate.c (tests): Add tests with leading and
27151         trailing spaces.
27153 2013-04-08  Roland McGrath  <roland@hack.frob.com>
27155         [BZ #14280]
27156         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
27157         when computing value.
27159 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27161         * math/README.libm-test (How can I generate "libm-test-ulps"?):
27162         Use testrun.sh to run libm tests.
27164         [BZ #15309]
27165         * elf/dl-open.c (dl_open_worker): memset all of seen array.
27167 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
27169         [BZ #15264]
27170         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
27172 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27174         * Makefile.in (regen-ulps): New target.
27175         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
27176         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
27177         [ifneq (no,$(PERL)] (regen-ulps): New target.
27178         [ifeq (no,$(PERL)] (regen-ulps): New target.
27179         * math/libm-test.inc (ulps_file_name): Define.
27180         (output_dir): New variable.
27181         (options): Add "output-dir" option.
27182         (parse_opt): Handle 'o' case.
27183         (main): If output_dir is non-NULL use it as a prefix
27184         otherwise use "".
27185         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
27187 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27189         [BZ #10060, #10062]
27190         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
27191         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
27192         fail configure if __sync_val_compare_and_swap is not inlined.
27193         * sysdeps/i386/configure: Regenerate.
27194         * configure.in: Build for i686 when configured for i386.
27195         * configure: Regenerate.
27196         * README: Remove i386 reference.
27198 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27200         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
27201         * sysdeps/s390/s390-64/sysdep.h: Likewise.
27203 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
27205         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
27206         (lmsnanval): New variables.
27207         (F): Add conversion tests.
27208         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
27209         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
27211         * stdio-common/tstdiomisc.c (F): Properly collect individual
27212         tests' results.
27214         [BZ #14686, #15336]
27215         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
27216         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
27217         Instead, use input NaN values or generate a qNaN by arithmetic
27218         operation.  Also fix bugs to comply with the standard.
27219         * math/libm-test.inc (remainder_test): Add more tests.
27221         [BZ #15335, #15342]
27222         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
27223         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
27224         input NaN values or generate a qNaN by arithmetic operation.
27226         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
27227         unreachable code.
27229         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
27230         definitions.
27232 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
27234         [BZ #14478]
27235         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
27236         underflowed result.
27237         * math/s_cexpf.c (__cexpf): Likewise.
27238         * math/s_cexpl.c (__cexpl): Likewise.
27239         * math/libm-test.inc (cexp_test): Add more tests.
27241 2013-04-03  Andreas Schwab  <schwab@suse.de>
27243         [BZ #15330]
27244         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
27245         order arrays from heap if bigger than alloca cutoff.
27247 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
27249         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
27250         (SNAN_TESTS_double): Refer to GCC PR56831.
27251         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
27252         GCC PR56828.
27254 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27256         * Rules (bench): Move bench.out after the run is complete.
27258         * Rules (bench): Echo currently running benchmark.
27260         * benchtests/Makefile (bench): Add atan and slowatan.
27261         * benchtests/atan-inputs: New file.
27262         * benchtests/slowatan-inputs: New file.
27263         * benchtests/slowatan.c: New file.
27265         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
27266         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
27267         its value.
27269         [BZ #15305]
27270         * sysdeps/unix/sysv/linux/kernel-features.h
27271         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
27272         __ASSUME_XFS_RESTRICTED_CHOWN.
27273         * sysdeps/unix/sysv/linux/pathconf.c
27274         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
27275         Save and restore errno.
27277 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
27279         [BZ #15327]
27280         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
27281         arguments using __kernel_casinh.
27282         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
27283         arguments using __kernel_casinhf.
27284         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
27285         arguments using __kernel_casinhl.
27286         * math/libm-test.inc (cacosh_test): Add more tests.
27287         * sysdeps/i386/fpu/libm-test-ulps: Update.
27288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27290 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27292         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
27293         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
27295         * bench/Makefile (bench): Add sin and slowsin.
27296         * benchtests/sin-inputs: New file.
27297         * benchtests/slowsin-inputs: New file.
27298         * benchtests/slowsin.c: New file.
27300         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
27301         (bench): Add slowexp and slowpow.
27302         (exp-ITER): Increase iterations.
27303         (pow-ITER): Likewise.
27304         * benchtests/exp-inputs: Change input.
27305         * benchtests/pow-inputs: Likewise.
27306         * benchtests/slowexp-inputs: New file.
27307         * benchtests/slowexp.c: New file.
27308         * benchtests/slowpow-inputs: New file.
27309         * benchtests/slowpow.c: New file.
27311 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27313         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
27314         instructions.
27315         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
27316         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
27317         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
27318         * benchtests/Makefile: Add rint benchtest.
27319         * benchtests/rint-inputs: Input for rint benchtest.
27321 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
27323         * Versions.def (libm): Add GLIBC_2.18.
27324         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
27325         hidden libm prototypes.
27326         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
27327         * math/Makefile (libm-calls): Add s_issignaling.
27328         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
27329         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
27330         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
27331         declaration.
27332         * math/math.h [__USE_GNU] (issignaling): New macro.
27333         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
27334         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
27335         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
27336         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
27337         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
27338         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
27339         * manual/arith.texi (issignaling): New section.
27340         * manual/libm-err-tab.pl (@all_functions): Update comment.
27341         * math/gen-libm-test.pl (parse_args): Apply special handling for
27342         issignaling.
27343         * math/libm-test.inc (print_float, issignaling_test): New
27344         functions.
27345         (check_float_internal): Add issignaling checks.
27346         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
27347         default definition.
27348         * sysdeps/powerpc/math-tests.h: New file.
27349         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
27350         tests.
27351         * math/test-snan.c (TEST_FUNC): Likewise.
27353 2013-03-30  David S. Miller  <davem@davemloft.net>
27355         * po/de.po: Update from translation team.
27357 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
27359         [BZ #10357]
27360         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27361         imaginary part less than 1.0 and real part less than 0.5
27362         specially.
27363         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27364         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27365         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27366         (cacos_test): Add more tests.
27367         (casin_test): Likewise.
27368         (casinh_test): Likewise.
27369         * sysdeps/i386/fpu/libm-test-ulps: Update.
27370         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27372 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27374         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27375         ONE with its value.
27377         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27378         (__pow_mp): Replace ONE and MONE with their values.
27379         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27380         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27381         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27382         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27383         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27384         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27386         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27388         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27389         (__pow_mp): Replace ZERO and MZERO with their values.
27390         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27391         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27392         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27393         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27394         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27395         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27396         (__sqr): Likewise.
27398         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27400         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27402 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27404         * include/stdlib.h [!SHARED] (__call_tls_dtors):
27405         Declare with __attribute__ ((weak)).
27406         * stdlib/exit.c (__libc_atexit) [!SHARED]:
27407         Call __call_tls_dtors only if it's not NULL.
27409 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27411         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27412         didn't do it already, then set _dl_phdr and _dl_phnum based on the
27413         magic __ehdr_start linker symbol if it's defined.
27414         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27415         them up here if it was already done.
27417         * elf/dl-support.c (_dl_phdr): Make pointer to const.
27418         (_dl_aux_init): Use const in cast when setting it.
27419         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27420         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27421         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27423         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27424         Declare them here.
27425         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27426         * csu/libc-tls.c: Nor here.
27427         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27429         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27430         (__libc_message): Never call vsyslog.
27432 2013-03-28  Alan Modra  <amodra@gmail.com>
27434         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27435         Define as empty.
27436         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27437         Likewise.
27439 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27441         [BZ #15214]
27442         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27443         underflow.
27444         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27446 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27448         [BZ #15304]
27449         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27450         Don't add gid passed as argument.
27452         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27454 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27456         [BZ #15307]
27457         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27458         imaginary part between 1.0 and 1.5 and real part less than 0.5
27459         specially.
27460         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27461         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27462         * math/libm-test.inc (cacos_test): Add more tests.
27463         (casin_test): Likewise.
27464         (casinh_test): Likewise.
27465         * sysdeps/i386/fpu/libm-test-ulps: Update.
27466         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27468 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27470         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27471         constants.
27472         (norm): Likewise.
27473         (denorm): Likewise.
27474         (__dbl_mp): Likewise.
27475         (add_magnitudes): Likewise.
27476         (sub_magnitudes): Likewise.
27477         (__add): Likewise.
27478         (__sub): Likewise.
27479         (__mul): Likewise.
27480         (__sqr): Likewise.
27481         (__inv): Likewise.
27482         (__dvd): Likewise.
27484         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27485         commented code.
27486         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27487         (__dubcos): Likewise.
27488         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27489         (__ieee754_acos): Likewise.
27490         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27491         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27492         (__exp1): Likewise.
27493         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27494         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27495         (log1): Likewise.
27496         (my_log2): Likewise.
27497         (checkint): Likewise.
27498         * sysdeps/ieee754/dbl-64/e_remainder.c
27499         (__ieee754_remainder): Likewise.
27500         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27501         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27502         (bsloww): Likewise.
27503         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27505         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27506         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27507         MANTISSA_STORE_T to store computations on mantissa.  Use
27508         macros for rounding and division.
27509         (denorm): Likewise.
27510         (__dbl_mp): Likewise.
27511         (add_magnitudes): Likewise.
27512         (sub_magnitudes): Likewise.
27513         (__mul): Likewise.
27514         (__sqr): Likewise.
27515         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27516         powers of two in terms of TWOPOW macro.
27517         (mp_no): Make type of mantissa as MANTISSA_T.
27518         [!RADIXI]: Define RADIXI.
27519         [!TWO52]: Define TWO52.
27520         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27522 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27524         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27525         llroundl symbol when building for PPC32.
27527 2013-03-24  Mark H Weaver  <mhw@netris.org>
27529         * manual/arith.texi (Normalization Functions): Fix prototypes for
27530         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27532 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27534         [BZ #13889]
27535         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27536         high value to check if expl overflow.
27537         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27538         to check for underflow and overflow.
27539         * math/libm-test.inc: Add exp test.
27541 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27543         [BZ #11120]
27544         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27545         with NOT_IN_libc.
27547 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27549         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27550         symbol.
27552 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27554         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27555         wrap blocks consisting of several statements.
27557         * sysdeps/generic/math-tests.h: New file.
27558         * sysdeps/i386/fpu/math-tests.h: Likewise.
27559         * math/test-snan.c: Include it.
27560         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27562 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27564         [BZ #15285]
27565         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27566         (__ieee754_j0l): Do not improve calculations using cos of twice
27567         input for inputs above LDBL_MAX / 2.0L.
27568         (__ieee754_y0l): Likewise.
27569         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27570         (__ieee754_j1l): Do not improve calculations using cos of twice
27571         input for inputs above LDBL_MAX / 2.0L.
27572         (__ieee754_y1l): Likewise.
27573         * math/libm-test.inc (j0_test): Add another test.
27574         (j1_test): Likewise.
27575         (y0_test): Likewise.
27576         (y1_test): Likewise.
27577         * sysdeps/i386/fpu/libm-test-ulps: Update.
27579 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27581         * Rules ($(objpfx)bench-%.c): Include code from a C source
27582         file.
27584 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27586         [BZ #15287]
27587         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27588         imaginary part 1.0 and real part less than 0.5 specially.
27589         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27590         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27591         * math/libm-test.inc (cacos_test): Add more tests.
27592         (casin_test): Likewise.
27593         (casinh_test): Likewise.
27594         * sysdeps/i386/fpu/libm-test-ulps: Update.
27595         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27597 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27599         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27600         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27602 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27604         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27605         * config.make.in (config-cflags-sse4): Remove variable.
27606         (config-cflags-avx): Likewise.
27607         (config-cflags-sse2avx): Likewise.
27608         (config-cflags-novzeroupper): Likewise.
27609         (config-asflags-i686): Likewise.
27610         (have-mfma4): Likewise.
27611         (have-as-vis3): Likewise.
27612         (MIG): Likewise.
27613         * configure.in (MIG): Do not AC_SUBST.
27614         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27615         (libc_cv_cc_sse4): Do not AC_SUBST.
27616         (libc_cv_cc_avx): Likewise.
27617         (libc_cv_cc_sse2avx): Likewise.
27618         (libc_cv_cc_novzeroupper): Likewise.
27619         (libc_cv_cc_fma4): Likewise.
27620         (libc_cv_as_i686): Likewise.
27621         (libc_cv_sparc_as_vis3): Likewise.
27622         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27623         LIBC_CONFIG_VAR.
27624         (config-asflags-i686): Likewise.
27625         (config-cflags-avx): Likewise.
27626         (config-cflags-sse2avx): Likewise.
27627         (have-mfma4): Likewise.
27628         (config-cflags-novzeroupper): Likewise.
27629         * sysdeps/mach/configure.in (MIG): Likewise.
27630         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27631         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27632         LIBC_CONFIG_VAR.
27633         (config-cflags-avx): Likewise.
27634         (config-cflags-sse2avx): Likewise.
27635         (have-mfma4): Likewise.
27636         (config-cflags-novzeroupper): Likewise.
27637         * configure: Regenerated.
27638         * sysdeps/i386/configure: Likewise.
27639         * sysdeps/mach/configure: Likewise.
27640         * sysdeps/sparc/configure: Likewise.
27641         * sysdeps/x86_64/configure: Likewise.
27643 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27645         [BZ #14812]
27646         * locale/programs/localedef.c (options): Put N_ translation marker
27647         on argument names, not just descriptions.
27649 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27651         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27653 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27655         [BZ #14176]
27656         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27658 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27660         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27661         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27662         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27663         [!BEFORE_ABORT] (before_abort): New function.
27664         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27665         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27666         (writev_for_fatal): New function.
27667         (WRITEV_FOR_FATAL): New macro; call that.
27668         (backtrace_and_maps): New function.
27669         (BEFORE_ABORT): New macro; call that.
27670         (struct str_list): Type removed.
27671         (__libc_message, __libc_fatal): Functions removed.
27672         Include <sysdeps/posix/libc_fatal.c> instead.
27674 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27676         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27677         constants.
27678         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27679         double constants.
27681 2013-03-19  Andreas Schwab  <schwab@suse.de>
27683         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27684         * sysdeps/gnu/configure: Regenerate.
27686         * configure.in: Substitute libc_cv_rtlddir.
27687         * configure: Regenerate.
27688         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27689         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27690         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27691         * elf/Makefile (install-others, CFLAGS-interp.c)
27692         (ldso_install, common-ldd-rewrite): Likewise.
27693         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27694         $(inst_slibdir)/$(rtld-installed-name).
27695         * scripts/rellns-sh: Add -p option.
27696         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27697         for source.
27699 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27701         * manual/nptl.texi: Renamed to ...
27702         * manual/threads.texi: ... this.
27703         * manual/Makefile (chapters): Update.
27705 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27707         [BZ #14812]
27708         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27709         on argument names, not just descriptions.
27710         * malloc/memusagestat.c (options): Likewise.
27711         * nss/getent.c (options): Likewise.
27713 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27715         [BZ #14812]
27716         * iconv/iconv_prog.c (options): Put N_ translation marker
27717         on argument names, not just descriptions.
27718         * iconv/iconvconfig.c (options): Likewise.
27720 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27722         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27723         implementation which is faster on all x86_64 architectures.
27724         Tested on AMD, Intel Nehalem, SNB, IVB.
27725         * sysdeps/x86_64/strnlen.S: Likewise.
27727         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27728         Remove all multiarch strlen and strnlen versions.
27729         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27730         Remove strlen and strnlen related parts.
27732         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27733         Inline strlen part.
27734         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27736         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27737         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27738         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27739         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27740         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27741         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27743 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27745         * manual/memory.texi (Malloc Tunable Parameters):
27746         Sort parameters alphabetically. Add comments for missing entries.
27748 2013-03-17  David S. Miller  <davem@davemloft.net>
27750         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27752 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27754         [BZ #15283]
27755         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27756         for arguments at most half maximum finite value.
27757         * math/libm-test.inc (j0_test): Add more tests.
27758         (j1_test): Likewise.
27759         (y0_test): Likewise.
27760         (y1_test): Likewise.
27761         * sysdeps/i386/fpu/libm-test-ulps: Update.
27762         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27764         [BZ #14155]
27765         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27766         1 / x and functions P and Q for arguments above 0x1p256L.
27767         (__ieee754_y0l): Likewise.
27768         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27769         (__ieee754_y1l): Likewise.
27770         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27771         (j1_test): Likewise.
27772         (y0_test): Likewise.
27773         (y1_test): Likewise.
27775 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27777         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27778         variable.
27780 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27782         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27783         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27784         zero since it's initialized to EXEC_PAGESIZE.
27786         * sysdeps/unix/sysv/linux/ldsodefs.h
27787         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27788         * sysdeps/generic/ldsodefs.h: ... here.
27790 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27792         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27794         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27795         math/test-snan.c.
27796         * math/test-snan.c: Renamed from
27797         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27798         * math/Makefile (tests): Add test-snan.
27799         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27800         test-powerpc-snan.
27802         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27803         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27804         functions.
27805         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27806         __builtin_nan family of functions.
27807         * math/libm-test.inc (initialize): Initialize qnan_value with
27808         __builtin_nan family of functions.
27809         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27810         Remove variables.
27811         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27812         Remove functions.
27813         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27814         storage class.  Initialize qNaN_var and sNaN_var with
27815         __builtin_nan and __builtin_nans families of functions,
27816         respectively.
27818         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27819         (sqrt_test): Remove duplicate test with qNaN input.
27820         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27821         (round_test, signbit_test, significand_test): Note missing +/-Inf
27822         as well as qNaN tests.
27824         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27825         qNaN_var.  Fix a few strings, too.
27826         * math/libm-test.inc (nan_value): Rename to qnan_value.
27827         * math/gen-libm-test.pl (%beautify): Adjust to that.
27828         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27829         * math/test-misc.c (main): Likewise.
27830         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27831         to __qnan_bytes, and __qnan_union, respectively.
27832         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27833         Likewise.
27834         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27835         and lqnanval, respectively.
27836         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27837         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27838         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27839         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27841         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27842         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27843         doubles.
27845         * math/test-misc.c (main): Fix copy'n'pastos.
27846         * misc/tst-efgcvt.c (special): Likewise.
27848         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27849         Remove declarations.
27851 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27853         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27854         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27855         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27856         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27858 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27860         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27861         macro to return vdso values correctly in IFUNC implementations.
27862         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27863         Optimization by using IFUNC.
27865 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27866             Richard Henderson  <rth@redhat.com>
27867             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27869         * Makefile.in (bench): New target.
27870         * NEWS: Mention the benchmark framework.
27871         * Rules (bench): Likewise.
27872         (binaries-bench): Generate binaries for functions to
27873         benchmark.
27874         * benchtests/Makefile: New makefile for benchmark tests.
27875         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27876         programs.
27877         * benchtests/exp-inputs: New input file for EXP function.
27878         * benchtests/pow-inputs: New input file for POW function.
27879         * scripts/bench.pl: New script to generate source files for
27880         benchmark programs.
27882 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27884         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27885         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27886         computations on mantissa.  Use macros for rounding and
27887         division.
27888         (denorm): Likewise.
27889         (__dbl_mp): Likewise.
27890         (add_magnitudes): Likewise.
27891         (sub_magnitudes): Likewise.
27892         (__mul): Likewise.
27893         (__sqr): Likewise.
27894         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27895         powers of two in terms of TWOPOW macro.
27896         (mp_no): Make type of mantissa as MANTISSA_T.
27897         [!RADIXI]: Define RADIXI.
27898         [!TWO52]: Define TWO52.
27899         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27901         * manual/nptl.texi (cindex): Modify threads to pthreads.
27903 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27905         * sysdeps/x86_64/preconfigure: Regenerated.
27907 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27909         [BZ #14155]
27910         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27911         0x1p28 and above.
27912         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27913         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27914         0x1p28 and above.
27915         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27916         * math/libm-test.inc (j0_test): Do not allow one spurious
27917         underflow exception.
27918         (y1_test): Likewise.
27920 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27922         * manual/Makefile (chapters): Add nptl.
27923         * manual/debug.texi (Debugging Support): Add link to Threads
27924         chapter.
27925         * manual/nptl.texi: New file.
27927         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27929 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27931         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27932         for non-NULL pointer before the memory validity test. Pointed
27933         out by Holger Brunck <holger.brunck@keymile.com>.
27935 2013-03-13  Andreas Schwab  <schwab@suse.de>
27937         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27938         instead of .os.
27940 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27942         * timezone/zic.c: Update from tzcode 2013b.
27944 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27946         * manual/install.texi (Configuring and compiling):
27947         Mention i686 and i586.
27948         * INSTALL: Regenerate.
27950 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27952         * sysdeps/init_array/elf-init.c: New file.
27953         * csu/elf-init.c
27954         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27955         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27957         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27958         __gmon_start__ as global, but as static with a .preinit_array pointer.
27959         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27960         * sysdeps/init_array/crti.S: New file, empty except for comments.
27961         * sysdeps/init_array/crtn.S: Likewise.
27963 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27965         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27966         definining bcopy.
27967         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27968         Remove Prefer_SSE_for_memop.
27969         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27970         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27971         HAS_PREFER_SSE_FOR_MEMOP.
27972         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27973         memset-x86-64.
27974         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27975         Remove bzero, memset ifunc support.
27976         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27977         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27978         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27979         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27981 2013-03-11  Andreas Schwab  <schwab@suse.de>
27983         [BZ #15234]
27984         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27985         by SHLIB_COMPAT.
27986         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27987         (GLIBC_2.16): Remove pthread_atfork.
27989 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27991         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27992         (ptestcases.h): Likewise.
27994 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27996         * Makeconfig ($(common-objpfx)config.status): Depend on
27997         sysdeps/*/preconfigure{,.in} too.
27999 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
28001         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
28002         (__free_hook): Use void * instead of __malloc_ptr_t.
28003         (__malloc_hook): Likewise.
28004         (__realloc_hook): Likewise.
28005         (__memalign_hook): Likewise.
28006         (__after_morecore_hook): Likewise.
28007         * malloc/arena.c (save_malloc_hook): Likewise.
28008         (save_free_hook): Likewise.
28009         * malloc/hooks.c (malloc_hook_ini): Likewise.
28010         (realloc_hook_ini): Likewise.
28011         (memalign_hook_ini): Likewise.
28012         * malloc/malloc.c (malloc_hook_ini): Likewise.
28013         (realloc_hook_ini): Likewise.
28014         (memalign_hook_ini): Likewise.
28015         (__free_hook): Likewise.
28016         (__malloc_hook): Likewise.
28017         (__realloc_hook): Likewise.
28018         (__memalign_hook): Likewise.
28019         (__libc_malloc): Likewise.
28020         (__libc_free): Likewise.
28021         (__libc_realloc): Likewise.
28022         (__libc_memalign): Likewise.
28023         (__libc_valloc): Likewise.
28024         (__libc_pvalloc): Likewise.
28025         (__libc_calloc): Likewise.
28026         (__posix_memalign): Likewise.
28027         * malloc/morecore.c (__sbrk): Likewise.
28028         (__default_morecore): Likewise.
28030         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
28032         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
28033         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
28034         __malloc_ptrdiff_t.
28036         * malloc/malloc.h (__malloc_size_t): Remove macro.
28037         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
28038         __malloc_size_t.
28039         (old_memalign_hook): Likewise.
28040         (old_realloc_hook): Likewise.
28041         (struct hdr): Likewise.
28042         (flood): Likewise.
28043         (mallochook): Likewise.
28044         (memalignhook): Likewise.
28045         (reallochook): Likewise.
28046         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
28047         (tr_old_realloc_hook): Likewise.
28048         (tr_old_memalign_hook): Likewise.
28049         (tr_mallochook): Likewise.
28050         (tr_reallochook): Likewise.
28051         (tr_memalignhook): Likewise.
28053 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28055         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
28056         default_ldbl_pack and using as default implementation.
28057         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
28058         implementation.
28059         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
28060         redundant definition.
28061         (ldbl_insert_mantissa): Likewise.
28062         (ldbl_canonicalize): Likewise.
28063         (ldbl_nearbyint): Likewise.
28064         (ldbl_pack): Rename to ldbl_pack_ppc.
28065         (ldbl_unpack): Rename to ldbl_unpack_ppc.
28066         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
28067         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
28069 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
28071         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
28072         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
28073         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
28074         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
28075         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
28076         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
28077         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
28078         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
28080 2013-03-07  Andreas Jaeger  <aj@suse.de>
28082         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28083         bits/mman-linux.h.
28085 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
28087         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
28088         Include mpa.h and declare __MPEXP.
28089         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
28090         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
28091         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
28092         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
28093         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
28094         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
28095         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
28097         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
28098         (__slowpow): Use long double EXPL and LOGL functions to
28099         compute POW.
28100         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
28101         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
28102         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
28103         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
28104         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
28105         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
28107         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
28108         intermediate variable to calculate exponent.
28109         (__sqr): Likewise.
28110         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28111         Likewise.
28112         (__sqr): Likewise.
28114         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
28115         [!NO__SQR]: Define __sqr.
28116         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
28117         and NO__SQR.  Remove all code except __mul and __sqr.  Include
28118         sysdeps/ieee754/dbl-64/mpa.c.
28119         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
28121         [BZ #12723]
28122         * posix/Makefile (tests): Add tst-pathconf.
28123         * posix/tst-pathconf.c: New test case.
28124         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
28125         _PC_PIPE_BUF.
28126         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
28128 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
28130         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
28132 2013-03-06  Andreas Jaeger  <aj@suse.de>
28134         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
28135         definition via __MAP_ANONYMOUS.
28137         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
28138         it's not part of Linux headers.
28140         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
28141         (MAP_HUGE_MASK): Define.
28143         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
28144         Define.
28145         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28146         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
28147         Define.
28148         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28149         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
28150         Define.
28151         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28152         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
28153         Define.
28154         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28156         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
28157         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
28158         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
28159         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
28160         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
28161         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
28163         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
28164         Handle f2fs.
28166         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
28167         Handle f2fs and efivarfs.
28169         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
28170         f2fs.
28172         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
28173         (EFIVARFS_MAGIC): Add.
28174         (F2FS_LINK_MAX): Add.
28176 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
28178         * stdio-common/vfprintf.c: Replace __builtin_expect with
28179         __glibc_unlikely.
28181 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
28183         [BZ #13550]
28184         * sysdeps/generic/bp-sym.h: Remove file.
28185         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
28186         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
28187         <bp-sym.h> and <bp-asm.h>.
28188         (__longjmp): Don't use BP_SYM.
28189         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
28190         and <bp-asm.h>.
28191         (memcpy): Don't use BP_SYM.
28192         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
28193         <bp-sym.h> and <bp-asm.h>.
28194         (memcpy): Don't use BP_SYM.
28195         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
28196         <bp-asm.h>.
28197         (memcpy): Don't use BP_SYM.
28198         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
28199         <bp-asm.h>.
28200         (memset): Don't use BP_SYM.
28201         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28202         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28203         (__bzero): Don't use BP_SYM.
28204         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28205         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28206         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
28207         <bp-sym.h> and <bp-asm.h>.
28208         (memcmp): Don't use BP_SYM.  Remove comment about bounded
28209         pointers.
28210         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
28211         <bp-sym.h> and <bp-asm.h>.
28212         (memcpy): Don't use BP_SYM.
28213         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
28214         <bp-sym.h> and <bp-asm.h>.
28215         (memset): Don't use BP_SYM.
28216         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28217         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28218         (__bzero): Don't use BP_SYM.
28219         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28220         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28221         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
28222         <bp-sym.h> and <bp-asm.h>.
28223         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28224         pointers.
28225         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
28226         <bp-sym.h> and <bp-asm.h>.
28227         (memcpy): Don't use BP_SYM.
28228         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
28229         <bp-sym.h> and <bp-asm.h>.
28230         (memset): Don't use BP_SYM.
28231         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28232         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28233         (__bzero): Don't use BP_SYM.
28234         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28235         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28236         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
28237         <bp-sym.h> and <bp-asm.h>.
28238         (__memchr): Don't use BP_SYM.
28239         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
28240         <bp-sym.h> and <bp-asm.h>.
28241         (memcmp): Don't use BP_SYM.  Remove comment about bounded
28242         pointers.
28243         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
28244         <bp-sym.h> and <bp-asm.h>.
28245         (memcpy): Don't use BP_SYM.
28246         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
28247         <bp-sym.h> and <bp-asm.h>.
28248         (__mempcpy): Don't use BP_SYM.
28249         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
28250         <bp-sym.h> and <bp-asm.h>.
28251         (__memrchr): Don't use BP_SYM.
28252         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
28253         <bp-sym.h> and <bp-asm.h>.
28254         (memset): Don't use BP_SYM.
28255         (__bzero): Likewise.
28256         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
28257         <bp-sym.h> and <bp-asm.h>.
28258         (__rawmemchr): Don't use BP_SYM.
28259         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
28260         <bp-sym.h> and <bp-asm.h>.
28261         (__STRCMP): Don't use BP_SYM.
28262         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
28263         <bp-sym.h> and <bp-asm.h>.
28264         (strchr): Don't use BP_SYM.
28265         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
28266         <bp-sym.h> and <bp-asm.h>.
28267         (__strchrnul): Don't use BP_SYM.
28268         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
28269         <bp-sym.h> and <bp-asm.h>.
28270         (strlen): Don't use BP_SYM.
28271         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
28272         <bp-sym.h> and <bp-asm.h>.
28273         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28274         pointers.
28275         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
28276         <bp-sym.h> and <bp-asm.h>.
28277         (__strnlen): Don't use BP_SYM.
28278         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
28279         <bp-sym.h> and <bp-asm.h>.
28280         (__GI__setjmp): Don't use BP_SYM.
28281         (_setjmp): Likewise.
28282         (__sigsetjmp): Likewise.
28283         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
28284         (L(start_addresses)): Don't use BP_SYM.
28285         (_start): Likewise.
28286         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
28287         <bp-asm.h>.
28288         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
28289         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
28290         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28291         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28292         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
28293         <bp-asm.h>.
28294         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
28295         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
28296         about bounded pointers.
28297         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28298         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28299         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
28300         <bp-asm.h>.
28301         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
28302         about bounded pointers.  Remove GKM FIXME comments.
28303         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28304         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
28305         <bp-asm.h>.
28306         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
28307         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
28308         Remove GKM FIXME comments.
28309         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28310         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28311         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
28312         <bp-asm.h>.
28313         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
28314         about bounded pointers.  Remove GKM FIXME comment.
28315         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
28316         and <bp-asm.h>.
28317         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28318         pointers.
28319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
28320         <bp-sym.h> and <bp-asm.h>.
28321         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
28323         <bp-sym.h> and <bp-asm.h>.
28324         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28325         comment.
28327 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
28329         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
28330         call free(NULL).
28332 2013-03-05  David S. Miller  <davem@davemloft.net>
28334         * po/es.po: Update from translation team.
28336 2013-03-05  Andreas Jaeger  <aj@suse.de>
28338         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
28339         <bits/mman-linux.h>.
28340         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28341         is fine.
28342         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
28343         <bits/mman-linux.h> to end of file.
28344         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28345         is fine.
28346         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
28347         <bits/mman-linux.h> to end of file.
28348         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28349         is fine.
28350         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
28351         <bits/mman-linux.h> to end of file.
28353         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
28354         (MCL_CURRENT, MCL_FUTURE): Define here.
28356 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28358         [BZ #15232]
28359         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
28360         attribute_hidden.
28361         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28363 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28365         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28366         fourth parameter needed for rt_sigprocmask syscall.
28367         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28368         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28369         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28370         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28371         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28372         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28374 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
28376         [BZ #13550]
28377         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28378         comment about bounded pointers.
28379         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28380         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28382 2013-03-04  Andreas Jaeger  <aj@suse.de>
28384         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28385         common definitions.
28387         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28388         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28389         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28390         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28391         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
28392         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28394 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28396         [BZ #15055]
28397         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28398         __ieee754_sqrl instead of __sqrl.
28400 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
28402         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28403         * sysdeps/powerpc/fpu_control.h: ... here.
28404         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28405         * sysdeps/powerpc/bits/fenvinline.h: ... here.
28406         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28407         * sysdeps/powerpc/bits/mathinline.h: ... here.
28409 2013-03-01  Roland McGrath  <roland@hack.frob.com>
28411         * elf/dl-hwcaps.c (_dl_important_hwcaps):
28412         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28413         to just [NEED_DL_SYSINFO_DSO].
28414         * elf/dl-support.c: Likewise.
28415         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28416         * elf/rtld.c (dl_main): Likewise.
28417         * elf/setup-vdso.h (setup_vdso): Likewise.
28418         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28419         * sysdeps/unix/sysv/linux/dl-sysdep.c
28420         (_dl_discover_osversion): Likewise.
28422 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
28424         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28425         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28427 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
28429         * NEWS: Mention libm performance improvements and non-x86 PI
28430         futex support.
28432         * csu/libc-start.c (__pthread_initialize_minimal): Change
28433         function arguments.
28434         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28436 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
28438         [BZ #13550]
28439         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28440         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28441         <bp-sym.h> and <bp-asm.h>.
28442         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28443         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28444         and <bp-asm.h>.
28445         (memcpy): Don't use BP_SYM.
28446         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28447         <bp-asm.h>.
28448         (__mpn_add_n): Don't use BP_SYM.
28449         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28450         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28451         and <bp-asm.h>.
28452         (__mpn_addmul_1): Don't use BP_SYM.
28453         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28454         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28455         <bp-sym.h>.
28456         (_setjmp): Don't use BP_SYM.
28457         (__novmx_setjmp): Likewise.
28458         (__GI__setjmp): Likewise.
28459         (__vmx_setjmp): Likewise.
28460         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28461         <bp-sym.h>.
28462         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28463         (__bzero): Don't use BP_SYM.
28464         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28465         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28466         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28467         <bp-sym.h> and <bp-asm.h>.
28468         (memcpy): Don't use BP_SYM.
28469         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28470         <bp-sym.h> and <bp-asm.h>.
28471         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28472         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28473         <bp-sym.h> and <bp-asm.h>.
28474         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28475         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28476         <bp-asm.h>.
28477         (__mpn_lshift): Don't use BP_SYM.
28478         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28479         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28480         <bp-asm.h>.
28481         (memset): Don't use BP_SYM.
28482         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28483         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28484         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28485         <bp-asm.h>.
28486         (__mpn_mul_1): Don't use BP_SYM.
28487         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28488         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28489         <bp-sym.h> and <bp-asm.h>.
28490         (memcmp): Don't use BP_SYM.
28491         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28492         <bp-sym.h> and <bp-asm.h>.
28493         (memcpy): Don't use BP_SYM.
28494         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28495         <bp-sym.h> and <bp-asm.h>.
28496         (memset): Don't use BP_SYM.
28497         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28498         <bp-sym.h> and <bp-asm.h>.
28499         (strncmp): Don't use BP_SYM.
28500         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28501         <bp-sym.h> and <bp-asm.h>.
28502         (memcpy): Don't use BP_SYM.
28503         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28504         <bp-sym.h> and <bp-asm.h>.
28505         (memset): Don't use BP_SYM.
28506         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28507         <bp-sym.h> and <bp-asm.h>.
28508         (__memchr): Don't use BP_SYM.
28509         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28510         <bp-sym.h> and <bp-asm.h>.
28511         (memcmp): Don't use BP_SYM.
28512         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28513         <bp-sym.h> and <bp-asm.h>.
28514         (memcpy): Don't use BP_SYM.
28515         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28516         <bp-sym.h> and <bp-asm.h>.
28517         (__mempcpy): Don't use BP_SYM.
28518         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28519         <bp-sym.h> and <bp-asm.h>.
28520         (__memrchr): Don't use BP_SYM.
28521         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28522         <bp-sym.h> and <bp-asm.h>.
28523         (memset): Don't use BP_SYM.
28524         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28525         <bp-sym.h> and <bp-asm.h>.
28526         (__rawmemchr): Don't use BP_SYM.
28527         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28528         <bp-sym.h> and <bp-asm.h>.
28529         (__STRCMP): Don't use BP_SYM.
28530         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28531         <bp-sym.h> and <bp-asm.h>.
28532         (strchr): Don't use BP_SYM.
28533         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28534         <bp-sym.h> and <bp-asm.h>.
28535         (__strchrnul): Don't use BP_SYM.
28536         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28537         <bp-sym.h> and <bp-asm.h>.
28538         (strlen): Don't use BP_SYM.
28539         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28540         <bp-sym.h> and <bp-asm.h>.
28541         (strncmp): Don't use BP_SYM.
28542         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28543         <bp-sym.h> and <bp-asm.h>.
28544         (__strnlen): Don't use BP_SYM.
28545         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28546         <bp-asm.h>.
28547         (__mpn_rshift): Don't use BP_SYM.
28548         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28549         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28550         <bp-sym.h> and <bp-asm.h>.
28551         (__sigsetjmp): Don't use BP_SYM.
28552         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28553         (L(start_addresses)): Don't use BP_SYM.
28554         (_start): Likewise.
28555         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28556         <bp-asm.h>.
28557         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28558         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28559         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28560         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28561         <bp-asm.h>.
28562         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28563         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28564         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28565         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28566         <bp-asm.h>.
28567         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28568         comments.
28569         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28570         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28571         <bp-asm.h>.
28572         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28573         FIXME comments.
28574         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28575         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28576         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28577         <bp-asm.h>.
28578         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28579         comment.
28580         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28581         and <bp-asm.h>.
28582         (strncmp): Don't use BP_SYM,
28583         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28584         <bp-asm.h>.
28585         (__mpn_sub_n): Don't use BP_SYM.
28586         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28587         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28588         and <bp-asm.h>.
28589         (__mpn_submul_1): Don't use BP_SYM.
28590         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28592         <bp-sym.h> and <bp-asm.h>.
28593         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28595         <bp-sym.h> and <bp-asm.h>.
28596         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28597         comment.
28599 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28601         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28602         Use ZK to minimize writes to Z.
28603         (sub_magnitudes): Simplify code a bit.
28604         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28605         Use ZK to minimize writes to Z.
28606         (sub_magnitudes): Simplify code a bit.
28608 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28610         * csu/gmon-start.c: Add special exception to license text.
28612 2013-02-27  Richard Henderson  <rth@redhat.com>
28614         * scripts/config.guess: Update from config.git.
28615         * scripts/config.sub: Likewise.
28617 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28619         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28621         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28623         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28625         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28627         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28629 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28631         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28632         [$(build-shared = yes].
28634 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28636         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28637         (__mul): Reduce iterations for calculating mantissa.
28639         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28640         MPTWO.
28641         (__mpranred): Likewise.
28643         [BZ #15160]
28644         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28645         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28647 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28649         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28650         Define __attribute__.
28652 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28654         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28655         unused.
28656         * posix/regex_internal.h (__attribute): Remove.
28657         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28658         (re_string_context_at): Likewise.
28659         (bitset_not): Use __attribute__ and mark function as possibly
28660         unused.
28661         (bitset_merge): Likewise.
28662         (bitset_mask): Likewise.
28663         (re_string_char_size_at): Likewise.
28664         (re_string_wchar_at): Likewise.
28665         (re_string_elem_size_at): Likewise.
28667 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28669         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28670         code.
28671         (cc32): Likewise.
28673         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28674         (__acr): Likewise.
28675         (__cpy): Likewise.
28676         (norm): Likewise.
28677         (denorm): Likewise.
28678         (__dbl_mp): Likewise.
28679         (add_magnitudes): Likewise.
28680         (sub_magnitudes): Likewise.
28681         (__mul): Likewise.
28682         (__inv): Likewise.
28684         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28685         style.
28687         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28688         style.
28690         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28691         code.
28693         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28694         up changes with default code.
28695         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28696         Likewise.
28698 2013-02-24  Allan McRae  <allan@archlinux.org>
28700         * manual/socket.texi (The Internet Namespace): Order menu items
28701         to match that in the file.
28703         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28704         node listing of the info page menu.
28706 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28708         [BZ #13550]
28709         * sysdeps/i386/bp-asm.h: Remove file.
28710         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28711         (PARMS): Do not use macros from bp-asm.h.
28712         (S1): Likewise.
28713         (S2): Likewise.
28714         (SIZE): Likewise.
28715         (__mpn_add_n): Do not use BP_SYM
28716         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28717         "bp-asm.h".
28718         (PARMS): Do not use macros from bp-asm.h.
28719         (S1): Likewise.
28720         (SIZE): Likewise.
28721         (__mpn_addmul_1): Do not use BP_SYM
28722         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28723         "bp-asm.h".
28724         (PARMS): Do not use macros from bp-asm.h.
28725         (SIGMSK): Likewise.
28726         (_setjmp): Likewise.  Do not use BP_SYM.
28727         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28728         "bp-asm.h".
28729         (PARMS): Do not use macros from bp-asm.h.
28730         (SIGMSK): Likewise.
28731         (setjmp): Likewise.  Do not use BP_SYM.
28732         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28733         "bp-asm.h".
28734         (PARMS): Do not use macros from bp-asm.h.
28735         (__frexp): Do not use BP_SYM.
28736         (frexp): Likewise.
28737         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28738         "bp-asm.h".
28739         (PARMS): Do not use macros from bp-asm.h.
28740         (__frexpf): Do not use BP_SYM.
28741         (frexpf): Likewise.
28742         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28743         "bp-asm.h".
28744         (PARMS): Do not use macros from bp-asm.h.
28745         (__frexpl): Do not use BP_SYM.
28746         (frexpl): Likewise.
28747         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28748         "bp-asm.h".
28749         (PARMS): Do not use macros from bp-asm.h.
28750         (__remquo): Do not use BP_SYM.
28751         (remquo): Likewise.
28752         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28753         "bp-asm.h".
28754         (PARMS): Do not use macros from bp-asm.h.
28755         (__remquof): Do not use BP_SYM.
28756         (remquof): Likewise.
28757         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28758         "bp-asm.h".
28759         (PARMS): Do not use macros from bp-asm.h.
28760         (__remquol): Do not use BP_SYM.
28761         (remquol): Likewise.
28762         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28763         "bp-asm.h".
28764         (PARMS): Do not use macros from bp-asm.h.
28765         (DEST): Likewise.
28766         (SRC): Likewise.
28767         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28768         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28769         "bp-asm.h".
28770         (PARMS): Do not use macros from bp-asm.h.
28771         (strlen): Do not use BP_SYM.
28772         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28773         "bp-asm.h".
28774         (PARMS): Do not use macros from bp-asm.h.
28775         (S1): Likewise.
28776         (S2): Likewise.
28777         (SIZE): Likewise.
28778         (__mpn_add_n): Do not use BP_SYM.
28779         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28780         "bp-asm.h".
28781         (PARMS): Do not use macros from bp-asm.h.
28782         (S1): Likewise.
28783         (SIZE): Likewise.
28784         (__mpn_addmul_1): Do not use BP_SYM.
28785         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28786         weak_alias.
28787         (bzero): Likewise.
28788         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28789         "bp-asm.h".
28790         (PARMS): Do not use macros from bp-asm.h.
28791         (S): Likewise.
28792         (SIZE): Likewise.
28793         (__mpn_lshift): Do not use BP_SYM.
28794         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28795         "bp-asm.h".
28796         (PARMS): Do not use macros from bp-asm.h.
28797         (DEST): Likewise.
28798         (SRC): Likewise.
28799         (LEN): Likewise.
28800         (memcpy): Likewise.  Do not use BP_SYM.
28801         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28802         libc_hidden_def and weak_alias.
28803         (mempcpy): Do not use BP_SYM in weak_alias.
28804         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28805         "bp-asm.h".
28806         (PARMS): Do not use macros from bp-asm.h.
28807         (DEST): Likewise.
28808         (LEN): Likewise.
28809         [!BZERO_P] (CHR): Likewise.
28810         (memset): Likewise.  Do not use BP_SYM.
28811         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28812         "bp-asm.h".
28813         (PARMS): Do not use macros from bp-asm.h.
28814         (S1): Likewise.
28815         (SIZE): Likewise.
28816         (__mpn_mul_1): Do not use BP_SYM.
28817         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28818         "bp-asm.h".
28819         (PARMS): Do not use macros from bp-asm.h.
28820         (S): Likewise.
28821         (SIZE): Likewise.
28822         (__mpn_rshift): Do not use BP_SYM.
28823         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28824         "bp-asm.h".
28825         (PARMS): Do not use macros from bp-asm.h.
28826         (STR): Likewise.
28827         (CHR): Likewise.
28828         (strchr): Likewise.  Do not use BP_SYM.
28829         (index): Do not use BP_SYM in weak_alias.
28830         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28831         "bp-asm.h".
28832         (PARMS): Do not use macros from bp-asm.h.
28833         (DEST): Likewise.
28834         (SRC): Likewise.
28835         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28836         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28837         "bp-asm.h".
28838         (PARMS): Do not use macros from bp-asm.h.
28839         (strlen): Do not use BP_SYM.
28840         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28841         "bp-asm.h".
28842         (PARMS): Do not use macros from bp-asm.h.
28843         (S1): Likewise.
28844         (S2): Likewise.
28845         (SIZE): Likewise.
28846         (__mpn_sub_n): Do not use BP_SYM.
28847         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28848         "bp-asm.h".
28849         (PARMS): Do not use macros from bp-asm.h.
28850         (S1): Likewise.
28851         (SIZE): Likewise.
28852         (__mpn_submul_1): Do not use BP_SYM.
28853         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28854         "bp-asm.h".
28855         (PARMS): Do not use macros from bp-asm.h.
28856         (S1): Likewise.
28857         (S2): Likewise.
28858         (SIZE): Likewise.
28859         (__mpn_add_n): Do not use BP_SYM.
28860         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28861         weak_alias.
28862         (bzero): Likewise.
28863         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28864         "bp-asm.h".
28865         (PARMS): Do not use macros from bp-asm.h.
28866         (BLK2): Likewise.
28867         (LEN): Likewise.
28868         (memcmp): Do not use BP_SYM.
28869         (bcmp): Do not use BP_SYM in weak_alias.
28870         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28871         "bp-asm.h".
28872         (PARMS): Do not use macros from bp-asm.h.
28873         (DEST): Likewise.
28874         (SRC): Likewise.
28875         (LEN): Likewise.
28876         (memcpy): Likewise.  Do not use BP_SYM.
28877         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28878         "bp-asm.h".
28879         (PARMS): Do not use macros from bp-asm.h.
28880         (DEST): Likewise.
28881         (SRC): Likewise.
28882         (LEN): Likewise.
28883         (memmove): Likewise.  Do not use BP_SYM.
28884         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28885         "bp-asm.h".
28886         (PARMS): Do not use macros from bp-asm.h.
28887         (DEST): Likewise.
28888         (SRC): Likewise.
28889         (LEN): Likewise.
28890         (__mempcpy): Likewise.  Do not use BP_SYM.
28891         (mempcpy): Do not use BP_SYM in weak_alias.
28892         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28893         "bp-asm.h".
28894         (PARMS): Do not use macros from bp-asm.h.
28895         (DEST): Likewise.
28896         (LEN): Likewise.
28897         [!BZERO_P] (CHR): Likewise.
28898         (memset): Likewise.  Do not use BP_SYM.
28899         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28900         "bp-asm.h".
28901         (PARMS): Do not use macros from bp-asm.h.
28902         (STR2): Likewise.
28903         (strcmp): Do not use BP_SYM.
28904         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28905         "bp-asm.h".
28906         (PARMS): Do not use macros from bp-asm.h.
28907         (STR): Likewise.
28908         (DELIM): Likewise.
28909         [USE_AS_STRTOK_R] (SAVE): Likewise.
28910         (FUNCTION): Likewise.  Do not use BP_SYM.
28911         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28912         aliases.
28913         (strtok_r): Likewise.
28914         (__GI___strtok_r): Likewise.
28915         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28916         (PARMS): Do not use macros from bp-asm.h.
28917         (S): Likewise.
28918         (SIZE): Likewise.
28919         (__mpn_lshift): Do not use BP_SYM.
28920         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28921         (PARMS): Do not use macros from bp-asm.h.
28922         (STR): Likewise.
28923         (CHR): Likewise.
28924         (__memchr): Do not use BP_SYM.
28925         (memchr): Do not use BP_SYM in weak_alias.
28926         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28927         (PARMS): Do not use macros from bp-asm.h.
28928         (BLK2): Likewise.
28929         (LEN): Likewise.
28930         (memcmp): Do not use BP_SYM.
28931         (bcmp): Do not use BP_SYM in weak_alias.
28932         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28933         (PARMS): Do not use macros from bp-asm.h.
28934         (S1): Likewise.
28935         (SIZE): Likewise.
28936         (__mpn_mul_1): Do not use BP_SYM.
28937         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28938         "bp-asm.h".
28939         (PARMS): Do not use macros from bp-asm.h.
28940         (STR): Likewise.
28941         (CHR): Likewise.
28942         (__rawmemchr): Do not use BP_SYM.
28943         (rawmemchr): Do not use BP_SYM in weak_alias.
28944         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28945         (PARMS): Do not use macros from bp-asm.h.
28946         (S): Likewise.
28947         (SIZE): Likewise.
28948         (__mpn_rshift): Do not use BP_SYM.
28949         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28950         (PARMS): Do not use macros from bp-asm.h.
28951         (SIGMSK): Likewise.
28952         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28953         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28954         (_start): Do not use BP_SYM.
28955         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28956         (PARMS): Do not use macros from bp-asm.h.
28957         (DEST): Likewise.
28958         (SRC): Likewise.
28959         (__stpcpy): Likewise.  Do not use BP_SYM.
28960         (stpcpy): Do not use BP_SYM in weak_alias.
28961         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28962         "bp-asm.h".
28963         (PARMS): Do not use macros from bp-asm.h.
28964         (DEST): Likewise.
28965         (SRC): Likewise.
28966         (LEN): Likewise.
28967         (__stpncpy): Likewise.  Do not use BP_SYM.
28968         (stpncpy): Do not use BP_SYM in weak_alias.
28969         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28970         (PARMS): Do not use macros from bp-asm.h.
28971         (STR): Likewise.
28972         (CHR): Likewise.
28973         (strchr): Likewise.  Do not use BP_SYM.
28974         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28975         "bp-asm.h".
28976         (PARMS): Do not use macros from bp-asm.h.
28977         (STR): Likewise.
28978         (CHR): Likewise.
28979         (__strchrnul): Likewise.  Do not use BP_SYM.
28980         (strchrnul): Do not use BP_SYM in weak_alias.
28981         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28982         "bp-asm.h".
28983         (PARMS): Do not use macros from bp-asm.h.
28984         (STOP): Likewise.
28985         (strcspn): Do not use BP_SYM.
28986         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28987         "bp-asm.h".
28988         (PARMS): Do not use macros from bp-asm.h.
28989         (STR): Likewise.
28990         (STOP): Likewise.
28991         (strpbrk): Likewise.  Do not use BP_SYM.
28992         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28993         "bp-asm.h".
28994         (PARMS): Do not use macros from bp-asm.h.
28995         (STR): Likewise.
28996         (CHR): Likewise.
28997         (strrchr): Likewise.  Do not use BP_SYM.
28998         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28999         (PARMS): Do not use macros from bp-asm.h.
29000         (SKIP): Likewise.
29001         (strspn): Do not use BP_SYM.
29002         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
29003         (PARMS): Do not use macros from bp-asm.h.
29004         (STR): Likewise.
29005         (DELIM): Likewise.
29006         (SAVE): Likewise.
29007         (FUNCTION): Likewise.  Do not use BP_SYM.
29008         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
29009         aliases.
29010         (strtok_r): Likewise.
29011         (__GI___strtok_r): Likewise.
29012         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
29013         (PARMS): Do not use macros from bp-asm.h.
29014         (S1): Likewise.
29015         (S2): Likewise.
29016         (SIZE): Likewise.
29017         (__mpn_sub_n): Do not use BP_SYM.
29018         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
29019         "bp-asm.h".
29020         (PARMS): Do not use macros from bp-asm.h.
29021         (S1): Likewise.
29022         (SIZE): Likewise.
29023         (__mpn_submul_1): Do not use BP_SYM.
29024         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
29025         <bp-sym.h>.
29026         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
29027         and <bp-asm.h>.
29028         (PARMS): Do not use macros from bp-asm.h.
29029         (FLAGS): Likewise.
29030         (PTID): Likewise.
29031         (TLS): Likewise.
29032         (CTID): Likewise.
29033         (__clone): Do not use BP_SYM.
29034         (clone): Do not use BP_SYM in weak_alias.
29035         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
29036         and <bp-asm.h>.
29037         (PARMS): Do not use macros from bp-asm.h.
29038         (LEN): Likewise.
29039         (__mmap64): Do not use BP_SYM.
29040         (mmap64): Do not use BP_SYM in weak_alias.
29041         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
29042         <bp-sym.h> and <bp-asm.h>.
29043         (PARMS): Do not use macros from bp-asm.h.
29044         (__posix_fadvise64_l64): Do not use BP_SYM.
29045         * sysdeps/unix/sysv/linux/i386/semtimedop.S
29046         (PARMS): Do not use macros from bp-asm.h.
29047         (NSOPS): Likewise.
29048         (semtimedop): Do not use BP_SYM.
29049         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
29050         and <bp-asm.h>.
29052 2013-02-21  Allan McRae  <allan@archlinux.org>
29054         * manual/message.texi (Charset conversion in gettext):
29055         Move @end statement to beginning of line.
29057 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29059         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
29060         static.
29061         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29062         Likewise.
29064         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
29065         (denorm): Likewise.
29066         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
29067         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
29069 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29071         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
29072         tail-call to the resolved function if pltexit isn't needed.
29074 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29076         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
29077         or Y being zero as being unlikely.
29078         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29079         Likewise.
29081 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
29083         * manual/nss.texi (System Databases and Name Service Switch):
29084         Remove frobnicate @pxref.
29086 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
29088         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
29089         __attribute__ ((unused)) to __attribute__ ((__unused__)).
29091 2013-02-20  Petr Machata  <pmachata@redhat.com>
29093         * elf/elf.h (R_ARM_TARGET1): New macro.
29094         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
29095         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
29096         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
29097         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
29098         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
29099         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
29100         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
29101         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
29102         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
29103         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
29104         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
29105         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
29106         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
29107         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
29108         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
29109         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
29110         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
29111         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
29112         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
29113         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
29114         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
29115         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
29116         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
29117         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
29118         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
29119         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
29120         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
29121         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
29122         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
29123         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
29124         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
29125         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
29126         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
29127         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
29128         (R_ARM_THM_GOT_BREL12): Likewise.
29129         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
29130         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
29131         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
29132         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
29133         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
29134         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
29135         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
29136         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
29137         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
29139 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
29141         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
29142         __attribute_used__ to __attribute__ ((unused)).
29144 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29146         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
29147         powerpc mpa.c.
29148         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
29149         comment formatting.
29150         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
29152 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
29154         [BZ #13550]
29155         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
29156         Remove macro.
29157         (ENTER): Remove both macro definitions.
29158         (LEAVE): Likewise.
29159         (CHECK_BOUNDS_LOW): Likewise.
29160         (CHECK_BOUNDS_HIGH): Likewise.
29161         (CHECK_BOUNDS_BOTH): Likewise.
29162         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
29163         (RETURN_BOUNDED_POINTER): Likewise.
29164         (RETURN_NULL_BOUNDED_POINTER): Likewise.
29165         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
29166         (POP_ERRNO_LOCATION_RETURN): Likewise.
29167         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
29168         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29169         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
29170         macros.
29171         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29172         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
29173         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
29174         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
29175         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
29176         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
29177         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
29178         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
29179         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
29180         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
29181         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
29182         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
29183         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29184         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
29185         removed macros.
29186         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29187         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
29188         macros.
29189         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29190         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
29191         * sysdeps/i386/i586/memset.S (memset): Likewise.
29192         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
29193         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29194         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
29195         macros.
29196         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29197         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
29198         Change uses of L(2) to L(out).
29199         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
29200         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
29201         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
29202         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29203         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
29204         removed macros.
29205         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29206         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
29207         macros.
29208         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29209         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
29210         (RETURN): Do not use macro LEAVE.
29211         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
29212         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
29213         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
29214         * sysdeps/i386/i686/memset.S (memset): Likewise.
29215         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
29216         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
29217         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29218         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
29219         Likewise.
29220         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29221         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
29222         L(1_2) and L(1_3) into L(1).
29223         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
29224         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
29225         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29226         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
29227         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29228         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
29229         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
29230         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29231         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
29232         macros.
29233         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
29234         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29235         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
29236         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
29237         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
29238         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29239         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
29240         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
29241         * sysdeps/i386/strcspn.S (strcspn): Likewise.
29242         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
29243         * sysdeps/i386/strrchr.S (strrchr): Likewise.
29244         * sysdeps/i386/strspn.S (strspn): Likewise.
29245         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
29246         conditional code.
29247         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29248         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
29249         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
29250         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
29251         L(1_3) into L(1_1).
29252         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
29253         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29254         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
29255         macros.
29256         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29258 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
29260         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
29261         macro.
29263 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29265         * math/atest-exp.c (exp_mpn): Remove ROUND.
29266         * math/atest-exp2.c (exp_mpn): Likewise.
29267         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
29269         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
29270         * stdlib/tst-tls-atexit-lib.c: Likewise.
29271         * stdlib/tst-tls-atexit.c: Likewise.
29273 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29275         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
29276         and __attribute_alloc_size__.
29278 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29280         * include/programs/xmalloc.h: Change __attribute_alloc_size to
29281         __attribute_alloc_size__.
29282         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
29283         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
29285 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29287         * include/programs/xmalloc.h: New file.
29288         * catgets/gencat.c: Include it.
29289         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
29290         * elf/pldd.c: Likewise.
29291         * iconv/iconv_charmap.c: Likewise.
29292         * iconv/iconvconfig.c: Likewise.
29293         * iconv/strtab.c: Likewise.
29294         * locale/programs/locale.c: Likewise.
29295         * locale/programs/localedef.h: Likewise.
29296         * locale/programs/simple-hash.c: Likewise.
29297         * nscd/nscd.h: Likewise.
29298         * nss/makedb.c: Likewise.
29299         * sysdeps/generic/ldconfig.h: Likewise.
29301 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29303         * Versions.def: Add GLIBC_2.18.
29304         * include/link.h (struct link_map): New member l_tls_dtor_count.
29305         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
29306         (__call_tls_dtors): Likewise.
29307         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
29308         __cxa_thread_atexit_impl.
29309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29310         Likewise.
29311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29312         Likewise.
29313         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
29314         Likewise.
29315         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
29316         Likewise.
29317         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29318         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
29319         Likewise.
29320         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
29321         Likewise.
29322         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29323         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
29324         Likewise.
29325         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
29326         (tests): Add test case tst-tls-atexit.
29327         (modules-names): Add shared library for tst-tls-atexit.
29328         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
29329         (GLIBC_PRIVATE): Add __call_tls_dtors.
29330         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
29331         for libstdc++.
29332         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
29333         * stdlib/tst-tls-atexit.c: New test case.
29334         * stdlib/tst-tls-atexit-lib.c: New test case.
29336         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
29338         * elf/Versions (ld): Add _dl_find_dso_for_object.
29339         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
29340         * elf/dl-open.c (_dl_find_dso_for_object): New function.
29341         (dl_open_worker): Use _dl_find_dso_for_object.
29342         * elf/dl-sym.c (do_sym): Likewise.
29343         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
29345 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29347         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
29348         Syntactic changes only.
29349         (_dl_runtime_profile): Do a tail-call to the resolved function.
29351 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
29353         [BZ #13550]
29354         * sysdeps/x86_64/bp-asm.h: Remove file.
29355         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
29356         <bp-sym.h> and <bp-asm.h>.
29357         (__clone): Do not use BP_SYM.
29358         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
29359         <bp-sym.h> and <bp-asm.h>.
29360         * sysdeps/unix/x86_64/sysdep.S: Likewise.
29361         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29362         "bp-asm.h".
29363         (_setjmp): Do not use BP_SYM.
29364         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29365         "bp-asm.h".
29366         (setjmp): Do not use BP_SYM.
29367         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29368         libc_hidden_def.
29369         (mempcpy): Do not use BP_SYM in weak_alias.
29370         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29371         "bp-asm.h".
29372         (strchr): Do not use BP_SYM.
29373         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29374         "bp-asm.h".
29375         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29376         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29377         (_start): Do not use BP_SYM.
29378         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29379         "bp-asm.h".
29380         (strcat): Do not use BP_SYM.
29381         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29382         "bp-asm.h".
29383         (STRCMP): Do not use BP_SYM.
29384         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29385         "bp-asm.h".
29386         (STRCPY): Do not use BP_SYM.
29387         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29388         "bp-asm.h".
29389         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29390         "bp-asm.h".
29391         (FUNCTION): Do not use BP_SYM.
29392         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29393         weak_alias.
29394         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29396 2013-02-17  Andreas Jaeger  <aj@suse.de>
29398         * time/Versions: Sort entries.
29399         * string/Versions: Likewise.
29400         * resolv/Versions: Likewise.
29401         * posix/Versions: Likewise.
29402         * iconv/Versions: Likewise.
29403         * elf/Versions: Likewise.
29404         * wcsmbs/Versions: Likewise.
29406 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29408         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29409         loop termination condition.
29411         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29412         variable to calculate EZ.
29413         (__sqr): Likewise.
29415         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29416         the lower precision input.
29418 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
29420         [BZ #13550]
29421         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29422         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29423         (run-via-rtld-prefix): Do not handle %-bp tests.
29424         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29425         (all-object-suffixes): Remove .ob.
29426         (bppfx): Remove variable.
29427         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29428         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29429         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29430         [$(build-bounded) = yes] (libtype.ob): Likewise.
29431         * Makerules (elide-routines.ob): Remove variable.
29432         (do-tests-clean): Do not handle *-bp.out.
29433         (common-mostlyclean): Do not handle *-bp and *-bp.out.
29434         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29435         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29436         (tests): Do not include $(tests-bp.out).
29437         (xtests): Do not include $(xtests-bp.out).
29438         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29439         [$(build-bounded) = yes] ($(addprefix
29440         $(objpfx),$(binaries-bounded))): Remove rule.
29441         ($(objpfx)%-bp.out): Remove rule.
29442         * config.make.in (build-bounded): Remove variable.
29443         * crypt/Makefile [$(build-bounded) = yes]
29444         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29445         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29446         append to variable.
29447         [$(build-bounded) = yes] (install-lib): Likewise.
29448         [$(build-bounded) = yes] (generated): Likewise.
29449         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29450         Remove rule.
29451         * intl/Makefile [$(build-bounded) = yes]
29452         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29453         * math/Makefile [$(build-bounded) = yes]
29454         ($(tests:%=$(objpfx)%-bp): Likewise.
29455         * misc/Makefile [$(build-bounded) = yes]
29456         ($(objpfx)tst-tsearch-bp): Likewise.
29457         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29458         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29459         Remove dependency.
29460         * string/Makefile (o-objects.ob): Remove variable.
29461         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29462         (CFLAGS-.ob): Remove variable.
29463         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29464         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29465         both definitions of variable.
29466         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29467         (ASFLAGS-.ob): Remove variable.
29469 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29471         [BZ #13550]
29472         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29473         Remove __BOUNDED_POINTERS__ from condition.
29474         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29475         * string/bits/string2.h [!__NO_STRING_INLINES &&
29476         !__BOUNDED_POINTERS__]: Likewise.
29477         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29478         Likewise.
29479         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29480         Remove conditional code.
29481         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29482         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29483         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29484         condition.
29486         [BZ #13550]
29487         * csu/libc-start.c: Do not include <bp-sym.h>.
29488         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29489         * elf/dl-open.c: Do not include <bp-sym.h>.
29490         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29491         * math/fegetenv.c: Do not include <bp-sym.h>.
29492         (fegetenv): Do not use BP_SYM in versioned symbols.
29493         * nptl/sysdeps/pthread/bits/libc-lockP.h
29494         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29495         <bp-sym.h>.
29496         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29497         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29498         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29499         (__pthread_mutex_destroy): Likewise.
29500         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29501         (__pthread_mutex_lock): Likewise.
29502         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29503         (__pthread_mutex_trylock): Likewise.
29504         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29505         (__pthread_mutex_unlock): Likewise.
29506         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29507         (__pthread_mutexattr_init): Likewise.
29508         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29509         (__pthread_mutexattr_destroy): Likewise.
29510         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29511         (__pthread_mutexattr_settype): Likewise.
29512         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29513         (__pthread_rwlock_init): Likewise.
29514         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29515         (__pthread_rwlock_destroy): Likewise.
29516         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29517         (__pthread_rwlock_rdlock): Likewise.
29518         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29519         (__pthread_rwlock_tryrdlock): Likewise.
29520         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29521         (__pthread_rwlock_wrlock): Likewise.
29522         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29523         (__pthread_rwlock_trywrlock): Likewise.
29524         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29525         (__pthread_rwlock_unlock): Likewise.
29526         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29527         (__pthread_key_create): Likewise.
29528         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29529         (__pthread_setspecific): Likewise.
29530         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29531         (__pthread_getspecific): Likewise.
29532         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29533         Likewise.
29534         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29535         (_pthread_cleanup_push_defer): Likewise.
29536         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29537         (_pthread_cleanup_pop_restore): Likewise.
29538         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29539         (pthread_setcancelstate): Likewise.
29540         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29541         <bp-sym.h>.
29542         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29543         (memchr): Do not use BP_SYM in weak_alias.
29544         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29545         (fegetenv): Do not use BP_SYM in versioned symbols.
29546         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29547         (fesetenv): Do not use BP_SYM in versioned symbols.
29548         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29549         (feupdateenv): Do not use BP_SYM in versioned symbols.
29550         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29551         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29552         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29553         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29554         (open64): Do not use BP_SYM in weak_alias.
29555         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29556         (fegetenv): Do not use BP_SYM in versioned symbols.
29557         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29558         (fesetenv): Do not use BP_SYM in versioned symbols.
29559         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29560         (feupdateenv): Do not use BP_SYM in versioned symbols.
29561         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29562         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29563         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29564         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29565         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29566         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29567         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29568         <bp-sym.h>.
29569         (__libc_start_main): Do not use BP_SYM.
29571 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29573         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29574         redundant return line.
29575         (norm): Likewise.
29576         (denorm): Likewise.
29577         (dbl_mp): Likewise.
29578         (sub_magnitudes): Likewise.
29579         (__add): Likewise.
29580         (__sub): Likewise.
29581         (__mul): Likewise.
29582         (__inv): Likewise.
29583         (__dvd): Likewise.
29584         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29585         (norm): Likewise.
29586         (denorm): Likewise.
29587         (dbl_mp): Likewise.
29588         (sub_magnitudes): Likewise.
29589         (__add): Likewise.
29590         (__sub): Likewise.
29591         (__mul): Likewise.
29592         (__inv): Likewise.
29593         (__dvd): Likewise.
29595         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29596         instead of __mul.
29597         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29598         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29599         (cc32): Likewise.
29601         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29602         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29603         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29604         of __mul for squares.
29605         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29606         function
29607         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29608         Likewise.
29609         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29610         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29612 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29614         [BZ #13550]
29615         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29616         code.
29617         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29618         prototype or function definition.  Rename ubp_* variables and
29619         parameters.  Remove argv definitions conditional on
29620         [__BOUNDED_POINTERS__].
29621         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29622         * elf/dl-runtime.c (_dl_fixup): Likewise.
29623         * include/set-hooks.h (RUN_HOOK): Likewise.
29624         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29625         definition.
29626         * string/strcpy.c (strcpy): Do not use __unbounded.
29627         * sysdeps/generic/frame.h (struct layout): Likewise.
29628         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29629         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29630         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29631         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29632         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29633         (__backtrace): Likewise.
29634         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29635         use __ptrvalue.
29636         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29637         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29638         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29639         Likewise.
29640         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29641         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29642         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29643         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29644         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29645         Do not use __unbounded.
29646         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29647         Rename __unboundedrlimits parameter to rlimits in prototype.
29648         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29649         Do not use __unbounded.
29650         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29651         not use __ptrvalue.
29652         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29653         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29654         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29655         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29656         __ptrvalue or __unbounded.
29657         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29658         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29659         use __unbounded.
29660         (__new_msgctl): Do not use __ptrvalue.
29661         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29662         __unbounded.
29663         (__libc_msgrcv): Do not use __ptrvalue.
29664         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29665         startup_info): Do not use __unbounded.
29666         (__libc_start_main): Likewise.  Rename ubp_* variables and
29667         parameters.  Remove argv definitions conditional on
29668         [__BOUNDED_POINTERS__].
29669         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29670         __ptrvalue.
29671         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29672         use __unbounded.
29673         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29674         or __ptrvalue.
29675         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29676         use __unbounded.
29677         (__new_shmctl): Do not use __ptrvalue.
29678         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29679         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29680         Likewise.
29681         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29682         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29683         (__libc_sigaction): Likewise.
29684         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29685         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29686         Likewise.
29687         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29689 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29691         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29693         * string/mempcpy.c: Implement by calling memcpy.
29695 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29697         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29699         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29700         evaluation.
29702         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29703         values in the mantissa.
29705         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29706         minimize writes to Z.
29707         (sub_magnitudes): Simplify code a bit.
29709 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29711         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29712         from the message.  The linker prefixes all warnings with that already.
29714 2013-02-12  Andreas Schwab  <schwab@suse.de>
29716         [BZ #15078]
29717         * posix/regexec.c (extend_buffers): Add parameter min_len.
29718         (check_matching): Pass minimum needed length.
29719         (clean_state_log_if_needed): Likewise.
29720         (get_subexp): Likewise.
29721         * posix/Makefile (tests): Add bug-regex34.
29722         (bug-regex34-ENV): Define.
29723         * posix/bug-regex34.c: New file.
29725         [BZ #11561]
29726         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29727         elements compare against the byte sequence of it, not its name.
29728         * posix/Makefile (tests): Add bug-regex35.
29729         (bug-regex35-ENV): Define.
29730         * posix/bug-regex35.c: New file.
29732 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29734         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29735         comment.
29736         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29737         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29738         (CHECK_EOL): Add undef.
29740 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29742         * bits/stdlib-bsearch.h: New file.
29743         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29744         * stdlib/stdlib.h: Likewise.
29746 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29748         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29749         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29750         declaration.
29751         * manual/search.texi (Array Search Function): Add missing const in
29752         lfind prototype.
29753         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29754         declaration to use rlim_t.
29755         (Basic Scheduling Functions): Remove erroneous const from
29756         sched_getparam prototype.  Remove erroneous * from
29757         sched_get_priority_max and sched_get_priority_min prototypes.
29758         (Resource Usage): Fix summary @comment on vtimes to refer to
29759         sys/vtimes.h rather than vtimes.h.
29760         Add missing *s in vtimes prototype.
29761         (Limits on Resources): Fix ulimit prototype to return long int.
29762         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29763         prototypes to use long int rather than double.
29764         (BSD Random): Fix initstate and setstate to use char *, not void *.
29765         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29766         prototype to make second argument 'struct aiocb64 *const[]'.
29767         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29768         (Status of AIO Operations): Remove erroneous const in aio_return and
29769         aio_return64 prototypes.
29770         (Synchronizing I/O): Fix sync prototype to return void.
29771         * manual/startup.texi (Suboptions): Remove an erroneous const in
29772         getsubopt prototype.
29773         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29774         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29775         use size_t rather than int.
29776         (Scanning All Users): Likewise for getpwent_r.
29777         (Setting Groups): Add missing const to setgroups prototype.
29778         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29779         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29780         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29781         'const void *' rather than 'const char *'.
29782         (Host Address Functions): Likewise for inet_ntop.
29783         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29784         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29785         ssize_t for return value.
29786         (Sending Data): Likewise for send, sendto, sendmsg.
29787         (Socket Option Functions): Add a missing const in setsockopt prototype.
29788         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29789         use wchar_t for the argument.
29790         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29791         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29792         take no arguments.
29793         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29794         double/float/long double for second argument.
29795         Fix return types of significand, significandf, significandl.
29796         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29797         argument in fchmod prototype.
29798         (File Owner): Use uid_t and gid_t in fchown prototype.
29799         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29800         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29801         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29802         use 'const struct dirent **' as argument types to CMP function pointer
29803         argument.
29804         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29805         (File Times): Fix summary magic @comment for struct utimbuf and utime
29806         to refer to utime.h, not time.h.
29807         * manual/string.texi (Argz Functions): Add missing const in
29808         argz_extract and argz_next prototypes.
29809         (Finding Tokens in a String): Likewise for basename.
29810         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29811         (Copying and Concatenation): Fix typo in wmemmove prototype.
29812         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29813         (Signal Stack): Remove erroneous const in sigstack prototype.
29814         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29815         prototype.
29816         (Simple Calendar Time): Likewise for stime.
29817         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29818         prototype.
29819         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29820         say sys/sysctl.h instead.
29821         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29822         and vsyslog prototypes.
29824 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29826         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29827         Remove.
29829 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29831         * misc/sys/mman.h: Fix typo in mremap comment.
29833 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29835         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29836         the '\0' terminator.
29838 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29840         [BZ #13550]
29841         * debug/segfault.c: Don't include <bp-checks.h>.
29842         * sysdeps/generic/bp-checks.h: Remove file.
29843         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29844         (__GETDENTS): Don't use CHECK_N.
29845         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29846         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29847         (__getgroups): Don't use CHECK_N.
29848         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29849         (setgroups): Don't use CHECK_N.
29850         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29851         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29852         (__libc_msgrcv): Don't use CHECK_N.
29853         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29854         (__libc_msgsnd): Don't use CHECK_N.
29855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29856         <bp-checks.h>.
29857         (__libc_pread): Don't use CHECK_N.
29858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29859         include <bp-checks.h>.
29860         (__libc_pread64): Don't use CHECK_N.
29861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29862         include <bp-checks.h>.
29863         (__libc_pwrite): Don't use CHECK_N.
29864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29865         include <bp-checks.h>.
29866         (__libc_pwrite64): Don't use CHECK_N.
29867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29868         <bp-checks.h>.
29869         (__libc_pread): Don't use CHECK_N.
29870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29871         include <bp-checks.h>.
29872         (__libc_pread64): Don't use CHECK_N.
29873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29874         include <bp-checks.h>.
29875         (__libc_pwrite): Don't use CHECK_N.
29876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29877         include <bp-checks.h>.
29878         (__libc_pwrite64): Don't use CHECK_N.
29879         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29880         (do_pread): Don't use CHECK_N.
29881         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29882         (do_pread64): Don't use CHECK_N.
29883         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29884         (do_pwrite): Don't use CHECK_N.
29885         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29886         (do_pwrite64): Don't use CHECK_N.
29887         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29888         (__libc_readv): Don't use CHECK_N.
29889         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29890         (semop): Don't use CHECK_N.
29891         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29892         <bp-checks.h>.
29893         (semtimedop): Don't use CHECK_N.
29894         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29895         (__libc_pread): Don't use CHECK_N.
29896         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29897         <bp-checks.h>.
29898         (__libc_pread64): Don't use CHECK_N.
29899         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29900         <bp-checks.h>.
29901         (__libc_pwrite): Don't use CHECK_N.
29902         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29903         <bp-checks.h>.
29904         (__libc_pwrite64): Don't use CHECK_N.
29905         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29906         <bp-checks.h>.
29907         (__libc_msgrcv): Don't use CHECK_N.
29908         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29909         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29910         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29911         (__libc_writev): Don't use CHECK_N.
29913 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29915         * string/strcpy.c: Removed unused variable.
29917         * Makeconfig (+sysdep-includes): Define with := rather than =.
29918         Use an existing include/ subdir of each sysdeps dir before it.
29920 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29922         * nscd/connection.c (register_traced_file): Comment function.
29923         [HAVE_INOTIFY] (union __inev): Define.
29924         [HAVE_INOTIFY] (inotify_check_files): New function.
29925         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29926         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29927         clear_db_cache.
29928         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29930 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29932         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29933         loaded if not already and that a failure is permanent.
29935 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29937         [BZ #15006]
29938         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29939         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29941 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29943         [BZ #13550]
29944         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29945         (CHECK_1_NULL_OK): Likewise.
29946         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29947         (__fxstat): Do not use CHECK_1.
29948         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29949         <bp-checks.h>.
29950         (___fxstat64): Do not use CHECK_1.
29951         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29952         <bp-checks.h>.
29953         (__fxstatat): Do not use CHECK_1.
29954         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29955         <bp-checks.h>.
29956         (__fxstatat64): Do not use CHECK_1.
29957         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29958         <bp-checks.h>.
29959         (__fxstat): Do not use CHECK_1.
29960         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29961         <bp-checks.h>.
29962         (__fxstatat): Do not use CHECK_1.
29963         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29964         <bp-checks.h>.
29965         (__getresgid): Do not use CHECK_1.
29966         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29967         <bp-checks.h>.
29968         (__getresuid): Do not use CHECK_1.
29969         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29970         <bp-checks.h>.
29971         (__lxstat): Do not use CHECK_1.
29972         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29973         <bp-checks.h>.
29974         (__old_msgctl): Do not use CHECK_1.
29975         (__new_msgctl): Likewise.
29976         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29977         <bp-checks.h>.
29978         (__new_setrlimit): Do not use CHECK_1.
29979         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29980         <bp-checks.h>.
29981         (__old_shmctl): Do not use CHECK_1.
29982         (__new_shmctl): Likewise.
29983         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29984         <bp-checks.h>.
29985         (__xstat): Do not use CHECK_1.
29986         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29987         (__lxstat): Do not use CHECK_1.
29988         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29989         <bp-checks.h>.
29990         (___lxstat64): Do not use CHECK_1.
29991         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29992         (__old_msgctl): Do not use CHECK_1.
29993         (__new_msgctl): Likewise.
29994         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29995         <bp-checks.h>.
29996         (__gettimeofday): Do not use CHECK_1.
29997         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29998         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29999         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
30000         <bp-checks.h>.
30001         (__gettimeofday): Do not use CHECK_1.
30002         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
30003         (__old_shmctl): Do not use CHECK_1_NULL_OK.
30004         (__new_shmctl): Do not use CHECK_1.
30005         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
30006         <bp-checks.h>.
30007         (do_sigtimedwait): Do not use CHECK_1.
30008         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
30009         <bp-checks.h>.
30010         (do_sigwaitinfo): Do not use CHECK_1.
30011         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
30012         <bp-checks.h>.
30013         (msgctl): Do not use CHECK_1.
30014         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
30015         <bp-checks.h>.
30016         (shmctl): Do not use CHECK_1.
30017         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
30018         (ustat): Do not use CHECK_1.
30019         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
30020         <bp-checks.h>.
30021         (__fxstat): Do not use CHECK_1.
30022         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
30023         <bp-checks.h>.
30024         (__fxstatat): Do not use CHECK_1.
30025         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
30026         <bp-checks.h>.
30027         (__lxstat): Do not use CHECK_1.
30028         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
30029         <bp-checks.h>.
30030         (__xstat): Do not use CHECK_1.
30031         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
30032         (__xstat): Do not use CHECK_1.
30033         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
30034         (___xstat64): Do not use CHECK_1.
30036         [BZ #13550]
30037         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
30038         definitions.
30039         (CHECK_BOUNDS_HIGH): Likewise.
30040         * string/strcpy.c: Do not include <bp-checks.h>.
30041         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
30043 2013-02-07  Roland McGrath  <roland@hack.frob.com>
30045         * nscd/nscd-client.h (__nscd_drop_map_ref):
30046         Add __attribute__ ((unused)).
30047         * nis/nss-nisplus.h (niserr2nss): Likewise.
30049         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
30050         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
30052         * csu/libc-tls.c (init_static_tls, init_slotinfo):
30053         Remove inline keyword.
30054         * include/rounding-mode.h (round_away): Likewise.
30055         * libio/wfileops.c (adjust_wide_data): Likewise.
30056         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
30057         (__m128i_strloadu_tolower): Likewise.
30058         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
30059         (__m128i_strloadu_tolower): Likewise.
30060         * time/mktime.c (ydhms_diff): Likewise.
30061         * locale/elem-hash.h (elem_hash): Likewise.
30062         * locale/setlocale.c (setdata): Likewise.
30063         * posix/regex_internal.h (re_string_char_size_at): Likewise.
30064         (re_string_wchar_at): Likewise.
30065         (bitset_not, bitset_merge, bitset_mask): Likewise.
30066         [!(__GNUC__ > 3)] (inline): Remove macro.
30067         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
30068         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
30069         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
30070         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
30071         * string/memcmp.c (memcmp_bytes): Likewise.
30072         * locale/programs/locarchive.c (compute_hashval): Likewise.
30073         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
30074         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
30075         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
30076         * nss/getent.c (print_rpc, print_protocols): Likewise.
30077         (print_passwd, print_group, print_aliases): Likewise.
30078         * nis/nss-nisplus.h (niserr2nss): Likewise.
30079         * nscd/connections.c (restart_p): Likewise.
30080         Change return type to bool.
30082 2013-02-05  Roland McGrath  <roland@hack.frob.com>
30084         * Makeconfig (all-Depend-files): Add existing
30085         $(sorted-subdirs:=/Depend) files.
30086         (all-subdirs): Remove nss.
30087         * sysdeps/unix/inet/Subdirs: Add it here instead.
30088         * hesiod/Depend: New file.
30090         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
30091         instead of calling alloca.
30093         * io/lseek.c (__lseek): Rename to __libc_lseek.
30094         Define __lseek as an alias.
30096         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
30098 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
30100         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
30101         else clause and remove check for non-standard endianness.
30103 2013-02-04  David S. Miller  <davem@davemloft.net>
30105         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30107 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
30109         [BZ #13550]
30110         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
30111         (__ubp_memchr): Remove prototype.
30112         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
30113         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
30114         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
30115         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
30116         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
30117         Remove alias.
30118         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
30119         (__ubp_memchr): Likewise.
30120         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
30121         (__ubp_memchr): Likewise.
30122         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
30123         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
30124         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
30125         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
30126         CHECK_STRING.
30127         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
30128         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
30129         (__getcwd): Do not use CHECK_STRING.
30130         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
30131         <bp-checks.h>.
30132         (__real_chown): Do not use CHECK_STRING.
30133         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
30134         <bp-checks.h>.
30135         (fchownat): Do not use CHECK_STRING.
30136         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
30137         CHECK_STRING.
30138         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
30139         <bp-checks.h>.
30140         (__lchown): Do not use CHECK_STRING.
30141         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
30142         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
30143         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
30144         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
30145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
30146         include <bp-checks.h>.
30147         (truncate64): Do not use CHECK_STRING.
30148         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
30149         <bp-checks.h>.
30150         (__real_chown): Do not use CHECK_STRING.
30151         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
30152         <bp-checks.h>.
30153         (__lchown): Do not use CHECK_STRING.
30154         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
30155         <bp-checks.h>.
30156         (__chown): Do not use CHECK_STRING.
30157         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
30158         <bp-checks.h>.
30159         (truncate64): Do not use CHECK_STRING.
30160         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
30161         Likewise.
30162         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
30163         (__xmknod): Do not use CHECK_STRING.
30164         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
30165         <bp-checks.h>.
30166         (__xmknodat): Do not use CHECK_STRING.
30167         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
30168         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
30170 2013-02-04  Andreas Schwab  <schwab@suse.de>
30172         [BZ #14142]
30173         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
30174         * include/netdb.h: Likewise for h_errno.
30175         * elf/tst-stackguard1.c: Include <tls.h>.
30177 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
30179         * elf/link.h (struct link_map): Extend the l_addr comment.
30180         * include/link.h (struct link_map): Likewise.
30182 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
30184         [BZ #13550]
30185         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
30186         (BOUNDED_1): Remove macro.
30187         * debug/backtrace.c: Don't include <bp-checks.h>.
30188         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
30189         (__backtrace): Likewise.
30190         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
30191         <bp-checks.h>.
30192         (__backtrace): Don't use BOUNDED_1.
30193         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
30194         <bp-checks.h>.
30195         (__backtrace): Don't use BOUNDED_1.
30196         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
30197         (__backtrace): Don't use BOUNDED_1.
30198         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
30199         (shmat): Don't use BOUNDED_N.
30201 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
30203         [BZ #13550]
30204         * sysdeps/generic/bp-start.h: Remove file.
30205         * csu/libc-start.c: Don't include <bp-start.h>.
30206         (LIBC_START_MAIN): Set up __environ directly instead of using
30207         INIT_ARGV_and_ENVIRON.
30208         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
30209         <bp-start.h>.
30211         [BZ #13550]
30212         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
30213         definitions.
30214         (CHECK_FCNTL): Likewise.
30215         (CHECK_N_PAGES): Likewise.
30217         [BZ #13550]
30218         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
30219         definitions.
30220         (CHECK_SIGSET_NULL_OK): Likewise.
30221         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
30222         <bp-checks.h>.
30223         (sigpending): Don't use CHECK_SIGSET.
30224         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
30225         <bp-checks.h>.
30226         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30227         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
30228         <bp-checks.h>.
30229         (do_sigsuspend): Don't use CHECK_SIGSET.
30230         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
30231         use CHECK_SIGSET.
30232         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
30233         (do_sigwait): Don't use CHECK_SIGSET.
30234         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
30235         use CHECK_SIGSET.
30236         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
30237         include <bp-checks.h>.
30238         (sigpending): Don't use CHECK_SIGSET.
30239         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
30240         include <bp-checks.h>.
30241         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30242         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
30243         <bp-checks.h>.
30244         (sigpending): Don't use CHECK_SIGSET.
30245         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
30246         <bp-checks.h>.
30247         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30249         [BZ #13550]
30250         * sysdeps/generic/bp-semctl.h: Remove file.
30251         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
30252         <bp-checks.h> and <bp-semctl.h>.
30253         (__old_semctl): Don't use CHECK_SEMCTL.
30254         (__new_semctl): Likewise.
30255         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
30256         and <bp-semctl.h>.
30257         (__old_semctl): Don't use CHECK_SEMCTL.
30258         (__new_semctl): Likewise.
30259         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
30260         <bp-checks.h> and <bp-semctl.h>.
30261         (__old_semctl): Don't use CHECK_SEMCTL.
30262         (__new_semctl): Likewise.
30263         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
30264         <bp-checks.h> and <bp-semctl.h>.
30265         (semctl): Don't use CHECK_SEMCTL.
30267         [BZ #13550]
30268         * Makerules (elide-bp-thunks): Remove variable.
30269         (elide-routines.oS): Don't use $(elide-bp-thunks).
30270         (elide-routines.os): Likewise.
30271         (elide-routines.o): Likewise.
30272         (elide-routines.op): Likewise.
30273         (elide-routines.og): Likewise.
30274         (objects): Don't use $(bp-thunks).
30275         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
30276         include.
30277         (common-generated): Do not add s-proto-bp.d.
30278         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
30279         (int): Likewise.
30280         (typ): Likewise.
30281         Do not generate makefile rules for bounded-pointer thunks.
30282         * sysdeps/generic/bp-thunks.h: Remove file.
30283         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
30284         * sysdeps/unix/s-proto-bp.S: Likewise.
30286         [BZ #15062]
30287         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
30288         parts of result separately when argument is not close to line from
30289         -i to i and one part of argument is small.
30290         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30291         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30292         * math/libm-test.inc (cacos_test): Add more tests.
30293         (casin_test): Likewise.
30294         (casinh_test): Likewise.
30295         * sysdeps/i386/fpu/libm-test-ulps: Update.
30296         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30298 2013-01-31  David S. Miller  <davem@davemloft.net>
30300         * po/de.po: Update from translation team.
30302 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
30304         * time/tzfile.c: Include stdint.h for SIZE_MAX.
30306 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
30308         * configure.in (_AC_PROG_CC_C89): New definition.
30309         * configure: Regenerate.
30311         * configure.in (AC_PROG_CPP): New definition.
30312         * configure: Regenerate.
30314 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30316         * debug/tst-backtrace.h: New file.
30317         * debug/tst-backtrace2.c: Include tst-backtrace.h.
30318         (ret): Remove variable.
30319         (x): Likewise.
30320         (FAIL): Remove macro.
30321         (NO_INLINE): Likewise.
30322         (fn1): Use match function instead of strstr.
30323         * debug/tst-backtrace3.c: Include tst-backtrace.h.
30324         (ret): Remove variable.
30325         (x): Likewise.
30326         (FAIL): Remove macro.
30327         (NO_INLINE): Likewise.
30328         (fn): Use match function instead of strstr.
30329         * debug/tst-backtrace4.c: Include tst-backtrace.h.
30330         (ret): Remove variable.
30331         (x): Likewise.
30332         (FAIL): Remove macro.
30333         (NO_INLINE): Likewise.
30334         (handle_signal): Use match function instead of strstr.
30335         * debug/tst-backtrace5.c: Include tst-backtrace.h.
30336         (ret): Remove variable.
30337         (x): Likewise.
30338         (FAIL): Remove macro.
30339         (NO_INLINE): Likewise.
30340         (handle_signal): Use match function instead of strstr.
30342 2013-01-23  Roland McGrath  <roland@hack.frob.com>
30344         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
30346 2013-01-23  David S. Miller  <davem@davemloft.net>
30348         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
30349         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
30350         argument of CAS if possible.
30351         * sysdeps/sparc/sparc64/bits/atomic.h
30352         (__arch_compare_and_exchange_val_32_acq): Likewise.
30353         (__arch_compare_and_exchange_val_64_acq): Likewise.
30355 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
30357         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
30358         * sysdeps/posix/ulimit.c: ... this.
30359         Include <limits.h>.
30360         * sysdeps/unix/bsd/ulimit.c: Remove file.
30362 2013-01-23  Adam Conrad  <adconrad@0c3.net>
30364         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30365         (LDFLAGS-tst-array5): Likewise.
30367 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30369         [BZ #15036]
30370         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30371         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30372         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30373         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30375 2013-01-21  David S. Miller  <davem@davemloft.net>
30377         * sysdeps/sparc/backtrace.c: New file.
30378         * sysdeps/sparc/sparc32/backtrace.h: New file.
30379         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30380         * sysdeps/sparc/sparc64/backtrace.h: New file.
30381         * sysdeps/sparc/sparc64/backtrace.c: Delete.
30382         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30383         -funwind-tables.
30385 2013-01-21  Andreas Schwab  <schwab@suse.de>
30387         [BZ #15020]
30388         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30389         closed its stdout.
30391 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
30393         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30394         "mpa2.h".
30395         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30397 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
30398             Mark Mitchell  <mark@codesourcery.com>
30399             Tom de Vries  <tom@codesourcery.com>
30400             Paul Pluzhnikov  <ppluzhnikov@google.com>
30402         * debug/tst-backtrace2.c: New file.
30403         * debug/tst-backtrace3.c: Likewise.
30404         * debug/tst-backtrace4.c: Likewise.
30405         * debug/tst-backtrace5.c: Likewise.
30406         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30407         (CFLAGS-tst-backtrace3.c): Likewise.
30408         (CFLAGS-tst-backtrace4.c): Likewise.
30409         (CFLAGS-tst-backtrace5.c): Likewise.
30410         (LDFLAGS-tst-backtrace2): Likewise.
30411         (LDFLAGS-tst-backtrace3): Likewise.
30412         (LDFLAGS-tst-backtrace4): Likewise.
30413         (LDFLAGS-tst-backtrace5): Likewise.
30414         (tests): Add new tests tst-backtrace2, tst-backtrace3,
30415         tst-backtrace4 and tst-backtrace5.
30417 2013-01-18  Anton Blanchard  <anton@samba.org>
30418             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30420         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30421         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30422         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30423         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30425         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30426         "+r" and remove output regs list as redundant.  Add explicit inline
30427         asm to specify register of return val to work around compiler codegen
30428         bug.  Remove (int) cast on return value.  Add return type parameter to
30429         use in macro so that this macro does not truncate return value for
30430         64-bit values.
30431         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30432         pass to INTERNAL_VSYSCALL_NCS.
30433         (INLINE_VSYSCALL): Add 'long int' as return type to
30434         INTERNAL_VSYSCALL_NCS macro invocation.
30435         (INTERNAL_VSYSCALL): Add 'long int' as return type to
30436         INTERNAL_VSYSCALL_NCS macro invocation.
30437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30439 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30441         [BZ #14496]
30442         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30443         Fix application of SIMD FP exception mask.
30445         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30446         mp_no from a power of two.
30447         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30448         __mpexp_twomm1.  Use __pow_mp.
30450         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30451         multiplication.
30453 2013-01-17  David S. Miller  <davem@davemloft.net>
30455         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30457 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30459         [BZ #15023]
30460         * include/complex.h: Condition contents on [!_COMPLEX_H].
30461         (__kernel_casinhf): New prototype.
30462         (__kernel_casinh): Likewise.
30463         (__kernel_casinhl): Likewise.
30464         * math/Makefile (libm_calls): Add k_casinh.
30465         * math/k_casinh.c: New file.
30466         * math/k_casinhf.c: Likewise.
30467         * math/k_casinhl.c: Likewise.
30468         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30469         finite nonzero arguments.
30470         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30471         finite nonzero arguments.
30472         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30473         finite nonzero arguments.
30474         * math/s_casinh.c: Do not include <float.h>.
30475         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30476         * math/s_casinhf.c: Do not include <float.h>.
30477         (__casinhf): Move code for finite nonzero arguments to
30478         k_casinhf.c.
30479         * math/s_casinhl.c: Do not include <float.h>.
30480         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30481         redefine.
30482         (__casinhl): Move code for finite nonzero arguments to
30483         k_casinhl.c.
30484         * math/libm-test.inc (cacos_test): Add more tests.
30485         * sysdeps/i386/fpu/libm-test-ulps: Update.
30486         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30488 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30490         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30491         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30492         [!HAVE_MREMAP]: Remove [defined linux] case.
30493         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30495 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30497         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30499 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30501         * elf/elf.h (R_386_SIZE32): New relocation.
30502         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30503         R_386_SIZE32.
30504         (elf_machine_rela): Likewise.
30505         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30506         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30508 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30510         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30511         (FP_FAST_FMA): Do not define.
30512         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30513         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30514         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30515         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30516         !_SOFT_FLOAT]: Likewise.
30517         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30518         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30519         value.
30520         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30521         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30522         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30523         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30524         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30525         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30526         file.
30528 2013-01-16  Andreas Schwab  <schwab@suse.de>
30530         [BZ #14327]
30531         * include/stdlib.h (__mktemp): Add declaration.
30532         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30533         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30535 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30537         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30538         definitions.
30539         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30540         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30541         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30542         definitions here.
30543         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30544         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30545         definitions.
30546         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30547         and ONE.
30548         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30549         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30550         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30551         definitions.
30552         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30553         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30554         definitions.
30555         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30557         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30559 2013-01-15  David S. Miller  <davem@davemloft.net>
30561         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30562         trunc{,f} to libm-sysdep_routes.
30563         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30564         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30565         file.
30566         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30567         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30568         file.
30569         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30570         file.
30571         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30572         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30573         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30574         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30575         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30576         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30577         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30578         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30580         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30581         nearbyint{,f} to libm-sysdep_routes.
30582         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30583         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30584         New file.
30585         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30586         file.
30587         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30588         New file.
30589         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30590         file.
30591         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30592         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30593         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30594         file.
30595         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30596         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30597         file.
30598         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30599         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30600         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30602         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30603         libc_feholdexcept and libc_fesetenv.
30605 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30607         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30609 2013-01-14  David S. Miller  <davem@davemloft.net>
30611         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30612         (SPARC_ASM_VIS2_IFUNC): Likewise.
30613         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30614         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30615         use of 'siam' instruction.
30616         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30617         Likewise.
30618         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30619         Likewise.
30620         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30621         Likewise.
30622         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30623         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30624         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30625         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30626         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30627         file.
30628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30629         file.
30630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30631         file.
30632         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30633         file.
30634         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30635         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30636         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30637         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30639         new VIS2 routines.
30640         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30641         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30642         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30643         Likewise.
30644         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30645         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30646         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30647         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30649         routines to libm-sysdep_routines.
30650         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30653         fdim/fdimf to libm-sysdep_routines.
30654         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30655         file.
30656         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30658         file.
30659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30660         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30661         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30662         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30663         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30664         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30665         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30667 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30669         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30670         to optimize copies.
30672         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30673         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30674         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30676         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30677         local variable MPTWO.
30678         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30679         Likewise.
30681 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30683         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30684         GLOB_NOESCAPE.
30686 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30688         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30690 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30692         * manual/pattern.texi (glob_t): Document gl_flags.
30693         (glob64_t): Likewise.
30695 2013-01-11  David S. Miller  <davem@davemloft.net>
30697         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30698         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30699         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30700         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30701         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30702         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30703         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30704         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30705         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30706         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30707         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30708         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30709         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30711         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30712         sparc V9 rather than using V8 code.
30713         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30714         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30716         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30717         Move to...
30718         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30719         Here.
30721 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30723         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30724         not in the main loop.
30725         * configure: Regenerated.
30727 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30729         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30730         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30731         to just #else.
30732         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30733         [!__GLIBC_HAVE_LONG_LONG] case.
30734         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30735         condition to just #else.
30736         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30737         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30738         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30739         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30740         unconditional.
30741         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30742         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30743         #elif condition to just #else.
30744         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30745         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30746         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30747         #elif condition to just #else.
30749 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30751         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30752         (EF_MIPS_ARCH_64): Fix value.
30753         (EF_MIPS_ARCH_32R2): New.
30754         (EF_MIPS_ARCH_64R2): New.
30756 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30758         * Makeconfig (+link-pie-before-libc): New.
30759         (+link-pie-after-libc): Likewise.
30760         (+link-pie-tests): Likewise.
30761         (+link-pie): Rewritten.
30762         (link-before-libc): Remove $(config-LDFLAGS).
30763         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30764         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30765         (config-LDFLAGS): Renamed to ...
30766         (rtld-LDFLAGS): This.
30767         (rtld-tests-LDFLAGS): New macro.
30768         (link-libc-rpath-link): Likewise.
30769         (link-libc-tests-rpath-link): Likewise.
30770         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30771         (link-libc): Prepand $(link-libc-rpath-link).
30772         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30773         (test-program-prefix): New macro.
30774         (test-via-rtld-prefix): Likewise.
30775         (test-program-cmd): Likewise.
30776         (host-test-program-cmd): Likewise.
30777         * Makefile ($(common-objpfx)testrun.sh): Replace
30778         $(run-program-prefix) with $(test-program-prefix).
30779         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30780         $(rtld-LDFLAGS).
30781         ($(common-objpfx)shlib.lds): Likewise.
30782         (build-module-helper): Likewise.
30783         ($(common-objpfx)format.lds): Likewise.
30784         * Rules (binaries-pie-tests): New.
30785         (binaries-pie-notests): Likewise.
30786         (binaries-pie): Rewritten.
30787         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30788         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30789         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30790         (make-test-out): Replace $(host-built-program-cmd) with
30791         $(host-test-program-cmd).
30792         * config.make.in (build-hardcoded-path-in-tests): New variable.
30793         * configure.in (--enable-hardcoded-path-in-tests): New configure
30794         option.
30795         (hardcoded_path_in_tests): New AC_SUBST.
30796         * configure: Regenerated.
30797         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30798         $(built-program-cmd) with $(test-program-cmd).
30799         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30800         (test_program_cmd): This.
30801         * elf/Makefile ($(objpfx)order.out): Run test with
30802         $(test-program-prefix).
30803         ($(objpfx)order2.out): Likewise.
30804         ($(objpfx)tst-initorder.out): Likewise.
30805         ($(objpfx)tst-initorder2.out): Likewise.
30806         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30807         $(test-program-cmd).
30808         ($(objpfx)tst-array1-static.out): Likewise.
30809         ($(objpfx)tst-array2.out): Likewise.
30810         ($(objpfx)tst-array3.out): Likewise.
30811         ($(objpfx)tst-array4.out): Likewise.
30812         ($(objpfx)tst-array5.out): Likewise.
30813         ($(objpfx)tst-array5-static.out): Likewise.
30814         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30815         $(test-program-cmd).
30816         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30817         $(run-program-prefix) with $(test-program-prefix).
30818         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30819         (test_program_prefix): This.
30820         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30821         $(run-program-prefix) with $(test-program-prefix).
30822         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30823         (test_program_prefix): This.
30824         * iconvdata/tst-tables.sh: Likewise.
30825         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30826         $(run-program-prefix) with $(test-program-prefix).
30827         ($(objpfx)tst-translit.out): Likewise.
30828         ($(objpfx)tst-gettext2.out): Likewise.
30829         ($(objpfx)tst-gettext4.out): Likewise.
30830         ($(objpfx)tst-gettext6.out): Likewise.
30831         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30832         (test_program_prefix): This.
30833         * intl/tst-gettext2.sh: Likewise.
30834         * intl/tst-gettext4.sh  Likewise.
30835         * intl/tst-gettext6.sh: Likewise.
30836         * intl/tst-translit.sh: Likewise.
30837         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30838         with $(test-program-cmd).
30839         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30840         $(run-program-prefix) with $(test-program-prefix).
30841         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30842         (test_program_prefix): This.
30843         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30844         $(run-program-prefix) with $(test-program-prefix).
30845         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30846         (test_program_prefix): This.
30847         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30848         * posix/Makefile ($(objpfx)globtest.out): Replace
30849         $(run-via-rtld-prefix) and $(test-wrapper) with
30850         $(test-program-prefix) and $(test-via-rtld-prefix).
30851         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30852         $(test-program-prefix).
30853         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30854         $(host-test-program-cmd).
30855         (tst-spawn-ARGS): Likewise.
30856         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30857         $(test-program-prefix).
30858         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30859         (test_via_rtld_prefix): This.
30860         (test_wrapper): Renamed to ...
30861         (test_program_prefix): This.
30862         (run_program_prefix): Replaced by test_program_prefix.
30863         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30864         (test_program_prefix): This.
30865         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30866         with $(host-test-program-cmd).
30867         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30868         $(run-program-prefix) with $(test-program-prefix).
30869         ($(objpfx)tst-printf.out): Likewise.
30870         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30871         $(test-program-cmd).
30872         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30873         (test_program_prefix): This.
30874         * stdio-common/tst-unbputc.sh: Likewise.
30875         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30876         $(run-program-prefix) with $(test-program-prefix).
30877         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30878         (test_program_prefix): This.
30879         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30880         $(built-program-cmd) with $(test-program-cmd).
30882 2013-01-11  Andreas Jaeger  <aj@suse.de>
30884         [BZ #15003]
30885         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30886         value. Sync with Linux 3.7.
30888 2013-01-10  David S. Miller  <davem@davemloft.net>
30890         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30891         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30892         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30894 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30896         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30897         never set.
30898         * configure: Regenerated.
30900 2013-01-10  David S. Miller  <davem@davemloft.net>
30902         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30903         sparc V9 rather than using V8 code.
30904         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30905         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30907 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30909         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30910         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30911         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30912         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30913         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30914         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30915         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30916         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30917         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30918         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30919         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30920         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30921         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30922         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30923         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30924         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30925         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30926         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30927         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30928         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30929         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30930         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30931         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30932         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30933         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30934         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30935         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30937 2013-01-10  David S. Miller  <davem@davemloft.net>
30939         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30941 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30943         * posix/Makefile (tests-static): New variable.
30944         (tests): Add $(tests-static).
30945         (tst-exec-static-ARGS): New variable.
30946         (tst-spawn-static-ARGS): Likewise.
30947         * posix/tst-exec-static.c: New file.
30948         * posix/tst-spawn-static.c: Likewise.
30949         * posix/tst-exec.c: Support run directly.
30950         * posix/tst-spawn.c: Likewise.
30952 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30954         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30955         long.
30956         * math/bits/mathcalls.h (llrint): Likewise.
30957         (llround): Likewise.
30958         * stdlib/stdlib.h (struct drand48_data): Likewise.
30959         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30960         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30961         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30962         Likewise.
30963         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30964         Likewise.
30965         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30966         (elf_greg_t): Likewise.
30967         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30968         (__jmp_buf): Likewise.
30969         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30970         definitions.
30971         (llrint): Likewise, for all definitions.
30972         (llrintl): Likewise.
30974         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30975         Remove [__GNUC__] condition.
30976         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30977         condition to just [__USE_ISOC99].
30978         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30980 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30982         [BZ #14200]
30983         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30984         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30985         defined.
30986         (_POSIX_V6_ILP32_OFF32): Likewise.
30987         (_XBS5_ILP32_OFF32): Likewise.
30988         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30989         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30991 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30993         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30995         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30996         doubles __mpexp_twomm1.  Adjust usage.
30997         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30998         Remove.
31000 2013-01-10  Andreas Schwab  <schwab@suse.de>
31002         [BZ #14964]
31003         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
31004         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
31006 2013-01-09  David S. Miller  <davem@davemloft.net>
31008         [BZ #15003]
31009         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
31010         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
31011         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
31012         (TCP_FASTOPEN): Define.
31013         (tcp_repair_opt): New structure.
31014         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
31015         enum values.
31016         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
31017         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
31018         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
31019         (tcp_cookie_transactions): New structure.
31021 2013-01-09  Anton Blanchard  <anton@samba.org>
31023         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
31024         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
31025         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
31026         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
31028 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
31030         * include/features.h (__USE_ANSI): Remove.
31032 2013-01-09  Roland McGrath  <roland@hack.frob.com>
31034         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
31036         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
31038 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
31040         * sysdeps/s390/fpu/libm-test-ulps: Update.
31042         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31044         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
31045         (__acr): Likewise.
31046         (__cpy): Likewise.
31047         (norm): Likewise.
31048         (denorm): Likewise.
31049         (__mp_dbl): Likewise.
31050         (__dbl_mp): Likewise.
31051         (add_magnitudes): Likewise.
31052         (sub_magnitudes): Likewise.
31053         (__add): Likewise.
31054         (__sub): Likewise.
31055         (__mul): Likewise.
31056         (__inv): Likewise.
31057         (__dvd): Likewise.
31058         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
31059         (__acr): Likewise.
31060         (__cpy): Likewise.
31061         (norm): Likewise.
31062         (denorm): Likewise.
31063         (__mp_dbl): Likewise.
31064         (__dbl_mp): Likewise.
31065         (add_magnitudes): Likewise.
31066         (sub_magnitudes): Likewise.
31067         (__add): Likewise.
31068         (__sub): Likewise.
31069         (__mul): Likewise.
31070         (__inv): Likewise.
31071         (__dvd): Likewise.
31072         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
31073         (__acr): Likewise.
31074         (__cpy): Likewise.
31075         (norm): Likewise.
31076         (denorm): Likewise.
31077         (__mp_dbl): Likewise.
31078         (__dbl_mp): Likewise.
31079         (add_magnitudes): Likewise.
31080         (sub_magnitudes): Likewise.
31081         (__add): Likewise.
31082         (__sub): Likewise.
31083         (__mul): Likewise.
31084         (__inv): Likewise.
31085         (__dvd): Likewise.
31087 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
31089         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
31090         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
31091         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
31092         2 && __USE_EXTERN_INLINES]: Likewise.
31094 2013-01-08  Andreas Jaeger  <aj@suse.de>
31096         [BZ# 14985]
31097         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
31098         Remove.
31099         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
31100         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
31102 2013-01-07  Anton Blanchard  <anton@samba.org>
31104         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
31105         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
31106         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
31107         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
31108         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
31109         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
31110         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
31111         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31112         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31113         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31114         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
31115         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
31116         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
31117         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
31118         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
31119         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
31120         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
31121         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
31122         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
31123         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
31124         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
31125         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
31126         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
31127         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
31128         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
31129         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
31130         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
31131         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
31132         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
31133         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
31134         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
31135         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31136         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31137         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
31138         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
31139         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
31140         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
31141         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31142         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
31143         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
31144         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
31145         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
31146         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
31148 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
31150         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
31151         (__MALLOC_PMT): Likewise.
31152         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
31153         [__GNUC__], only on [_LIBC].
31154         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
31155         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
31156         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
31157         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
31158         forward declaration.
31159         (realloc_hook_ini): Likewise.
31160         (memalign_hook_ini): Likewise.
31161         (__libc_memalign): Do not use __MALLOC_PMT in variable
31162         declaration.
31163         (__libc_valloc): Likewise.
31164         (__libc_pvalloc): Likewise.
31165         (__libc_calloc): Likewise.
31166         (__posix_memalign): Likewise.
31168         [BZ #14996]
31169         * math/s_casinh.c: Include <float.h>.
31170         (__casinh): Do not do computation with squaring and square root
31171         for large arguments.
31172         * math/s_casinhf.c: Include <float.h>.
31173         (__casinhf): Do not do computation with squaring and square root
31174         for large arguments.
31175         * math/s_casinhl.c: Include <float.h>.
31176         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
31177         (__casinhl): Do not do computation with squaring and square root
31178         for large arguments.
31179         * math/libm-test.inc (casin_test): Add more tests.
31180         (casinh_test): Likewise.
31181         * sysdeps/i386/fpu/libm-test-ulps: Update.
31182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31184 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
31186         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
31187         (__x86_64_raw_data_cache_size): Likewise.
31188         (__x86_64_data_cache_size_half): Likewise.
31189         (__x86_64_raw_data_cache_size_half): Likewise.
31190         (__x86_64_shared_cache_size): Likewise.
31191         (__x86_64_raw_shared_cache_size): Likewise.
31192         (__x86_64_shared_cache_size_half): Likewise.
31193         (__x86_64_raw_shared_cache_size_half): Likewise.
31194         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
31195         to ...
31196         (__x86_data_cache_size): This.
31197         (__x86_64_raw_data_cache_size): Renamed to ...
31198         (__x86_raw_data_cache_size): This.
31199         (__x86_64_data_cache_size_half): Renamed to ...
31200         (__x86_data_cache_size_half): This.
31201         (__x86_64_raw_data_cache_size_half): Renamed to ...
31202         (__x86_raw_data_cache_size_half): This.
31203         (__x86_64_shared_cache_size): Renamed to ...
31204         (__x86_shared_cache_size): This.
31205         (__x86_64_raw_shared_cache_size): Renamed to ...
31206         (__x86_raw_shared_cache_size): This.
31207         (__x86_64_shared_cache_size_half): Renamed to ...
31208         (__x86_shared_cache_size_half): This.
31209         (__x86_64_raw_shared_cache_size_half): Renamed to ...
31210         (__x86_raw_shared_cache_size_half): This.
31211         * sysdeps/x86_64/memcpy.S: Updated.
31212         * sysdeps/x86_64/memset.S: Likewise.
31213         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
31214         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
31215         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
31217 2013-01-04  David S. Miller  <davem@davemloft.net>
31219         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31221 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
31223         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
31224         1 to avoid redefinition warning.
31225         (__USE_GNU): Don't define.
31226         (init_signaling_nan): Protoize.
31228         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31230 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
31232         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
31233         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
31234         (__cpymn): Likewise.
31235         (norm): Remove commented code.
31236         (denorm): Likewise.
31237         (__mp_dbl): Likewise.
31238         (__inv): Likewise.
31239         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
31240         (__cpymn): Likewise.
31241         (norm): Remove commented code.
31242         (denorm): Likewise.
31243         (__mp_dbl): Likewise.
31244         (__inv): Likewise.
31246         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
31247         mp_no value for 1.0 and 2.0.
31248         (norm): Use RADIXI instead of radixi.d.
31249         (denorm): Likewise.
31250         (__mul): Use 0.0 instead of zero.d.
31251         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
31252         mp_no value for 1.0 and 2.0.
31253         (norm): Use RADIXI instead of radixi.d.
31254         (denorm): Likewise.
31255         (__mul): Use 0.0 instead of zero.d.
31257 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
31259         [BZ #14994]
31260         * math/s_casinh.c (__casinh): Reduce finite argument to first
31261         quadrant then set signs of results at the end.
31262         * math/s_casinhf.c (__casinhf): Likewise.
31263         * math/s_casinhl.c (__casinhl): Likewise.
31264         * math/libm-test.inc (casin_test): Add more tests.
31265         (casinh_test): Likewise.
31266         * sysdeps/i386/fpu/libm-test-ulps: Update.
31267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31269 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
31271         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
31273         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
31275         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
31276         declarations.
31277         (denorm): Likewise.
31278         (__mp_dbl): Likewise.
31279         (__inv): Likewise.
31281         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
31282         and adjust the header comment.
31284         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
31285         variable name from declaration.
31287 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
31289         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31290         Initialize COMMON_CPUID_INDEX_7 element.
31291         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
31292         (CPUID_RTM): Likewise.
31293         (HAS_RTM): Likewise.
31294         (COMMON_CPUID_INDEX_7): New enum.
31296 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
31298         [BZ #14981]
31299         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
31300         size is zero, record memory as freed.
31302 2013-01-03  Andreas Jaeger  <aj@suse.de>
31304         * po/ia.po: Add new Interlingua translation.
31306 2012-01-03  Allan McRae  <allan@archlinux.org>
31308         * locale/programs/localedef.c: Fix description of '--posix' flag.
31310 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
31312         * NEWS: Update dates in second copyright notice.
31313         * README: Update copyright dates in example.
31314         * manual/libc.texinfo: Update copyright dates.
31315         * scripts/test-installation.pl: Update copyright date in --version
31316         output.
31318         * hurd/ctty-input.c: Fix copyright notice formatting.
31319         * hurd/ctty-output.c: Likewise.
31320         * hurd/dtable.c: Likewise.
31321         * hurd/hurd-raise.c: Likewise.
31322         * hurd/hurdprio.c: Likewise.
31323         * hurd/msgportdemux.c: Likewise.
31324         * misc/sys/file.h: Likewise.
31325         * misc/sys/ioctl.h: Likewise.
31326         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
31327         * sysdeps/mach/hurd/chdir.c: Likewise.
31328         * sysdeps/mach/hurd/fchdir.c: Likewise.
31329         * sysdeps/mach/hurd/rename.c: Likewise.
31330         * sysdeps/mach/hurd/rmdir.c: Likewise.
31331         * sysdeps/mach/hurd/seekdir.c: Likewise.
31332         * sysdeps/mach/hurd/setsid.c: Likewise.
31333         * sysdeps/posix/wait3.c: Likewise.
31335         * All files with FSF copyright notices: Update copyright dates
31336         using scripts/update-copyrights.
31337         * intl/plural.c: Regenerated.
31338         * locale/programs/charmap-kw.h: Likewise.
31339         * locale/programs/locfile-kw.h: Likewise.
31341 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31343         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
31344         four values.
31346         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
31347         calculation loop and add branch prediction.
31349         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
31350         check access beyond bounds of m1np.
31352         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31353         MPTWO.
31354         (__inv): Remove local variable MPTWO to use the global
31355         constant.
31356         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
31357         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31358         variable MPTWO.
31359         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
31360         MP3HALFS static const.
31362 2013-01-01  David S. Miller  <davem@davemloft.net>
31364         * po/ca.po: Update from translation team.
31366 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
31368         * scripts/update-copyrights: New file.
31369         * Makeconfig: Reformat copyright notice.
31370         * ctype/ctype.h: Likewise.
31371         * debug/swprintf_chk.c: Likewise.
31372         * elf/dl-cache.c: Likewise.
31373         * elf/dl-debug.c: Likewise.
31374         * elf/dl-object.c: Likewise.
31375         * grp/initgroups.c: Likewise.
31376         * hurd/Makefile: Likewise.
31377         * hurd/hurd/signal.h: Likewise.
31378         * hurd/hurdfault.c: Likewise.
31379         * hurd/hurdioctl.c: Likewise.
31380         * hurd/hurdlookup.c: Likewise.
31381         * hurd/intr-msg.c: Likewise.
31382         * iconv/gconv_open.c: Likewise.
31383         * libio/swprintf.c: Likewise.
31384         * locale/lc-ctype.c: Likewise.
31385         * locale/nl_langinfo.c: Likewise.
31386         * mach/Machrules: Likewise.
31387         * mach/Makefile: Likewise.
31388         * malloc/obstack.h: Likewise.
31389         * manual/Makefile: Likewise.
31390         * manual/tsort.awk: Likewise.
31391         * misc/bits/stab.def: Likewise.
31392         * nis/nis_print_group_entry.c: Likewise.
31393         * nis/nis_table.c: Likewise.
31394         * nis/nss_compat/compat-pwd.c: Likewise.
31395         * nis/nss_compat/compat-spwd.c: Likewise.
31396         * po/Makefile: Likewise.
31397         * posix/fnmatch.c: Likewise.
31398         * posix/regex.h: Likewise.
31399         * resolv/Makefile: Likewise.
31400         * resolv/nss_dns/dns-network.c: Likewise.
31401         * resolv/res_hconf.c: Likewise.
31402         * scripts/gen-sorted.awk: Likewise.
31403         * soft-fp/soft-fp.h: Likewise.
31404         * stdio-common/printf.h: Likewise.
31405         * stdlib/monetary.h: Likewise.
31406         * stdlib/random.c: Likewise.
31407         * stdlib/random_r.c: Likewise.
31408         * sysdeps/generic/Makefile: Likewise.
31409         * sysdeps/gnu/Makefile: Likewise.
31410         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31411         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31412         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31413         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31414         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31415         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31416         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31417         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31418         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31419         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31420         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31421         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31422         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31423         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31424         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31425         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31426         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31427         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31428         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31429         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31430         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31431         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31432         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31433         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31434         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31435         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31436         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31437         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31438         * sysdeps/mach/hurd/errnos.awk: Likewise.
31439         * sysdeps/mach/hurd/fork.c: Likewise.
31440         * sysdeps/mach/hurd/getcwd.c: Likewise.
31441         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31442         * sysdeps/mach/hurd/mmap.c: Likewise.
31443         * sysdeps/mach/hurd/utimes.c: Likewise.
31444         * sysdeps/mach/hurd/xmknod.c: Likewise.
31445         * sysdeps/posix/profil.c: Likewise.
31446         * sysdeps/posix/readdir_r.c: Likewise.
31447         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31448         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31449         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31450         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31451         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31452         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31453         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31454         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31455         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31456         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31457         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31458         * sysdeps/pthread/lio_listio.c: Likewise.
31459         * sysdeps/sparc/dl-procinfo.h: Likewise.
31460         * sysdeps/unix/i386/sysdep.S: Likewise.
31461         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31462         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31463         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31464         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31466         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31467         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31468         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31469         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31470         * sysdeps/wordsize-32/divdi3.c: Likewise.
31471         * time/sys/time.h: Likewise.
31472         * wcsmbs/Makefile: Likewise.
31474 2013-01-01  David S. Miller  <davem@davemloft.net>
31476         * po/fr.po: Update from translation team.
31478         * catgets/gencat.c: Update copyright year.
31479         * csu/version.c: Likewise.
31480         * debug/catchsegv.sh: Likewise.
31481         * debug/pcprofiledump.c: Likewise.
31482         * debug/xtrace.sh: Likewise.
31483         * elf/ldconfig.c: Likewise.
31484         * elf/ldd.bash.in: Likewise.
31485         * elf/pldd.c: Likewise.
31486         * elf/sotruss.ksh: Likewise.
31487         * elf/sprof.c: Likewise.
31488         * iconv/iconv_prog.c: Likewise.
31489         * iconv/iconvconfig.c: Likewise.
31490         * locale/programs/locale.c: Likewise.
31491         * locale/programs/localedef.c: Likewise.
31492         * login/programs/pt_chown.c: Likewise.
31493         * malloc/memusage.sh: Likewise.
31494         * malloc/memusagestat.c: Likewise.
31495         * malloc/mtrace.pl: Likewise.
31496         * nscd/nscd.c: Likewise.
31497         * nss/getent.c: Likewise.
31498         * nss/makedb.c: Likewise.
31499         * posix/getconf.c: Likewise.
31501 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31503         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31504         numbers.
31506 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31508         * math/bits/mathcalls.h (modf): Use __nonnull.
31510 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31512         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31513         (split): Use macro CN instead of the bare value.
31514         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31515         could be used.
31516         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31517         instead of the bare value.
31518         (power1): Likewise.
31520 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31522         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31523         __ATAN_TWOM.
31524         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31526         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31527         their values.
31528         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31529         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31530         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31531         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31533 2012-12-28  Andreas Jaeger  <aj@suse.de>
31535         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31536         values are from Linux 3.7.
31538         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31539         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31541 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31543         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31544         TRUE case.
31546         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31547         (norm): Likewise.
31548         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31549         variables with preprocessor constants.
31550         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31551         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31552         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31554 2012-12-27  Bruno Haible  <bruno@clisp.org>
31556         [BZ #14317]
31557         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31558         only if needed.
31560 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31562         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31563         and use variable directly.
31564         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31566         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31567         MPONE.
31568         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31569         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31570         variable MPONE.
31571         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31572         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31573         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31574         include directive.  Remove local variable MPONE.
31575         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31576         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31577         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31579 2012-12-25  David S. Miller  <davem@davemloft.net>
31581         * version.h (RELEASE): Set to "development".
31582         (VERSION): Set to "2.17.90".
31583         * NEWS: Add 2.18 section.
31585 2012-12-21  David S. Miller  <davem@davemloft.net>
31587         * po/hr.po: Update from translation team.
31589 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31591         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31593 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31595         * NEWS:  Mention new memcpy for MIPS.
31597 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31599         * manual/contrib.texi (Contributors): Spelling correction.
31601 2012-12-15  David S. Miller  <davem@davemloft.net>
31603         * po/ru.po: Update from translation team.
31605 2012-12-13  David S. Miller  <davem@davemloft.net>
31607         * NEWS: Mention IFUNC testsuite enhancements.
31609         * po/pl.po: Update from translation team.
31610         * po/bg.po: Likewise.
31612         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31613         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31615 2012-12-11  David S. Miller  <davem@davemloft.net>
31617         * po/sv.po: Update from translation team.
31619         * po/vi.po: Update from translation team.
31621         * po/cs.po: Update from translation team.
31623         * po/de.po: Update from translation team.
31624         * po/eo.po: Likewise.
31625         * po/nl.po: Likewise.
31627 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31629         [BZ #14246]
31630         * manual/argp.texi (Argp Helper Functions): Move node to follow
31631         Argp Parsing State.
31633         [BZ #14872]
31634         * manual/conf.texi (Limits on File System Capacity): Mention if
31635         terminating null is included in the max size.
31637 2012-12-10  Andreas Jaeger  <aj@suse.de>
31639         * po/cs.po: Update from translation team.
31641 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31643         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31644         void pointer and cast to uintptr_t.
31645         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31646         path.
31647         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31648         * sysdeps/s390/s390-64/memset.S: Likewise.
31650 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31652         [BZ #14833]
31653         * menual/message.texi (Message Translation): Fix typos.
31654         (Helper programs for gettext): Likewise.
31656 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31658         [BZ #14898]
31659         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31660         Change to -1.
31662 2012-12-07  David S. Miller  <davem@davemloft.net>
31664         * po/libc.pot: Update.
31666 2012-12-07  Richard Henderson  <rth@redhat.com>
31668         [BZ #10114]
31669         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31670         normal/normal case to before the switch.
31671         (_FP_DIV): Likewise.
31673 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31674             Mike Frysinger  <vapier@gentoo.org>
31676         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31677         check for __NR_fadvise64_64.
31679 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31681         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31682         0, not just to plain "0" as a statement.
31683         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31684         with cw.
31686 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31688         * NEWS: Use sourceware.org in Bugzilla URL.
31690 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31693         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31695         * stdio-common/tst-put-error.c (do_test): Add newline to the
31696         padded test to ensure flush.
31698 2012-12-05  Jeff Law  <law@redhat.com>
31700         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31702 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31704         * README: Don't refer to ports add-on as distributed separately.
31705         Mention AArch64 in list of systems supported in the ports add-on.
31707         * LICENSES: Add more non-FSF copyright and license notices.
31709         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31710         ((unused)).
31712         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31714         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31715         10000 as width of padded output.
31717 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31719         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31721         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31722         variable LX with __attribute__ ((unused)).
31723         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31724         Likewise.
31725         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31726         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31727         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31728         with __attribute__ ((unused)).
31730 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31732         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31734 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31736         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31737         (CFLAGS-nldbl-acos.c): New variable.
31738         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31739         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31740         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31741         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31742         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31743         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31744         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31745         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31746         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31747         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31748         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31749         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31750         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31751         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31752         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31753         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31754         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31755         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31756         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31757         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31758         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31759         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31760         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31761         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31762         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31763         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31764         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31765         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31766         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31767         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31768         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31769         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31770         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31771         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31772         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31773         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31774         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31775         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31776         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31777         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31778         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31779         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31780         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31781         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31782         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31783         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31784         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31785         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31786         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31787         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31788         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31789         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31790         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31791         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31792         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31793         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31794         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31795         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31796         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31797         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31798         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31799         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31800         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31801         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31802         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31803         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31804         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31805         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31806         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31807         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31808         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31809         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31810         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31811         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31812         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31813         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31814         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31815         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31816         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31817         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31818         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31819         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31820         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31821         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31822         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31823         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31824         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31825         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31826         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31827         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31828         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31829         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31830         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31831         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31832         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31833         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31834         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31837         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31839         [BZ #14914]
31840         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31841         whole low double instead of just low 47 bits when splitting values
31842         into two parts.
31844 2012-12-03  Allan McRae  <allan@archlinux.org>
31846         * manual/stdio.texi (Predefined Printf Handlers): Remove
31847         @hsep and @vsep usage.
31849 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31851         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31852         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31854 2012-12-03  Jeff Law  <law@redhat.com>
31856         * time/sys/time.h (settimeofday): Do not mark TV argument
31857         as __nonnull.
31859 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31861         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31862         when currently writing and seek to current position when not.
31863         * libio/Makefile (tests): Remove bug-fclose1.
31864         * libio/bug-fclose1.c: Delete.
31866 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31868         * manual/arith.texi (feenableexcept): Fix typo.
31869         (fedisableexcept): Likewise.
31871 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31873         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31874         second, differently-typed declaration, rather than a cast.
31876 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31878         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31879         * include/rpc/svc.h: ... here.
31881 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31883         [BZ #13013]
31884         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31885         depending n and resplen2 to catch cases where answer
31886         equals answerp2.
31888 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31890         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31891         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31893 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31895         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31897 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31899         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31901 2012-11-28  Jeff Law  <law@redhat.com>
31903         [BZ #13761]
31904         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31905         dataset_temporary.  Track alloca usage into alloca_used.
31906         If dataset is large allocate and release it via malloc/free.
31908 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31910         [BZ #14197]
31911         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31913 2012-11-28  David S. Miller  <davem@davemloft.net>
31915         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31917 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31919         [BZ #14803]
31920         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31921         of pi/2 rounded to nearest to 64 bits.
31922         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31923         nearest to 64 bits.
31924         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31925         bits.
31927 2012-11-28  Jeff Law <law@redhat.com>
31928             Martin Osvald <mosvald@redhat.com>
31930         [BZ #14889]
31931         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31932         * sunrpc/svc.c: Include time.h.
31933         (__svc_accept_failed): New function.
31934         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31935         any reason other than EINTR, call __svc_accept_failed.
31936         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31937         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31939 2012-11-28  Andreas Schwab  <schwab@suse.de>
31941         * scripts/abilist.awk: Also handle indirect functions in .opd
31942         section.
31944 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31946         [BZ #13881]
31947         * sysdeps/x86/fpu/powl_helper.c: New file.
31948         * sysdeps/x86/fpu/Makefile: Likewise.
31949         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31950         (p3): New object.
31951         (__ieee754_powl): Use __powl_helper for finite arguments except
31952         integer exponents below 8.
31953         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31954         (p3): New object.
31955         (__ieee754_powl): Use __powl_helper for finite arguments except
31956         integer exponents below 8.
31957         * math/libm-test.inc (pow_test): Add more tests and enable some
31958         previously disabled tests.
31959         * sysdeps/i386/fpu/libm-test-ulps: Update.
31960         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31962 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31963             Carlos O'Donell  <carlos_odonell@mentor.com>
31965         * nss/makedb.c (is_prime): Assert that input is odd and greater
31966         than 4.  Note that fact in a comment too.
31967         (next_prime): Add 4 to input.
31969 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31971         [BZ #11741]
31972         * libio/Makefile (tests): Add test case tst-fwrite-error.
31973         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31974         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31975         * libio/tst-fwrite-error.c: New test case.
31977 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31979         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31980         before casting to void *.
31981         * include/libc-internal.h (__pointer_type): New macro.
31982         (__integer_if_pointer_type_sub): Likewise.
31983         (__integer_if_pointer_type): Likewise.
31984         (cast_to_integer): Likewise.
31985         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31986         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31987         before casting to atomic64_t.
31988         (atomic_exchange_acq): Likewise.
31989         (__arch_exchange_and_add_body): Likewise.
31990         (__arch_add_body): Likewise.
31991         (atomic_add_negative): Likewise.
31992         (atomic_add_zero): Likewise.
31994 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31996         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31997         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31998         (add_fdes): Likewise.
31999         (linear_search_fdes): Likewise.
32000         (binary_search_unencoded_fdes): Likewise.
32002 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
32004         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
32006 2012-11-24  Adam Conrad  <adconrad@0c3.net>
32008         * configure.in: Autodetect C++ header directories.
32009         * configure: Regenerated.
32011 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
32013         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
32015 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
32017         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32019 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
32021         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
32022         LDBL_MANT_DIG == 106]: Disable some tests.
32023         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
32024         Likewise.
32025         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
32026         Likewise.
32028         [BZ #14871]
32029         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
32030         input for small inputs.  Return +/- pi/2 for large inputs.
32031         * math/libm-test.inc (atan_test): Add more tests.
32033         * sysdeps/generic/unwind-dw2-fde-glibc.c
32034         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
32035         __attribute__ ((unused)).
32037         [BZ #14645]
32038         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
32039         x * y if x and y are nonzero and z is zero.
32041         [BZ #14811]
32042         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
32043         nonzero exponents with absolute value below 0x1p-117 to +/-
32044         0x1p-117.
32046         [BZ #14869]
32047         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
32048         up arguments below 2**-450, not just those below 2**-500.
32049         * math/libm-test.inc (hypot_test): Add another test.
32051         [BZ #14868]
32052         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
32053         Return a+b for ratio over 2**120, not 2**60.
32054         * math/libm-test.inc (hypot_test): Add another test.
32056         * math/libm-test.inc (clog_test): Use
32057         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
32058         (clog10_test): Likewise.
32060         [BZ #6778]
32061         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
32063 2012-11-22  Andreas Schwab  <schwab@suse.de>
32065         * sysdeps/i386/fpu/libm-test-ulps: Update.
32067 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
32069         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
32070         printf output with newline.
32072 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
32074         [BZ #14865]
32075         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
32076         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
32077         -z nodlopen, -z initfirst and -z execstack support.
32078         * configure: Regenerated.
32080         * elf/elf.h (DF_1_NODIRECT): New macro.
32081         (DF_1_IGNMULDEF): Likewise.
32082         (DF_1_NOKSYMS): Likewise.
32083         (DF_1_NOHDR): Likewise.
32084         (DF_1_EDITED): Likewise.
32085         (DF_1_NORELOC): Likewise.
32086         (DF_1_SYMINTPOSE): Likewise.
32087         (DF_1_GLOBAUDIT): Likewise.
32088         (DF_1_SINGLETON): Likewise.
32089         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
32090         DT_1_SUPPORTED_MASK bits.
32091         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
32093 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
32095         * sysdeps/unix/make-syscalls.sh: Document prefixes.
32097 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
32099         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
32100         macro.
32102         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
32103         (sendmmsg): Move declarations...
32104         * socket/sys/socket.h: ... here.
32105         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
32106         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
32107         include it from...
32108         * socket/recvmmsg.c: ... this new file.
32109         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
32110         (sendmmsg): Rename to __sendmmsg, create weak alias and make
32111         definition of __sendmmsg hidden.
32112         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
32113         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
32114         Move ENOSYS stub into and include it from...
32115         * socket/sendmmsg.c: ... this new file.
32116         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
32117         (sysdep_routines): Move recvmmsg and sendmmsg...
32118         * socket/Makefile (routines): ... here.
32119         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
32120         (GLIBC_PRIVATE): Add __sendmmsg.
32121         * include/sys/socket.h (__sendmmsg): Add declarations.
32122         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
32123         sendmmsg.
32125 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
32127         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
32128         variable I1 with __attribute__ ((unused)).
32129         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
32131 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
32133         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
32134         DUMMY variables with __attribute__ ((unused)).
32136         * bits/byteswap.h: Include <bits/types.h>.
32137         (__bswap_64): Use __uint64_t instead of unsigned long long int.
32139 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32141         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
32142         string_t.  Do not manually set errno.
32143         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
32144         length with __strnlen.  Make sure to both set errno and return it on
32145         failure.
32147 2012-11-19  David S. Miller  <davem@davemloft.net>
32149         With help from Joseph Myers.
32150         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
32151         very large arguments properly.
32152         * math/libm-test.inc (atan_test): New tests.
32153         (atan2_test): New tests.
32154         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32155         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32157 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
32159         [BZ #14856]
32160         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
32161         Define to 3.
32163         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
32164         [POSIX] (EADDRNOTAVAIL): Likewise.
32165         [POSIX] (EAFNOSUPPORT): Likewise.
32166         [POSIX] (EALREADY): Likewise.
32167         [POSIX] (ECONNABORTED): Likewise.
32168         [POSIX] (ECONNREFUSED): Likewise.
32169         [POSIX] (ECONNRESET): Likewise.
32170         [POSIX] (EDESTADDRREQ): Likewise.
32171         [POSIX] (EDQUOT): Likewise.
32172         [POSIX] (EHOSTUNREACH): Likewise.
32173         [POSIX] (EIDRM): Likewise.
32174         [POSIX] (EISCONN): Likewise.
32175         [POSIX] (ELOOP): Likewise.
32176         [POSIX] (EMULTIHOP): Likewise.
32177         [POSIX] (ENETDOWN): Likewise.
32178         [POSIX] (ENETUNREACH): Likewise.
32179         [POSIX] (ENOBUFS): Likewise.
32180         [POSIX] (ENODATA): Likewise.
32181         [POSIX] (ENOLINK): Likewise.
32182         [POSIX] (ENOMSG): Likewise.
32183         [POSIX] (ENOPROTOOPT): Likewise.
32184         [POSIX] (ENOSR): Likewise.
32185         [POSIX] (ENOSTR): Likewise.
32186         [POSIX] (ENOTCONN): Likewise.
32187         [POSIX] (ENOTSOCK): Likewise.
32188         [POSIX] (EOPNOTSUPP): Likewise.
32189         [POSIX] (EOVERFLOW): Likewise.
32190         [POSIX] (EPROTO): Likewise.
32191         [POSIX] (EPROTONOSUPPORT): Likewise.
32192         [POSIX] (EPROTOTYPE): Likewise.
32193         [POSIX] (ESTALE): Likewise.
32194         [POSIX] (ETIME): Likewise.
32195         [POSIX] (ETXTBSY): Likewise.
32196         [POSIX] (EWOULDBLOCK): Likewise.
32197         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
32198         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
32199         [POSIX] (SEEK_CUR): Likewise.
32200         [POSIX] (SEEK_END): Likewise.
32201         [POSIX || UNIX98] (mode_t): Do not require.
32202         [POSIX] (off_t): Likewise.
32203         [POSIX] (pid_t): Likewise.
32204         [POSIX] (sys/stat.h): Do not allow header.
32205         [POSIX] (unistd.h): Likewise.
32206         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
32207         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
32208         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
32209         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
32210         require.
32211         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
32212         sigevent): Specify elements.
32213         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
32214         entry.
32215         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
32216         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
32218         * conform/data/cpio.h-data [POSIX]: Disable whole file.
32219         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
32220         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
32221         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
32222         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
32223         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
32224         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
32225         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
32226         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
32227         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
32228         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
32229         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
32230         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
32231         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
32232         Likewise.
32233         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
32234         Likewise.
32235         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
32236         Likewise.
32237         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
32238         Likewise.
32239         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
32240         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
32241         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
32242         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
32243         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
32244         Specify lower bound on value.
32245         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
32246         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
32247         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
32248         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
32249         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
32250         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
32251         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
32252         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
32253         value.
32254         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
32255         as optional.
32256         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
32257         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
32258         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
32259         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
32260         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
32261         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
32262         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
32263         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
32264         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
32265         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
32266         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
32267         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
32268         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
32269         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
32270         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
32271         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
32272         entry.
32273         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
32274         optional.
32275         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
32276         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
32277         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
32278         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
32279         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
32280         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
32281         Likewise.
32282         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
32283         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
32284         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
32285         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
32286         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
32287         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
32288         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
32289         as optional.
32290         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
32291         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
32292         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
32293         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
32294         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
32295         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
32296         specify as optional.
32297         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
32298         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
32299         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
32300         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
32301         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
32302         [XPG3] (NL_LANGMAX): Likewise.
32303         [POSIX || XPG3] (NL_MSGMAX): Likewise.
32304         [POSIX || XPG3] (NL_NMAX): Likewise.
32305         [POSIX || XPG3] (NL_SETMAX): Likewise.
32306         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
32307         [XPG3] (NZERO): Likewise.
32308         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
32309         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
32310         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
32311         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
32312         (REG_ERANGE): Expect.
32313         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
32314         optional-constant.
32315         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
32316         Use (void) in prototype.
32317         [POSIX] (*_t): Allow.
32318         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
32319         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
32320         (WRDE_BADVAL): Expect.
32322         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
32323         expect.
32324         [XPG3 || XPG4] (O_RSYNC): Likewise.
32325         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
32326         Likewise.
32327         [XPG3 || XPG4] (pthread_sigmask): Likewise.
32328         [XPG3 || XPG4] (sigqueue): Likewise.
32329         [XPG3 || XPG4] (sigtimedwait): Likewise.
32330         [XPG3 || XPG4] (sigwaitinfo): Likewise.
32331         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
32332         [XPG3 || XPG4] (vsnprintf): Likewise.
32333         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
32334         Likewise.
32335         [XPG3 || XPG4] (blksize_t): Likewise.
32336         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
32337         Likewise.
32338         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
32339         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
32340         [XPG3 || XPG4] (struct itimerspec): Likewise.
32341         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
32342         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
32343         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
32344         [XPG3 || XPG4] (clockid_t): Likewise.
32345         [XPG3 || XPG4] (timer_t): Likewise.
32346         [XPG3 || XPG4] (clock_getres): Likewise.
32347         [XPG3 || XPG4] (clock_gettime): Likewise.
32348         [XPG3 || XPG4] (clock_settime): Likewise.
32349         [XPG3 || XPG4] (nanosleep): Likewise.
32350         [XPG3 || XPG4] (timer_create): Likewise.
32351         [XPG3 || XPG4] (timer_delete): Likewise.
32352         [XPG3 || XPG4] (timer_gettime): Likewise.
32353         [XPG3 || XPG4] (timer_getoverrun): Likewise.
32354         [XPG3 || XPG4] (timer_settime): Likewise.
32355         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
32356         [XPG3 || XPG4] (getlogin_r): Likewise.
32357         [XPG3 || XPG4] (pread): Likewise.
32358         [XPG3 || XPG4] (pthread_atfork): Likewise.
32359         [XPG3 || XPG4] (pwrite): Likewise.
32361         [BZ #14835]
32362         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32363         <bits/siginfo.h>.
32365 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32367         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32368         finalizing MALLSTREAM.
32370         * sysdeps/mach/hurd/syncfs.c: New file.
32372 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32374         [BZ #14719]
32375         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32376         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32377         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32378         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32379         (_nss_dns_gethostbyname4_r): Likewise.
32380         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32381         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32383 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
32385         [BZ #13763]
32386         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32388 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
32390         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32391         * elf/cache.c (print_entry): Print ",AArch64" for
32392         FLAG_AARCH64_LIB64
32394         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32395         * elf/cache.c (print_entry): Print ",hard-float" for
32396         FLAG_ARM_LIBHF.
32398 2012-11-18  David S. Miller  <davem@davemloft.net>
32400         With help from Joseph Myers.
32401         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32402         cutoff to 2**-13.
32403         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32404         cutoff to 2**-25.
32405         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32406         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32407         small.
32408         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32409         * math/libm-test.inc (y0_test): New tests.
32410         (y1_test): New tests.
32411         * sysdeps/i386/fpu/libm-test-ulps: Update.
32412         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32413         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32415 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
32417         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32418         64-bit targets.
32419         * configure: Regenerated.
32421 2012-11-17  David S. Miller  <davem@davemloft.net>
32423         [BZ #14811]
32424         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32425         nonzero exponents with absolute value below 0x1p-128 to +/-
32426         0x1p-128.
32428 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
32430         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32432         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32434         * posix/getconf-speclist.c: New file.
32435         * posix/posix-envs.def: Likewise.
32436         * posix/confstr.c (START_ENV_GROUP): New macro.
32437         (END_ENV_GROUP): Likewise.
32438         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32439         (KNOWN_PRESENT_ENV_STRING): Likewise.
32440         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32441         (UNKNOWN_ENVIRONMENT): Likewise.
32442         (confstr): Include posix-envs.def instead of handling
32443         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32444         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32445         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32446         (END_ENV_GROUP): Likewise.
32447         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32448         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32449         (UNKNOWN_ENVIRONMENT): Likewise.
32450         (__sysconf): Include posix-envs.def instead of handling associated
32451         cases directly here.
32452         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32453         preprocessing getconf-speclist.c rather than running getconf or
32454         generating empty file.
32456 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32458         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32460 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32462         [BZ #14672]
32463         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32465 2012-11-16  David S. Miller  <davem@davemloft.net>
32467         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32468         smaller than LDBL_EPSILON/2.0L, just return xm1.
32470 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32472         * elf/tst-array1.c (init): Set constructor priority to 1000.
32473         (fini): Set destructor priority to 1000.
32474         * elf/tst-array2dep.c: Likewise.
32476 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32478         [BZ #11741]
32479         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32480         (_IO_new_file_xsputn): Also return EOF if none of the input
32481         data was written when overflow failed.
32482         * libio/iopadn.c (_IO_padn): Likewise.
32483         * libio/iowpadn.c (_IO_wpadn): Likewise.
32484         * stdio-common/tst-put-error.c: Add copyright notice.
32485         (do_test): Add case for printing padded string.
32486         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32487         _IO_padn returned error.
32488         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32489         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32490         return EOF.
32492 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32494         * libio/libioP.h: Add comment note that the references to C++
32495         bits are now obsolete.
32497 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32499         * math/libm-test.inc (check_complex): Use asprintf.
32501 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32503         * debug/pcprofiledump.c (print_version): Update copyright year.
32504         * malloc/memusagestat.c (print_version): Likewise.
32506 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32508         [BZ #14831]
32509         * elf/Makefile (tests): Add tst-audit8.
32510         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32511         ($(objpfx)tst-audit8.out): New target.
32512         (tst-audit8-ENV): New variable.
32513         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32514         audit if l_reloc_result is NULL.
32515         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32516         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32517         * elf/tst-audit8.c: New file.
32519 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32521         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32522         * misc/Makefile (CFLAGS-select.c): Define.
32523         * posix/Makefile (CFLAGS-pause.c): Define.
32525 2012-11-13  David S. Miller  <davem@davemloft.net>
32527         * crypt/Makefile: Move test targets after toplevel Rules
32528         inclusion.  Grab any necessary sysdep routines when linking.
32529         * crypt/md5.c (md5_process_block): Remove define, we will always
32530         name it __md5_process_block.
32531         (md5_finish_ctx): Update md5_process_block call.
32532         (md5_stream): Likewise.
32533         (md5_process_bytes): Likewise.
32534         (md5_process_block): Rename to __md5_process_block and move to ...
32535         * crypt/md5-block.c: ... here.
32536         * crypt/sha256.c (sha256_process_block): Move to ...
32537         * crypt/sha256-block.c: ... here.
32538         * crypt/sha512.c (sha512_process_block): Move to ...
32539         * crypt/sha512-block.c: ... here.
32540         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32541         path.
32542         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32543         * sysdeps/sparc/sparc64/multiarch/Makefile
32544         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32545         crypt subdir.
32546         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32547         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32548         multiarch changes.
32549         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32550         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32551         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32552         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32553         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32554         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32555         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32556         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32557         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32558         file.
32559         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32560         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32561         file.
32562         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32564 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32566         * timezone/tzselect.ksh: Update from tzcode git revision
32567         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32568         * timezone/zdump.c: Likewise.
32569         * timezone/zic.c: Likewise.
32570         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32571         in TZVERSION setting, not $(PKGVERSION).
32572         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32573         REPORT_BUGS_TO settings.
32575         [BZ #14838]
32576         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32577         macro.
32579 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32581         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32582         detection to immediately after _FP_ROUND().
32583         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32584         bits are 0.
32586 2012-11-11  David S. Miller  <davem@davemloft.net>
32588         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32589         inttypes.h
32590         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32591         __close rather than their public counterparts.
32593 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32595         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32596         file.
32597         [UNIX98] (sem_timedwait): Do not expect.
32598         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32599         [XPG4 || UNIX98] (sockatmark): Do not expect.
32600         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32601         (clock_getcpuclockid): Do not expect.
32602         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32603         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32604         Do not expect.
32605         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32606         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32607         [UNIX98] (vwscanf): Likewise.
32608         [UNIX98] (vswscanf): Likewise.
32610 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32612         * timezone/version.h: Remove file.
32613         * timezone/README: Do not refer to version.h.
32614         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32615         $(objpfx)version.h.
32616         ($(objpfx)zdump.o): Likewise.
32617         ($(objpfx)version.h): New target.
32619         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32620         2012i.
32621         * timezone/README: Don't mention modification to tzselect.ksh.
32622         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32623         work on unmodified tzselect.ksh.  Substitute version numbers in
32624         tzselect.ksh.
32626         * Makefile (format-me): Remove.
32627         (INSTALL): Adjust indentation.  Use commands directly instead of
32628         using $(format-me).
32630         * aclocal.m4 (ACX_PKGVERSION): New macro.
32631         (ACX_BUGURL): Likewise.
32632         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32633         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32634         (REPORT_BUGS_TO): Likewise.
32635         * configure: Regenerated.
32636         * config.h.in (PKGVERSION): New macro.
32637         (REPORT_BUGS_TO): Likewise.
32638         * config.make.in (PKGVERSION): New variable.
32639         (PKGVERSION_TEXI): Likewise.
32640         (REPORT_BUGS_TO): Likewise.
32641         (REPORT_BUGS_TEXI): Likewise.
32642         * Makefile (format-me): Use -I$(common-objpfx)manual.
32643         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32644         ($(common-objpfx)manual/%): New target.
32645         (manual/%): Remove target.
32646         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32647         (print_version): Use PKGVERSION.
32648         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32649         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32650         and REPORT_BUGS_TO.
32651         ($(objpfx)xtrace): Likewise.
32652         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32653         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32654         (print_version): Use PKGVERSION.
32655         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32656         (do_version): Use PKGVERSION.
32657         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32658         REPORT_BUGS_TO.
32659         (common-ldd-rewrite): Likewise.
32660         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32661         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32662         (print_version): Use PKGVERSION.
32663         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32664         * elf/pldd.c (argp_program_bug_address): Remove variable.
32665         (more_help): New function.
32666         (argp): Use more_help.
32667         (print_version): Use PKGVERSION.
32668         * elf/sln.c (main): Use PKGVERSION.
32669         (usage): Use REPORT_BUGS_TO.
32670         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32671         (top level): Use PKGVERSION.
32672         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32673         (print_version): Use PKGVERSION.
32674         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32675         (print_version): Use PKGVERSION.
32676         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32677         (print_version): Use PKGVERSION.
32678         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32679         (print_version): Use PKGVERSION.
32680         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32681         (print_version): Use PKGVERSION.
32682         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32683         (print_version): Use PKGVERSION.
32684         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32685         and BUGURL.
32686         ($(objpfx)memusage): Likewise.
32687         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32688         (do_version): Use PKGVERSION.
32689         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32690         (print_version): Use PKGVERSION.
32691         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32692         ($PKGVERSION): New variable.
32693         ($REPORT_BUGS_TO): Likewise.
32694         (usage): Use $REPORT_BUGS_TO.
32695         (top level): Use $PKGVERSION.
32696         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32697         ($(objpfx)pkgvers.texi): New rule.
32698         ($(objpfx)stamp-pkgvers): Likewise.
32699         * manual/install.texi: Include pkgvers.texi.
32700         (--with-pkgversion): Document new configure option.
32701         (--with-bugurl): Likewise.
32702         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32703         than necessarily for this particular distribution.  Use
32704         REPORT_BUGS_TO for where to report bugs.
32705         * INSTALL: Regenerated.
32706         * manual/libc.texinfo: Include pkgvers.texi.
32707         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32708         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32709         (print_version): Use PKGVERSION.
32710         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32711         (print_version): Use PKGVERSION.
32712         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32713         (print_version): Use PKGVERSION.
32714         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32715         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32716         macro.
32717         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32718         (print_version): Use PKGVERSION.
32719         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32720         (print_version): Use PKGVERSION.
32721         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32722         and PKGVERSION.
32724         * timezone/checktab.awk: Update from tzcode 2012i.
32725         * timezone/ialloc.c: Likewise.
32726         * timezone/private.h: Likewise.
32727         * timezone/scheck.c: Likewise.
32728         * timezone/tzfile.h: Likewise.
32729         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32730         (TZVERSION): Hardcode tzcode version number.
32731         * timezone/zdump.c: Update from tzcode 2012i.
32732         * timezone/zic.c: Likewise.
32733         * timezone/version.h: New file.
32734         * timezone/README: Describe version.h.  Update upstream location.
32736         [BZ #14824]
32737         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32738         (mktemp): Enable declaration.
32739         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32740         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32741         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32742         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32743         Likewise.
32744         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32745         Likewise.
32746         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32747         Likewise.
32748         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32749         Likewise.
32750         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32751         Likewise.
32752         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32753         Likewise.
32755         [BZ #14821]
32756         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32757         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32758         for copies of such integer values.
32759         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32760         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32762 2012-11-09  Andreas Jaeger  <aj@suse.de>
32764         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32765         definitions and declarations that are provided by
32766         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32768 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32770         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32771         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32772         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32773         definition.
32775 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32777         * elf/elf.h: Update comment before AArch64 relocations.
32779 2012-11-07  David S. Miller  <davem@davemloft.net>
32781         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32782         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32783         (__start_context): Declare.
32784         (__makecontext_ret): Delete.
32785         (__makecontext): Hook up __start_context instead of
32786         __makecontext_ret.
32787         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32788         (sysdep_routines): Add __start_context when in stdlib.
32790 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32792         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32793         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32794         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32795         hardcoded "nm".
32796         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32797         (READELF): New variable.  Use it instead of hardcoded "readelf".
32799 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32801         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32802         * sysdeps/x86/Makefile: Here.
32803         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32804         * sysdeps/x86/tst-xmmymm.sh: This.
32806 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32808         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32809         expectations.
32810         [UNIX98] (pthread_barrier_t): Do not expect.
32811         [UNIX98] (pthread_barrierattr_t): Likewise.
32812         [UNIX98] (pthread_spinlock_t): Likewise.
32813         [UNIX98] (pthread_barrier_destroy): Likewise.
32814         [UNIX98] (pthread_barrier_init): Likewise.
32815         [UNIX98] (pthread_barrier_wait): Likewise.
32816         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32817         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32818         [UNIX98] (pthread_barrierattr_init): Likewise.
32819         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32820         [UNIX98] (pthread_getcpuclockid): Likewise.
32821         [UNIX98] (pthread_mutex_timedlock): Likewise.
32822         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32823         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32824         [UNIX98] (pthread_sigmask): Likewise.
32825         [UNIX98] (pthread_spin_destroy): Likewise.
32826         [UNIX98] (pthread_spin_init): Likewise.
32827         [UNIX98] (pthread_spin_lock): Likewise.
32828         [UNIX98] (pthread_spin_trylock): Likewise.
32829         [UNIX98] (pthread_spin_unlock): Likewise.
32830         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32831         Do not expect.
32832         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32833         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32834         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32835         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32836         [XPG3 || XPG4] (pthread_key_t): Likewise.
32837         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32838         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32839         [XPG3 || XPG4] (pthread_once_t): Likewise.
32840         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32841         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32842         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32843         [XPG3 || XPG4] (pthread_t): Likewise.
32845         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32846         not expect.
32847         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32849         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32850         Change function return type to int.
32852         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32853         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32854         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32855         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32856         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32857         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32858         [!POSIX] (posix_madvise): Likewise.
32859         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32860         && !UNIX98].
32861         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32862         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32863         (mode_t): Likewise.
32864         (posix_mem_offset): Likewise.
32865         (posix_typed_mem_get_info): Likewise.
32866         (posix_typed_mem_open): Likewise.
32868         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32869         Change condition to [XOPEN2K8].
32871         * conform/conformtest.pl: Preprocess allow-header data with -x c
32872         instead of from stdin.
32873         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32874         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32875         [C99-based standards] (cerfc): Likewise.
32876         [C99-based standards] (cexp2): Likewise.
32877         [C99-based standards] (cexpm1): Likewise.
32878         [C99-based standards] (clog10): Likewise.
32879         [C99-based standards] (clog1p): Likewise.
32880         [C99-based standards] (clog2): Likewise.
32881         [C99-based standards] (clgamma): Likewise.
32882         [C99-based standards] (ctgamma): Likewise.
32883         [C99-based standards] (cerff): Likewise.
32884         [C99-based standards] (cerfcf): Likewise.
32885         [C99-based standards] (cexp2f): Likewise.
32886         [C99-based standards] (cexpm1f): Likewise.
32887         [C99-based standards] (clog10f): Likewise.
32888         [C99-based standards] (clog1pf): Likewise.
32889         [C99-based standards] (clog2f): Likewise.
32890         [C99-based standards] (clgammaf): Likewise.
32891         [C99-based standards] (ctgammaf): Likewise.
32892         [C99-based standards] (cerfl): Likewise.
32893         [C99-based standards] (cerfcl): Likewise.
32894         [C99-based standards] (cexp2l): Likewise.
32895         [C99-based standards] (cexpm1l): Likewise.
32896         [C99-based standards] (clog10l): Likewise.
32897         [C99-based standards] (clog1pl): Likewise.
32898         [C99-based standards] (clog2l): Likewise.
32899         [C99-based standards] (clgammal): Likewise.
32900         [C99-based standards] (ctgammal): Likewise.
32901         * conform/data/inttypes.h-data [C99-based standards]: Include
32902         stdint.h-data.  Remove all expectations for stdint.h contents.
32903         [C99-based standards] (PRI*): Do not allow.
32904         [C99-based standards] (SCN*): Likewise.
32905         [C99-based standards] (*_t): Likewise.
32906         [C99-based-standards] (PRId8): Expect macro.
32907         [C99-based-standards] (PRIi8): Likewise.
32908         [C99-based-standards] (PRIo8): Likewise.
32909         [C99-based-standards] (PRIu8): Likewise.
32910         [C99-based-standards] (PRIx8): Likewise.
32911         [C99-based-standards] (PRIX8): Likewise.
32912         [C99-based-standards] (SCNd8): Likewise.
32913         [C99-based-standards] (SCNi8): Likewise.
32914         [C99-based-standards] (SCNo8): Likewise.
32915         [C99-based-standards] (SCNu8): Likewise.
32916         [C99-based-standards] (SCNx8): Likewise.
32917         [C99-based-standards] (PRIdLEAST8): Likewise.
32918         [C99-based-standards] (PRIiLEAST8): Likewise.
32919         [C99-based-standards] (PRIoLEAST8): Likewise.
32920         [C99-based-standards] (PRIuLEAST8): Likewise.
32921         [C99-based-standards] (PRIxLEAST8): Likewise.
32922         [C99-based-standards] (PRIXLEAST8): Likewise.
32923         [C99-based-standards] (SCNdLEAST8): Likewise.
32924         [C99-based-standards] (SCNiLEAST8): Likewise.
32925         [C99-based-standards] (SCNoLEAST8): Likewise.
32926         [C99-based-standards] (SCNuLEAST8): Likewise.
32927         [C99-based-standards] (SCNxLEAST8): Likewise.
32928         [C99-based-standards] (PRIdFAST8): Likewise.
32929         [C99-based-standards] (PRIiFAST8): Likewise.
32930         [C99-based-standards] (PRIoFAST8): Likewise.
32931         [C99-based-standards] (PRIuFAST8): Likewise.
32932         [C99-based-standards] (PRIxFAST8): Likewise.
32933         [C99-based-standards] (PRIXFAST8): Likewise.
32934         [C99-based-standards] (SCNdFAST8): Likewise.
32935         [C99-based-standards] (SCNiFAST8): Likewise.
32936         [C99-based-standards] (SCNoFAST8): Likewise.
32937         [C99-based-standards] (SCNuFAST8): Likewise.
32938         [C99-based-standards] (SCNxFAST8): Likewise.
32939         [C99-based-standards] (PRId16): Likewise.
32940         [C99-based-standards] (PRIi16): Likewise.
32941         [C99-based-standards] (PRIo16): Likewise.
32942         [C99-based-standards] (PRIu16): Likewise.
32943         [C99-based-standards] (PRIx16): Likewise.
32944         [C99-based-standards] (PRIX16): Likewise.
32945         [C99-based-standards] (SCNd16): Likewise.
32946         [C99-based-standards] (SCNi16): Likewise.
32947         [C99-based-standards] (SCNo16): Likewise.
32948         [C99-based-standards] (SCNu16): Likewise.
32949         [C99-based-standards] (SCNx16): Likewise.
32950         [C99-based-standards] (PRIdLEAST16): Likewise.
32951         [C99-based-standards] (PRIiLEAST16): Likewise.
32952         [C99-based-standards] (PRIoLEAST16): Likewise.
32953         [C99-based-standards] (PRIuLEAST16): Likewise.
32954         [C99-based-standards] (PRIxLEAST16): Likewise.
32955         [C99-based-standards] (PRIXLEAST16): Likewise.
32956         [C99-based-standards] (SCNdLEAST16): Likewise.
32957         [C99-based-standards] (SCNiLEAST16): Likewise.
32958         [C99-based-standards] (SCNoLEAST16): Likewise.
32959         [C99-based-standards] (SCNuLEAST16): Likewise.
32960         [C99-based-standards] (SCNxLEAST16): Likewise.
32961         [C99-based-standards] (PRIdFAST16): Likewise.
32962         [C99-based-standards] (PRIiFAST16): Likewise.
32963         [C99-based-standards] (PRIoFAST16): Likewise.
32964         [C99-based-standards] (PRIuFAST16): Likewise.
32965         [C99-based-standards] (PRIxFAST16): Likewise.
32966         [C99-based-standards] (PRIXFAST16): Likewise.
32967         [C99-based-standards] (SCNdFAST16): Likewise.
32968         [C99-based-standards] (SCNiFAST16): Likewise.
32969         [C99-based-standards] (SCNoFAST16): Likewise.
32970         [C99-based-standards] (SCNuFAST16): Likewise.
32971         [C99-based-standards] (SCNxFAST16): Likewise.
32972         [C99-based-standards] (PRId32): Likewise.
32973         [C99-based-standards] (PRIi32): Likewise.
32974         [C99-based-standards] (PRIo32): Likewise.
32975         [C99-based-standards] (PRIu32): Likewise.
32976         [C99-based-standards] (PRIx32): Likewise.
32977         [C99-based-standards] (PRIX32): Likewise.
32978         [C99-based-standards] (SCNd32): Likewise.
32979         [C99-based-standards] (SCNi32): Likewise.
32980         [C99-based-standards] (SCNo32): Likewise.
32981         [C99-based-standards] (SCNu32): Likewise.
32982         [C99-based-standards] (SCNx32): Likewise.
32983         [C99-based-standards] (PRIdLEAST32): Likewise.
32984         [C99-based-standards] (PRIiLEAST32): Likewise.
32985         [C99-based-standards] (PRIoLEAST32): Likewise.
32986         [C99-based-standards] (PRIuLEAST32): Likewise.
32987         [C99-based-standards] (PRIxLEAST32): Likewise.
32988         [C99-based-standards] (PRIXLEAST32): Likewise.
32989         [C99-based-standards] (SCNdLEAST32): Likewise.
32990         [C99-based-standards] (SCNiLEAST32): Likewise.
32991         [C99-based-standards] (SCNoLEAST32): Likewise.
32992         [C99-based-standards] (SCNuLEAST32): Likewise.
32993         [C99-based-standards] (SCNxLEAST32): Likewise.
32994         [C99-based-standards] (PRIdFAST32): Likewise.
32995         [C99-based-standards] (PRIiFAST32): Likewise.
32996         [C99-based-standards] (PRIoFAST32): Likewise.
32997         [C99-based-standards] (PRIuFAST32): Likewise.
32998         [C99-based-standards] (PRIxFAST32): Likewise.
32999         [C99-based-standards] (PRIXFAST32): Likewise.
33000         [C99-based-standards] (SCNdFAST32): Likewise.
33001         [C99-based-standards] (SCNiFAST32): Likewise.
33002         [C99-based-standards] (SCNoFAST32): Likewise.
33003         [C99-based-standards] (SCNuFAST32): Likewise.
33004         [C99-based-standards] (SCNxFAST32): Likewise.
33005         [C99-based-standards] (PRId64): Likewise.
33006         [C99-based-standards] (PRIi64): Likewise.
33007         [C99-based-standards] (PRIo64): Likewise.
33008         [C99-based-standards] (PRIu64): Likewise.
33009         [C99-based-standards] (PRIx64): Likewise.
33010         [C99-based-standards] (PRIX64): Likewise.
33011         [C99-based-standards] (SCNd64): Likewise.
33012         [C99-based-standards] (SCNi64): Likewise.
33013         [C99-based-standards] (SCNo64): Likewise.
33014         [C99-based-standards] (SCNu64): Likewise.
33015         [C99-based-standards] (SCNx64): Likewise.
33016         [C99-based-standards] (PRIdLEAST64): Likewise.
33017         [C99-based-standards] (PRIiLEAST64): Likewise.
33018         [C99-based-standards] (PRIoLEAST64): Likewise.
33019         [C99-based-standards] (PRIuLEAST64): Likewise.
33020         [C99-based-standards] (PRIxLEAST64): Likewise.
33021         [C99-based-standards] (PRIXLEAST64): Likewise.
33022         [C99-based-standards] (SCNdLEAST64): Likewise.
33023         [C99-based-standards] (SCNiLEAST64): Likewise.
33024         [C99-based-standards] (SCNoLEAST64): Likewise.
33025         [C99-based-standards] (SCNuLEAST64): Likewise.
33026         [C99-based-standards] (SCNxLEAST64): Likewise.
33027         [C99-based-standards] (PRIdFAST64): Likewise.
33028         [C99-based-standards] (PRIiFAST64): Likewise.
33029         [C99-based-standards] (PRIoFAST64): Likewise.
33030         [C99-based-standards] (PRIuFAST64): Likewise.
33031         [C99-based-standards] (PRIxFAST64): Likewise.
33032         [C99-based-standards] (PRIXFAST64): Likewise.
33033         [C99-based-standards] (SCNdFAST64): Likewise.
33034         [C99-based-standards] (SCNiFAST64): Likewise.
33035         [C99-based-standards] (SCNoFAST64): Likewise.
33036         [C99-based-standards] (SCNuFAST64): Likewise.
33037         [C99-based-standards] (SCNxFAST64): Likewise.
33038         [C99-based-standards] (PRIdMAX): Likewise.
33039         [C99-based-standards] (PRIiMAX): Likewise.
33040         [C99-based-standards] (PRIoMAX): Likewise.
33041         [C99-based-standards] (PRIuMAX): Likewise.
33042         [C99-based-standards] (PRIxMAX): Likewise.
33043         [C99-based-standards] (PRIXMAX): Likewise.
33044         [C99-based-standards] (SCNdMAX): Likewise.
33045         [C99-based-standards] (SCNiMAX): Likewise.
33046         [C99-based-standards] (SCNoMAX): Likewise.
33047         [C99-based-standards] (SCNuMAX): Likewise.
33048         [C99-based-standards] (SCNxMAX): Likewise.
33049         [C99-based-standards] (PRIdPTR): Likewise.
33050         [C99-based-standards] (PRIiPTR): Likewise.
33051         [C99-based-standards] (PRIoPTR): Likewise.
33052         [C99-based-standards] (PRIuPTR): Likewise.
33053         [C99-based-standards] (PRIxPTR): Likewise.
33054         [C99-based-standards] (PRIXPTR): Likewise.
33055         [C99-based-standards] (SCNdPTR): Likewise.
33056         [C99-based-standards] (SCNiPTR): Likewise.
33057         [C99-based-standards] (SCNoPTR): Likewise.
33058         [C99-based-standards] (SCNuPTR): Likewise.
33059         [C99-based-standards] (SCNxPTR): Likewise.
33060         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
33061         allow.
33062         * conform/data/stdint.h-data: Update comments to clarify
33063         requirements.
33064         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
33065         type.
33066         [C99-based standards] (INT8_MAX): Likewise.
33067         [C99-based standards] (INT16_MIN): Likewise.
33068         [C99-based standards] (INT16_MAX): Likewise.
33069         [C99-based standards] (INT32_MIN): Likewise.
33070         [C99-based standards] (INT32_MAX): Likewise.
33071         [C99-based standards] (INT64_MIN): Likewise.
33072         [C99-based standards] (INT64_MAX): Likewise.
33073         [C99-based standards] (UINT8_MAX): Likewise.
33074         [C99-based standards] (UINT16_MAX): Likewise.
33075         [C99-based standards] (UINT32_MAX): Likewise.
33076         [C99-based standards] (UINT64_MAX): Likewise.
33077         [C99-based standards] (INT_LEAST8_MIN): Likewise.
33078         [C99-based standards] (INT_LEAST8_MAX): Likewise.
33079         [C99-based standards] (INT_LEAST16_MIN): Likewise.
33080         [C99-based standards] (INT_LEAST16_MAX): Likewise.
33081         [C99-based standards] (INT_LEAST32_MIN): Likewise.
33082         [C99-based standards] (INT_LEAST32_MAX): Likewise.
33083         [C99-based standards] (INT_LEAST64_MIN): Likewise.
33084         [C99-based standards] (INT_LEAST64_MAX): Likewise.
33085         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
33086         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
33087         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
33088         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
33089         [C99-based standards] (INT_FAST8_MIN): Likewise.
33090         [C99-based standards] (INT_FAST8_MAX): Likewise.
33091         [C99-based standards] (INT_FAST16_MIN): Likewise.
33092         [C99-based standards] (INT_FAST16_MAX): Likewise.
33093         [C99-based standards] (INT_FAST32_MIN): Likewise.
33094         [C99-based standards] (INT_FAST32_MAX): Likewise.
33095         [C99-based standards] (INT_FAST64_MIN): Likewise.
33096         [C99-based standards] (INT_FAST64_MAX): Likewise.
33097         [C99-based standards] (UINT_FAST8_MAX): Likewise.
33098         [C99-based standards] (UINT_FAST16_MAX): Likewise.
33099         [C99-based standards] (UINT_FAST32_MAX): Likewise.
33100         [C99-based standards] (UINT_FAST64_MAX): Likewise.
33101         [C99-based standards] (INTPTR_MIN): Likewise.
33102         [C99-based standards] (INTPTR_MAX): Likewise.
33103         [C99-based standards] (UINTPTR_MAX): Likewise.
33104         [C99-based standards] (INTMAX_MIN): Likewise.
33105         [C99-based standards] (INTMAX_MAX): Likewise.
33106         [C99-based standards] (UINTMAX_MAX): Likewise.
33107         [C99-based standards] (PTRDIFF_MIN): Likewise.
33108         [C99-based standards] (PTRDIFF_MAX): Likewise.
33109         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
33110         [C99-based standards] (SIZE_MAX): Likewise.
33111         [C99-based standards] (WCHAR_MAX): Likewise.
33112         [C99-based standards] (WINT_MAX): Likewise.
33113         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
33114         constraint on value.
33115         [C99-based standards] (WCHAR_MIN): Likewise.
33116         [C99-based standards] (WINT_MIN): Likewise.
33117         [C99-based standards] (*_t): Allow.
33118         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
33119         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
33120         Include math.h-data and complex.h-data.  Remove all expectations
33121         of math.h and complex.h contents.
33122         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
33123         at end of line.
33124         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
33125         (struct tm): Expect tag.
33126         [C99-based-standards] (wcstof): Expect function.
33127         [C99-based-standards] (wcstold): Likewise.
33128         [C99-based-standards] (wcstoll): Likewise.
33129         [C99-based-standards] (wcstoull): Likewise.
33130         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
33131         macro-int-constant.  Specify type.
33132         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
33133         constraint on value.
33134         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
33135         Specify type.
33136         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
33137         Specify value.
33138         [ISO C standards]: Do not allow headers.
33139         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
33140         wcs[abcdefghijklmnopqrstuvwxyz]*.
33141         [ISO C standards] (*_t): Do not allow.
33142         * conform/data/wctype.h-data [C99-based standards] (iswblank):
33143         Expect function.
33144         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
33145         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
33146         Specify type.
33147         [ISO C standards]: Do not allow headers.
33148         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
33149         is[abcdefghijklmnopqrstuvwxyz]*.
33150         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
33151         to[abcdefghijklmnopqrstuvwxyz]*.
33152         [ISO C standards] (*_t): Do not allow.
33153         * conform/data/stdalign.h-data: New file.
33154         * conform/data/stdbool.h-data: Likewise.
33155         * conform/data/stdnoreturn.h-data: Likewise.
33157 2012-11-07  Roland McGrath  <roland@hack.frob.com>
33159         [BZ #14815]
33160         * manual/filesys.texi (Directory Entries): Typo fix.
33161         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
33163 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33165         * elf/elf.h (EM_AARCH64): New macro.
33166         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
33167         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
33168         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
33169         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
33170         (R_AARCH64_TLSDESC): Likewise.
33171         (NT_ARM_TLS): Likewise.
33172         (NT_ARM_HW_BREAK): Likewise.
33173         (NT_ARM_HW_WATCH): Likewise.
33175 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33177         [BZ #14811]
33178         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
33179         (__ieee754_powl): Saturate nonzero exponents with absolute value
33180         below 0x1p-79 to +/- 0x1p-79.
33181         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
33182         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
33183         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
33184         nonzero exponents with absolute value below 0x1p-32 to +/-
33185         0x1p-32.
33186         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
33187         (__ieee754_powl): Saturate nonzero exponents with absolute value
33188         below 0x1p-79 to +/- 0x1p-79.
33189         * math/libm-test.inc (pow_test): Add more tests.
33191 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33193         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
33194         _dl_s390_cap_flags with kernel. Increase string length.
33195         (_dl_s390_platforms): Add z196 and zEC12.
33197 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33199         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
33200         Change XOPEN21K to XOPEN2K.
33202 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
33204         * string/memmove.c: Use memcpy when possible.
33206 2012-11-06  Andreas Jaeger  <aj@suse.de>
33208         * po/eo.po: Update from translation team.
33210 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
33212         [BZ #14793]
33213         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
33214         exponent and small x and y exponents, scale x or y up.  Increase
33215         by 2 the exponent used in scaling up.
33216         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33217         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33218         * math/libm-test.inc (fma_test): Add more tests.
33219         (fma_test_towardzero): Likewise.
33220         (fma_test_downward): Likewise.
33221         (fma_test_upward): Likewise.
33223 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
33225         [BZ #14805]
33226         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
33227         fenv_t *.
33229         [BZ #14801]
33230         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
33231         namespace for names of struct fields.
33232         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
33233         fenv_t fields.
33234         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
33235         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
33237 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33239         [BZ #3665]
33240         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
33242 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
33244         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
33245         PTR_DEMANGLE.
33247         [BZ #5246]
33248         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
33249         PTR_DEMANGLE.
33251 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
33253         [BZ #14797]
33254         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
33255         definitely overflow as x * y not x * y + z.
33256         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33257         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33258         * math/libm-test.inc (fma_test): Add more tests.
33259         (fma_test_towardzero): Likewise.
33260         (fma_test_downward): Likewise.
33261         (fma_test_upward): Likewise.
33263 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
33265         [BZ #157]
33267         * include/stub-tag.h: Remove file.
33268         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
33269         '#include' of it.
33270         * manual/maint.texi (Porting): Don't reference it.
33271         * Makerules ($(objpfx)stubs): Likewise.
33272         * dirent/closedir.c: Don't include <stub-tag.h>.
33273         * dirent/dirfd.c: Likewise.
33274         * dirent/fdopendir.c: Likewise.
33275         * dirent/getdents.c: Likewise.
33276         * dirent/getdents64.c: Likewise.
33277         * dirent/opendir.c: Likewise.
33278         * dirent/readdir.c: Likewise.
33279         * dirent/readdir64.c: Likewise.
33280         * dirent/readdir64_r.c: Likewise.
33281         * dirent/readdir_r.c: Likewise.
33282         * dirent/rewinddir.c: Likewise.
33283         * dirent/seekdir.c: Likewise.
33284         * dirent/telldir.c: Likewise.
33285         * gmon/profil.c: Likewise.
33286         * grp/setgroups.c: Likewise.
33287         * inet/if_index.c: Likewise.
33288         * io/access.c: Likewise.
33289         * io/chdir.c: Likewise.
33290         * io/chmod.c: Likewise.
33291         * io/chown.c: Likewise.
33292         * io/close.c: Likewise.
33293         * io/dup.c: Likewise.
33294         * io/dup2.c: Likewise.
33295         * io/dup3.c: Likewise.
33296         * io/euidaccess.c: Likewise.
33297         * io/faccessat.c: Likewise.
33298         * io/fchdir.c: Likewise.
33299         * io/fchmod.c: Likewise.
33300         * io/fchmodat.c: Likewise.
33301         * io/fchown.c: Likewise.
33302         * io/fchownat.c: Likewise.
33303         * io/fcntl.c: Likewise.
33304         * io/flock.c: Likewise.
33305         * io/fstatfs.c: Likewise.
33306         * io/fstatfs64.c: Likewise.
33307         * io/fstatvfs.c: Likewise.
33308         * io/fstatvfs64.c: Likewise.
33309         * io/futimens.c: Likewise.
33310         * io/fxstat.c: Likewise.
33311         * io/fxstat64.c: Likewise.
33312         * io/fxstatat.c: Likewise.
33313         * io/fxstatat64.c: Likewise.
33314         * io/getcwd.c: Likewise.
33315         * io/isatty.c: Likewise.
33316         * io/lchmod.c: Likewise.
33317         * io/lchown.c: Likewise.
33318         * io/link.c: Likewise.
33319         * io/linkat.c: Likewise.
33320         * io/lseek.c: Likewise.
33321         * io/lseek64.c: Likewise.
33322         * io/lxstat64.c: Likewise.
33323         * io/mkdir.c: Likewise.
33324         * io/mkdirat.c: Likewise.
33325         * io/mkfifo.c: Likewise.
33326         * io/mkfifoat.c: Likewise.
33327         * io/open.c: Likewise.
33328         * io/open64.c: Likewise.
33329         * io/openat.c: Likewise.
33330         * io/openat64.c: Likewise.
33331         * io/pipe.c: Likewise.
33332         * io/pipe2.c: Likewise.
33333         * io/poll.c: Likewise.
33334         * io/posix_fadvise.c: Likewise.
33335         * io/posix_fadvise64.c: Likewise.
33336         * io/posix_fallocate.c: Likewise.
33337         * io/posix_fallocate64.c: Likewise.
33338         * io/read.c: Likewise.
33339         * io/readlink.c: Likewise.
33340         * io/readlinkat.c: Likewise.
33341         * io/rmdir.c: Likewise.
33342         * io/sendfile.c: Likewise.
33343         * io/sendfile64.c: Likewise.
33344         * io/statfs.c: Likewise.
33345         * io/statfs64.c: Likewise.
33346         * io/statvfs.c: Likewise.
33347         * io/statvfs64.c: Likewise.
33348         * io/symlink.c: Likewise.
33349         * io/symlinkat.c: Likewise.
33350         * io/ttyname.c: Likewise.
33351         * io/ttyname_r.c: Likewise.
33352         * io/umask.c: Likewise.
33353         * io/unlink.c: Likewise.
33354         * io/unlinkat.c: Likewise.
33355         * io/utime.c: Likewise.
33356         * io/utimensat.c: Likewise.
33357         * io/write.c: Likewise.
33358         * io/xmknod.c: Likewise.
33359         * io/xmknodat.c: Likewise.
33360         * io/xstat.c: Likewise.
33361         * io/xstat64.c: Likewise.
33362         * login/getpt.c: Likewise.
33363         * login/grantpt.c: Likewise.
33364         * login/unlockpt.c: Likewise.
33365         * math/e_acoshl.c: Likewise.
33366         * math/e_acosl.c: Likewise.
33367         * math/e_asinl.c: Likewise.
33368         * math/e_atan2l.c: Likewise.
33369         * math/e_atanhl.c: Likewise.
33370         * math/e_coshl.c: Likewise.
33371         * math/e_expl.c: Likewise.
33372         * math/e_fmodl.c: Likewise.
33373         * math/e_gammal_r.c: Likewise.
33374         * math/e_hypotl.c: Likewise.
33375         * math/e_j0l.c: Likewise.
33376         * math/e_j1l.c: Likewise.
33377         * math/e_jnl.c: Likewise.
33378         * math/e_lgammal_r.c: Likewise.
33379         * math/e_log10l.c: Likewise.
33380         * math/e_log2l.c: Likewise.
33381         * math/e_logl.c: Likewise.
33382         * math/e_powl.c: Likewise.
33383         * math/e_rem_pio2l.c: Likewise.
33384         * math/e_sinhl.c: Likewise.
33385         * math/e_sqrtl.c: Likewise.
33386         * math/fclrexcpt.c: Likewise.
33387         * math/fedisblxcpt.c: Likewise.
33388         * math/feenablxcpt.c: Likewise.
33389         * math/fegetenv.c: Likewise.
33390         * math/fegetexcept.c: Likewise.
33391         * math/fegetround.c: Likewise.
33392         * math/feholdexcpt.c: Likewise.
33393         * math/fesetenv.c: Likewise.
33394         * math/fesetround.c: Likewise.
33395         * math/feupdateenv.c: Likewise.
33396         * math/fgetexcptflg.c: Likewise.
33397         * math/fraiseexcpt.c: Likewise.
33398         * math/fsetexcptflg.c: Likewise.
33399         * math/ftestexcept.c: Likewise.
33400         * math/k_cosl.c: Likewise.
33401         * math/k_rem_pio2l.c: Likewise.
33402         * math/k_sinl.c: Likewise.
33403         * math/k_tanl.c: Likewise.
33404         * math/s_asinhl.c: Likewise.
33405         * math/s_atanl.c: Likewise.
33406         * math/s_cbrtl.c: Likewise.
33407         * math/s_erfl.c: Likewise.
33408         * math/s_expm1l.c: Likewise.
33409         * math/s_log1pl.c: Likewise.
33410         * math/s_tanhl.c: Likewise.
33411         * misc/acct.c: Likewise.
33412         * misc/brk.c: Likewise.
33413         * misc/chflags.c: Likewise.
33414         * misc/chroot.c: Likewise.
33415         * misc/fchflags.c: Likewise.
33416         * misc/fgetxattr.c: Likewise.
33417         * misc/flistxattr.c: Likewise.
33418         * misc/fremovexattr.c: Likewise.
33419         * misc/fsetxattr.c: Likewise.
33420         * misc/fsync.c: Likewise.
33421         * misc/ftruncate.c: Likewise.
33422         * misc/futimes.c: Likewise.
33423         * misc/futimesat.c: Likewise.
33424         * misc/getdomain.c: Likewise.
33425         * misc/getdtsz.c: Likewise.
33426         * misc/gethostid.c: Likewise.
33427         * misc/gethostname.c: Likewise.
33428         * misc/getloadavg.c: Likewise.
33429         * misc/getpagesize.c: Likewise.
33430         * misc/getsysstats.c: Likewise.
33431         * misc/getxattr.c: Likewise.
33432         * misc/gtty.c: Likewise.
33433         * misc/ioctl.c: Likewise.
33434         * misc/lgetxattr.c: Likewise.
33435         * misc/listxattr.c: Likewise.
33436         * misc/llistxattr.c: Likewise.
33437         * misc/lremovexattr.c: Likewise.
33438         * misc/lsetxattr.c: Likewise.
33439         * misc/lutimes.c: Likewise.
33440         * misc/madvise.c: Likewise.
33441         * misc/mincore.c: Likewise.
33442         * misc/mlock.c: Likewise.
33443         * misc/mlockall.c: Likewise.
33444         * misc/mmap.c: Likewise.
33445         * misc/mprotect.c: Likewise.
33446         * misc/msync.c: Likewise.
33447         * misc/munlock.c: Likewise.
33448         * misc/munlockall.c: Likewise.
33449         * misc/munmap.c: Likewise.
33450         * misc/preadv.c: Likewise.
33451         * misc/preadv64.c: Likewise.
33452         * misc/ptrace.c: Likewise.
33453         * misc/pwritev.c: Likewise.
33454         * misc/pwritev64.c: Likewise.
33455         * misc/readv.c: Likewise.
33456         * misc/reboot.c: Likewise.
33457         * misc/remap_file_pages.c: Likewise.
33458         * misc/removexattr.c: Likewise.
33459         * misc/revoke.c: Likewise.
33460         * misc/select.c: Likewise.
33461         * misc/setdomain.c: Likewise.
33462         * misc/setegid.c: Likewise.
33463         * misc/seteuid.c: Likewise.
33464         * misc/sethostid.c: Likewise.
33465         * misc/sethostname.c: Likewise.
33466         * misc/setregid.c: Likewise.
33467         * misc/setreuid.c: Likewise.
33468         * misc/setxattr.c: Likewise.
33469         * misc/sstk.c: Likewise.
33470         * misc/stty.c: Likewise.
33471         * misc/swapoff.c: Likewise.
33472         * misc/swapon.c: Likewise.
33473         * misc/sync.c: Likewise.
33474         * misc/syncfs.c: Likewise.
33475         * misc/syscall.c: Likewise.
33476         * misc/truncate.c: Likewise.
33477         * misc/ualarm.c: Likewise.
33478         * misc/usleep.c: Likewise.
33479         * misc/ustat.c: Likewise.
33480         * misc/utimes.c: Likewise.
33481         * misc/vhangup.c: Likewise.
33482         * misc/writev.c: Likewise.
33483         * posix/_exit.c: Likewise.
33484         * posix/alarm.c: Likewise.
33485         * posix/execve.c: Likewise.
33486         * posix/fexecve.c: Likewise.
33487         * posix/fork.c: Likewise.
33488         * posix/fpathconf.c: Likewise.
33489         * posix/getaddrinfo.c: Likewise.
33490         * posix/getegid.c: Likewise.
33491         * posix/geteuid.c: Likewise.
33492         * posix/getgid.c: Likewise.
33493         * posix/getgroups.c: Likewise.
33494         * posix/getlogin.c: Likewise.
33495         * posix/getlogin_r.c: Likewise.
33496         * posix/getpgid.c: Likewise.
33497         * posix/getpid.c: Likewise.
33498         * posix/getppid.c: Likewise.
33499         * posix/getresgid.c: Likewise.
33500         * posix/getresuid.c: Likewise.
33501         * posix/getsid.c: Likewise.
33502         * posix/getuid.c: Likewise.
33503         * posix/glob64.c: Likewise.
33504         * posix/nanosleep.c: Likewise.
33505         * posix/pathconf.c: Likewise.
33506         * posix/pause.c: Likewise.
33507         * posix/posix_madvise.c: Likewise.
33508         * posix/pread.c: Likewise.
33509         * posix/pread64.c: Likewise.
33510         * posix/pwrite.c: Likewise.
33511         * posix/pwrite64.c: Likewise.
33512         * posix/sched_getaffinity.c: Likewise.
33513         * posix/sched_getp.c: Likewise.
33514         * posix/sched_gets.c: Likewise.
33515         * posix/sched_primax.c: Likewise.
33516         * posix/sched_primin.c: Likewise.
33517         * posix/sched_rr_gi.c: Likewise.
33518         * posix/sched_setaffinity.c: Likewise.
33519         * posix/sched_setp.c: Likewise.
33520         * posix/sched_sets.c: Likewise.
33521         * posix/sched_yield.c: Likewise.
33522         * posix/setgid.c: Likewise.
33523         * posix/setlogin.c: Likewise.
33524         * posix/setpgid.c: Likewise.
33525         * posix/setresgid.c: Likewise.
33526         * posix/setresuid.c: Likewise.
33527         * posix/setsid.c: Likewise.
33528         * posix/setuid.c: Likewise.
33529         * posix/sleep.c: Likewise.
33530         * posix/spawni.c: Likewise.
33531         * posix/sysconf.c: Likewise.
33532         * posix/times.c: Likewise.
33533         * posix/wait.c: Likewise.
33534         * posix/wait3.c: Likewise.
33535         * posix/wait4.c: Likewise.
33536         * posix/waitpid.c: Likewise.
33537         * resolv/gai_sigqueue.c: Likewise.
33538         * resource/getpriority.c: Likewise.
33539         * resource/getrlimit.c: Likewise.
33540         * resource/getrusage.c: Likewise.
33541         * resource/nice.c: Likewise.
33542         * resource/setpriority.c: Likewise.
33543         * resource/setrlimit.c: Likewise.
33544         * resource/ulimit.c: Likewise.
33545         * rt/aio_cancel.c: Likewise.
33546         * rt/aio_fsync.c: Likewise.
33547         * rt/aio_read.c: Likewise.
33548         * rt/aio_sigqueue.c: Likewise.
33549         * rt/aio_suspend.c: Likewise.
33550         * rt/aio_write.c: Likewise.
33551         * rt/clock_getres.c: Likewise.
33552         * rt/clock_gettime.c: Likewise.
33553         * rt/clock_nanosleep.c: Likewise.
33554         * rt/clock_settime.c: Likewise.
33555         * rt/lio_listio.c: Likewise.
33556         * rt/mq_close.c: Likewise.
33557         * rt/mq_getattr.c: Likewise.
33558         * rt/mq_notify.c: Likewise.
33559         * rt/mq_open.c: Likewise.
33560         * rt/mq_receive.c: Likewise.
33561         * rt/mq_send.c: Likewise.
33562         * rt/mq_setattr.c: Likewise.
33563         * rt/mq_timedreceive.c: Likewise.
33564         * rt/mq_timedsend.c: Likewise.
33565         * rt/mq_unlink.c: Likewise.
33566         * rt/shm_open.c: Likewise.
33567         * rt/shm_unlink.c: Likewise.
33568         * rt/timer_create.c: Likewise.
33569         * rt/timer_delete.c: Likewise.
33570         * rt/timer_getoverr.c: Likewise.
33571         * rt/timer_gettime.c: Likewise.
33572         * rt/timer_settime.c: Likewise.
33573         * setjmp/__longjmp.c: Likewise.
33574         * setjmp/setjmp.c: Likewise.
33575         * signal/kill.c: Likewise.
33576         * signal/killpg.c: Likewise.
33577         * signal/raise.c: Likewise.
33578         * signal/sigaction.c: Likewise.
33579         * signal/sigaltstack.c: Likewise.
33580         * signal/sigblock.c: Likewise.
33581         * signal/sigignore.c: Likewise.
33582         * signal/sigintr.c: Likewise.
33583         * signal/signal.c: Likewise.
33584         * signal/sigpause.c: Likewise.
33585         * signal/sigpending.c: Likewise.
33586         * signal/sigqueue.c: Likewise.
33587         * signal/sigreturn.c: Likewise.
33588         * signal/sigset.c: Likewise.
33589         * signal/sigsetmask.c: Likewise.
33590         * signal/sigstack.c: Likewise.
33591         * signal/sigsuspend.c: Likewise.
33592         * signal/sigtimedwait.c: Likewise.
33593         * signal/sigvec.c: Likewise.
33594         * signal/sigwait.c: Likewise.
33595         * signal/sigwaitinfo.c: Likewise.
33596         * signal/sysv_signal.c: Likewise.
33597         * socket/accept.c: Likewise.
33598         * socket/accept4.c: Likewise.
33599         * socket/bind.c: Likewise.
33600         * socket/connect.c: Likewise.
33601         * socket/getpeername.c: Likewise.
33602         * socket/getsockname.c: Likewise.
33603         * socket/getsockopt.c: Likewise.
33604         * socket/isfdtype.c: Likewise.
33605         * socket/listen.c: Likewise.
33606         * socket/recv.c: Likewise.
33607         * socket/recvfrom.c: Likewise.
33608         * socket/recvmsg.c: Likewise.
33609         * socket/send.c: Likewise.
33610         * socket/sendmsg.c: Likewise.
33611         * socket/sendto.c: Likewise.
33612         * socket/setsockopt.c: Likewise.
33613         * socket/shutdown.c: Likewise.
33614         * socket/sockatmark.c: Likewise.
33615         * socket/socket.c: Likewise.
33616         * socket/socketpair.c: Likewise.
33617         * stdio-common/ctermid.c: Likewise.
33618         * stdio-common/cuserid.c: Likewise.
33619         * stdio-common/remove.c: Likewise.
33620         * stdio-common/rename.c: Likewise.
33621         * stdio-common/renameat.c: Likewise.
33622         * stdio-common/tempname.c: Likewise.
33623         * stdlib/getcontext.c: Likewise.
33624         * stdlib/makecontext.c: Likewise.
33625         * stdlib/setcontext.c: Likewise.
33626         * stdlib/swapcontext.c: Likewise.
33627         * stdlib/system.c: Likewise.
33628         * streams/fattach.c: Likewise.
33629         * streams/fdetach.c: Likewise.
33630         * streams/getmsg.c: Likewise.
33631         * streams/getpmsg.c: Likewise.
33632         * streams/putmsg.c: Likewise.
33633         * streams/putpmsg.c: Likewise.
33634         * sysdeps/unix/bsd/getpt.c: Likewise.
33635         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33636         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33637         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33639         Likewise.
33640         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33641         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33642         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33643         * sysvipc/msgctl.c: Likewise.
33644         * sysvipc/msgget.c: Likewise.
33645         * sysvipc/msgrcv.c: Likewise.
33646         * sysvipc/msgsnd.c: Likewise.
33647         * sysvipc/semctl.c: Likewise.
33648         * sysvipc/semget.c: Likewise.
33649         * sysvipc/semop.c: Likewise.
33650         * sysvipc/semtimedop.c: Likewise.
33651         * sysvipc/shmat.c: Likewise.
33652         * sysvipc/shmctl.c: Likewise.
33653         * sysvipc/shmdt.c: Likewise.
33654         * sysvipc/shmget.c: Likewise.
33655         * termios/tcdrain.c: Likewise.
33656         * termios/tcflow.c: Likewise.
33657         * termios/tcflush.c: Likewise.
33658         * termios/tcgetattr.c: Likewise.
33659         * termios/tcgetpgrp.c: Likewise.
33660         * termios/tcsendbrk.c: Likewise.
33661         * termios/tcsetattr.c: Likewise.
33662         * termios/tcsetpgrp.c: Likewise.
33663         * time/adjtime.c: Likewise.
33664         * time/clock.c: Likewise.
33665         * time/getitimer.c: Likewise.
33666         * time/gettimeofday.c: Likewise.
33667         * time/setitimer.c: Likewise.
33668         * time/settimeofday.c: Likewise.
33669         * time/stime.c: Likewise.
33670         * time/time.c: Likewise.
33672 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33674         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33675         /usr/old/bin.
33677         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33678         instead of spaces.
33679         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33681 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33683         [BZ #14796]
33684         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33685         FE_TONEAREST before applying Dekker multiplication and Knuth
33686         addition.  Clear inexact exceptions and check for exact zero
33687         results afterwards.
33688         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33689         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33690         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33691         * math/libm-test.inc (fma_test): Add more tests.
33692         (fma_test_towardzero): Likewise.
33693         (fma_test_downward): Likewise.
33694         (fma_test_upward): Likewise.
33695         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33696         function.
33697         (libc_fesetround): New macro.
33698         (libc_fesetroundf): Likewise.
33699         (libc_fesetroundl): Likewise.
33700         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33701         function.
33702         (libc_fesetround_387): Likewise.
33703         (libc_fesetroundf): New macro.
33704         (libc_fesetround): Likewise.
33705         (libc_fesetroundl): Likewise.
33706         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33707         function.
33708         (libc_fesetroundf): New macro.
33709         (libc_fesetround): Likewise.
33710         (libc_fesetroundl): Likewise.
33711         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33712         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33713         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33714         libm_hidden_ver.
33715         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33716         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33717         libm_hidden_def.
33718         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33719         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33720         libm_hidden_ver.
33721         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33722         libm_hidden_def.
33724         [BZ #3439]
33725         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33726         integer constant usable in #if and use that to give value to enum
33727         constant.
33728         (FE_DIVBYZERO): Likewise.
33729         (FE_UNDERFLOW): Likewise.
33730         (FE_OVERFLOW): Likewise.
33731         (FE_INVALID): Likewise.
33732         (FE_INVALID_SNAN): Likewise.
33733         (FE_INVALID_ISI): Likewise.
33734         (FE_INVALID_IDI): Likewise.
33735         (FE_INVALID_ZDZ): Likewise.
33736         (FE_INVALID_IMZ): Likewise.
33737         (FE_INVALID_COMPARE): Likewise.
33738         (FE_INVALID_SOFTWARE): Likewise.
33739         (FE_INVALID_SQRT): Likewise.
33740         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33741         (FE_TONEAREST): Likewise.
33742         (FE_TOWARDZERO): Likewise.
33743         (FE_UPWARD): Likewise.
33744         (FE_DOWNWARD): Likewise.
33745         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33746         (FE_DIVBYZERO): Likewise.
33747         (FE_OVERFLOW): Likewise.
33748         (FE_UNDERFLOW): Likewise.
33749         (FE_INEXACT): Likewise.
33750         (FE_TONEAREST): Likewise.
33751         (FE_DOWNWARD): Likewise.
33752         (FE_UPWARD): Likewise.
33753         (FE_TOWARDZERO): Likewise.
33754         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33755         (FE_UNDERFLOW): Likewise.
33756         (FE_OVERFLOW): Likewise.
33757         (FE_DIVBYZERO): Likewise.
33758         (FE_INVALID): Likewise.
33759         (FE_TONEAREST): Likewise.
33760         (FE_TOWARDZERO): Likewise.
33761         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33762         (FE_OVERFLOW): Likewise.
33763         (FE_UNDERFLOW): Likewise.
33764         (FE_DIVBYZERO): Likewise.
33765         (FE_INEXACT): Likewise.
33766         (FE_TONEAREST): Likewise.
33767         (FE_TOWARDZERO): Likewise.
33768         (FE_UPWARD): Likewise.
33769         (FE_DOWNWARD): Likewise.
33770         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33771         (FE_DIVBYZERO): Likewise.
33772         (FE_OVERFLOW): Likewise.
33773         (FE_UNDERFLOW): Likewise.
33774         (FE_INEXACT): Likewise.
33775         (FE_TONEAREST): Likewise.
33776         (FE_DOWNWARD): Likewise.
33777         (FE_UPWARD): Likewise.
33778         (FE_TOWARDZERO): Likewise.
33780 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33782         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33784 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33786         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33787         commands.  Quote $PWD.
33788         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33789         -x" by "export".
33790         (remove_newlines): Remove.
33792 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33794         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33795         * stdlib/stdlib.h (atof): Moved to ...
33796         * include/bits/stdlib-float.h: Here.  New file.
33797         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33798         * stdlib/bits/stdlib-float.h: New file.
33799         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33800         -mno-sse -mno-mmx.
33801         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33802         <xmmintrin.h>.
33804 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33806         * conform/conformtest.pl (@headers): Add fenv.h.
33807         * conform/data/fenv.h-data: New file.
33808         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33809         include of <math/fenv.h>.
33811         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33812         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33813         && !UNIX98].  Enables tests for XOPEN2K8.
33814         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33815         POSIX2008]: Likewise.
33817         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33818         (struct rusage): Do not expect type or its members.
33820         [BZ #3439]
33821         * math/math.h (FP_NAN): Define macro to integer constant usable in
33822         #if and use that to give value to enum constant.
33823         (FP_INFINITE): Likewise.
33824         (FP_ZERO): Likewise.
33825         (FP_SUBNORMAL): Likewise.
33826         (FP_NORMAL): Likewise.
33828 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33830         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33831         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33832         arguments.
33834 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33836         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33837         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33838         autoconf-time if not.
33839         * configure.in: Remove AC_PREREQ.
33841 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33843         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33844         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33845         of the internal implementation.
33847 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33849         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33850         except include of <misc/sys/syslog.h>.
33852 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33855         function returns with a NULL context exit with zero.
33857 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33859         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33861 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33863         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33864         (run_program_cmd): This.
33865         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33866         (tst_langinfo): New variable.  Use it.
33868 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33870         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33871         floating point opcodes.
33873 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33875         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33876         variable.
33878         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33880         * sysdeps/mach/hurd/powerpc: Remove directory.
33881         * sysdeps/mach/powerpc: Likewise.
33883 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33885         * scripts/check-local-headers.sh: Ignore c++ headers.
33887 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33889         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33890         __libc_cleanup_region_start argument.
33892 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33894         [BZ #14784]
33895         [BZ #14785]
33896         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33897         x * y using scaling, not as x * y + z.
33898         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33899         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33900         * math/libm-test.inc (fma_test): Add more tests.
33901         (fma_test_towardzero): Likewise.
33902         (fma_test_downward): Likewise.
33903         (fma_test_upward): Likewise.
33905 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33907         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33909 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33911         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33912         New variable.
33914 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33916         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33918 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33921         Fix sort order.
33922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33923         Likewise.
33925 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33928         Fix the order of the list for glibc 2.17.
33929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33930         Likewise.
33932 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33934         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33936 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33938         [BZ #14610]
33939         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33940         for low part of x being zero before using __atanl (y).
33941         * math/libm-test.inc (atan2_test): Add another test.
33943         * manual/install.texi (Configuring and compiling): Document
33944         general use of test-wrapper and test-wrapper-env.
33945         * INSTALL: Regenerated.
33947         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33948         (__fma): Do not extract and scale down low bits on after-rounding
33949         systems when result rounded to normal precision would have normal
33950         exponent.
33951         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33952         (__fmal): Do not extract and scale down low bits on after-rounding
33953         systems when result rounded to normal precision would have normal
33954         exponent.
33955         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33956         (__fmal): Do not extract and scale down low bits on after-rounding
33957         systems when result rounded to normal precision would have normal
33958         exponent.
33959         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33960         macro.
33961         (fma_test): Add more tests.
33962         (fma_test_towardzero): Likewise.
33963         (fma_test_downward): Likewise.
33964         (fma_test_upward): Likewise.
33966 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33968         * sysdeps/i386/tininess.h: Renamed to ...
33969         * sysdeps/x86/tininess.h: This.
33970         * sysdeps/x86_64/tininess.h: Removed.
33972 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33974         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33975         input.  Use $(build-program-cmd).
33976         ($(objpfx)tst-array1-static.out): Likewise.
33977         ($(objpfx)tst-array2.out): Likewise.
33978         ($(objpfx)tst-array3.out): Likewise.
33979         ($(objpfx)tst-array4.out): Likewise.
33980         ($(objpfx)tst-array5.out): Likewise.
33981         ($(objpfx)tst-array5-static.out): Likewise.
33983 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33985         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33986         if defined.
33988         * nss/nsswitch.h (nss_interface_function): Provide new
33989         macro for use with NSS functions.
33990         * grp/initgroups.c: Use new macro.
33991         * nss/getXXbyYY.c: Likewise.
33992         * nss/getXXbyYY_r.c: Likewise.
33993         * nss/getXXent.c: Likewise.
33994         * nss/getXXent_r.c: Likewise.
33995         * sysdeps/posix/getaddrinfo.c: Likewise.
33997 2012-10-30  Andreas Jaeger  <aj@suse.de>
33999         * po/ru.po: Update Russion translation from translation project.
34001 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
34003         [BZ #14152]
34004         [BZ #14783]
34005         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
34006         result and shift together with sticky bit instead of replicating
34007         round-to-nearest rounding.
34008         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34009         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34010         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
34011         missing underflow exceptions.
34012         (fma_test_towardzero): Add more tests.
34013         (fma_test_downward): Likewise.
34014         (fma_test_upward): Likewise.
34016         [BZ #14047]
34017         * sysdeps/generic/tininess.h: New file.
34018         * sysdeps/i386/tininess.h: Likewise.
34019         * sysdeps/sh/tininess.h: Likewise.
34020         * sysdeps/x86_64/tininess.h: Likewise.
34021         * stdlib/tst-strtod-underflow.c: Likewise.
34022         * stdlib/tst-tininess.c: Likewise.
34023         * stdlib/strtod_l.c: Include <tininess.h>.
34024         (round_and_return): Do not set errno for exact underflow cases.
34025         Force an underflow exception when setting errno for underflow.
34026         Determine underflow based on rounding to normal precision if
34027         TININESS_AFTER_ROUNDING.
34028         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
34029         ERANGE for exact underflow cases.
34030         * stdlib/Makefile (tests): Add tst-tininess and
34031         tst-strtod-underflow.
34032         ($(objpfx)tst-tininess): Use $(link-libm).
34033         ($(objpfx)tst-strtod-underflow): Likewise.
34035 2012-10-30  Andreas Jaeger  <aj@suse.de>
34037         [BZ#14767]
34038         * elf/Makefile (tests): Remove conditional for have-initfini-array
34039         since this is now always required and the variable does not exist
34040         anymore.
34041         (tests-static): Likewise.
34042         (modules-names): Likewise.
34044         * po/eo.po: Add Esperanto translation from translation project.
34046         * elf/tst-array1.c (fini_array): Make writeable so that it can be
34047         merged with constructor/destructor.
34048         (init_array): Likewise.
34049         * elf/tst-array2dep.c (fini_array): Likewise.
34050         (init_array): Likewise.
34052 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
34054         * manual/message.texi: Delete @cartouche tags.
34056 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
34058         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
34059         EOPNOTSUPP.
34060         * sysdeps/mach/hurd/fsync.c: Likewise.
34062         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
34063         [_POSIX_REALTIME_SIGNALS]: Change condition to
34064         [_POSIX_REALTIME_SIGNALS > 0].
34066 2012-10-27  Andreas Jaeger  <aj@suse.de>
34068         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
34069         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
34070         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
34071         [__WORDSIZE != 64]: Likewise.
34073 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
34075         *  iconvdata/tst-table.sh: Remove ${SHELL}.
34076         *  iconvdata/tst-tables.sh: Likewise.
34078 2012-10-25  David S. Miller  <davem@davemloft.net>
34080         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
34081         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
34082         of strtoull.
34084         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
34085         ifunc-impl-list.c
34086         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
34087         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
34088         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
34089         file.
34091 2012-10-25  Roland McGrath  <roland@hack.frob.com>
34093         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
34094         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
34095         __getdirentries.
34097 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
34098             Jim Blandy  <jimb@codesourcery.com>
34100         * scripts/cross-test-ssh.sh: New file.
34101         * manual/install.texi (Configuring and compiling): Document use of
34102         cross-test-ssh.sh.
34103         * INSTALL: Regenerated.
34105 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
34107         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
34108         EOPNOTSUPP.
34110 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
34112         * Makeconfig (run-program-prefix): Fix comment.
34114 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
34115             Jim Blandy  <jimb@codesourcery.com>
34117         * Makeconfig (test-wrapper): New variable,
34118         (test-wrapper-env): Likewise.
34119         [$(cross-compiling) = yes && $(test-wrapper) != ""]
34120         (run-built-tests): Define to yes.
34121         (run-program-prefix): Use $(test-wrapper).
34122         (built-program-cmd): Likewise.
34123         * Rules (make-test-out): Use $(test-wrapper-env) and
34124         $(host-built-program-cmd).
34125         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
34126         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
34127         tst-pathopt.sh.
34128         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
34129         $(test-wrapper-env) to tst-rtld-load-self.sh.
34130         ($(objpfx)order2.out): Use $(test-wrapper).
34131         ($(objpfx)tst-initorder.out): Likewise.
34132         ($(objpfx)tst-initorder2.out): Likewise.
34133         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
34134         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
34135         (test_wrapper_env): New variable.  Use it to run ld.so.
34136         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
34137         Use it to run ld.so.
34138         (test_wrapper_env): Likewise.
34139         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
34140         $(test-wrapper) to run-iconv-test.sh.
34141         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
34142         (ICONV): Use $test_wrapper.
34143         * posix/Makefile ($(objpfx)globtest.out): Pass
34144         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
34145         globtest.sh, not $(run-program-prefix).
34146         * posix/globtest.sh (run_via_rtld_prefix): New variable.
34147         (test_wrapper): Likewise.
34148         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
34149         set together with run_via_rtld_prefix.
34150         (run_program_prefix): Define in terms of test_wrapper and
34151         run_via_rtld_prefix.
34153 2012-10-24  Roland McGrath  <roland@hack.frob.com>
34155         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
34156         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
34157         Targets removed.
34159         [BZ #14743]
34160         * include/time.h: Remove librt_hidden_proto (clock_gettime).
34161         Declare __clock_getres, __clock_gettime, __clock_settime,
34162         __clock_nanosleep, and __clock_getcpuclockid.
34163         * rt/clock_gettime.c: Define __clock_gettime as an alias.
34164         Remove librt_hidden_def (clock_gettime).
34165         * sysdeps/unix/clock_gettime.c: Likewise.
34166         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
34167         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
34168         * rt/clock_getres.c: Define __clock_getres as an alias.
34169         * sysdeps/posix/clock_getres.c: Likewise.
34170         * rt/clock_settime.c: Define __clock_settime as an alias.
34171         * sysdeps/unix/clock_settime.c: Likewise.
34172         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
34173         * sysdeps/unix/clock_nanosleep.c: Likewise.
34174         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
34175         * rt/clock-compat.c: New file.
34176         * rt/Makefile (librt-routines): Add clock-compat and move
34177         $(clock-routines) to ...
34178         (routines): ... here, new variable.
34179         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
34180         Don't add get_clockfreq here.
34181         * rt/Versions (libc: GLIBC_2.17): New version set.
34182         Add clock_* symbols here.
34183         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
34184         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
34185         (GLIBC_2.17): Add clock_* symbols.
34186         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
34187         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
34188         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
34189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
34190         Likewise.
34191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34192         Likewise.
34193         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
34194         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
34195         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
34196         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
34197         * NEWS: Mention the move.
34199         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
34200         Use __open, __read, __close rather than their public counterparts.
34201         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
34202         (__get_clockfreq_via_cpuinfo): Likewise.
34203         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
34204         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
34206         * config.h.in (HAVE_IFUNC): New #undef.
34207         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
34208         was successful.
34209         * configure: Regenerated.
34211 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
34213         * configure.in: Move READELF check to start of file.
34214         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
34215         libc_cv_asm_gnu_indirect_function in the process.
34216         * configure: Regenerated.
34218 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
34220         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
34221         send the output to /dev/null.
34222         (libc_cv_cc_with_libunwind): Likewise.
34223         (libc_cv_as_noexecstack): Likewise.
34224         * configure: Regenerate.
34226 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
34228         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
34230         * posix/globtest.sh (TMPDIR): Do not set.
34231         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
34232         (testout): Likewise.
34234 2012-10-24  Andreas Jaeger  <aj@suse.de>
34236         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
34237         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
34238         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
34239         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
34240         posix_fadvise64, posix_fallocate64.
34242         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
34243         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
34244         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
34245         Likewise.
34246         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
34247         Likewise.
34248         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
34250         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
34251         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
34252         <bits/fcntl-linux.h>.
34253         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
34255         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
34256         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
34257         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
34258         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
34259         [__WORDSIZE != 64]: Likewise.
34261 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
34263         * Makeconfig (run-built-tests): New variable.
34264         * Rules [$(cross-compiling) = yes]: Change condition to
34265         [$(run-built-tests) = no].
34266         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
34267         to [$(run-built-tests) = yes].
34268         * elf/Makefile [$(cross-compiling) = no]: Likewise
34269         * grp/Makefile [$(cross-compiling) = no]: Likewise.
34270         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
34271         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
34272         * intl/Makefile [$(cross-compiling) = no]: Likewise.
34273         * io/Makefile [$(cross-compiling) = no]: Likewise.
34274         * libio/Makefile [$(cross-compiling) = no]: Likewise.
34275         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
34276         * misc/Makefile [$(cross-compiling) = no]: Likewise.
34277         * posix/Makefile [$(cross-compiling) = no]: Likewise.
34278         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
34279         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
34280         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
34281         * string/Makefile [$(cross-compiling) = no]: Likewise.
34283         * posix/Makefile ($(objpfx)globtest.out): Pass
34284         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
34285         $(rtld-installed-name).
34286         * posix/globtest.sh (elf_objpfx): Remove variable.
34287         (rtld_installed_name): Likewise.
34288         (library_path): Likewise.
34289         (run_program_prefix): New variable.  Use for running globtest
34290         binary.
34292 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
34293             Joseph Myers  <joseph@codesourcery.com>
34295         * Makeconfig (host-built-program-cmd): New variable.
34296         * elf/Makefile (tst-stackguard1-ARGS): Use
34297         $(host-built-program-cmd).
34298         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
34299         (tst-spawn-ARGS): Likewise.
34300         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
34302 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
34303             Jim Blandy  <jimb@codesourcery.com>
34305         * Makeconfig (run-via-rtld-prefix): New variable.
34306         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
34307         (built-program-cmd): Likewise.
34309 2012-10-22  Andreas Jaeger  <aj@suse.de>
34311         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
34312         __O_RSYNC if it exists, otherwise to O_SYNC.
34314 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
34315             Joseph Myers  <joseph@codesourcery.com>
34317         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
34318         /dev/null.
34319         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
34320         from /dev/null
34321         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
34322         /dev/null.
34324 2012-10-22  Andreas Jaeger  <aj@suse.de>
34326         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
34327         Define always.
34328         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
34330         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34331         bits/fcntl-linux.h.
34333         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
34334         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
34336         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
34337         to __O_LARGEFILE.
34338         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
34339         to __O_LARGEFILE.
34341 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
34342             Joseph Myers  <joseph@codesourcery.com>
34344         * config.make.in (NM): New variable.
34346 2012-10-21  Andreas Jaeger  <aj@suse.de>
34348         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
34349         definitions and declarations that are provided by
34350         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34352 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34354         [BZ #14683]
34355         * elf/Makefile (tests-static): Add tst-leaks1-static.
34356         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34357         ($(objpfx)tst-leaks1-static): New rule.
34358         ($(objpfx)tst-leaks1-static-mem): Likewise.
34359         (tst-leaks1-static-ENV): New macro.
34360         * elf/dl-open.c (dl_open_worker): Check the main application
34361         only if SHARED is defined.
34362         * elf/tst-leaks1-static.c: New file.
34364 2012-10-20  Andreas Jaeger  <aj@suse.de>
34366         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34367         generic values for Linux.
34368         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34369         and declarations that are provided by <bits/fcntl-linux.h> and
34370         include <bits/fcntl-linux.h>.
34371         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34372         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34374 2012-10-20  Roland McGrath  <roland@hack.frob.com>
34376         * io/fcntl.h: Move include of <bits/types.h> to the top and
34377         include it unconditionally.
34379 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34381         * wcsmbs/Makefile (tests-ifunc): New variable.
34382         (tests): Add $(tests-ifunc).
34383         * wcsmbs/test-wcschr-ifunc.c: New file.
34384         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34385         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34386         * wcsmbs/test-wcslen-ifunc.c: Likewise.
34387         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34388         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34390         * string/Makefile (tests-ifunc): New variable.
34391         (tests): Add $(tests-ifunc).
34392         * string/test-memccpy.c (TEST_NAME): New macro.
34393         * string/test-memchr.c (TEST_NAME): Likewise.
34394         * string/test-memcmp.c (TEST_NAME): Likewise.
34395         * string/test-memcpy.c (TEST_NAME): Likewise.
34396         * string/test-memmem.c (TEST_NAME): Likewise.
34397         * string/test-memmove.c (TEST_NAME): Likewise.
34398         * string/test-memset.c (TEST_NAME): Likewise.
34399         * string/test-rawmemchr.c (TEST_NAME): Likewise.
34400         * string/test-stpcpy.c (TEST_NAME): Likewise.
34401         * string/test-stpncpy.c (TEST_NAME): Likewise.
34402         * string/test-strcasecmp.c (TEST_NAME): Likewise.
34403         * string/test-strcasestr.c (TEST_NAME): Likewise.
34404         * string/test-strcat.c (TEST_NAME): Likewise.
34405         * string/test-strchr.c (TEST_NAME): Likewise.
34406         * string/test-strcmp.c(TEST_NAME): Likewise.
34407         * string/test-strcpy.c (TEST_NAME): Likewise.
34408         * string/test-strcspn.c (TEST_NAME): Likewise.
34409         * string/test-strlen.c (TEST_NAME): Likewise.
34410         * string/test-strncasecmp.c (TEST_NAME): Likewise.
34411         * string/test-strncmp.c (TEST_NAME): Likewise.
34412         * string/test-strncpy.c (TEST_NAME): Likewise.
34413         * string/test-strnlen.c (TEST_NAME): Likewise.
34414         * string/test-strpbrk.c (TEST_NAME): Likewise.
34415         * string/test-strrchr.c (TEST_NAME): Likewise.
34416         * string/test-strspn.c (TEST_NAME): Likewise.
34417         * string/test-strstr.c (TEST_NAME): Likewise.
34418         * string/test-bcopy-ifunc.c: New file.
34419         * string/test-bzero-ifunc.c: Likewise.
34420         * string/test-memccpy-ifunc.c: Likewise.
34421         * string/test-memchr-ifunc.c: Likewise.
34422         * string/test-memcmp-ifunc.c: Likewise.
34423         * string/test-memcpy-ifunc.c: Likewise.
34424         * string/test-memmem-ifunc.c: Likewise.
34425         * string/test-memmove-ifunc.c: Likewise.
34426         * string/test-mempcpy-ifunc.c: Likewise.
34427         * string/test-memset-ifunc.c: Likewise.
34428         * string/test-rawmemchr-ifunc.c: Likewise.
34429         * string/test-stpcpy-ifunc.c: Likewise.
34430         * string/test-stpncpy-ifunc.c: Likewise.
34431         * string/test-strcasecmp-ifunc.c: Likewise.
34432         * string/test-strcasestr-ifunc.c: Likewise.
34433         * string/test-strcat-ifunc.c: Likewise.
34434         * string/test-strchr-ifunc.c: Likewise.
34435         * string/test-strchrnul-ifunc.c: Likewise.
34436         * string/test-strcmp-ifunc.c: Likewise.
34437         * string/test-strcpy-ifunc.c: Likewise.
34438         * string/test-strcspn-ifunc.c: Likewise.
34439         * string/test-strlen-ifunc.c: Likewise.
34440         * string/test-strncasecmp-ifunc.c: Likewise.
34441         * string/test-strncat-ifunc.c: Likewise.
34442         * string/test-strncmp-ifunc.c: Likewise.
34443         * string/test-strncpy-ifunc.c: Likewise.
34444         * string/test-strnlen-ifunc.c: Likewise.
34445         * string/test-strpbrk-ifunc.c: Likewise.
34446         * string/test-strrchr-ifunc.c: Likewise.
34447         * string/test-strspn-ifunc.c: Likewise.
34448         * string/test-strstr-ifunc.c: Likewise.
34450         * debug/Makefile (tests-ifunc): New variable.
34451         (tests): Add $(tests-ifunc).
34452         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34453         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34454         * debug/test-stpcpy_chk-ifunc.c: New file.
34455         * debug/test-strcpy_chk-ifunc.c: Likewise.
34457 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34459         [BZ #13601]
34460         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34461         header is not read in.
34463 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34465         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34466         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34467         directly.  Pass built executable to script as
34468         $(built-program-cmd).
34469         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34470         $testprogram without using LD_LIBRARY_PATH and $ldso.
34472         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34473         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34474         $(rtld-installed-name).
34475         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34476         (rtld_installed_name): Likewise.
34477         (library_path): Likewise.
34478         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34479         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34480         $(run-program-prefix) to tst-tables.sh.
34481         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34482         it to run tst-table-from and tst-table-to.
34483         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34484         Pass it to tst-table.sh.
34485         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34486         $(run-program-prefix) to tst-gettext.sh.
34487         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34488         tst-translit.sh.
34489         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34490         tst-gettext2.sh.
34491         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34492         to run tst-gettext.
34493         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34494         to run tst-gettext2.
34495         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34496         to run tst-translit.
34497         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34498         $(run-program-prefix) to tst-mtrace.sh.
34499         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34500         to run tst-mtrace.
34501         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34502         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34503         $(rtld-installed-name).
34504         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34505         (rtld_installed_name): Likewise.
34506         (run_program_prefix): New variable.  Use it to run wordexp-test.
34508         * Makeconfig (ARCH): Remove all definitions.
34509         (machine): Likewise.
34510         [ARCH]: Remove conditional code.
34511         [!objdir]: Give error.
34512         [!objdir] (objpfx): Remove.
34513         [!objdir] (common-objpfx): Likewise.
34514         [!objdir] (common-objdir): Likewise.
34515         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34516         AC_CONFIG_FILES call.
34517         * configure: Regenerated.
34519         [BZ #13888]
34520         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34521         or TMPDIR.
34522         (testout): Likewise.
34524         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34525         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34526         $(rtld-installed-name).
34527         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34528         (rtld_installed_name): Likwise.
34529         (runit): Remove function.
34530         (run_getconf): New variable,  Use it for running getconf binary.
34532 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34534         [BZ #14716]
34535         * string/test-memmem.c (check_result): New function.
34536         (do_one_test): Use it.
34537         (check1): New function.
34538         (test_main): Use it.
34540 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34542         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34544 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34546         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34547         (_G_LSEEK64): Likewise.
34548         (_G_MMAP64): Likewise.
34549         (_G_FSTAT64): Likewise.
34550         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34551         (_G_LSEEK64): Likewise.
34552         (_G_MMAP64): Likewise.
34553         (_G_FSTAT64): Likewise.
34554         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34555         unconditional.  Call __mmap64 directly.
34556         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34557         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34558         __lseek64 directly.
34559         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34560         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34561         __mmap64 directly.
34562         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34563         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34564         __lseek64 directly.
34565         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34566         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34567         __lseek64 directly.
34568         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34569         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34570         __lseek64 directly.
34571         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34572         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34573         __fxstat64 directly.
34574         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34575         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34576         unconditional.
34577         (freopen64) [!_G_OPEN64]: Remove conditional code.
34578         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34579         unconditional.
34580         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34581         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34582         unconditional.
34583         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34584         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34585         unconditional.
34586         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34587         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34588         unconditional.
34589         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34590         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34591         unconditional.
34592         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34593         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34594         unconditional.
34595         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34596         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34597         unconditional.
34598         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34600 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34602         [BZ #12140]
34603         * manual/memory.texi (Malloc Tunable Parameters): Add note
34604         about free list pointers overwriting some perturb bytes.
34605         Wording suggested by Roland McGrath.
34607 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34609         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34610         (lgamma_test): Likewise.
34611         (tgamma_test): Likewise.
34613 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34615         [BZ #14700]
34616         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34617         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34619 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34621         * NEWS: Mention BZ #14716.
34622         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34623         when removing AVAILABLE1_USES_J macro.
34625 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34627         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34628         (__bswap_64): __uint64_t for unsigned 64-bit int.
34630 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34632         * include/string.h (memmem): Declare libc hidden alias.
34633         * string/memmem.c (memmem): Define libc hidden alias.
34634         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34635         __read, __close instead of open, read, close.
34637 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34639         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34640         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34641         global and hidden.
34642         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34643         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34644         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34645         Likewise.
34646         (__rawmemchr_sse2): Likewise.
34647         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34648         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34649         (__strchr_sse2): Likewise.
34650         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34651         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34652         (__strcasecmp_sse2): Likewise.
34653         (__strncasecmp_sse2): Likewise.
34654         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34655         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34656         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34657         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34658         (__strrchr_sse2): Likewise.
34659         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34660         ifunc-impl-list.c.
34661         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34662         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34663         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34664         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34665         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34666         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34667         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34668         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34669         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34670         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34671         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34672         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34673         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34674         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34675         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34676         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34677         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34678         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34679         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34680         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34681         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34682         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34683         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34684         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34685         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34686         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34687         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34688         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34689         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34690         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34692         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34693         global and hidden.
34694         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34695         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34696         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34697         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34698         Likewise.
34699         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34700         Likewise.
34701         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34702         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34703         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34704         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34705         ifunc-impl-list.c.
34706         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34707         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34708         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34709         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34710         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34711         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34712         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34713         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34714         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34715         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34716         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34717         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34718         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34719         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34720         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34721         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34722         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34723         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34724         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34725         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34726         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34727         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34728         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34729         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34730         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34731         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34732         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34733         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34734         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34735         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34736         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34737         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34738         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34739         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34740         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34741         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34742         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34743         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34744         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34745         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34746         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34748         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34749         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34750         * include/ifunc-impl-list.h: New file.
34751         * misc/ifunc-impl-list.c: Likewise.
34752         * misc/Makefile (routines): Add ifunc-impl-list.
34753         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34754         * string/test-string.h: Include <ifunc-impl-list.h>.
34755         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34756         TEST_NAME]: New variables.
34757         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34758         are defined.
34759         (test_init): Call __libc_ifunc_impl_list to initialize
34760         func_list if TEST_IFUNC and TEST_NAME are defined.
34762         * string/Makefile (strop-tests): Add bcopy and bzero.
34763         * string/test-bcopy.c: New file.
34764         * string/test-bzero.c: Likewise.
34765         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34766         defined.
34767         * string/test-memset.c: Support bzero test if TEST_BZERO is
34768         defined.
34769         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34770         __libc_memmove.
34771         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34772         __libc_memset.
34773         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34774         of memset.
34776 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34778         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34779         * configure: Regenerated.
34781         * Makeconfig (+link-static-before-libc): Don't include
34782         $(link-static-libc).
34784         * libio/libio.h (_IO_pos_t): Remove.
34786 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34788         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34789         McGrath.
34791 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34793         * crypt/crypt-entry.c: Include fips-private.h.
34794         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34795         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34796         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34797         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34799 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34801         * crypt/crypt-private.h: Include stdbool.h.
34802         (_ufc_setup_salt_r): Return bool.
34803         * crypt/crypt-entry.c: Include errno.h.
34804         (__crypt_r): Return NULL with EINVAL for bad salt.
34805         * crypt/crypt_util.c (bad_for_salt): New.
34806         (_ufc_setup_salt_r): Check that salt is long enough and within
34807         the specified alphabet.
34808         * crypt/badsalttest.c: New file.
34809         * crypt/Makefile (tests): Add it.
34810         ($(objpfx)badsalttest): New.
34812 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34814         * NEWS: Add entry for BZ #14602.
34816 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34818         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34819         type-generic.
34820         * math/libm-test.inc: Update comment listing what functions and
34821         macros are tested.
34822         (isgreater_test): New function.
34823         (isgreaterequal_test): Likewise.
34824         (isless_test): Likewise.
34825         (islessequal_test): Likewise.
34826         (islessgreater_test): Likewise.
34827         (isunordered_test): Likewise.
34828         (main): Call the new functions.
34830 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34832         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34833         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34834         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34835         * sysdeps/i386/configure: Regenerated.
34836         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34837         * sysdeps/mach/configure: Regenerated.
34838         * sysdeps/mach/hurd/configure: Regenerated.
34839         * sysdeps/powerpc/configure: Regenerated.
34840         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34841         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34842         * sysdeps/s390/s390-32/configure: Regenerated.
34843         * sysdeps/s390/s390-64/configure: Regenerated.
34844         * sysdeps/sh/configure: Regenerated.
34845         * sysdeps/sparc/configure: Regenerated.
34846         * sysdeps/unix/sysv/linux/configure: Regenerated.
34847         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34848         * sysdeps/x86_64/configure: Regenerated.
34850         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34851         defined.  Don't check if MAP is NULL.
34853 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34855         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34856         (_G_stat64): Likewise.
34857         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34858         (_G_stat64): Likewise.
34859         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34860         instead of struct _G_stat64.
34861         * libio/fileops.c (mmap_remap_check): Likewise.
34862         (decide_maybe_mmap): Likewise.
34863         (_IO_new_file_seekoff): Likewise.
34864         (_IO_file_stat): Likewise.
34865         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34866         _G_off64_t.
34867         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34868         instead of struct _G_stat64.
34869         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34871 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34873         [BZ #14602]
34874         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34875         Replace with ...
34876         (CHECK_EOL): New macro.
34877         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34878         CHECK_EOL.
34879         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34880         Replace with CHECK_EOL.
34881         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34882         Replace with CHECK_EOL.
34884 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34886         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34887         type-generic.
34888         * math/libm-test.inc: Update comment listing what functions and
34889         macros are tested.
34890         (finite_test): New function.
34891         (isinf_test): Likewise.
34892         (isnan_test): Likewise.
34893         (fpclassify_test): Test subnormal input.
34894         (isfinite_test): Likewise.
34895         (isnormal_test): Likewise.
34896         (main): Call the new functions.
34898 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34900         [BZ #14660]
34901         * Makerules (%.dynsym): Force C locale when running
34902         $(OBJDUMP) --dynamic-syms.
34904 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34906         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34907         <stdint.h>.
34909 2012-10-06  David S. Miller  <davem@davemloft.net>
34911         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34912         upper 32-bits of the length value in %o2 since we use branch-on-register
34913         tests which consider the entire 64-bit register.
34915 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34917         * string/test-strstr.c (check2): Add a test for page boundary.
34919 2012-10-05  David S. Miller  <davem@davemloft.net>
34921         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34922         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34923         file.
34924         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34925         sysdep_routines.
34926         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34927         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34928         and bzero when HWCAP_SPARC_CRYPTO is present.
34930 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34932         [BZ #14602]
34933         * string/test-strstr.c (check2): New function.
34934         (test_main): Call check2.
34936         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34937         and bug-strchr1.
34938         * string/bug-strcasestr1.c (do_test): Moved to ...
34939         * string/test-strcasestr.c (check1): Here.  New function.
34940         (do_one_test): Break out result checking code into ...
34941         (check_result): This.  New function.
34942         (do_one_test): Call check_result.
34943         (test_main): Call check1.
34944         * string/bug-strchr1.c (do_test): Moved to ...
34945         * string/test-strchr.c (check1): Here.  New function.
34946         (do_one_test): Break out result checking code into ...
34947         (check_result): This.  New function.
34948         (do_one_test): Call check_result.
34949         (test_main): Call check1.
34950         * string/bug-strstr1.c (main): Moved to ...
34951         * string/test-strstr.c (check1): Here.  New function.
34952         (do_one_test): Break out result checking code into ...
34953         (check_result): This.  New function.
34954         (do_one_test): Call check_result.
34955         (test_main): Call check1.
34956         * string/bug-strcasestr1.c: Removed.
34957         * string/bug-strchr1.c: Likewise.
34958         * string/bug-strstr1.c: Likewise.
34960         * elf/Makefile (dl-routines): Add hwcaps.
34961         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34962         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34963         (_dl_important_hwcaps): Moved to ...
34964         * elf/dl-hwcaps.c: Here.  New file.
34965         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34967         [BZ #14557]
34968         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34969         if IS_IN_rtld isn't defined.
34971         * elf/dl-support.c (_dl_sysinfo_map): New.
34972         Include "get-dynamic-info.h" and "setup-vdso.h".
34973         (_dl_non_dynamic_init): Call setup_vdso.
34974         * elf/dynamic-link.h: Don't include <assert.h>.
34975         (elf_get_dynamic_info): Moved to ...
34976         * elf/get-dynamic-info.h: Here.  New file.
34977         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34978         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34979         * elf/setup-vdso.h: Here.  New file.
34980         * elf/rtld.c: Include "setup-vdso.h".
34981         (dl_main): Call setup_vdso.
34983 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34985         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34986         creal in comment listing functions tested.  List finite, isinf,
34987         isnan, isless, islessequal, isgreater, isgreaterequal,
34988         islessgreater, isunordered, lgamma_r and pow10 as functions and
34989         macros not tested.  Mention which functions not tested are aliases
34990         for other functions.  Fix typo.  Note that signs of NaNs are not
34991         tested.
34993         * scripts/config.guess: Update from config.git.
34994         * scripts/config.sub: Likewise.
34996 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34998         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34999         * misc/madvise.c (madvise): Renamed to __madvise.
35000         Make madvise a weak alias.
35001         * include/sys/mman.h: Declare __madvise.
35002         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
35003         * sysdeps/unix/syscalls.list
35004         (madvise): Make __madvise the strong name, and madvise a weak alias.
35005         * sysdeps/unix/sysv/linux/syscalls.list
35006         (madvise, mmap): Remove redundant entries.
35007         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
35008         * malloc/malloc.c (mtrim): Likewise.
35009         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
35011 2012-10-03  Roland McGrath  <roland@hack.frob.com>
35013         * sysdeps/mach/hurd/dl-cache.c: File removed.
35014         * config.h.in (USE_LDCONFIG): New #undef.
35015         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
35016         * configure: Regenerated.
35017         * elf/Makefile (dl-routines): Add dl-cache only under
35018         [$(use-ldconfig) = yes].
35019         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
35020         cache on [USE_LDCONFIG].
35021         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
35022         [USE_LDCONFIG].
35023         * elf/rtld.c (dl_main): Likewise.
35025 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
35027         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
35028         _SC_LEVEL4_CACHE_LINESIZE.
35030 2012-10-03  Roland McGrath  <roland@hack.frob.com>
35032         * sysdeps/unix/bsd/confstr.h: File removed.
35034 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
35036         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
35037         sys/sdt-config.h.
35039 2012-10-02  Roland McGrath  <roland@hack.frob.com>
35041         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
35042         Make 'mapoff' field ElfW(Off) rather than off_t.
35044 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
35046         * nscd/Makefile: Remove nscd-cflags and all its users.
35047         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
35048         (CFLAGS-nonlib): Add compiler flags for nscd modules.
35050         [BZ #10631]
35051         * malloc.c (malloc_printerr): Clarify error message.
35053 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
35055         [BZ #14648]
35056         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35057         Set bit_FMA_Usable if FMA is supported.
35058         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
35059         macro.
35060         (bit_FMA4_Usable): Updated.
35061         (index_FMA_Usable): New macro.
35062         (CPUID_FMA): Likewise
35063         (HAS_FMA): Defined with bit_FMA_Usable.
35065 2012-10-01  Roland McGrath  <roland@hack.frob.com>
35067         * bits/types.h (__swblk_t): Type removed.
35068         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
35069         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
35070         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35071         (__SWBLK_T_TYPE): Likewise.
35072         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35073         (__SWBLK_T_TYPE): Likewise.
35074         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35075         (__SWBLK_T_TYPE): Likewise.
35076         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35077         (__SWBLK_T_TYPE): Likewise.
35079 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
35080             Honza Horak <hhorak@redhat.com>
35082         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
35083         (xdr_mapname): Use YPMAXMAP as maxsize.
35084         (xdr_peername): Use YPMAXPEER as maxsize.
35085         (xdr_keydat): Use YPAXRECORD as maxsize.
35086         (xdr_valdat): Use YPMAXRECORD as maxsize.
35088 2012-10-01  Roland McGrath  <roland@hack.frob.com>
35090         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
35092         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
35093         * csu/init-first.c: ... here.
35094         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
35095         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
35096         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
35097         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
35098         * sysdeps/i386/init-first.c: File removed.
35099         * sysdeps/sh/init-first.c: File removed.
35101 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
35103         [BZ #14645]
35104         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
35105         if x * y might underflow to zero and z is zero.
35106         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35107         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35108         * math/libm-test.inc (min_subnorm_value): New variable.
35109         (fma_test): Add more tests.
35110         (fma_test_towardzero): Likewise.
35111         (fma_test_downward): Likewise
35112         (fma_test_upward): Likewise.
35113         (initialize): Set min_subnorm_value.
35115 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
35117         [BZ #14638]
35118         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
35119         0 + 0.
35120         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
35121         mode for addition resulting in exact zero.
35122         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
35123         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
35124         exact 0 + 0.
35125         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35126         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35127         * math/libm-test.inc (fma_test): Add more tests.
35128         (fma_test_towardzero): New function.
35129         (fma_test_downward): Likewise.
35130         (fma_test_upward): Likewise.
35131         (main): Call the new functions.
35133 2012-09-28  David S. Miller  <davem@davemloft.net>
35135         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
35137 2012-09-28  Roland McGrath  <roland@hack.frob.com>
35139         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
35140         instead of SIGALRM.
35142         * sysdeps/gnu/_G_config.h: Moved to ...
35143         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
35144         * sysdeps/mach/hurd/_G_config.h: Moved to ...
35145         * sysdeps/generic/_G_config.h: ... here.
35147         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
35149         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
35151         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
35152         Conditionalize target on [libnss_test1.so-version].
35154         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
35156         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
35157         (elfobjdir): Move out of conditionals.
35159         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
35160         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
35161         (__nss_lookup_function): Conditionalize label remove_from_tree on
35162         [!DO_STATIC_NSS || SHARED], matching its only use.
35164 2012-09-28  David S. Miller  <davem@davemloft.net>
35166         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
35167         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
35168         file.
35169         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
35170         sysdep_routines.
35171         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
35172         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
35173         when HWCAP_SPARC_CRYPTO is present.
35175 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
35177         * io/tst-mknodat.c: Create a FIFO instead of a socket.
35179 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
35181         [BZ #6530]
35182         * stdio-common/vfprintf.c (process_string_arg): Revert
35183         2000-07-22 change.
35185 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
35187         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
35188         for testcase.
35189         * stdio-common/tst-sprintf.c: Include <locale.h>
35190         (main): Test sprintf's handling of incomplete multibyte
35191         characters.
35193 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
35195         * elf/dl-runtime.c (VERSYMIDX): Removed.
35196         * elf/dl-version.c (VERSYMIDX): Likewise.
35197         * elf/do-rel.h (VERSYMIDX): Likewise.
35198         (VALIDX): Likewise.
35199         * elf/dynamic-link.h (VERSYMIDX): Likewise.
35200         * elf/rtld.c (VALIDX): Likewise.
35201         (ADDRIDX): Likewise.
35202         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
35203         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
35204         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
35205         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
35206         (VALIDX): Likewise.
35207         (ADDRIDX): Likewise.
35209 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
35211         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
35213 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
35215         [BZ #11438]
35216         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
35217         to global scope.
35218         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
35219         addresses are in the same scope as 192.0.2/24.
35220         * posix/gai.conf: Document new scope table defaults.
35222 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35224         [BZ #5298]
35225         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
35226         for ftell.  Compute offsets from write pointers instead.
35227         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
35229 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35231         [BZ #14543]
35232         * libio/Makefile (tests): New test case tst-fseek.
35233         * libio/tst-fseek.c: New test case to verify that fseek/ftell
35234         combination works in wide mode.
35235         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
35236         state when the external buffer state changes.
35238 2012-09-27  David S. Miller  <davem@davemloft.net>
35240         [BZ #14376]
35241         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
35242         pass reloc->r_addend in as the 'high' argument to
35243         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
35245         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35247 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
35249         * rt/tst-aio2.c: Include <pthread.h>.
35250         * rt/tst-aio3.c: Likewise.
35252 2012-09-27  Steve Ellcey  <sellcey@mips.com>
35254         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
35256 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
35258         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
35259         contents on [SHARED].
35261 2012-09-26  Marek Polacek  <polacek@redhat.com>
35263         [BZ #14530]
35264         [BZ #13741]
35265         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
35266         for C++ and GCC <4.3 as well as for non GCC compilers.
35268 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
35270         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35272 2012-09-25  Roland McGrath  <roland@hack.frob.com>
35274         * Makefile.in (all, install): Declare with .PHONY.
35275         Reported by Michael Hope <michael.hope@linaro.org>.
35277 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35279         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
35280         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
35281         system header.
35282         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
35283         Likewise.
35284         (sydep_routines): Add the new and the internal functions.
35285         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
35286         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
35287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
35288         (GLIBC_2.17): Add the new function.
35289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
35290         (GLIBC_2.17): Likewise.
35291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
35292         (GLIBC_2.17): Likewise.
35293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
35294         (GLIBC_2.17): Likewise.
35295         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
35297 2012-09-25  Alan Modra  <amodra@gmail.com>
35299         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
35300         Add release barrier before setting once_control to say
35301         initialisation is done.  Add hints on lwarx.  Use macro in
35302         place of isync.
35303         (clear_once_control): Add release barrier.
35305 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35307         [BZ #13629]
35308         * math/s_clog.c (__clog): Handle more values close to |z| = 1
35309         specially.
35310         * math/s_clog10.c (__clog10): Likewise.
35311         * math/s_clog10f.c (__clog10f): Likewise.
35312         * math/s_clog10l.c (__clog10l): Likewise.
35313         * math/s_clogf.c (__clogf): Likewise.
35314         * math/s_clogl.c (__clogl): Likewise.
35315         * math/Makefile (libm-calls): Add x2y2m1.
35316         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
35317         (__x2y2m1): Likewise.
35318         (__x2y2m1l): Likewise.
35319         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
35320         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
35321         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
35322         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
35323         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
35324         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
35325         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
35326         * sysdeps/i386/fpu/libm-test-ulps: Update.
35327         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35329         [BZ #14621]
35330         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
35331         int as type of variable DEPTH.
35332         (glob): Use size_t instead of int as type of variables NEWCOUNT
35333         and OLD_PATHC.
35335 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35337         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35338         Add s_sincosf-sse2.
35339         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
35340         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
35341         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
35342         macros for using routine as __sincosf_ia32.
35343         Use macro for function declaration and weak_alias.
35344         * sysdeps/i386/fpu/libm-test-ulps: Update.
35346         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
35347         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35349         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
35350         subnormal argument.
35351         * math/s_cexpf.c (__cexpf): Likewise.
35352         * math/s_csinf.c (__csinf): Likewise.
35353         * math/s_csinhf.c (__csinhf): Likewise.
35354         * math/s_ctanf.c (__ctanf): Likewise.
35355         * math/s_ctanhf.c (__ctanhf): Likewise.
35356         * math/s_ccosh.c (__ccoshf): Likewise.
35357         * math/s_cexp.c (__cexpl): Likewise.
35358         * math/s_csin.c (__csin): Likewise.
35359         * math/s_csinh.c (__csinh): Likewise.
35360         * math/s_ctan.c (__ctan): Likewise.
35361         * math/s_ctanh.c (ctanh): Likewise.
35362         * math/s_ccoshl.c (__ccoshl): Likewise.
35363         * math/s_cexpl.c (__cexpl): Likewise.
35364         * math/s_csinl.c (__csinl): Likewise.
35365         * math/s_csinhl.c (__csinhl): Likewise.
35366         * math/s_ctanl.c (__ctanl): Likewise.
35367         * math/s_ctanhl.c (__ctanhl): Likewise.
35369 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35371         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35372         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35373         (_IO_off_t): Define to __off_t, not _G_off_t.
35374         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35375         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35376         (_IO_wint_t): Define to wint_t, not _G_wint_t.
35377         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35378         type of __dummy and __dummy2 fields.
35379         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35380         (_G_ssize_t): Likewise.
35381         (_G_off_t): Likewise.
35382         (_G_pid_t): Likewise.
35383         (_G_uid_t): Likewise.
35384         (_G_wchar_t): Likewise.
35385         (_G_wint_t): Likewise.
35386         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35387         (_G_ssize_t): Likewise.
35388         (_G_off_t): Likewise.
35389         (_G_pid_t): Likewise.
35390         (_G_uid_t): Likewise.
35391         (_G_wchar_t): Likewise.
35392         (_G_wint_t): Likewise.
35393         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35394         (_G_ssize_t): Likewise.
35395         (_G_off_t): Likewise.
35396         (_G_pid_t): Likewise.
35397         (_G_uid_t): Likewise.
35398         (_G_wchar_t): Likewise.
35399         (_G_wint_t): Likewise.
35401 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35403         * malloc/arena.c: Include malloc-sysdep.h.
35404         (shrink_heap): Use check_may_shrink_heap to decide if madvise
35405         is sufficient to shrink the heap or an unmap is needed.
35406         * sysdeps/generic/malloc-sysdep.h: New file.  Define
35407         new function check_may_shrink_heap.
35408         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
35409         new function check_may_shrink_heap.
35411 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35413         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35414         comments.
35416 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
35418         * catgets/test-gencat.sh: Add "set -e".
35419         * elf/tst-pathopt.sh: Likewise.
35420         * grp/tst_fgetgrent.sh: Likewise.
35421         * iconvdata/run-iconv-test.sh: Likewise.
35422         * intl/tst-gettext.sh: Likewise.
35423         * intl/tst-gettext2.sh: Likewise.
35424         * intl/tst-gettext4.sh: Likewise.
35425         * intl/tst-gettext6.sh: Likewise.
35426         * intl/tst-translit.sh: Likewise.
35427         * io/ftwtest-sh: Likewise.
35428         * libio/test-freopen.sh: Likewise.
35429         * malloc/tst-mtrace.sh: Likewise.
35430         * posix/globtest.sh: Likewise.
35431         * posix/tst-getconf.sh: Likewise.
35432         * posix/wordexp-tst.sh: Likewise.
35433         * stdio-common/tst-printf.sh: Likewise.
35434         * stdio-common/tst-unbputc.sh: Likewise.
35435         * stdlib/tst-fmtmsg.sh: Likewise.
35436         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35437         * catgets/Makefile: Do not specify -e option when running
35438         testsuite shell scripts.
35439         * elf/Makefile: Likewise.
35440         * grp/Makefile: Likewise.
35441         * iconvdata/Makefile: Likewise.
35442         * intl/Makefile: Likewise.
35443         * io/Makefile: Likewise.
35444         * libio/Makefile: Likewise.
35445         * malloc/Makefile: Likewise.
35446         * posix/Makefile: Likewise.
35447         * stdio-common/Makefile: Likewise.
35448         * stdlib/Makefile: Likewise.
35449         * sysdeps/x86_64/Makefile: Likewise.
35451         * io/ftwtest-sh: Add copyright header.
35452         * posix/globtest.sh: Likewise.
35453         * posix/tst-getconf.sh: Likewise.
35454         * posix/wordexp-tst.sh: Likewise.
35455         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35457 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35459         [BZ #13679]
35460         * Makeconfig (+link): Defined as $(+link-static) if
35461         $(build-shared) isn't yes.
35462         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35463         isn't yes.
35464         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35466         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35468         [BZ #14562]
35469         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35470         new chunk size with MALLOC_ALIGN_MASK.
35472 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35474         [BZ #5044]
35475         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35476         <rounding-mode.h>.
35477         (__printf_fphex): Determine rounding using get_rounding_mode and
35478         round_away.
35479         * stdio-common/tst-printf-round.c (struct hex_test): New
35480         structure.
35481         (hex_tests): New variable.
35482         (test_hex_in_one_mode): New function.
35483         (do_test): Also run tests for hex float output.
35485 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35487         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35488         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35489         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35490         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35491         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35492         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35493         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35494         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35496 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35498         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35499         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35500         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35501         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35503 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35505         [BZ #14579]
35506         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35507         mode only.
35508         * elf/tst-rtld-load-self.sh: New test.
35509         * elf/Makefile: Run it.
35511 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35513         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35514         (tst-writev-ENV): Remove.
35515         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35517 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35519         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35521 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35523         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35524         unconditional.
35525         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35526         Likewise.
35527         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35528         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35529         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35530         Likewise.
35532 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35534         [BZ #14587]
35535         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35536         * config.make.in (have-cpp-asm-debuginfo): Removed.
35537         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35538         * configure: Regenerated.
35540 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35542         [BZ #5044]
35543         * stdio-common/printf_fp.c: Include <stdbool.h> and
35544         <rounding-mode.h>.
35545         (___printf_fp): Determine rounding using get_rounding_mode and
35546         round_away.
35547         * stdio-common/tst-printf-round.c: New file.
35548         * stdio-common/Makefile (tests): Add tst-printf-round.
35549         (link-libm): New variable.
35550         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35552 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35554         [BZ #14576]
35555         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35556         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35557         Likewise.
35558         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35559         Likewise.
35561 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35563         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35564         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35565         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35566         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35568 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35570         [BZ #14518]
35571         * include/rounding-mode.h: New file.
35572         * sysdeps/generic/get-rounding-mode.h: Likewise.
35573         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35574         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35575         (MAX_VALUE): New macro.
35576         (MIN_VALUE): Likewise.
35577         (overflow_value): New function.
35578         (underflow_value): Likewise.
35579         (round_and_return): Use overflow_value and underflow_value to
35580         determine return values in overflow and underflow cases.  Use
35581         round_away to determine rounding depending on rounding mode.
35582         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35583         determine return values in overflow and underflow cases.
35584         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35585         (struct test_results): New structure.
35586         (struct test): Use struct test_results to store expected results
35587         for all rounding modes.
35588         (TEST): Include expected results for all rounding modes.
35589         (test_in_one_mode): New function.
35590         (do_test): Use test_in_one_mode to compute and check results.
35591         Check results for all rounding modes.
35592         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35593         $(link-libm).
35595 2012-12-09  Allan McRae  <allan@archlinux.org>
35597         * sysdeps/i386/fpu/libm-test-ulps: Update
35599 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35601         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35602         (_G_int32_t): Likewise.
35603         (_G_uint16_t): Likewise.
35604         (_G_uint32_t): Likewise.
35605         (_G_HAVE_BOOL): Likewise.
35606         (_G_HAVE_ATEXIT): Likewise.
35607         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35608         (_G_HAVE_IO_FILE_OPEN): Likewise.
35609         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35610         (_G_int32_t): Likewise.
35611         (_G_uint16_t): Likewise.
35612         (_G_uint32_t): Likewise.
35613         (_G_HAVE_BOOL): Likewise.
35614         (_G_HAVE_ATEXIT): Likewise.
35615         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35616         (_G_HAVE_IO_FILE_OPEN): Likewise.
35617         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35618         (_G_int32_t): Likewise.
35619         (_G_uint16_t): Likewise.
35620         (_G_uint32_t): Likewise.
35621         (_G_HAVE_BOOL): Likewise.
35622         (_G_HAVE_ATEXIT): Likewise.
35623         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35624         (_G_HAVE_IO_FILE_OPEN): Likewise.
35626 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35628         * csu/libc-tls.c: Update copyright years.
35630 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35632         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35633         [!_G_USING_THUNKS]: Remove conditional code.
35634         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35635         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35637         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35638         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35639         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35640         (_G_VTABLE_LABEL_PREFIX): Likewise.
35641         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35642         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35643         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35644         (_G_VTABLE_LABEL_PREFIX): Likewise.
35645         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35646         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35647         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35648         (_G_VTABLE_LABEL_PREFIX): Likewise.
35649         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35651 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35653         * libio/Makefile: Include ../Makeconfig before tests.
35654         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35655         only if $(build-shared) is yes.
35657         * iconv/gconv_db.c: Update copyright years.
35659 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35661         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35662         unwind info if defined PIC. Fix special cases description.
35663         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35665         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35666         DP_HI_MASK entry.
35667         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35669 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35671         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35673         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35674         is NULL.
35676         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35677         (LDLIBS-tst-chk4): This.
35678         (LDFLAGS-tst-chk5): Renamed to ...
35679         (LDLIBS-tst-chk5): This.
35680         (LDFLAGS-tst-chk6): Renamed to ...
35681         (LDLIBS-tst-chk6): This.
35682         (LDFLAGS-tst-lfschk4): Renamed to ...
35683         (LDLIBS-tst-lfschk4): This.
35684         (LDFLAGS-tst-lfschk5): Renamed to ...
35685         (LDLIBS-tst-lfschk5): This.
35686         (LDFLAGS-tst-lfschk6): Renamed to ...
35687         (LDLIBS-tst-lfschk6): This.
35689         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35690         on $(common-objpfx)soversions.mk.
35692 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35694         [BZ #10014]
35695         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35696         example host name.
35698 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35700         * malloc/arena.c (arena_get_retry): New function that gets
35701         another arena for the caller to try its request on.
35702         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35703         current arena cannot fulfill the request.
35704         (__libc_memalign): Likewise.
35705         (__libc_memalign): Likewise.
35706         (__libc_pvalloc): Likewise.
35707         (__libc_calloc): Likewise.
35709 2012-09-05  John Tobey  <john.tobey@gmail.com>
35711         [BZ #13542]
35712         * manual/arith.texi (Operations on Complex): Fix description
35713         of carg branch cut.
35715 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35717         [BZ #10014]
35718         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35719         host name.
35721         [BZ #10038]
35722         * manual/memory.texi (Memory): Make order of menu items match
35723         order of sections.
35725 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35727         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35728         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35729         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35731 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35733         * csu/libc-tls.c (static_dtv): Renamed to ...
35734         (_dl_static_dtv): This.  Make it global.
35735         (_dl_initial_dtv): Removed.
35736         (__libc_setup_tls): Updated.
35737         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35738         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35739         DL_INITIAL_DTV.
35741 2012-09-06  Petr Machata  <pmachata@redhat.com>
35743         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35744         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35745         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35746         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35748 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35750         [BZ #14545]
35751         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35752         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35753         freeing dtv[-1].
35755 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35757         [BZ #14544]
35758         * Makeconfig (link-static-before-libc): Replace $(+prector)
35759         with $(+prectorT).
35760         (link-static-after-libc): Replace $(+postctor) with
35761         $(+postctorT).
35762         (link-bounded): Replace $(+prector)/$(+postctor) with
35763         $(+prectorT)/$(+postctorT).
35764         (+prectorT): New macro.
35765         (+postctorT): Likewise.
35767 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35769         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35770         (round_str): Handle values above the maximum for IBM long double
35771         as inexact.
35772         * stdlib/tst-strtod-round.c (tests): Regenerated.
35774 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35776         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35777         assembler flag.
35778         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35779         zarch_nohighgprs around the zarch optimized routines.
35780         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35781         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35782         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35783         for zarch.
35785 2012-09-05  David S. Miller  <davem@davemloft.net>
35787         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35789         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35790         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35791         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35792         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35793         entries.
35795 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35797         * malloc/arena.c: Fold copyright years.
35798         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35800 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35802         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35804 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35806         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35808 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35810         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35811         change internal state upon failure.
35813 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35815         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35816         * malloc/memusage.c (mmap): Likewise.
35817         (mmap64, mremap): Likewise.  Adjust name in comment.
35819 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35821         * libio/fileops.c: Fix typos in comments.
35822         * libio/oldfileops.c: Likewise.
35823         * libio/wfileops.c: Likewise.
35825 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35827         [BZ #1349]
35828         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35829         (tst-malloc-usable-ENV): Set environment for test case.
35830         * malloc/hooks.c (malloc_check_get_size): New function to get
35831         requested size.
35832         * malloc/malloc.c (musable): Use malloc_check_get_size.
35833         * malloc/tst-malloc-usable.c: New test case.
35835 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35837         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35839 2012-09-05  Allan McRae  <allan@archlinux.org>
35841         [BZ #13966]
35842         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35843         determine header location.
35844         * configure: Regenerated.
35846 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35848         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35849         float format.
35850         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35851         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35852         format.
35853         (test): Regenerate.
35855 2012-09-04  David S. Miller  <davem@davemloft.net>
35857         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35858         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35859         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35861 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35863         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35864         failures.
35866         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35868 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35870         [BZ #9914]
35871         * libio/iogetdelim.c: Include <limits.h>.
35872         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35873         + len + 1 would overflow.
35875 2012-09-03  Andreas Jaeger  <aj@suse.de>
35877         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35878         * sysdeps/i386/fpu/libm-test-ulps: Update.
35880 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35882         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35883         Add s_sinf-sse2, s_conf-sse2.
35885         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35886         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35887         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35888         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35890         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35891         for using routine as __sinf_ia32.
35892         Use macro for function declaration and weak_alias.
35893         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35894         for using routine as __cosf_ia32.
35895         Use macro for function declaration and weak_alias.
35897         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35898         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35900         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35901         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35902         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35904         * math/libm-test.inc (cos_test): Add more test cases.
35905         (sin_test): Likewise.
35906         (sincos_test): Likewise.
35908 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35910         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35911         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35912         hidden.
35913         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35915 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35917         [BZ #14538]
35918         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35919         first element of the GOT.
35920         (elf_machine_load_address): Return the difference between
35921         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35923 2012-09-01  Allan McRae  <allan@archlinux.org>
35925         [BZ #13412]
35926         * configure.in (AWK): Require gawk version 3.0 or later.
35927         * configure: Regenerated.
35929 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35931         * sysdeps/unix/sysv/linux/kernel-features.h
35932         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35933         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35934         [__NR_clock_getres]: Make code unconditional.
35935         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35936         (clock_getcpuclockid): Remove code left unreachable by removal of
35937         conditionals.
35938         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35939         code unconditional.
35940         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35941         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35942         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35943         Make code unconditional.
35944         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35945         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35946         * sysdeps/unix/sysv/linux/clock_settime.c
35947         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35948         conditional code.
35949         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35950         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35952 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35954         [BZ #14476]
35955         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35956         scripts/test-installation.pl.
35958         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35959         and $ld_so_version if it is set.
35961 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35963         [BZ #14516]
35964         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35965         failure if reading from procfs failed.
35966         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35968 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35970         * sysdeps/unix/sysv/linux/kernel-features.h
35971         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35972         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35973         Remove conditional code.
35974         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35975         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35976         Remove conditional code.
35977         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35978         * sysdeps/unix/sysv/linux/i386/fxstat.c
35979         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35980         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35981         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35982         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35983         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35984         * sysdeps/unix/sysv/linux/i386/lxstat.c
35985         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35986         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35987         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35988         Remove conditional code.
35989         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35990         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35991         Remove conditional code.
35992         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35993         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35994         <kernel-features.h>.
35995         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35996         Remove.
35997         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35998         Remove conditional code.
35999         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
36000         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
36001         Remove conditional.
36003 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
36005         [BZ #5400]
36006         * NEWS: Add fixed bug number.
36008 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
36010         [BZ #14519]
36011         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
36012         underflowing exponent in case of negative sign.
36013         * stdlib/tst-strtod-round-data: Add more tests.
36014         * stdlib/tst-strtod-round.c (tests): Regenerated.
36016         [BZ #3479]
36017         * stdlib/strtod_l.c (NDIG): Remove.
36018         (HEXNDIG): Likewise.
36019         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
36020         smallest representable value.
36021         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
36022         lie within an exact representation of 1/2 ulp of the result.
36023         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
36024         unconditionally.
36025         (TENS_P9_IDX): Define unconditionally.
36026         (TENS_P9_SIZE): Likewise.
36027         (TENS_P10_IDX): Likewise.
36028         (TENS_P10_SIZE): Likewise.
36029         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
36030         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
36031         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
36032         entries for 10^2^13 and 10^2^14.
36033         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
36034         (TENS_P13_IDX): Define.
36035         (TENS_P13_SIZE): Likewise.
36036         (TENS_P14_IDX): Likewise.
36037         (TENS_P14_SIZE): Likewise.
36038         (_fpioconst_pow10): Change array size to
36039         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
36040         unconditional.
36041         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
36042         1024]: Add entries for 10^2^13 and 10^2^14.
36043         [LAST_POW10 > _LAST_POW10]: Remove #error.
36044         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
36045         (_fpioconst_pow10): Change array size to
36046         FPIOCONST_POW10_ARRAY_SIZE.
36047         * stdlib/gen-fpioconst.c: New file.
36048         * stdlib/gen-tst-strtod-round.c: Likewise.
36049         * stdlib/tst-strtod-round-data: Likewise.
36050         * stdlib/tst-strtod-round.c: Likewise.
36051         * stdlib/Makefile (tests): Add tst-strtod-round.
36053         [BZ #14459]
36054         * stdlib/strtod_l.c: Include <stdint.h>.
36055         (NDEBUG): Do not define.
36056         (round_and_return): Change EXPONENT parameter to type intmax_t.
36057         Rearrange calculations to avoid internal overflow possibilities.
36058         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
36059         Rearrange calculations to avoid internal overflow possibilities.
36060         Assert that number fits inside MPNSIZE limbs.
36061         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
36062         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
36063         calculations and add assertions to avoid internal overflow
36064         possibilities.  Add casts to avoid signed/unsigned operations.
36065         * stdlib/tst-strtod-overflow.c: New file.
36066         * stdlib/Makefile (tests): Add tst-strtod-overflow.
36068 2012-08-25  Marek Polacek  <polacek@redhat.com>
36070         * time/time.h: Fix some typos in comments.
36072 2012-08-23  Roland McGrath  <roland@hack.frob.com>
36074         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
36075         * posix/tst-rfc3484-2.c: Likewise.
36076         * posix/tst-rfc3484-3.c: Likewise.
36078 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
36080         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
36081         (EF_ARM_ABI_FLOAT_HARD): Likewise.
36083 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
36085         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
36086         #include of fxstatat64.c.
36088 2012-08-22  Roland McGrath  <roland@hack.frob.com>
36090         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
36091         * shadow/getspent_r.c: Likewise.
36092         * shadow/getspnam.c: Likewise.
36093         * shadow/getspnam_r.c: Likewise.
36094         * gshadow/getsgent.c: Likewise.
36095         * gshadow/getsgent_r.c: Likewise.
36096         * gshadow/getsgnam.c: Likewise.
36097         * gshadow/getsgnam_r.c: Likewise.
36098         * inet/getnetbyad.c: Likewise.
36099         * inet/getnetbyad_r.c: Likewise.
36100         * inet/getnetbynm.c: Likewise.
36101         * inet/getnetbynm_r.c: Likewise.
36102         * inet/getnetent.c: Likewise.
36103         * inet/getnetent_r.c: Likewise.
36104         * inet/getproto.c: Likewise.
36105         * inet/getproto_r.c: Likewise.
36106         * inet/getprtent.c: Likewise.
36107         * inet/getprtent_r.c: Likewise.
36108         * inet/getprtname.c: Likewise.
36109         * inet/getprtname_r.c: Likewise.
36110         * inet/getrpcbyname.c: Likewise.
36111         * inet/getrpcbyname_r.c: Likewise.
36112         * inet/getrpcbynumber.c: Likewise.
36113         * inet/getrpcbynumber_r.c: Likewise.
36114         * inet/getrpcent.c: Likewise.
36115         * inet/getrpcent_r.c: Likewise.
36116         * inet/getaliasent.c: Likewise.
36117         * inet/getaliasent_r.c: Likewise.
36118         * inet/getaliasname.c: Likewise.
36119         * inet/getaliasname_r.c: Likewise.
36120         * nscd/getgrgid_r.c: Likewise.
36121         * nscd/getgrnam_r.c: Likewise.
36122         * nscd/gethstbyad_r.c: Likewise.
36123         * nscd/gethstbynm3_r.c: Likewise.
36124         * nscd/getpwnam_r.c: Likewise.
36125         * nscd/getpwuid_r.c: Likewise.
36126         * nscd/getsrvbynm_r.c: Likewise.
36127         * nscd/getsrvbypt_r.c: Likewise.
36128         * nscd/gai.c: Likewise.
36130         * configure.in (build_nscd): New substituted variable, set
36131         by --disable-build-nscd and defaults to $use_nscd.
36132         * configure: Regenerated.
36133         * config.make.in (build-nscd): New substituted variable.
36134         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
36135         Change conditional to require [$(build-nscd) = yes] as well.
36136         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
36138         [BZ# 13696]
36139         * configure.in (use_nscd): New substituted variable, set by
36140         --disable-nscd.  If enabled, define USE_NSCD.
36141         * configure: Regenerated.
36142         * config.h.in: Add USE_NSCD.
36143         * config.make.in (use-nscd): New substituted variable.
36144         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
36145         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
36146         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
36147         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
36148         (CFLAGS-getgrnam_r.c): Likewise.
36149         (CFLAGS-initgroups.c): Likewise.
36150         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
36151         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
36152         Variables removed.
36153         * inet/getnetgrent_r.c
36154         (nscd_setnetgrent): New function, broken out of ...
36155         (setnetgrent): ... here.  Call it.
36156         (innetgr): Conditionalize nscd bits on [USE_NSCD].
36157         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
36158         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
36159         * nscd/Makefile (routines, aux): Move definitions after include of
36160         Makeconfig.  Conditionalize on [$(use-nscd) != no].
36161         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
36162         Conditionalize on [USE_NSCD].
36163         (is_nscd, nscd_init_cb): Likewise.
36164         (nss_load_library): Conditionalize init callback on [USE_NSCD].
36165         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
36166         * nss/nss_db/db-init.c: Likewise.
36167         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
36168         [USE_NSCD].
36169         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
36170         (make_request): Use it.
36171         (cache_valid_p): New function.
36172         (__check_pf): Use it.
36173         * NEWS: Add item for --disable-nscd.
36175 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
36177         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
36178         to support sed >= 4.2.1-20-ga9bf076.
36179         * configure: Regenerated.
36181 2012-08-22  Roland McGrath  <roland@hack.frob.com>
36183         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
36184         Conditionalize whole body on [IREL].
36186 2012-08-22  Jeff Law <law@redhat.com>
36188         [BZ #14505]
36189         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
36190         if the family is PF_UNSPEC.
36192 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
36194         * Makerules (lib-version): Rename from V.
36195         (install-lib-nosubdir): Change V to lib-version.
36197 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
36199         [BZ #14252]
36200         * powerpc32/power6/wcschr.c: New file.
36201         * powerpc32/power6/wcscpy.c: New file.
36202         * powerpc32/power6/wcsrchr.c: New file.
36203         * powerpc64/power6/wcschr.c: New file.
36204         * powerpc64/power6/wcscpy.c: New file.
36205         * powerpc64/power6/wcsrchr.c: New file.
36207 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
36209         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
36210         (two_way_short_needle): Use it.
36211         * string/strstr.c (AVAILABLE1_USES_J): Define.
36212         * string/strcasestr.c: Likewise.
36214         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
36215         array references.
36216         * string/strcasestr.c (TOLOWER): Make side-effect safe.
36218         [BZ #11607]
36219         * NEWS: Add an entry.
36220         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
36221         define their defaults.
36222         (two_way_short_needle): Detect end-of-string on-the-fly.
36223         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
36224         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
36225         * string/bug-strcasestr1.c: New test.
36226         * string/Makefile: Run it.
36228 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
36230         [BZ #11607]
36231         * string/str-two-way.h (two_way_short_needle): Optimize matching of
36232         the first character.
36234 2012-08-21  Roland McGrath  <roland@hack.frob.com>
36236         * csu/elf-init.c (__libc_csu_irel): Function removed.
36237         * csu/libc-start.c (apply_irel): New function.
36238         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
36240 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
36242         * sysdeps/unix/sysv/linux/kernel-features.h
36243         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
36244         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
36245         <kernel-features.h>.
36246         [__NR_fadvise64_64]: Make code unconditional.
36247         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
36248         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
36249         !__NR_fadvise64_64)]: Likewise.
36250         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
36251         !__NR_fadvise64_64))]: Likewise.
36252         [__NR_fadvise64]: Make code unconditional.
36253         [!__NR_fadvise64]: Remove conditional code.
36254         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
36255         <kernel-features.h>.
36256         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36257         unconditional.
36258         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36259         conditional code.
36260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
36261         not include <kernel-features.h>.
36262         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36263         unconditional.
36264         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36265         conditional code.
36266         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
36267         include <kernel-features.h>.
36268         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36269         unconditional.
36270         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36271         conditional code.
36273 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
36275         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
36276         slight instruction rearrangements per scrollpipe analysis.
36277         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
36279 2012-08-20  Roland McGrath  <roland@hack.frob.com>
36281         * manual/syslog.texi (syslog; vsyslog, closelog):
36282         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
36283         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
36285         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
36286         DSOCAPS to match condition on defining it.
36288 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
36290         * sysdeps/unix/sysv/linux/kernel-features.h
36291         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
36292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
36293         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36294         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
36296         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36297         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
36299         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36300         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36302         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
36303         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
36305         * sysdeps/unix/sysv/linux/kernel-features.h
36306         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
36307         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
36308         unconditional.
36309         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36310         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
36311         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36312         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36313         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
36314         Make code unconditional.
36315         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36316         (__mmap64) [!__NR_mmap2]: Likewise.
36317         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
36318         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36319         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36320         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
36321         [__NR_mmap2]: Make code unconditional.
36322         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36323         (__mmap64) [!__NR_mmap2]: Likewise.
36325 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36327         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
36329 2012-08-18  Andreas Jaeger  <aj@suse.de>
36331         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
36333 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36335         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
36336         * include/unistd.h (__have_sock_cloexec): Likewise.
36337         (__have_pipe2): Likewise.
36338         (__have_dup3): Likewise.
36340 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36342         [BZ #9685]
36343         * include/unistd.h (__have_pipe2): Change define into an extern int.
36344         (__have_dup3): Likewise.
36345         * socket/have_sock_cloexec.c: Include fcntl.h.
36346         (__have_pipe2): New variable.
36347         (__have_dup3): Likewise.
36349 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
36351         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
36353 2012-08-17  Marek Polacek  <polacek@redhat.com>
36355         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
36356         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
36358 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36360         * configure.in: Add AC_SUBST for sysheaders.
36361         * configure: Regenerated.
36362         * config.make.in (sysheaders): New substituted variable.
36364         * sysdeps/unix/mkfifo.c: Moved ...
36365         * sysdeps/posix/mkfifo.c: ... here.
36366         * sysdeps/unix/mkfifoat.c: Moved ...
36367         * sysdeps/posix/mkfifoat.c: ... here.
36369         * sysdeps/unix/utime.c: Moved ...
36370         * sysdeps/posix/utime.c: ... here.
36372         * sysdeps/unix/time.c: Moved ...
36373         * sysdeps/posix/time.c: ... here.
36374         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36375         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
36377         * sysdeps/unix/nice.c: Moved ...
36378         * sysdeps/posix/nice.c: ... here.
36380         * sysdeps/unix/alarm.c: Moved ...
36381         * sysdeps/posix/alarm.c: ... here.
36383         * intl/Makefile ($(codeset_mo)): Depend on the input file.
36385 2012-08-17  Jeff Law <law@redhat.com>
36387         * intl/Makefile (codeset_mo): New variable.
36388         ($(codeset_mo)): New target.
36389         (tst-codeset.out): Depend on that.  Remove explicit rule.
36390         (tst-gettext3.out, tst-gettext5.out): Likewise.
36391         (LOCPATH-ENV, tst-codeset-ENV): New variables.
36392         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36393         * intl/tst-codeset.sh: Remove.
36394         * intl/tst-gettext3.sh: Likewise.
36395         * intl/tst-gettext5.sh: Likewise.
36397 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36399         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
36400         * sysdeps/unix/syscalls.list: ... here.
36402         * sysdeps/posix/getaddrinfo.c
36403         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36404         (gaiconf_init, gaiconf_reload): Use them.
36405         [!_STATBUF_ST_NSEC]
36406         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36407         Define using time_t rather than struct timespec.
36409         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36410         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36411         Macros removed.
36412         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36413         [!NO_THREADS].
36414         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36415         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36416         Likewise.
36418         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36419         __libc_cleanup_push argument.
36421         * bits/param.h: New file.
36422         * misc/sys/param.h: New file.
36423         * include/sys/param.h: New file.
36424         * misc/Makefile (headers): Add bits/param.h.
36425         * sysdeps/generic/sys/param.h: File removed.
36426         * sysdeps/unix/sysv/linux/bits/param.h: New file.
36427         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36428         * sysdeps/mach/hurd/bits/param.h: New file.
36429         * sysdeps/mach/hurd/sys/param.h: File removed.
36431         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36432         last change.
36434         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36435         [_IO_MTSAFE_IO].
36436         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36437         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36438         New macros.
36440         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36441         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36442         rather than -D_IO_MTSAFE_IO conditionally.
36443         * stdio-common/Makefile (CPPFLAGS): Likewise.
36444         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36445         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36446         Use $(libio-mtsafe).
36447         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36448         of -D_IO_MTSAFE_IO.
36449         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36450         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36451         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36452         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36453         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36454         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36455         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36456         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36457         (CFLAGS-fread_u_chk.c): Likewise.
36458         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36459         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36460         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36461         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36462         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36463         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36464         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36465         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36466         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36468         * libio/Makefile: Test [$(libc-reentrant) = yes]
36469         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36471         * Makeconfig
36472         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36473         * sysdeps/pthread/configure: File removed.
36474         * sysdeps/pthread/Makeconfig: New file.
36475         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36476         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36478 2012-08-16  Gary Benson  <gbenson@redhat.com>
36480         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36481         unmapping the first object in a namespace.
36483 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36485         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36486         (__internal_setnetgrent): ... this.  Add internal_function to
36487         definition.  Add libc_hidden_def.
36488         (setnetgrent): Update caller.
36489         (internal_endnetgrent): Renamed to ...
36490         (__internal_endnetgrent): ... this.  Add internal_function to
36491         definition.  Add libc_hidden_def.
36492         (endnetgrent): Update caller.
36493         (internal_getnetgrent_r): Renamed to ...
36494         (__internal_getnetgrent_r): ... this.  Add internal_function to
36495         definition.  Add libc_hidden_def.
36496         (__getnetgrent_r): Update caller.
36497         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36499 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36501         * stdlib/longlong.h: Update from GCC.
36503 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36505         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36506         on _QL, which is set by umul_ppmm but never used.
36507         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36508         variables, which are set by GMP macros but never used.
36509         * stdio-common/_itowa.c (_itowa): Likewise.
36510         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36511         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36513 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36515         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36516         struct La_sh_regs is not constant.
36517         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36518         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36519         and struct La_sparc64_regs are not constant.
36521 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36523         * sysdeps/unix/sysv/linux/kernel-features.h
36524         (__ASSUME_POSIX_TIMERS): Remove.
36525         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36526         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36527         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36528         Make code unconditional.
36529         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36530         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36531         Make code unconditional.
36532         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36533         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36534         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36535         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36536         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36537         Make code unconditional.
36538         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36539         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36540         (__libc_missing_posix_timers): Remove.
36542 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36544         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36545         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36547         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36549         * elf/dl-sym.c: Include <stdlib.h>.
36551         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36552         constants, which avoids warnings in 32-bit builds.
36554         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36555         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36557         * misc/lseek.c: File moved to ...
36558         * io/lseek.c: ... here.
36560         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36562         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36563         shifting LEN more than 31 bits at once.
36565 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36567         [BZ #14195]
36568         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36569         segmentation fault for a case of two empty input strings.
36570         * string/test-strncasecmp.c (check1): Renamed to...
36571         (bz12205): ...this.
36572         (bz14195): Add new testcase for two empty input strings and N > 0.
36573         (test_main): Call new testcase, adapt for renamed function.
36575 2012-08-15  Andreas Jaeger  <aj@suse.de>
36577         [BZ #14090]
36578         * crypt/md5test2.c: New test, based on test supplied by Serge
36579         Belyshev <belyshev@depni.sinp.msu.ru>.
36580         * crypt/Makefile (xtests): Add md5test-giant..
36581         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36583 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36585         [BZ #14090]
36586         * crypt/md5.c (md5_process_block): Don't assume the buffer
36587         length is less than 2**32.
36588         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36589         length is less than 2**64.
36591 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36593         * string/str-two-way.h: Include <sys/param.h>.
36594         (MAX): Macro removed.
36596         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36597         Move #define and #undef of memmove to just before and after
36598         including <string.h>.
36600         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36601         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36602         and after including <string.h>.  Move declarations of
36603         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36604         to before #include "string/memmove.c".
36606         * include/dirent.h: Declare __getdirentries.
36608         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36609         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36611 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36613         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36614         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36615         * sysdeps/i386/configure: Regenerated.
36616         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36617         STABS_CURRENT_FILE, and STABS_FUN.
36618         (END): Remove call to STABS_FUN_END.
36619         (STABS_CURRENT_FILE1): Delete.
36620         (STABS_CURRENT_FILE): Likewise.
36621         (STABS_FUN): Likewise.
36622         (STABS_FUN_END): Likewise.
36623         (STABS_FUN2): Likewise.
36624         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36625         * sysdeps/x86_64/configure: Regenerated.
36627 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36629         * elf/dl-open.c: Include <atomic.h>.
36630         * elf/dl-lookup.c: Likewise.
36632 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36634         * sysdeps/unix/sysv/linux/kernel-features.h
36635         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36636         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36637         unconditionally.
36638         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36639         unconditionally.
36640         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36641         condition on __ASSUME_CLONE_THREAD_FLAGS.
36643 2012-08-14  Andreas Jaeger  <aj@suse.de>
36645         * sysdeps/i386/fpu/libm-test-ulps: Update.
36647 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36649         * include/atomic.h (atomic_exchange_and_add): Split into ...
36650         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36651         New atomic macros.
36653 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36655         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36657 2012-08-13  Jeff Law <law@redhat.com>
36659         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36660         null byte in the output string.
36662 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36664         * sysdeps/unix/sysv/linux/kernel-features.h
36665         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36666         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36667         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36668         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36669         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36670         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36671         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36673 2012-08-09  Jeff Law <law@redhat.com>
36675         [BZ #13939]
36676         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36677         When avoid_arena is set, don't retry in the that arena.  Pick the
36678         next one, whatever it might be.
36679         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36680         (arena_lock): Pass in new parameter to arena_get2.
36681         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36682         arena_get2.
36683         (__libc_malloc): Unify retrying after main arena failure with
36684         __libc_memalign version.
36685         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36687 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36689         [BZ #14166]
36690         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36691         to __redirect_strstr.
36692         (__strstr_sse42): Use typeof __redirect_strstr.
36693         (__strstr_ia32): Likewise.
36694         (__libc_strstr): New prototype.
36695         (strstr): Renamed to ...
36696         (__libc_strstr): This.
36697         (strstr): New strong alias of __libc_strstr.
36698         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36699         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36700         __redirect_time.
36701         Include <time.h>.
36702         (__libc_time): New prototype.
36703         (time_ifunc): Replace time with __libc_time.
36704         (time): New strong alias and hidden definition of __libc_time.
36705         (__GI_time): Remove strong alias.
36706         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36707         Include <stddef.h>.
36708         (memmove): Redefined to __redirect_memmove.
36709         (__memmove_sse2): Use typeof __redirect_memmove.
36710         (__memmove_ssse3): Likewise.
36711         (__memmove_ssse3_back): Likewise.
36712         (__libc_memmove): New prototype.
36713         (memmove): Renamed to ...
36714         (__libc_memmove): This.
36715         (memmove): New strong alias of __libc_memmove.
36717 2012-08-08  Mark Salter  <msalter@redhat.com>
36719         * elf/elf.h
36720         (R_MN10300_TLS_GD): Define.
36721         (R_MN10300_TLS_LD): Likewise.
36722         (R_MN10300_TLS_LDO): Likewise.
36723         (R_MN10300_TLS_GOTIE): Likewise.
36724         (R_MN10300_TLS_IE): Likewise.
36725         (R_MN10300_TLS_LE): Likewise.
36726         (R_MN10300_TLS_DTPMOD): Likewise.
36727         (R_MN10300_TLS_DTPOFF): Likewise.
36728         (R_MN10300_TLS_TPOFF): Likewise.
36729         (R_MN10300_SYM_DIFF): Likewise.
36730         (R_MN10300_ALIGN): Likewise.
36731         (R_MN10300_NUM): Update.
36733 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36735         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36736         Remove.
36738 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36740         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36742         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36743         sysdeps/unix -> sysdeps/posix move.
36744         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36746 2012-08-07      Allan McRae     <allan@archlinux.org>
36748         [BZ #14303]
36749         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36750         (SUNOS_CPP): Likewise.
36751         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36752         not found.
36753         (open_input): Call CPP using execvp.
36755 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36757         * sysdeps/unix/sysv/linux/kernel-features.h
36758         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36759         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36760         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36761         (__ASSUME_WAITID_SYSCALL): Likewise.
36762         * sysdeps/unix/sysv/linux/dl-execstack.c
36763         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36764         code unconditional.
36765         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36766         conditional code.
36767         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36768         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36769         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36770         code.
36771         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36772         unconditional.
36773         [__ASSUME_WAITID_SYSCALL]: Likewise.
36774         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36776 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36778         * sysdeps/unix/closedir.c: Renamed to ...
36779         * sysdeps/posix/closedir.c: ... here.
36780         * sysdeps/unix/dirfd.c: Renamed to ...
36781         * sysdeps/posix/dirfd.c: ... here.
36782         * sysdeps/unix/dirstream.h: Renamed to ...
36783         * sysdeps/posix/dirstream.h: ... here.
36784         * sysdeps/unix/fdopendir.c: Renamed to ...
36785         * sysdeps/posix/fdopendir.c: ... here.
36786         * sysdeps/unix/opendir.c: Renamed to ...
36787         * sysdeps/posix/opendir.c: ... here.
36788         * sysdeps/unix/readdir.c: Renamed to ...
36789         * sysdeps/posix/readdir.c: ... here.
36790         * sysdeps/unix/readdir_r.c: Renamed to ...
36791         * sysdeps/posix/readdir_r.c: ... here.
36792         * sysdeps/unix/rewinddir.c: Renamed to ...
36793         * sysdeps/posix/rewinddir.c: ... here.
36794         * sysdeps/unix/seekdir.c: Renamed to ...
36795         * sysdeps/posix/seekdir.c: ... here.
36796         * sysdeps/unix/telldir.c: Renamed to ...
36797         * sysdeps/posix/telldir.c: ... here.
36798         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36799         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36800         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36801         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36803         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36804         * bits/fcntl.h: ... here.
36806         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36807         not 0.
36808         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36809         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36810         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36811         (struct flock): Move l_start, l_len to the beginning.
36812         Use __pid_t for l_pid.
36813         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36814         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36815         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36816         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36817         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36818         [__USE_LARGEFILE64] (struct flock64): New type.
36819         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36821         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36822         * bits/dirent.h: ... here.
36824         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36825         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36827 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36829         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36830         Change from 2.6.0 to 2.6.16.
36831         * sysdeps/unix/sysv/linux/configure: Regenerated.
36832         * sysdeps/unix/sysv/linux/kernel-features.h
36833         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36834         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36835         version.
36836         (__ASSUME_UTIMES): Likewise.
36837         (__ASSUME_CLONE_STOPPED): Remove.
36838         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36839         architectures, not kernel version.
36840         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36841         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36842         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36843         (__ASSUME_WAITID_SYSCALL): Likewise.
36844         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36845         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36846         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36847         refer to older versions.
36849 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36851         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36852         Define alphasort64 as an alias.
36853         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36854         Define versionsort64 as an alias.
36855         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36856         Define scandir64 as an alias.
36857         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36858         Define scandirat64 as an alias.
36859         * dirent/alphasort64.c (alphasort64):
36860         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36861         * dirent/versionsort64.c: Likewise.
36862         * dirent/scandir64.c: Likewise.
36863         * dirent/scandirat64.c: Likewise.
36864         * sysdeps/wordsize-64/alphasort.c: File removed.
36865         * sysdeps/wordsize-64/alphasort64.c: File removed.
36866         * sysdeps/wordsize-64/scandir.c: File removed.
36867         * sysdeps/wordsize-64/scandir64.c: File removed.
36868         * sysdeps/wordsize-64/scandirat.c: File removed.
36869         * sysdeps/wordsize-64/scandirat64.c: File removed.
36870         * sysdeps/wordsize-64/versionsort.c: File removed.
36871         * sysdeps/wordsize-64/versionsort64.c: File removed.
36872         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36873         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36874         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36875         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36876         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36877         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36878         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36879         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36881         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36882         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36883         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36884         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36885         [defined __arch64__ || defined __sparcv9]
36886         (__INO_T_MATCHES_INO64_T): New macro.
36887         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36888         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36889         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36890         * sysdeps/unix/sysv/linux/bits/dirent.h
36891         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36892         (_DIRENT_MATCHES_DIRENT64): New macro.
36894         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36895         Define lockf64 as an alias.
36896         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36897         Define fseeko64 as an alias.
36898         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36899         Define ftello64 as an alias.
36900         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36901         Define _IO_fgetpos64 and fgetpos64 as aliases.
36902         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36903         Define _IO_fsetpos64 and fsetpos64 as aliases.
36904         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36905         Conditionalize body on this.
36906         * libio/fseeko64.c: Likewise.
36907         * libio/ftello64.c: Likewise.
36908         * libio/iofgetpos64.c: Likewise.
36909         * libio/iofsetpos64.c: Likewise.
36910         * sysdeps/wordsize-64/lockf.c: File removed.
36911         * sysdeps/wordsize-64/lockf64.c: File removed.
36912         * sysdeps/wordsize-64/fseeko.c: File removed.
36913         * sysdeps/wordsize-64/fseeko64.c: File removed.
36914         * sysdeps/wordsize-64/ftello.c: File removed.
36915         * sysdeps/wordsize-64/ftello64.c: File removed.
36916         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36917         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36918         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36919         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36920         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36921         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36922         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36923         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36924         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36925         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36926         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36927         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36928         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36929         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36931         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36932         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36933         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36934         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36935         [defined __arch64__ || defined __sparcv9]
36936         (__OFF_T_MATCHES_OFF64_T): New macro.
36937         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36938         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36939         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36940         (__OFF_T_MATCHES_OFF64_T): New macro.
36942 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36944         * stdlib/secure-getenv.c (__secure_getenv): Replace
36945         GLIBC_2_16 with GLIBC_2_17.
36947 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36949         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36950         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36952 2012-08-03  David S. Miller  <davem@davemloft.net>
36954         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36956 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36958         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36959         Remove.
36960         (__ASSUME_CORRECT_SI_PID): Likewise.
36961         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36962         (__ASSUME_TMPFS_NAME): Likewise.
36963         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36964         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36965         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36966         (HAVE_AUX_SECURE): Make definition unconditional.
36967         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36968         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36970 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36972         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36973         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36974         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36975         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36976         __eloop_threshold instead of SYMLOOP_MAX.
36978         * sysdeps/generic/eloop-threshold.h: New file.
36979         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36980         of MAXSYMLINKS.
36981         * elf/chroot_canon.c (chroot_canon): Likewise.
36983 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36985         [BZ #13717]
36986         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36987         Change to 2.6.0 everywhere.
36988         * sysdeps/unix/sysv/linux/configure: Regenerated.
36989         * sysdeps/unix/sysv/linux/kernel-features.h
36990         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36991         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36992         kernel versions.
36993         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36994         (__ASSUME_FUTEX_REQUEUE): Remove.
36995         (__ASSUME_STATFS64): Define unconditionally.
36996         (__ASSUME_AT_SECURE): Likewise.
36997         (__ASSUME_CORRECT_SI_PID): Likewise.
36998         (__ASSUME_TGKILL): Define without depending on kernel version for
36999         i386.
37000         (__ASSUME_UTIMES): Likewise.
37001         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
37002         kernel version.
37003         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
37004         (__ASSUME_TMPFS_NAME): Likewise.
37005         * README: Update reference to Linux kernel versions.
37007 2012-08-02  Marek Polacek  <polacek@redhat.com>
37009         [BZ# 14150]
37010         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
37011         libc_cv_asm_type_prefix with %.
37012         * configure: Regenerated.
37013         * include/libc-symbols.h: Remove comment about
37014         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
37015         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
37016         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
37017         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
37018         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
37019         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
37020         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
37021         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
37022         * elf/tst-unique2mod1.c: Likewise.
37023         * elf/tst-unique1mod2.c: Likewise.
37024         * elf/tst-unique1mod1.c: Likewise.
37025         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
37026         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
37027         Replace ASM_TYPE_DIRECTIVE with .type.
37028         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37029         * sysdeps/i386/sysdep.h: Likewise.
37030         * sysdeps/x86_64/sysdep.h: Likewise.
37031         * sysdeps/sh/sysdep.h: Likewise.
37032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
37033         Do not define ASM_TYPE_DIRECTIVE.
37034         * sysdeps/powerpc/sysdep.h: Likewise.
37035         * sysdeps/powerpc/powerpc32/sysdep.h:
37036         Replace ASM_TYPE_DIRECTIVE with .type.
37037         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37038         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37039         * sysdeps/i386/fpu/e_powf.S: Likewise.
37040         * sysdeps/i386/fpu/e_expl.S: Likewise.
37041         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
37042         * sysdeps/i386/fpu/e_acosh.S: Likewise.
37043         * sysdeps/i386/fpu/e_pow.S: Likewise.
37044         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
37045         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
37046         * sysdeps/i386/fpu/s_expm1.S: Likewise.
37047         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
37048         * sysdeps/i386/fpu/e_log2.S: Likewise.
37049         * sysdeps/i386/fpu/e_log2l.S: Likewise.
37050         * sysdeps/i386/fpu/e_scalb.S: Likewise.
37051         * sysdeps/i386/fpu/e_powl.S: Likewise.
37052         * sysdeps/i386/fpu/e_log10f.S: Likewise.
37053         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
37054         * sysdeps/i386/fpu/e_logl.S: Likewise.
37055         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
37056         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
37057         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
37058         * sysdeps/i386/fpu/e_log2f.S: Likewise.
37059         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
37060         * sysdeps/i386/fpu/e_log.S: Likewise.
37061         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
37062         * sysdeps/i386/fpu/e_logf.S: Likewise.
37063         * sysdeps/i386/fpu/e_log10l.S: Likewise.
37064         * sysdeps/i386/fpu/e_atanh.S: Likewise.
37065         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
37066         * sysdeps/i386/fpu/e_log10.S: Likewise.
37067         * sysdeps/i386/fpu/s_frexp.S: Likewise.
37068         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
37069         * sysdeps/i386/fpu/s_asinh.S: Likewise.
37070         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
37071         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
37072         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
37073         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
37074         * sysdeps/i386/i686/strtok.S: Likewise.
37075         * sysdeps/i386/i386-mcount.S: Likewise.
37076         * sysdeps/i386/strtok.S: Likewise.
37077         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
37078         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
37079         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
37080         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
37081         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
37082         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
37083         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
37084         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
37085         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
37086         * sysdeps/x86_64/_mcount.S: Likewise.
37087         * sysdeps/x86_64/strtok.S: Likewise.
37088         * sysdeps/sh/_mcount.S: Likewise.
37090 2012-08-01  Roland McGrath  <roland@hack.frob.com>
37092         * libio/iofopen.c: Include <fcntl.h>.
37093         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
37094         (_IO_fopen64, fopen64): Define as aliases.
37095         * libio/iofopen64.c: Include <fcntl.h>.
37096         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
37097         Conditionalize body on this.
37098         * sysdeps/wordsize-64/iofopen.c: File removed.
37099         * sysdeps/wordsize-64/iofopen64.c: File removed.
37101 2012-08-01  Marek Polacek  <polacek@redhat.com>
37103         * libc/Makeconfig: Use elf in place of binfmt-subdir.
37104         Use dlfcn directly instead of a variable.
37105         (binfmt-subdir): Do not define.
37106         (dlfcn): Likewise.
37108 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
37110         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
37111         Remove all definitions.
37112         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
37113         <kernel-features.h>.
37114         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
37115         (miss_F_GETOWN_EX): Remove all definitions.
37116         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
37117         macro definition.
37118         [!__ASSUME_FCNTL64]: Remove conditional code.
37119         [__ASSUME_FCNTL64]: Make code unconditional.
37120         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
37121         <kernel-features.h>.
37122         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
37123         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
37124         (lockf64) [__NR_fcntl64]: Make code unconditional.
37125         (lockf64) [__ASSUME_FCNTL64]: Likewise.
37127         * sysdeps/unix/sysv/linux/kernel-features.h
37128         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
37129         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
37130         Make code unconditional.
37131         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
37132         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
37133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
37134         [__NR_vfork]: Make code unconditional.
37135         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
37136         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
37137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
37138         [__NR_vfork]: Make code unconditional.
37139         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
37140         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
37142 2012-08-01  Roland McGrath  <roland@hack.frob.com>
37144         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
37145         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
37147         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37148         Define mkstemp64 as an alias.
37149         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37150         Define mkstemps64 as an alias.
37151         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37152         Define mkostemp64 as an alias.
37153         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37154         Define mkostemps64 as an alias.
37155         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
37156         Conditionalize body on this.
37157         * misc/mkostemp64.c: Likewise.
37158         * misc/mkostemps64.c: Likewise.
37159         * misc/mkstemps64.c: Likewise.
37160         * sysdeps/wordsize-64/mkstemp64.c: File removed.
37161         * sysdeps/wordsize-64/mkostemp64.c: File removed.
37162         * sysdeps/wordsize-64/mkostemp.c: File removed.
37163         * sysdeps/wordsize-64/mkstemp.c: File removed.
37164         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
37165         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
37166         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
37167         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
37169         [BZ #14138]
37170         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
37171         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
37172         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
37173         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
37175         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
37176         compat_symbol macros from <shlib-compat.h> rather than the underlying
37177         default_symbol_version and symbol_version macros, so that DEFAULT
37178         lines in shlib-versions are respected.
37179         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
37181 2012-08-01  Florian Weimer  <fweimer@redhat.com>
37183         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
37184         Declare with warn_unused_result.
37185         (setgid, setregid, setegid, setresgid): Likewise.
37186         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
37187         Likewise.
37188         * WUR-REPORT: Remove set*id functions.
37190 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
37192         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
37194 2012-07-31  Roland McGrath  <roland@hack.frob.com>
37196         [BZ #10191]
37197         * include/sys/socket.h (__libc_accept, __libc_accept4):
37198         Add attribute_hidden.
37199         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
37201         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
37202         use of PTR_MANGLE.
37203         * inet/getnetgrent_r.c (setup): Likewise.
37205         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
37207 2012-07-31  David S. Miller  <davem@davemloft.net>
37209         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37211 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
37213         [BZ #13629]
37214         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
37215         value between 1.0 and 2.0 and smaller part has absolute value less
37216         than 1.0.
37217         * math/s_clog10.c (__clog10): Likewise.
37218         * math/s_clog10f.c (__clog10f): Likewise.
37219         * math/s_clog10l.c (__clog10l): Likewise.
37220         * math/s_clogf.c (__clogf): Likewise.
37221         * math/s_clogl.c (__clogl): Likewise.
37222         * math/libm-test.inc (clog_test): Add more tests.
37223         (clog10_test): Likewise.
37224         * sysdeps/i386/fpu/libm-test-ulps: Update.
37225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37227 2012-07-31  Florian Weimer  <fweimer@redhat.com>
37229         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
37230         Exit with zero in case no suitable GID is found, and write a
37231         message to standard error.
37233 2012-07-30  Roland McGrath  <roland@hack.frob.com>
37235         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
37236         rather than to 1.
37237         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
37238         (MAXPATHLEN): Removed.
37239         (NOGROUP, NODEV): New macros.
37240         (setbit, clrbit, isset, isclr): New macros.
37241         (howmany, roundup, powerof2): New macros.
37242         (DEV_BSIZE): New macro.
37244         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
37245         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
37247         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
37248         definition on [!__NO_LONG_DOUBLE_MATH].
37250         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
37251         PTR_MANGLE and PTR_DEMANGLE.
37253         * socket/accept4.c (accept4): Rename to __libc_accept4.
37254         Define accept4 as a weak alias.
37256         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
37257         on [_DIRENT_HAVE_D_TYPE].
37258         * io/ftw.c (ftw_dir): Likewise.
37260         * io/xmknod.c (__xmknod): Don't check PATH for being null.
37262         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
37264         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
37265         Use the BSD numbers rather than the arbitrary ones we had.
37266         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
37267         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
37268         (SIGXCPU, SIGXFSZ): New macros.
37269         (_NSIG): Now 32.
37271         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
37272         initializer on [_LIBC_REENTRANT].
37274         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
37275         definitions inside [_POSIX_MAPPED_FILES].
37277         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
37279         * dirent/opendir.c: Include <fcntl.h>.
37281         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
37282         (__libc_getspecific): Likewise.
37283         (__libc_key_create): Likewise.
37285         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
37286         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
37287         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
37288         (tmpfile64): Define as alias.
37289         * sysdeps/wordsize-64/tmpfile.c: File removed.
37290         * sysdeps/wordsize-64/tmpfile64.c: File removed.
37291         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
37292         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
37294         * stdio-common/vfscanf.c: Include <stdbool.h>.
37295         * nss/makedb.c: Likewise.
37296         * stdio-common/_i18n_number.h: Likewise.
37297         * argp/argp-help.c: Likewise.
37298         * posix/wordexp.c: Likewise.
37299         * sysdeps/posix/spawni.c: Likewise.
37300         * nss/nss_files/files-initgroups.c: Likewise.
37301         * stdio-common/reg-modifier.c: Include <stdlib.h>.
37302         * nss/nss_files/files-initgroups.c: Likewise.
37303         * nss/nss_db/db-netgrp.c: Likewise.
37304         * nss/nss_db/db-initgroups.c: Likewise.
37305         * io/fchmodat.c: Include <sys/stat.h>.
37307         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
37308         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
37310         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
37311         [HAVE_MMAP].
37313         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
37314         Add multiple inclusion protection.
37316 2012-07-27  David S. Miller  <davem@davemloft.net>
37318         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37320 2012-07-27  Gary Benson  <gbenson@redhat.com>
37322         [BZ #14298]
37323         * elf/rtld.c: Include <stap-probe.h>.
37324         (dl_main): Added static probes "init_start" and "init_complete".
37325         * elf/dl-load.c: Include <stap-probe.h>.
37326         (lose): Take new parameter "nsid".
37327         Added static probe "map_failed".
37328         (_dl_map_object_from_fd): Pass namespace id to lose.
37329         Added static probe "map_start".
37330         (open_verify): Pass namespace id to lose.
37331         * elf/dl-open.c: Include <stap-probe.h>.
37332         (dl_open_worker) Added static probes "map_complete", "reloc_start"
37333         and "reloc_complete".
37334         * elf/dl-close.c: Include <stap-probe.h>.
37335         (_dl_close_worker): Added static probes "unmap_start" and
37336         "unmap_complete".
37337         * elf/rtld-debugger-interface.txt: New file documenting the above.
37339 2012-07-26  Roland McGrath  <roland@hack.frob.com>
37341         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
37342         rather than a string variable.
37343         * sunrpc/rpc_main.c (h_output): Likewise.
37344         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
37346 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
37348         * inet/check_native.c: New file.
37350 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
37352         [BZ #13629]
37353         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
37354         if larger part has absolute value 1.0.
37355         * math/s_clog10.c (__clog10): Likewise.
37356         * math/s_clog10f.c (__clog10f): Likewise.
37357         * math/s_clog10l.c (__clog10l): Likewise.
37358         * math/s_clogf.c (__clogf): Likewise.
37359         * math/s_clogl.c (__clogl): Likewise.
37360         * math/libm-test.inc (clog_test): Add more tests.
37361         (clog10_test): Likewise.
37362         * sysdeps/i386/fpu/libm-test-ulps: Update.
37363         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37365         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37366         (pltexit): Likewise.
37367         (La_regs): Likewise.
37368         (La_retval): Likewise.
37369         (int_retval): Likewise.
37370         Update #error for removed macros to refer only to definitions in
37371         tst-audit.h.
37372         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
37373         macro.
37374         (pltexit): Likewise.
37375         (La_regs): Likewise.
37376         (La_retval): Likewise.
37377         (int_retval): Likewise.
37378         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
37379         macro.
37380         (pltexit): Likewise.
37381         (La_regs): Likewise.
37382         (La_retval): Likewise.
37383         (int_retval): Likewise.
37384         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
37385         macro.
37386         (pltexit): Likewise.
37387         (La_regs): Likewise.
37388         (La_retval): Likewise.
37389         (int_retval): Likewise.
37390         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
37391         macro.
37392         (pltexit): Likewise.
37393         (La_regs): Likewise.
37394         (La_retval): Likewise.
37395         (int_retval): Likewise.
37396         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37397         macro.
37398         (pltexit): Likewise.
37399         (La_regs): Likewise.
37400         (La_retval): Likewise.
37401         (int_retval): Likewise.
37402         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37403         macro.
37404         (pltexit): Likewise.
37405         (La_regs): Likewise.
37406         (La_retval): Likewise.
37407         (int_retval): Likewise.
37408         * sysdeps/generic/tst-audit.h: Update comment to refer only to
37409         macro definitions in tst-audit.h.
37410         * sysdeps/i386/tst-audit.h: New file.
37411         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37412         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37413         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37414         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37415         * sysdeps/sh/tst-audit.h: Likewise.
37416         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37417         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37418         * sysdeps/x86_64/tst-audit.h: Likewise.
37420 2012-07-26  Andreas Jaeger  <aj@suse.de>
37422         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37423         ptrace.
37425         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37426         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37427         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37428         PTRACE_O_MASK.
37429         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37430         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37431         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37433         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37434         value.
37436         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37437         _sigsys.
37438         (si_call_addr, si_syscall, si_arch): Define new macro.
37439         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37440         _sigsys.
37441         (si_call_addr, si_syscall, si_arch): Define new marcro.
37442         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37443         _sigsys.
37444         (si_call_addr, si_syscall, si_arch): Define new macro.
37445         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37446         _sigsys.
37447         (si_call_addr, si_syscall, si_arch): Define new macro.
37449 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37451         [BZ #13717]
37452         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37453         Change to 2.4.21 where previously 2.4.1.
37454         * sysdeps/unix/sysv/linux/configure: Regenerated.
37455         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37456         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37457         Linux kernel version.
37458         (__ASSUME_STD_AUXV): Remove.
37459         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37460         kernel version.
37461         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37462         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37463         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37464         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37465         (__ASSUME_NETLINK_SUPPORT): Likewise.
37466         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37467         (__no_netlink_support): Remove conditional definition.
37468         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37469         Remove.
37470         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37471         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37472         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37473         (if_nameindex_ioctl): Remove.
37474         (if_nameindex_netlink): Do not handle __no_netlink_support.
37475         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37476         code.
37477         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37478         Remove conditional code.
37479         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37480         code.
37481         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37482         unconditional.
37483         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37484         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37485         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37486         Remove.
37487         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37488         [!__ASSUME_STD_AUXV]: Remove conditional code.
37489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37490         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37491         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37493         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37494         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37495         code.
37496         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37498         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37499         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37500         conditional code.
37501         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37503         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37504         code.
37505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37506         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37507         conditional code.
37508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37509         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37510         code unconditional.
37511         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37512         conditional code.
37513         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37514         unconditional.
37515         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37516         conditional code.
37517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37518         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37519         unconditional.
37520         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37521         conditional code.
37522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37523         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37524         code unconditional.
37525         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37526         conditional code.
37527         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37528         unconditional.
37529         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37530         conditional code.
37531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37532         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37533         code unconditional.
37534         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37535         conditional code.
37536         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37537         unconditional.
37538         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37539         conditional code.
37541 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37543         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37544         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37545         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37546         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37547         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37548         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37549         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37550         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37551         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37552         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37553         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37554         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37555         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37556         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37557         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37558         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37559         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37560         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37561         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37562         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37563         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37564         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37565         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37567 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37569         * Versions.def: Add GLIBC_2.17.
37570         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37571         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37572         Introduce __libc_secure_getenv.
37573         * stdlib/Versions (2.17): Add secure_getenv
37574         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37575         * stdlib/secure-getenv.c: Rename __secure_getenv to
37576         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37577         symbol __secure_getenv for GLIBC_2.0.
37578         * stdlib/tst-secure-getenv.c: New.
37579         * stdlib/Makefile (tests): Add testcase.
37580         * manual/startup.texi (Environment Access): Document
37581         secure_getenv.
37582         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37583         __libc_secure_getenv.
37584         * inet/ruserpass.c (ruserpass): Likewise.
37585         * malloc/mtrace.c (mtrace): Likewise.
37586         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37587         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37588         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37589         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37590         HAVE_SECURE_GETENV.
37591         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37592         __secure_getenv to __libc_secure_getenv.
37593         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37595         Likewise.
37596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37597         Likewise.
37598         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37599         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37600         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37601         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37602         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37603         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37604         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37606 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37608         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37609         (struct La_i86_retval): Likewise.
37610         (struct La_x86_64_regs): Likewise.
37611         (struct La_x86_64_retval): Likewise.
37612         (struct La_x32_regs): Likewise.
37613         (struct La_x32_retval): Likewise.
37614         (struct La_ppc32_regs): Likewise.
37615         (struct La_ppc32_retval): Likewise.
37616         (struct La_ppc64_regs): Likewise.
37617         (struct La_ppc64_retval): Likewise.
37618         (struct La_sh_regs): Likewise.
37619         (struct La_sh_retval): Likewise.
37620         (struct La_s390_32_regs): Likewise.
37621         (struct La_s390_32_retval): Likewise.
37622         (struct La_s390_64_regs): Likewise.
37623         (struct La_s390_64_retval): Likewise.
37624         (struct La_sparc32_regs): Likewise.
37625         (struct La_sparc32_retval): Likewise.
37626         (struct La_sparc64_regs): Likewise.
37627         (struct La_sparc64_retval): Likewise.
37628         (struct audit_ifaces): Remove architecture-specific pltenter and
37629         pltexit members.
37630         * sysdeps/i386/ldsodefs.h: New file.
37631         * sysdeps/powerpc/ldsodefs.h: Likewise.
37632         * sysdeps/s390/ldsodefs.h: Likewise.
37633         * sysdeps/sh/ldsodefs.h: Likewise.
37634         * sysdeps/sparc/ldsodefs.h: Likewise.
37635         * sysdeps/x86_64/ldsodefs.h: Likewise.
37637 2012-07-25  Marek Polacek  <polacek@redhat.com>
37639         [BZ #6808]
37640         * math/libm-test.inc (yn_test): Add another test.
37641         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37642         to ERANGE when the result is +-Inf.
37643         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37644         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37645         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37646         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37648 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37650         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37651         equal to 0.
37652         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37653         clock_t.
37654         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37656 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37658         * configure.in <sysdeps resolving>: Correct printing
37659         Implies_before.
37660         * configure: Regenerate.
37662 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37664         * math/w_ilogb.c: Include <limits.h>.
37665         * math/w_ilogbl.c: Likewise.
37667 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37669         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37670         va_copy.  Document allowing for unavailable va_copy only as
37671         pre-C99 compatibility.
37672         * manual/string.texi (Copying and Concatenation): Use va_copy
37673         instead of __va_copy in concat example.
37675 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37677         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37678         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37679         it if not null.
37681         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37682         with O_NOLINK passed to __file_name_lookup.
37684         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37685         with O_NOLINK passed to __file_name_lookup.
37687         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37688         negative N or less than NGIDS.
37690         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37691         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37692         enough.  Use memcpy instead of strncpy.
37694 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37696         * elf/Makefile (check-data): Remove.
37697         (localplt.data): New vpath directive.
37698         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37699         instead of $(check-data).
37700         * scripts/data/localplt-generic.data: Move to ...
37701         * sysdeps/generic/localplt.data: ... here.
37702         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37703         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37704         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37706         ... here.
37707         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37709         ... here.
37710         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37711         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37712         ... here.
37713         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37714         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37715         ... here.
37716         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37717         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37718         ... here.
37719         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37720         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37721         ... here.
37723 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37725         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37726         PPC32 and PPC64 files.
37727         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37728         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37730 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37732         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37733         __makecontext_ret to ...
37734         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37735         ... here and call exit if uc_link is NULL.  New file.
37736         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37737         __makecontext_ret.S.
37738         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37739         __makecontext_ret to ...
37740         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37741         ... here and call exit if uc_link is NULL.  New file.
37742         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37743         __makecontext_ret.S.
37745 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37747         * elf/elf.h (R_390_IRELATIVE): New definition.
37748         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37749         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37750         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37751         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37752         (elf_machine_lazy_rel): Likewise.
37753         * sysdeps/s390/dl-irel.h: New file.
37754         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37755         * sysdeps/s390/s390-64/memset.S: New asm code.
37756         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37757         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37758         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37759         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37760         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37761         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37762         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37763         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37764         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37765         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37766         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37767         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37768         * sysdeps/s390/s390-32/memset.S: New asm code.
37769         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37771 2012-07-17  Marek Polacek  <polacek@redhat.com>
37773         [BZ #14349]
37774         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37775         * sysdeps/s390/s390-64/configure.in: Likewise.
37776         * sysdeps/sparc/configure.in: Likewise.
37777         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37778         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37779         * sysdeps/i386/configure.in: Likewise.
37780         * sysdeps/x86_64/configure.in: Likewise.
37781         * sysdeps/sh/configure.in: Likewise.
37782         * sysdeps/s390/s390-32/configure: Regenerated.
37783         * sysdeps/s390/s390-64/configure: Likewise.
37784         * sysdeps/x86_64/configure: Likewise.
37785         * sysdeps/sh/configure: Likewise.
37786         * sysdeps/powerpc/powerpc64/configure: Likewise.
37787         * sysdeps/powerpc/powerpc32/configure: Likewise.
37788         * sysdeps/sparc/configure: Likwise.
37789         * sysdeps/i386/configure: Likewise.
37791         * elf/dl-open.c: Comment fixes.
37793 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37795         * Makefile [CXX] (check-data): Remove.
37796         [CXX] (c++-types.data): New vpath directive.
37797         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37798         vpath.  Do not allow for C++ type data being missing.
37799         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37800         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37801         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37802         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37803         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37804         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37805         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37807         ... here.
37808         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37810         ... here.
37811         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37812         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37813         ... here.
37814         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37815         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37816         ... here.
37817         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37818         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37819         ... here.
37820         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37821         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37822         ... here.
37823         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37824         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37825         ... here.
37826         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37827         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37829         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37830         definitions to architecture-specific files.
37831         (TLS_IE): Likewise.
37832         (TLS_LD): Likewise.
37833         (TLS_GD): Likewise.
37834         * sysdeps/i386/tls-macros.h: New file.
37835         * sysdeps/powerpc/tls-macros.h: Likewise.
37836         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37837         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37838         * sysdeps/sh/tls-macros.h: Likewise.
37839         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37840         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37841         * sysdeps/x86_64/tls-macros.h: Likewise.
37843 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37845         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37846         zero value for regular exit case.
37848         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37849         (__start_context): Preserve zero value for regular exit case.
37851 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37852             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37854         * manual/setjmp.texi (setcontext): Clarify normal process
37855         termination when uc_link is the null pointer.
37856         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37857         exit call.
37859 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37861         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37862         preprocessor.  Test for each exception mask separately.
37864 2012-07-16  Andreas Jaeger  <aj@suse.de>
37866         * po/ru.po: Update from translation team.
37868 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37870         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37871         equal to 0.
37872         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37873         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37874         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37875         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37876         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37878 2012-07-13  Andreas Jaeger  <aj@suse.de>
37880         * po/fr.po: Update from translation team.
37882 2012-07-12  Marek Polacek  <polacek@redhat.com>
37884         [BZ #14173]
37885         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37886         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37887         loop condition.
37889 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37891         [BZ #13717]
37892         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37893         Change to 2.4.1 where previously 2.4.0.
37894         * sysdeps/unix/sysv/linux/configure: Regenerated.
37895         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37896         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37897         version.
37898         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37899         (__ASSUME_AT_CLKTCK): Remove.
37900         (__ASSUME_AT_PAGESIZE): Likewise.
37901         (__ASSUME_AT_XID): Likewise.
37902         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37903         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37904         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37905         unconditionally.
37906         (HAVE_AUX_PAGESIZE): Likewise.
37907         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37908         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37909         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37911 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37913         [BZ #14307]
37914         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37915         the temporary buffer used to invoke __gethostbyname2_r,
37916         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37917         host_data / struct gaih_addrtuple.
37918         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37919         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37920         header file nss/nsswitch.h.
37921         * nss/nsswitch.h (global scope): Add definition of implementation
37922         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37923         resolv/nss_dns/dns-host.c).
37925 2012-07-11  Andreas Jaeger  <aj@suse.de>
37927         * po/fr.po: Update from translation team.
37929         * po/sv.po: Update from translation team
37930         * po/fr.po: Another update from translation team.
37932 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37934         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37935         for subnormals or multiply small sinh result by itself.
37936         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37937         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37939 2012-07-11  David S. Miller  <davem@davemloft.net>
37941         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37943 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37945         [BZ #14347]
37946         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37947         (INTERNAL_MARK): Shift it here.
37949 2012-07-10  Marek Polacek  <polacek@redhat.com>
37951         [BZ #14151]
37952         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37953         libc_cv_asm_global_directive with .globl.
37954         * configure: Regenerated.
37955         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37956         with .globl.
37957         * sysdeps/i386/configure: Regenerated.
37958         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37959         with .globl.
37960         * sysdeps/x86_64/configure: Regenerated.
37961         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37962         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37963         * elf/tst-unique2mod2.c: Likewise.
37964         * elf/tst-unique2mod1.c: Likewise.
37965         * elf/tst-unique1mod2.c: Likewise.
37966         * elf/tst-unique1mod1.c: Likewise.
37967         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37968         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37969         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37970         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37971         * sysdeps/mach/sysdep.h: Likewise.
37972         * sysdeps/i386/sysdep.h: Likewise.
37973         * sysdeps/i386/i386-mcount.S: Likewise.
37974         * sysdeps/x86_64/_mcount.S: Likewise.
37975         * sysdeps/x86_64/sysdep.h: Likewise.
37976         * sysdeps/sh/_mcount.S: Likewise.
37977         * sysdeps/sh/sysdep.h: Likewise.
37978         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37979         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37980         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37981         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37982         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37983         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37984         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37985         * locale/localeinfo.h: Likewise.
37986         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37987         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37989 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37991         [BZ #14336]
37992         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37993         system".
37994         * manual/message.texi (The Uniforum approach): Likewise.
37995         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37996         (glibc iconv Implementation): Likewise.
37998 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
38000         [BZ #14337]
38001         * math/s_clog.c (__clog): Avoid scaling a value down where that
38002         could result in underflow.
38003         * math/s_clog10.c (__clog10): Likewise.
38004         * math/s_clog10f.c (__clog10f): Likewise.
38005         * math/s_clog10l.c (__clog10l): Likewise.
38006         * math/s_clogf.c (__clogf): Likewise.
38007         * math/s_clogl.c (__clogl): Likewise.
38008         * math/libm-test.inc (clog_test): Add more tests.
38009         (clog10_test): Likewise.
38010         * sysdeps/i386/fpu/libm-test-ulps: Update.
38011         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38013 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
38015         [BZ #14283]
38016         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
38017         by 7 not 8 to examine high bit of fractional part.
38019         [BZ #14042]
38020         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
38021         for call to __mcount_internal.
38022         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
38023         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
38024         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
38026 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
38028         [BZ #14154]
38029         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
38030         approximation for values within 0x1p-13f of an odd multiple of
38031         pi/4.
38032         * math/libm-test.inc (tan_test): Do not allow spurious underflow
38033         exception.  Add more tests.
38034         * sysdeps/i386/fpu/libm-test-ulps: Update.
38036         [BZ #6778]
38037         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
38038         inputs and return -1 for them.  Do not check for +Inf in case not
38039         reachable for +Inf.
38040         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
38041         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
38042         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
38043         and return -1 for them.  Do not check for +Inf in case not
38044         reachable for +Inf.
38045         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
38046         define.
38047         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
38048         and return -1 for them.  Do not check for +Inf in case not
38049         reachable for +Inf.
38050         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
38051         spurious underflow.
38052         * sysdeps/i386/fpu/libm-test-ulps: Update.
38053         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38055 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
38057         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
38059 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
38061         [BZ #14157]
38062         [BZ #14331]
38063         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
38064         could result in spurious underflow.  Scale down values above
38065         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
38066         * math/s_csqrtf.c (__csqrtf): Likewise.
38067         * math/s_csqrtl.c (__csqrtl): Likewise.
38068         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
38069         spurious underflow.
38070         * sysdeps/i386/fpu/libm-test-ulps: Update.
38071         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38073 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
38075         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
38076         xopen-msg.sed.
38077         * catgets/xopen-msg.awk: New file.
38078         * catgets/xopen-msg.sed: Removed.
38080         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
38081         po2text.sed.
38082         * intl/po2test.awk: New file.
38083         * intl/po2test.sed: Removed.
38085 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
38087         [BZ #14328]
38088         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
38089         or multiply small sinh result by itself.
38090         * math/s_ctanf.c (__ctanf): Likewise.
38091         * math/s_ctanh.c (__ctanh): Likewise.
38092         * math/s_ctanhf.c (__ctanhf): Likewise.
38093         * math/s_ctanhl.c (__ctanhl): Likewise.
38094         * math/s_ctanl.c (__ctanl): Likewise.
38095         * math/libm-test.inc (ctan_test_tonearest): New function.
38096         (ctan_test_towardzero): Likewise.
38097         (ctan_test_downward): Likewise.
38098         (ctan_test_upward): Likewise.
38099         (ctanh_test_tonearest): Likewise.
38100         (ctanh_test_towardzero): Likewise.
38101         (ctanh_test_downward): Likewise.
38102         (ctanh_test_upward): Likewise.
38103         (main): Call these new functions.
38104         * sysdeps/i386/fpu/libm-test-ulps: Update.
38105         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38107 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
38109         * .gitignore: Delete /ports entry.
38111 2012-07-03  Andreas Jaeger  <aj@suse.de>
38113         * po/bg.po: Update from translation team.
38114         * po/cs.po: Likewise.
38115         * po/de.po: Likewise.
38116         * po/hr.po: Likewise.
38117         * po/nl.pl: Likewise.
38118         * po/pl.po: Likewise.
38119         * po/vi.po: Likewise.
38121 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
38123         * Makeconfig [!+link] (+link-before-libc): New variable.
38124         [!+link] (+link-after-libc): Likewise.
38125         [!+link] (+link-tests): Likewise.
38126         [!+link] (+link): Define in terms of $(+link-before-libc) and
38127         $(+link-after-libc).
38128         [!+link-static] (+link-static-before-libc): New variable.
38129         [!+link-static] (+link-static-after-libc): Likewise.
38130         [!+link-static] (+link-static-tests): Likewise.
38131         [!+link-static] (+link-static): Define in terms of
38132         $(+link-static-before-libc) and $(+link-static-after-libc).
38133         [build-shared] (link-libc-before-gnulib): New variable.
38134         [build-shared] (link-libc-tests): Likewise.
38135         [build-shared] (link-libc): Define in terms of
38136         $(link-libc-before-gnulib).
38137         [!build-shared] (link-libc-tests): New variable.
38138         (link-libc-static-tests): New variable.
38139         [!gnulib] (gnulib-arch): New variable.
38140         [!gnulib] (gnulib-tests): Likewise.
38141         [!gnulib] (static-gnulib-arch): Likewise.
38142         [!gnulib] (static-gnulib-tests): Likewise.
38143         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
38144         Define with "=" instead of ":=".
38145         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
38146         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
38147         * Rules (binaries-all-notests): New variable.
38148         (binaries-all-tests): Likewise.
38149         (binaries-static-notests): Likewise.
38150         (binaries-static-tests): Likewise.
38151         (binaries-all): Define using $(binaries-all-notests) and
38152         $(binaries-all-tests).
38153         (binaries-static): Define using $(binaries-static-notests) and
38154         $(binaries-static-tests).
38155         (binaries-shared-tests): New variable.
38156         (binaries-shared-notests): Likewise.
38157         (binaries-shared): Remove variable.
38158         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
38159         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
38160         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
38161         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
38162         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
38163         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
38164         * elf/Makefile (sln-modules): New variable.
38165         (extra-objs): Add $(sln-modules:=.o).
38166         (ldconfig-modules): Add static-stubs.
38167         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
38168         * elf/static-stubs.c: New file.
38170         [BZ #14283]
38171         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
38172         by 7 not 8 to examine high bit of fractional part.  Use volatile
38173         variables when splitting into final array of floats if
38174         __FLT_EVAL_METHOD__ != 0.
38175         * math/libm-test.inc (cos_test): Add another test.
38176         (sin_test): Likewise.
38177         * sysdeps/i386/fpu/libm-test-ulps: Update.
38179         [BZ #14273]
38180         * math/libm-test.inc (cosh_test): Add more tests.
38182         * version.h (RELEASE): Set to "development".
38183         (VERSION): Set to "2.16.90".
38185 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
38187         * NEWS: Update copyright. Remove last-updated date.
38188         Mention math library bug fixes and timezone data changes.
38189         * README: Mention GNU/Hurd, x32, and HPPA support status.
38191 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
38193         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
38195 2012-06-27  Andreas Jaeger  <aj@suse.de>
38197         * manual/contrib.texi (Contributors): Add Samuel Thibault.
38199 2012-06-25  Andreas Jaeger  <aj@suse.de>
38201         * sysdeps/s390/fpu/libm-test-ulps: Update.
38203 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
38204             Thomas Schwinge  <thomas@codesourcery.com>
38206         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
38207         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
38208         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
38209         fanotify_mark.
38211 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
38213         * sysdeps/mach/start.c: Remove file.
38214         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
38215         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
38216         * sysdeps/sh/init-first.c: Likewise.
38218         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
38219         registers for frame unwinding purposes, add CFI directives.
38220         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
38221         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
38222         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
38223         Likewise.
38225         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
38226         __fortify_fail returning.
38227         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
38229         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
38230         sysdeps/sh/____longjmp_chk.S.
38231         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
38232         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
38233         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
38234         (gen-as-const-headers): Append sigaltstack-offsets.sym.
38236         * sysdeps/sh/abort-instr.h: New file.
38237         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
38238         process in case exit returns.
38240         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
38241         initialize the GOT register before use.
38243         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
38244         calculation of ARGC > 4.
38246         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
38247         meaningful names to some local labels.
38249 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38250             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38252         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
38253         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
38254         (__arch_compare_and_exchange_val_16_acq): Likewise.
38255         (__arch_compare_and_exchange_val_32_acq): Likewise.
38256         (atomic_exchange_and_add): Fix gUSA sequence.
38257         (atomic_add): Likewise.
38258         (atomic_add_negative): Likewise.
38259         (atomic_add_zero): Likewise.
38260         (atomic_bit_test_set): Likewise.
38262 2012-06-22  Andreas Schwab  <schwab@redhat.com>
38264         [BZ #13579]
38265         * include/link.h (struct link_map): Add l_free_initfini.
38266         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
38267         l_initfini.
38268         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
38269         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
38270         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
38271         set.
38273 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
38275         * configure.in: Use AC_LANG_SOURCE.
38276         * configure: Regenerate.
38278 2012-06-22  Roland McGrath  <roland@hack.frob.com>
38280         * configure.in (libc_cv_localstatedir): New substituted variable.
38281         * configure: Regenerated.
38282         * config.make.in (localstatedir): New variable, substituted from
38283         libc_cv_localstatedir.
38284         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
38285         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
38286         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
38287         * sysdeps/gnu/configure: Regenerated.
38289 2012-06-21  Jeff Law  <law@redhat.com>
38291         [BZ #14277]
38292         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
38293         free.  Simplify list management for _LIBC case.
38295 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
38297         [BZ #14273]
38298         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
38299         Clear sign bit of 64-bit integer value before comparing against
38300         overflow value.
38302         * sysdeps/mach/configure: Regenerated.
38304 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
38306         [BZ #14278]
38307         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
38309 2012-06-21  Jeff Law  <law@redhat.com>
38311         [BZ #13882]
38312         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
38313         uint16_t for elements in the "seen" array to avoid char overflows.
38314         * elf/dl-fini.c (_dl_sort_fini): Likewise.
38315         * elf/dl-open.c (dl_open_worker): Likewise.
38317 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
38319         * scripts/list-sources.sh: Scan PORTS for translations.
38320         * po/libc.pot: Regenerated.
38322 2012-06-21  Andreas Jaeger  <aj@suse.de>
38324         [BZ #12194]
38325         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
38326         warning.
38327         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
38328         * bits/byteswap-16.h (__bswap_16): Likewise.
38329         * bits/byteswap.h (__bswap_constant_16): Likewise.
38331 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
38333         [BZ #14117]
38334         * sysdeps/i386/fpu_control.h: Removed.
38335         * sysdeps/x86_64/fpu_control.h: Moved to ...
38336         * sysdeps/x86/fpu_control.h: Here.
38338         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
38339         (_FPU_SETCW): Likewise.
38341 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
38343         [BZ #14117]
38344         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
38345         * sysdeps/x86/fpu/bits/mathinline.h: This.
38346         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
38348         [BZ #14050]
38349         [BZ #14117]
38350         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
38351         functions if __x86_64__ is defined.
38353 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
38355         * string/endian.h: Add !__ASSEMBLER__ condition for including
38356         conversion interfaces.
38358 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
38360         [BZ #14241]
38361         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38362         of ABS(x) in calculating zero to negative powers other than odd
38363         integers.
38364         * math/libm-test.inc (pow_test): Add more tests.
38366 2012-06-15  Andreas Jaeger  <aj@suse.de>
38368         * manual/contrib.texi (Contributors): Update entry of Liubov
38369         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38370         Machado Filho.
38372 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
38374         * string/string.h: Add __wur to GNU version of strerror_r.
38376 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
38378         [BZ #14229]
38379         * string/Makefile (tests): Add tst-strtok_r.
38380         * string/tst-strtok_r.c: New file.
38381         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38382         RAX_LP/RDX_LP on SAVE_PTR.
38384 2012-06-14  Roland McGrath  <roland@hack.frob.com>
38386         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38388 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
38390         * libm_test.inc (csqrt_test): Allow more spurious underflow
38391         exceptions.
38392         (j0_test): Likewise.
38393         (j1_test): Likewise.
38394         (y0_test): Likewise.
38395         (y1_test): Likewise.
38397 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
38399         * po/Makefile (libc.pot): Use UTF-8 charset.
38401 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
38403         [BZ #14210]
38404         Suppress sign-conversion warning from FD_SET.
38405         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38406         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38407         not unsigned long int.
38408         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38410 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
38412         [BZ #14050]
38413         [BZ #14117]
38414         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38415         __extern_always_inline instead of __extern_inline.
38416         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38417         (__signbit): Likewise.
38418         (__signbitl): Support C++ namespace.
38419         (lrintf): New inline function.
38420         (lrint): Likewise.
38421         (llrintf): Likewise.
38422         (llrint): Likewise.
38423         (fmaxf): Likewise.
38424         (fmax): Likewise.
38425         (fminf): Likewise.
38426         (fmin): Likewise.
38427         (rint): Likewise.
38428         (rintf): Likewise.
38429         (ceil): Likewise.
38430         (ceilf): Likewise.
38431         (floor): Likewise.
38432         (floorf): Likewise.
38433         (nearbyint): Likewise.
38434         (nearbyintf): Likewise.
38436 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
38438         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38439         non-default versions.
38441 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38443         [BZ #14218]
38444         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38446 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38448         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38449         (FE_UPWARD, FE_DOWNWARD): Don't define.
38450         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38451         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38453         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38454         reading it.
38455         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38456         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38458 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38460         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38461         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38462         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38463         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38465 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38467         [BZ #14117]
38468         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38469         * sysdeps/i386/fpu/Implies: New file.
38470         * sysdeps/x86_64/fpu/Implies: Likewise.
38471         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38472         * sysdeps/x86/fpu/bits/fenv.h: This.
38474         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38475         __SSE_MATH__.
38477 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38479         [BZ #14134]
38480         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38481         character 0xffff that matches the last element of the
38482         conversion table.
38484 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38486         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38487         fmodl commit.
38489 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38491         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38492         values higher than 25.6283.
38494 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38496         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38497         subnormal exponent extraction and add some __builtin_expect.
38498         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38499         Fix for subnormal mantissa calculation.
38501 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38503         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38504         cpu2 is -1 and errno is not ENOSYS.
38506 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38508         [BZ #14117]
38509         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38510         * sysdeps/x86/bits/string.h: This.
38511         * sysdeps/x86_64/bits/string.h: Removed.
38513         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38514         if not compiling for x86-64, but compiling for >= i486.
38516         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38517         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38519         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38520         New macro from Linux kernel 3.4.0.
38521         (FP_XSTATE_MAGIC2): Likewise.
38522         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38523         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38524         (struct _fpx_sw_bytes): New struct.
38525         (struct _xsave_hdr): Likewise.
38526         (struct _ymmh_state): Likewise.
38527         (struct _xstate): Likewise.
38529         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38530         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38531         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38532         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38533         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38534         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38536         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38537         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38538         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38539         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38540         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38541         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38543 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38545         [BZ #13743]
38546         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38547         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38548         (sysdep_headers): Include sys/platform/ppc.h.
38549         * sysdeps/powerpc/test-gettimebase.c: Test for
38550         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38551         * manual/Makefile (appendices): Include platform.texi.
38552         * manual/contrib.texi (Contributors): Update @node pointers.
38553         * manual/maint.texi (Maintenance): Likewise.
38554         (Platform): New node.
38555         * manual/platform.texi: New file.  Document the new features.
38557 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38558             Jakub Jelinek  <jakub@redhat.com>
38560         [BZ #14188]
38561         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38562         where __builtin_expect is unavailable.
38564 2012-06-03  David S. Miller  <davem@davemloft.net>
38566         * stdlib/longlong.h: Updated from GCC.
38568 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38570         [BZ #14042]
38571         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38572         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38573         __mcount_internal.
38574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38575         (GLIBC_2.16): Likewise.
38577 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38579         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38581 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38584         (default-abi): New variable.
38585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38586         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38587         variable.
38588         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38589         Likewise.
38590         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38591         Likewise.
38592         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38593         Likewise.
38595         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38596         definition.  Document in comment.
38598 2012-06-01  David S. Miller  <davem@davemloft.net>
38600         * stdlib/longlong.h: Updated from GCC.
38602 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38604         [BZ #14117]
38605         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38606         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38607         sys/debugreg.h sys/io.h here.
38608         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38609         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38610         sys/io.h.
38611         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38612         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38613         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38614         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38615         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38616         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38618         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38619         Define only if __x86_64__ is defined.
38621 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38623         [BZ #14048]
38624         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38625         Use int64_t for variable i.
38626         * math/libm-test.inc (fmod_test): Add more tests.
38628         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38629         z computation is not scheduled after fetestexcept.
38630         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38631         Use math_force_eval instead of asm to ensure calculation scheduled
38632         before exception test.
38633         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38634         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38636 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38638         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38639         computation is not scheduled after fetestexcept.
38641 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38643         [BZ #14117]
38644         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38645         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38647 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38649         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38650         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38652 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38654         [BZ #14117]
38655         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38656         <bits/wordsize.h>.
38657         (__WCHAR_MIN): Support __WORDSIZE == 64.
38658         (__WCHAR_MAX): Likewise.
38660         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38661         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38663         [BZ #14183]
38664         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38665         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38667         [BZ #14117]
38668         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38669         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38671         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38672         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38674         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38675         Defined to 1 if __x86_64__ isn't defined.
38676         (_STAT_VER_LINUX_OLD): New.
38677         (st_atime): Remove duplicate.
38678         (st_mtime): Likewise.
38679         (st_ctime): Likewise.
38681 2012-05-31  David S. Miller  <davem@davemloft.net>
38683         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38684         entries.
38686 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38688         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38689         gen-libm-test.pl.
38691         [BZ #14132]
38692         * elf/dl-reloc.c: Include <_itoa.h>.
38693         (_dl_reloc_bad_type): Remove use of INTUSE.
38694         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38695         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38696         * stdio-common/psiginfo.c (psiginfo): Likewise.
38697         * stdio-common/psignal.c (psignal): Likewise.
38698         * string/strsignal.c (strsignal): Likewise.
38699         * include/signal.h (_sys_siglist): Declare hidden proto.
38700         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38701         INTVARDEF with libc_hidden_data_def.
38702         * stdio-common/itoa-udigits.c: Likewise.
38703         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38704         (_itoa_lower_digits_internal): Remove declaration.
38705         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38706         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38707         (_sys_sigabbrev_internal): Remove aliases.
38708         (_sys_siglist): Define hidden alias.
38710 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38712         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38713         bits/sysctl.h.
38715 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38717         [BZ #14117]
38718         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38719         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38721         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38722         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38723         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38724         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38725         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38726         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38728         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38729         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38730         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38732         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38733         with __addr.
38734         (insw): Likewise.
38735         (insl): Likewise.
38736         (outsb): Likewise.
38737         (outsw): Likewise.
38738         (outsl): Likewise.
38740         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38741         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38742         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38744         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38745         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38746         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38747         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38748         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38749         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38751         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38752         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38754         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38755         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38757         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38758         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38759         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38761         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38762         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38763         to ...
38764         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38766         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38767         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38768         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38770         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38771         for x86-64.
38772         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38774 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38776         * math/math.h (M_El): Use two more decimal places.
38777         (M_LOG2El): Likewise.
38778         (M_LOG10El): Likewise.
38779         (M_LN2l): Likewise.
38780         (M_LN10l): Likewise.
38781         (M_PIl): Likewise.
38782         (M_PI_2l): Likewise.
38783         (M_PI_4l): Likewise.
38784         (M_1_PIl): Likewise.
38785         (M_2_PIl): Likewise.
38786         (M_2_SQRTPIl): Likewise.
38787         (M_SQRT2l): Likewise.
38788         (M_SQRT1_2l): Likewise.
38790 2012-05-31  David S. Miller  <davem@davemloft.net>
38792         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38793         values between float registers.
38794         * sysdeps/sparc/sparc64/memset.S: Likewise.
38795         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38797 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38799         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38800         -D_FORTIFY_SOURCE=1.
38801         (CPPFLAGS-tst-longjmp_chk.c): Define.
38802         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38803         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38804         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38805         CFLAGS-tst-wchar-h.c.
38807 2012-05-31  Marek Polacek  <polacek@redhat.com>
38809         [BZ #14132]
38810         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38811         __endmntent_internal): Remove declaration.
38812         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38813         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38814         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38816 2012-05-30  David S. Miller  <davem@davemloft.net>
38818         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38819         (___Q_simulate_exceptions): Use real FP ops rather than writing
38820         into the %fsr.
38821         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38822         Likewise.
38824 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38826         [BZ #14117]
38827         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38828         * sysdeps/x86/bits/xtitypes.h: This.
38830         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38831         * sysdeps/x86/bits/wordsize.h: This.
38833         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38834         * sysdeps/x86/bits/huge_vall.h: This.
38836         * sysdeps/i386/bits/select.h: Removed.
38837         * sysdeps/x86_64/bits/select.h: Renamed to ...
38838         * sysdeps/x86/bits/select.h: This.
38840         * sysdeps/i386/bits/setjmp.h: Removed.
38841         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38842         * sysdeps/x86/bits/setjmp.h: This.
38844         * sysdeps/i386/bits/mathdef.h: Removed.
38845         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38846         * sysdeps/x86/bits/mathdef.h: This.
38848 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38850         [BZ #14132]
38851         * include/sys/socket.h (__connect_internal)
38852         (__libc_sa_len_internal): Remove declaration.
38853         (__connect, __libc_sa_len): Declare hidden_proto.
38854         (SA_LEN): Remove use of INTUSE.
38855         * socket/connect.c: Add libc_hidden_def.
38856         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38857         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38858         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38859         alias.
38860         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38861         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38862         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38863         of adding _internal alias.
38865 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38867         [BZ #14117]
38868         * sysdeps/i386/bits/link.h: Removed.
38869         * sysdeps/i386/bits/linkmap.h: Likewise.
38870         * sysdeps/x86_64/bits/link.h: Renamed to ...
38871         * sysdeps/x86/bits/link.h: This.
38872         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38873         * sysdeps/x86/bits/linkmap.h: This.
38875         * sysdeps/i386/bits/endian.h: Removed.
38876         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38877         * sysdeps/x86/bits/endian.h: This.
38879         * sysdeps/i386/bits/byteswap.h: Removed.
38880         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38881         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38882         * sysdeps/x86/bits/byteswap.h: This.
38883         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38884         * sysdeps/x86/bits/byteswap-16.h: This.
38885         * sysdeps/i386/Implies: Add x86.
38886         * sysdeps/x86_64/Implies: Likewise.
38888 2012-05-30  David S. Miller  <davem@davemloft.net>
38890         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38891         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38892         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38893         (FP_TRAPPING_EXCEPTIONS): Define.
38894         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38895         (FP_TRAPPING_EXCEPTIONS): Define.
38896         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38897         subnormals only when inexact has been signalled or underflow
38898         exceptions are enabled.
38899         (_FP_PACK_CANONICAL): Likewise.
38901 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38903         [BZ #14183]
38904         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38905         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38907 2012-05-30  Richard Henderson  <rth@twiddle.net>
38909         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38910         with #ifndef NOT_IN_libc.
38912         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38913         marked to avoid plt entry.
38915 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38917         [BZ #14112]
38918         * Makeconfig (default-abi): New macro.
38919         (abi-includes): Likewise.
38920         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38921         $(abi-$(default-abi)-lib-soname) for soname if defined.
38922         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38923         abi-variants.
38924         * Makefile (installed-stubs): Likewise.
38925         * include/stubs-biarch.h: Removed.
38926         * scripts/lib-names.awk: Only handle one library at a time.
38927         * scripts/soversions.awk: Remove WORDSIZE support.
38928         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38929         entries.
38930         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38931         Removed.
38932         (syscall-list-default-condition): Likewise.
38933         (syscall-list-default-condition): Likewise.
38934         (syscall-list-includes): Likewise.
38935         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38936         syscall-list-* with abi-*.  Handle undefined abi-variants.
38937         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38938         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38939         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38940         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38941         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38942         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38943         Removed.
38944         (syscall-list-32-options): Likewise.
38945         (syscall-list-32-condition): Likewise.
38946         (syscall-list-64-options): Likewise.
38947         (syscall-list-64-condition): Likewise.
38948         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38949         macro.
38950         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38951         Renamed to ...
38952         (abi-*): This.
38953         (abi-64-ld-soname): New macro.
38954         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38955         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38956         Renamed to ...
38957         (abi-*): This.
38958         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38959         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38961 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38963         * sysdeps/unix/sysv/linux/kernel-features.h
38964         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38965         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38966         include <kernel-features.h>.
38967         [!__NR_ftruncate64]: Remove conditional code.
38968         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38969         [__NR_ftruncate64]: Make code unconditional.
38970         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38971         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38972         include <kernel-features.h>.
38973         [!__NR_ftruncate64]: Remove conditional code.
38974         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38975         [__NR_ftruncate64]: Make code unconditional.
38976         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38978         include <kernel-features.h>.
38979         [!__NR_ftruncate64]: Remove conditional code.
38980         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38981         [__NR_ftruncate64]: Make code unconditional.
38982         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38984         include <kernel-features.h>.
38985         [!__NR_ftruncate64]: Remove conditional code.
38986         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38987         [__NR_ftruncate64]: Make code unconditional.
38988         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38990         * configure.in (libc_cv_fpie): Weaken to a compile test using
38991         LIBC_TRY_CC_OPTION.
38992         * configure: Regenerated.
38994 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38996         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38997         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38998         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38999         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
39000         Refreshed.
39001         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
39002         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
39003         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
39004         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
39005         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
39006         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
39007         Refreshed.
39009 2012-05-27  David S. Miller  <davem@davemloft.net>
39011         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
39012         (___Q_zero): New.
39013         (__Q_simulate_exceptions): Return void.  Change to simulate
39014         exceptions by writing into the %fsr.
39015         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
39016         (__Qp_handle_exceptions): Likewise.
39017         (numbers): Delete.
39018         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
39019         __Qp_handle_exceptions.
39020         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
39021         __Qp_handle_exceptions.
39022         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
39023         as unused and give dummy FP_RND_NEAREST initializer.
39024         (FP_INHIBIT_RESULTS): Define.
39025         (___Q_simulate_exceptions): Update declaration.
39026         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
39027         formatting.
39028         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
39029         as unused and give dummy FP_RND_NEAREST initializer.
39030         (__Qp_handle_exceptions): Update declaration.
39031         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
39032         formatting.
39034 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
39036         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
39037         the temporary FPU control word.
39038         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
39039         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
39040         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
39041         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
39042         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
39043         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
39044         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
39045         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
39046         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
39047         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
39048         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
39050 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39052         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
39053         fields.
39055 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
39057         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
39058         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
39059         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
39060         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
39061         Likewise.
39062         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
39063         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
39064         Likewise.
39066 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
39068         * po/h.po: Update from translation team.
39070 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
39072         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
39074         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
39075         handling of denormals.
39076         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
39077         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
39078         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
39079         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
39080         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
39081         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
39082         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
39083         Likewise.
39085 2012-05-26  Marek Polacek  <polacek@redhat.com>
39087         [BZ #14152]
39088         * math/libm-test.inc (fma_test): Don't always expect underflow
39089         exception.
39091 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39093         [BZ #12416]
39094         * elf/tst-execstack.c: Include stackinfo.h.
39095         (do_test): Adjust test case to ensure that pthread_getattr_np
39096         behaviour remains the same after marking stack executable.
39098 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
39100         * sysdeps/unix/sysv/linux/kernel-features.h
39101         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
39102         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
39103         kernel-features.h.
39104         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
39105         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
39106         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
39107         kernel-features.h.
39108         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
39109         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
39111 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
39113         * configure.in: Define the default includes to being none.
39114         * configure: Regenerated.
39116 2012-05-25  Roland McGrath  <roland@hack.frob.com>
39118         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
39119         * sysdeps/x86_64/setjmp.S: Likewise.
39120         * sysdeps/i386/bsd-setjmp.S: Likewise.
39121         * sysdeps/i386/bsd-_setjmp.S: Likewise.
39122         * sysdeps/i386/setjmp.S: Likewise.
39123         * sysdeps/i386/__longjmp.S: Likewise.
39124         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39125         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
39127         * include/stap-probe.h: New file.
39128         * configure.in: Handle --enable-systemtap.
39129         * configure: Regenerated.
39130         * config.h.in (USE_STAP_PROBE): New #undef.
39131         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
39132         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
39133         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
39135 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
39137         [BZ #13717]
39138         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39139         to 2.4.0 where earlier.
39140         * sysdeps/unix/sysv/linux/configure: Regenerated.
39141         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
39142         <kernel-features.h>.
39143         [__ASSUME_32BITUIDS]: Make code unconditional.
39144         [!__ASSUME_32BITUIDS]: Remove conditional code.
39145         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
39146         <kernel-features.h>.
39147         [__ASSUME_32BITUIDS]: Make code unconditional.
39148         [!__ASSUME_32BITUIDS]: Remove conditional code.
39149         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
39150         [__ASSUME_32BITUIDS]: Make code unconditional.
39151         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
39152         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
39153         <kernel-features.h>.
39154         [__ASSUME_32BITUIDS]: Make code unconditional.
39155         [!__ASSUME_32BITUIDS]: Remove conditional code.
39156         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
39157         <kernel-features.h>.
39158         [__ASSUME_32BITUIDS]: Make code unconditional.
39159         [!__ASSUME_32BITUIDS]: Remove conditional code.
39160         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
39161         <kernel-features.h>.
39162         [__ASSUME_32BITUIDS]: Make code unconditional.
39163         [!__ASSUME_32BITUIDS]: Remove conditional code.
39164         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
39165         <kernel-features.h>.
39166         [__ASSUME_32BITUIDS]: Make code unconditional.
39167         [!__ASSUME_32BITUIDS]: Remove conditional code.
39168         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
39169         <kernel-features.h>.
39170         [__ASSUME_32BITUIDS]: Make code unconditional.
39171         [!__ASSUME_32BITUIDS]: Remove conditional code.
39172         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
39173         <kernel-features.h>.
39174         [__ASSUME_32BITUIDS]: Make code unconditional.
39175         [!__ASSUME_32BITUIDS]: Remove conditional code.
39176         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
39177         <kernel-features.h>.
39178         [__ASSUME_32BITUIDS]: Make code unconditional.
39179         [!__ASSUME_32BITUIDS]: Remove conditional code.
39180         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
39181         <kernel-features.h>.
39182         [__ASSUME_32BITUIDS]: Make code unconditional.
39183         [!__ASSUME_32BITUIDS]: Remove conditional code.
39184         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
39185         <kernel-features.h>.
39186         [__ASSUME_32BITUIDS]: Make code unconditional.
39187         [!__ASSUME_32BITUIDS]: Remove conditional code.
39188         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
39189         <kernel-features.h>.
39190         [__ASSUME_32BITUIDS]: Make code unconditional.
39191         [!__ASSUME_32BITUIDS]: Remove conditional code.
39192         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
39193         <kernel-features.h>.
39194         [__NR_setresgid] (__setresgid): Do not declare.
39195         [__ASSUME_32BITUIDS]: Make code unconditional.
39196         [!__ASSUME_32BITUIDS]: Remove conditional code.
39197         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
39198         <kernel-features.h>.
39199         [__NR_setresuid] (__setresuid): Do not declare.
39200         [__ASSUME_32BITUIDS]: Make code unconditional.
39201         [!__ASSUME_32BITUIDS]: Remove conditional code.
39202         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
39203         <kernel-features.h>.
39204         [__ASSUME_32BITUIDS]: Make code unconditional.
39205         [!__ASSUME_32BITUIDS]: Remove conditional code.
39206         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
39207         <kernel-features.h>.
39208         [__ASSUME_32BITUIDS]: Make code unconditional.
39209         [!__ASSUME_32BITUIDS]: Remove conditional code.
39210         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
39211         <kernel-features.h>.
39212         [__ASSUME_32BITUIDS]: Make code unconditional.
39213         [!__ASSUME_32BITUIDS]: Remove conditional code.
39214         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
39215         <kernel-features.h>.
39216         [__ASSUME_32BITUIDS]: Make code unconditional.
39217         [!__ASSUME_32BITUIDS]: Remove conditional code.
39218         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
39219         <kernel-features.h>.
39220         [__ASSUME_32BITUIDS]: Make code unconditional.
39221         [!__ASSUME_32BITUIDS]: Remove conditional code.
39222         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
39223         <kernel-features.h>.
39224         [__ASSUME_32BITUIDS]: Make code unconditional.
39225         [!__ASSUME_32BITUIDS]: Remove conditional code.
39226         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
39227         <kernel-features.h>.
39228         [__ASSUME_32BITUIDS]: Make code unconditional.
39229         [!__ASSUME_32BITUIDS]: Remove conditional code.
39230         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
39231         <kernel-features.h>.
39232         [__ASSUME_32BITUIDS]: Make code unconditional.
39233         [!__ASSUME_32BITUIDS]: Remove conditional code.
39234         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
39235         <kernel-features.h>.
39236         [__ASSUME_32BITUIDS]: Make code unconditional.
39237         [!__ASSUME_32BITUIDS]: Remove conditional code.
39238         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
39239         <kernel-features.h>.
39240         [__ASSUME_32BITUIDS]: Make code unconditional.
39241         [!__ASSUME_32BITUIDS]: Remove conditional code.
39242         * sysdeps/unix/sysv/linux/kernel-features.h
39243         (__ASSUME_SETRESUID_SYSCALL): Remove.
39244         (__ASSUME_SETRESGID_SYSCALL): Likewise.
39245         (__ASSUME_32BITUIDS): Likewise.
39246         (__ASSUME_LDT_WORKS): Likewise.
39247         (__ASSUME_O_DIRECTORY): Likewise.
39248         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
39249         architecture but not kernel version.
39250         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
39251         (__ASSUME_MMAP2_SYSCALL): Likewise.
39252         (__ASSUME_STAT64_SYSCALL): Likewise.
39253         (__ASSUME_IPC64): Likewise.
39254         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
39255         <kernel-features.h>.
39256         [__ASSUME_32BITUIDS]: Make code unconditional.
39257         [!__ASSUME_32BITUIDS]: Remove conditional code.
39258         * sysdeps/unix/sysv/linux/opendir.c: Do not include
39259         <kernel-features.h>.
39260         [__ASSUME_O_DIRECTORY]: Make code unconditional.
39261         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
39262         132096]: Remove conditional code.
39263         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
39264         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
39265         <kernel-features.h>.
39266         [__ASSUME_32BITUIDS]: Make code unconditional.
39267         [!__ASSUME_32BITUIDS]: Remove conditional code.
39268         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
39269         <kernel-features.h>.
39270         [__ASSUME_32BITUIDS]: Make code unconditional.
39271         [!__ASSUME_32BITUIDS]: Remove conditional code.
39272         * sysdeps/unix/sysv/linux/setegid.c: Do not include
39273         <kernel-features.h>.
39274         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
39275         unconditional.
39276         (__setresgid): Do not declare.
39277         [__ASSUME_32BITUIDS]: Make code unconditional.
39278         [!__ASSUME_32BITUIDS]: Remove conditional code.
39279         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
39280         <kernel-features.h>.
39281         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
39282         unconditional.
39283         (__setresuid): Do not declare.
39284         [__ASSUME_32BITUIDS]: Make code unconditional.
39285         [!__ASSUME_32BITUIDS]: Remove conditional code.
39286         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
39287         <kernel-features.h>.
39288         [__ASSUME_32BITUIDS]: Make code unconditional.
39289         [!__ASSUME_32BITUIDS]: Remove conditional code.
39290         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
39291         <kernel-features.h>.
39292         [__ASSUME_32BITUIDS]: Make code unconditional.
39293         [!__ASSUME_32BITUIDS]: Remove conditional code.
39295 2012-05-25  Richard Henderson  <rth@twiddle.net>
39297         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
39298         dl_hwcap to ifunc resolver.
39299         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
39300         elf_ifunc_invoke.
39301         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
39302         dl_hwcap to ifunc resolver.
39303         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
39305 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39307         [BZ #14153]
39308         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
39309         for |x| <= 2**-26, not 2**-57.
39310         * math/libm-test.inc (acos_test): Do not allow spurious underflow
39311         exception.
39313 2012-05-24  Jeff Law  <law@redhat.com>
39315         * stdio-common/Makefile (tests): Add bug25.
39316         * stdio-common/bug25.c: New test.
39318 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39320         [BZ #13576]
39321         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
39322         multiple of MALLOC_ALIGNMENT in size.
39323         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
39325 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39327         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
39328         Require >= 256.
39329         (FILENAME_MAX): Use macro-int-constant.
39330         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
39331         (_IOFBF): Use macro-int-constant.
39332         (_IOLBF): Likewise.
39333         (_IONBF): Likewise.
39334         (SEEK_CUR): Likewise.
39335         (SEEK_END): Likewise.
39336         (SEEK_SET): Likewise.
39337         (TMP_MAX): Likewise.
39338         (EOF): Use macro-int-constant.  Require < 0.
39339         (NULL): Use macro-constant.  Require == 0.
39340         (stdin): Require type to be FILE *.
39341         (stdout): Likewise.
39342         (stderr): Likewise.
39343         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
39344         macro-int-constant.
39345         (EXIT_SUCCESS): Likewise.
39346         (NULL): Use macro-constant.  Require == 0.
39347         (RAND_MAX): Use macro-int-constant.
39348         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
39349         [C99-based standards] (strtof): Require function.
39350         [C99-based standards] (strtold): Likewise.
39351         [C99-based standards] (strtoll): Likewise.
39352         [C99-based standards] (strtoull): Likewise.
39353         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39354         [ISO || ISO99 || ISO11] (limits.h): Likewise.
39355         [ISO || ISO99 || ISO11] (math.h): Likewise.
39356         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
39357         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39358         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39360 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
39362         [BZ #14132]
39363         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39364         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39365         * intl/dgettext.c (DCGETTEXT): Likewise.
39366         * intl/gettext.c (DCGETTEXT): Likewise.
39367         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39368         * posix/regex_internal.h (gettext): Likewise.
39369         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39370         Remove declaration.
39371         * include/argz.h (__argz_count_internal)
39372         (__argz_stringify_internal): Remove declaration.
39373         (__argz_count, __argz_stringify): Declare hidden proto.
39374         * intl/dcgettext.c: Remove use of INTDEF.
39375         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39376         * string/argz-stringify.c: Likewise.
39377         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39378         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39379         Declare hidden proto.
39380         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39381         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39382         Declare hidden proto.
39383         * include/stdio.h (__asprintf_internal): Don't declare.
39384         (__asprintf): Don't define as macro.  Declare hidden proto.
39385         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39386         (__fsetlocking): Declare hidden proto.
39387         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39388         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39389         hidden proto.
39390         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39391         (_IO_setlinebuf): Remove use of INTUSE.
39392         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39393         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39394         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39395         Remove declaration.
39396         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39397         (_IO_do_flush): Remove use of INTUSE.
39398         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39399         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39400         (_IO_adjust_column, _IO_least_wmarker)
39401         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39402         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39403         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39404         (_IO_default_doallocate, _IO_wdefault_doallocate)
39405         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39406         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39407         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39408         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39409         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39410         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39411         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39412         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39413         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39414         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39415         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39416         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39417         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39418         proto.
39419         (_IO_flush_all_internal, _IO_adjust_column_internal)
39420         (_IO_default_uflow_internal, _IO_default_finish_internal)
39421         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39422         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39423         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39424         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39425         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39426         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39427         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39428         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39429         (_IO_file_close_internal, _IO_file_close_it_internal)
39430         (_IO_file_underflow_internal, _IO_file_overflow_internal)
39431         (_IO_file_init_internal, _IO_file_attach_internal)
39432         (_IO_file_fopen_internal, _IO_file_read_internal)
39433         (_IO_file_sync_internal, _IO_file_seek_internal)
39434         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39435         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39436         (_IO_str_underflow_internal, _IO_str_overflow_internal)
39437         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39438         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39439         (_IO_list_all_internal, _IO_link_in_internal)
39440         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39441         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39442         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39443         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39444         (_IO_do_write_internal, _IO_padn_internal)
39445         (_IO_getline_info_internal, _IO_getline_internal)
39446         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39447         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39448         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39449         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39450         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39451         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39452         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39453         with libc_hidden_ver, remove use of INTUSE.
39454         * libio/genops.c: Likewise.
39455         * libio/freopen.c: Likewise.
39456         * libio/freopen64.c: Likewise.
39457         * libio/iofclose.c: Likewise.
39458         * libio/iofdopen.c: Likewise.
39459         * libio/iofflush.c: Likewise.
39460         * libio/iofflush_u.c: Likewise.
39461         * libio/iofgets.c: Likewise.
39462         * libio/iofgets_u.c: Likewise.
39463         * libio/iofopen.c: Likewise.
39464         * libio/iofopncook.c: Likewise.
39465         * libio/iofread.c: Likewise.
39466         * libio/iofread_u.c: Likewise.
39467         * libio/ioftell.c: Likewise.
39468         * libio/iofwrite.c: Likewise.
39469         * libio/iogetline.c: Likewise.
39470         * libio/iogets.c: Likewise.
39471         * libio/iogetwline.c: Likewise.
39472         * libio/iopadn.c: Likewise.
39473         * libio/iopopen.c: Likewise.
39474         * libio/ioseekoff.c: Likewise.
39475         * libio/ioseekpos.c: Likewise.
39476         * libio/iosetbuffer.c: Likewise.
39477         * libio/iosetvbuf.c: Likewise.
39478         * libio/ioungetc.c: Likewise.
39479         * libio/ioungetwc.c: Likewise.
39480         * libio/iovdprintf.c: Likewise.
39481         * libio/iovsprintf.c: Likewise.
39482         * libio/iovsscanf.c: Likewise.
39483         * libio/memstream.c: Likewise.
39484         * libio/obprintf.c: Likewise.
39485         * libio/oldfileops.c: Likewise.
39486         * libio/oldiofclose.c: Likewise.
39487         * libio/oldiofdopen.c: Likewise.
39488         * libio/oldiofopen.c: Likewise.
39489         * libio/oldiopopen.c: Likewise.
39490         * libio/oldstdfiles.c: Likewise.
39491         * libio/putc.c: Likewise.
39492         * libio/setbuf.c: Likewise.
39493         * libio/setlinebuf.c: Likewise.
39494         * libio/stdfiles.c: Likewise.
39495         * libio/strops.c: Likewise.
39496         * libio/vasprintf.c: Likewise.
39497         * libio/vscanf.c: Likewise.
39498         * libio/vsnprintf.c: Likewise.
39499         * libio/vswprintf.c: Likewise.
39500         * libio/wfiledoalloc.c: Likewise.
39501         * libio/wfileops.c: Likewise.
39502         * libio/wgenops.c: Likewise.
39503         * libio/wmemstream.c: Likewise.
39504         * libio/wstrops.c: Likewise.
39505         * libio/__fpurge.c: Likewise.
39506         * libio/__fsetlocking.c: Likewise.
39507         * assert/assert.c: Likewise.
39508         * debug/fgets_chk.c: Likewise.
39509         * debug/fgets_u_chk.c: Likewise.
39510         * debug/fread_chk.c: Likewise.
39511         * debug/fread_u_chk.c: Likewise.
39512         * debug/gets_chk.c: Likewise.
39513         * debug/obprintf_chk.c: Likewise.
39514         * debug/vasprintf_chk.c: Likewise.
39515         * debug/vdprintf_chk.c: Likewise.
39516         * debug/vsnprintf_chk.c: Likewise.
39517         * debug/vsprintf_chk.c: Likewise.
39518         * malloc/mtrace.c: Likewise.
39519         * misc/error.c: Likewise.
39520         * misc/syslog.c: Likewise.
39521         * stdio-common/asprintf.c: Likewise.
39522         * stdio-common/fxprintf.c: Likewise.
39523         * stdio-common/getw.c: Likewise.
39524         * stdio-common/isoc99_fscanf.c: Likewise.
39525         * stdio-common/isoc99_scanf.c: Likewise.
39526         * stdio-common/isoc99_vfscanf.c: Likewise.
39527         * stdio-common/isoc99_vscanf.c: Likewise.
39528         * stdio-common/isoc99_vsscanf.c: Likewise.
39529         * stdio-common/printf-prs.c: Likewise.
39530         * stdio-common/printf_fp.c: Likewise.
39531         * stdio-common/printf_fphex.c: Likewise.
39532         * stdio-common/printf_size.c: Likewise.
39533         * stdio-common/putw.c: Likewise.
39534         * stdio-common/scanf.c: Likewise.
39535         * stdio-common/sprintf.c: Likewise.
39536         * stdio-common/tmpfile.c: Likewise.
39537         * stdio-common/vfprintf.c: Likewise.
39538         * stdio-common/vfscanf.c: Likewise.
39539         * stdlib/strfmon_l.c: Likewise.
39540         * sunrpc/openchild.c: Likewise.
39541         * sunrpc/xdr_stdio.c: Likewise.
39542         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39543         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39545 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39547         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39549         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39550         in the third column, to generate for the shared library an IFUNC
39551         that uses _dl_vdso_vsym.
39552         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39553         * Makeconfig (object-suffixes-noshared): New variable.
39555         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39556         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39557         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39558         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39560         [BZ #14132]
39561         * include/sys/time.h (__gettimeofday): Remove macro.
39562         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39563         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39564         Remove INTDEF.
39565         (__gettimeofday): Add libc_hidden_def.
39566         (gettimeofday): Add libc_hidden_weak.
39567         * sysdeps/mach/gettimeofday.c: Likewise.
39568         * sysdeps/posix/gettimeofday.c: Likewise.
39569         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39570         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39571         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39572         (__gettimeofday_internal): Remove strong_alias.
39573         (__gettimeofday): Add libc_hidden_def.
39574         (gettimeofday): Add libc_hidden_weak.
39575         * sysdeps/unix/syscalls.list (gettimeofday):
39576         Remove __gettimeofday_internal alias.
39578 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39579             H.J. Lu  <hongjiu.lu@intel.com>
39581         [BZ #12495]
39582         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39583         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39584         (largebin_index_32_big): New.
39585         (largebin_index): Use it for 16-byte alignment.
39586         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39587         correction with front_misalign.
39589 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39591         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39592         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39593         Likewise.
39594         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39595         Likewise.
39596         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39597         Likewise.
39598         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39599         Likewise.
39600         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39601         Likewise.
39602         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39603         Likewise.
39604         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39605         Likewise.
39606         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39607         Likewise.
39608         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39609         Likewise.
39610         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39611         Likewise.
39612         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39613         Likewise.
39614         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39615         Likewise.
39617         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39618         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39620 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39622         [BZ #10846]
39623         [BZ #14036]
39624         * math/libm-test.inc (exp_test): Add test from bug 14036.
39625         (pow_test): Add test from bug 10846.
39627         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39628         and other flags.
39629         (special_function): Do not include flags in test name.
39630         (parse_args): Likewise.
39631         * sysdeps/i386/fpu/libm-test-ulps: Update.
39632         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39633         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39634         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39637         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39638         exceptions.
39639         * math/libm-test.inc ("Philosophy"): Update comment about
39640         exception testing.
39641         (UNDERFLOW_EXCEPTION): New macro.
39642         (UNDERFLOW_EXCEPTION_OK): Likewise.
39643         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39644         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39645         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39646         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39647         (INVALID_EXCEPTION_OK): Update value.
39648         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39649         (OVERFLOW_EXCEPTION_OK): Likewise.
39650         (IGNORE_ZERO_INF_SIGN): Likewise.
39651         (test_exceptions): Handle underflow exceptions.
39652         (acos_test): Update for underflow exception expectations.
39653         (cexp_test): Likewise.
39654         (clog_test): Likewise.
39655         (clog10_test): Likewise.
39656         (csqrt_test): Likewise.
39657         (ctan_test): Likewise.
39658         (ctanh_test): Likewise.
39659         (exp_test): Likewise.
39660         (exp10_test): Likewise.
39661         (exp2_test): Likewise.
39662         (expm1_test): Likewise.
39663         (fma_test): Likewise.
39664         (j0_test): Likewise.
39665         (jn_test): Likewise.
39666         (nexttoward_test): Likewise.
39667         (pow_test): Likewise.
39668         (scalbn_test): Likewise.
39669         (scalbln_test): Likewise.
39670         (tan_test): Likewise.
39671         (y1_test): Likewise.
39672         * sysdeps/i386/fpu/libm-test-ulps: Update.
39673         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39675 2012-05-23  David S. Miller  <davem@davemloft.net>
39677         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39678         (__libc_sigaction): Remove unused local variables.
39680 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39682         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39684 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39686         mktime: avoid signed integer overflow
39687         * time/mktime.c (__mktime_internal): Do not mishandle the case
39688         where diff == INT_MIN.
39690         mktime: simplify computation of average
39691         * time/mktime.c (ranged_convert): Use new time_t_avg function
39692         instead of rolling our own (probably-slower) code.
39694         mktime: do not assume signed right shift propagates sign bit
39695         * time/mktime.c (isdst_differ): New static function.
39696         (__mktime_internal): No need to normalize tm_isdst now.
39697         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39698         tm_isdst values.
39700         mktime: merge another wrapv change from gnulib
39701         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39702         from some compilers.
39704         mktime: remove incorrect attempt at unusual arithmetics
39705         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39706         The code didn't really work on such machines anyway.
39707         (TYPE_MINIMUM): Assume two's complement.
39708         (twos_complement_arithmetic): Verify that long_int and time_t
39709         are two's complement (or unsigned, in the latter case).
39711         mktime: check signed shifts on long_int and time_t, too
39712         * time/mktime.c (SHR): Check that shifts work as desired
39713         on the types long_int and time_t too, as SHR is used on
39714         such types.
39716         mktime: do not assume 'long' is wide enough
39717         * time/mktime.c (verify): Move decl up.
39718         (long_int): New type.
39719         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39720         to remove assumption in the code that 'long' is wide enough to
39721         store year values.  This assumption is not true on x32 and on
39722         some non-glibc platforms.
39724         mktime: merge wrapv change from gnulib
39725         * time/mktime.c (WRAPV): New macro.
39726         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39727         (guess_time_tm, __mktime_internal): Do not assume that signed
39728         integer overflow wraps around; modern compilers generate code
39729         where this assumption is no longer valid.
39731 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39733         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39734         Replace "jmp L(pseudo_end)" with "ret".
39735         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39736         Likewise.
39738 2012-05-23  Andreas Jaeger  <aj@suse.de>
39740         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39741         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39743 2012-05-23  Andreas Jaeger  <aj@suse.de>
39744             Maximilian Attems  <max@stro.at>
39746         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39747         New macros.
39749 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39751         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39752         code so that pseudo_end is just ret and the stack pointer is
39753         correct also for static library in error case.
39755 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39757         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39758         move to syscalls.list.
39759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39764         * manual/install.texi (Running make install): Do not mention Linux
39765         kernel version for which pt_chown is not needed.
39766         (Linux): Do not mention problems with nscd with 2.0 kernels.
39767         * INSTALL: Regenerated.
39769 2012-05-23  Andreas Jaeger  <aj@suse.de>
39771         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39772         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39773         macro.
39774         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39775         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39776         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39777         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39778         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39779         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39780         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39781         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39782         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39783         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39784         * sysdeps/unix/sysv/linux/bits/in.h
39785         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39787 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39789         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39790         (PREPARE_VERSION): Just use assert instead, it will be elided
39791         under [NDEBUG] anyway.
39793 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39795         * sysdeps/unix/sysv/linux/Makefile: Include
39796         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39797         (sysdep_routines): Remove sysctl.
39798         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39799         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39800         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39801         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39802         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39804 2012-05-22  Andreas Jaeger  <aj@suse.de>
39806         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39807         that pseudo_end is just ret and the stack pointer is correct also
39808         for static library in error case.
39810 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39812         [BZ #14122]
39813         * nss/nsswitch.c (defconfig_entries): New variable.
39814         (__nss_database_lookup): Don't leak defconfig entries.
39815         (nss_parse_service_list): Don't leak on error paths.
39816         (free_database_entries): New function.
39817         (free_defconfig): New function.
39818         (free_mem): Move common code to free_database_entries.
39820 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39822         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39823         Add arch_prctl.
39824         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39826         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39827         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39828         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39829         New macro.
39830         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39831         (INTERNAL_SYSCALL_TYPES): Likewise.
39832         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39833         (LOAD_REGS_TYPES_[1-6]): Likewise.
39834         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39835         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39837 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39839         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39840         copysignl for GLIBC_2_0.
39841         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39842         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39843         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39844         logbl for GLIBC_2_0.
39845         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39846         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39848 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39850         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39851         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39853         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39854         Use "neg %eax".
39856         * time/mktime.c: Update copyright years.
39858 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39860         mktime: merge comment-quoting-style change from gnulib
39861         * time/mktime.c: Quote 'like this' in comments.
39862         The GNU coding standards suggest that we no longer quote `like this',
39863         as "`" and "'" are typically rendered asymmetrically nowadays.
39864         The typical gnulib style is to quote 'like this' when quoting
39865         code, and "like this" when quoting English.
39867         * time/mktime.c (compile-command): Add "-I.".
39869         mktime: merge mktime-internal.h change from gnulib
39870         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39872         mktime: merge time_r change from gnulib
39873         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39875         mktime: merge DEBUG change from gnulib
39876         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39877         case system <time.h> has a #define.
39879         mktime: merge <sys/types.h> change from gnulib
39880         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39881         since <time.t> is now guaranteed to define time_t.
39883         mktime: merge HAVE_CONFIG_H change from gnulib
39884         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39886 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39888         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39889         Use "neg %eax".
39891         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39892         __rlim_t cast.
39893         (struct rusage): Use anonymous union to pad each field to
39894         __syscall_slong_t.
39896 2012-05-21  David S. Miller  <davem@davemloft.net>
39898         * Makefules (o-iterator): Remove .s cases.
39899         (compile-command.s): Delete.
39900         (COMPILE.s): Delete.
39901         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39903 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39905         * configure.in (libc_cv_predef_stack_protector): Only consider
39906         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39907         * configure: Regenerated.
39909 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39911         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39912         New macro.  Use R*LP on int and pointer.
39913         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39914         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39915         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39916         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39918         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39919         [__WORDSIZE_TIME64_COMPAT32] instead of
39920         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39921         (struct utmp): Likewise.
39922         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39923         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39924         Renamed to ...
39925         (__WORDSIZE_TIME64_COMPAT32): This.
39926         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39927         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39928         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39929         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39930         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39931         (__WORDSIZE_TIME64_COMPAT32): New macro.
39933 2012-05-21  Andreas Jaeger  <aj@suse.de>
39935         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39936         only if [SHARED]. Add prototype for __wcschr_ia32.
39938 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39940         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39941         of %rbp unmolested in the jmp_buf while mangling the low bits.
39942         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39943         unmolested high bits of %rbp while demangling the low bits.
39944         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39946 2012-05-21  Andreas Jaeger  <aj@suse.de>
39948         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39949         * sunrpc/svc_simple.c: Use it for registerrpc.
39950         * sunrpc/xcrypt.c: Use it for passwd2des.
39952         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39954 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39956         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39957         Don't define if [__SYSCALL_WORDSIZE != 32].
39958         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39959         New macro.
39961 2012-05-21  Bruno Haible  <bruno@clisp.org>
39962             Andreas Jaeger  <aj@suse.de>
39964         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39965         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39966         inptr and inend for must_buffer_ch.
39967         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39968         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39969         * stdio-common/Makefile (tests): Remove bug15.
39970         (bug15-ENV): Remove macro.
39971         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39972         anymore.
39974 2012-05-19  Andreas Jaeger  <aj@suse.de>
39975             Roland McGrath  <roland@hack.frob.com>
39977         * manual/contrib.texi: Completely rewritten. It contains now an
39978         alphabetical list of contributors and their contributions.
39980 2012-05-21  Richard Henderson  <rth@twiddle.net>
39982         * misc/getauxval.c (__getauxval): Use unsigned long int.
39983         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39984         (getauxval): Use unsigned long int.
39986 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39988         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39990 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39992         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39993         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39994         __alignof__ (long double).
39996 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39998         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40000 2012-05-20  Richard Henderson  <rth@twiddle.net>
40002         * misc/getauxval.c: New file.
40003         * misc/sys/auxv.h: New file.
40004         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
40005         (routines): Add getauxval.
40006         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
40007         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
40008         * elf/dl-sysdep.c (_dl_auxv): Remove.
40009         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
40010         * elf/dl-support.c (_dl_auxv): New variable.
40011         (_dl_aux_init): Initialize it.
40012         * manual/startup.texi (Auxiliary Vector): New node.
40013         * sysdeps/generic/bits/hwcap.h: New file.
40014         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
40015         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
40016         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
40017         * sysdeps/sparc/sysdep.h: ... here.  Include it.
40018         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
40019         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
40020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40021         Update.
40022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
40023         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
40024         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
40025         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
40026         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
40027         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
40028         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
40029         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
40031 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40033         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40035 2012-05-19  David S. Miller  <davem@davemloft.net>
40037         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40039 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
40041         [BZ #14123]
40042         * math/s_ccosh.c: Include <float.h>
40043         (__ccosh): Avoid internal overflow calculating sinh and cosh
40044         values before multiplying by sin and cos values.
40045         * math/s_ccoshf.c: Likewise.
40046         * math/s_ccoshl.c: Likewise.
40047         * math/s_csin.c: Likewise.
40048         * math/s_csinf.c: Likewise.
40049         * math/s_csinl.c: Likewise.
40050         * math/s_csinh.c: Likewise.
40051         * math/s_csinhf.c: Likewise.
40052         * math/s_csinhl.c: Likewise.
40053         * math/libm-test.inc (ccos_test): Add more tests.
40054         (ccosh_test): Likewise.
40055         (csin_test): Likewise.
40056         (csinh_test): Likewise.
40057         * sysdeps/i386/fpu/libm-test-ulps: Update.
40058         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40060 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
40062         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
40063         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
40065         * sysdeps/x86_64/x32/_itoa.h: Add comment.
40067 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
40069         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
40070         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
40071         * sysdeps/powerpc/soft-fp/Versions: Likewise.
40072         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
40073         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
40074         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
40075         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
40076         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
40077         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
40078         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
40079         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
40080         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
40081         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
40082         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
40083         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
40084         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
40085         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
40086         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
40087         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
40088         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
40089         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
40090         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
40091         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
40092         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
40093         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
40094         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
40095         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
40096         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
40097         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
40098         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
40099         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
40101 2012-05-18  Andreas Jaeger  <aj@suse.de>
40103         * csu/.gitignore: Delete.
40105 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
40107         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
40108         (timex): Use __syscall_slong_t.
40110 2012-05-18  Andreas Jaeger  <aj@suse.de>
40111             Carlos O'Donell  <carlos_odonell@mentor.com>
40113         * manual/install.texi (Configuring and compiling): Update
40114         description about files modified in the source directory.
40115         * INSTALL: Regenerated.
40117 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
40119         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
40120         value.  Use "or" to set return value to -1.
40121         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
40122         negate return value.
40124 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40126         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
40127         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
40128         failure if the compiler has Graphite support disabled.
40129         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
40130         Likewise.
40131         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
40132         (CFLAGS-memmove.c): Likewise.
40133         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
40134         Likewise.
40136 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
40138         * sysdeps/x86_64/x32/_itoa.h: New file.
40140         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
40141         getdents system call only if kernel and user dirents have the
40142         same d_ino and d_off.
40144         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40145         LLONG_MAX != LONG_MAX.
40146         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40147         (_fitoa_word): Likewise.
40149         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
40150         years.
40151         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
40152         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
40153         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
40155         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
40156         include <bits/wordsize.h>.  Check __x86_64__ instead of
40157         __WORDSIZE.
40158         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
40159         if __x86_64__ is defined.  Use anonymous union on fpstate.
40161         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
40162         anonymous union.
40164 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
40166         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
40167         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
40168         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
40169         Refer to _rtld_local_ro instead of _rtld_global_ro.
40170         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
40171         Likewise.
40172         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
40173         Likewise.
40174         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
40175         Likewise.
40176         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
40177         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
40178         of _rtld_global, and rtld_progname instead of _dl_argv[0].
40180         * sysdeps/powerpc/powerpc32/dl-machine.c
40181         (__elf_machine_runtime_setup) [PROF]: Don't reference
40182         _dl_prof_resolve.
40184 2012-05-18  Andreas Jaeger  <aj@suse.de>
40186         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
40187         function only available for GCCs before 3.4 since GCC 3.4
40188         introduced a builtin.
40189         (lrint): Likewise.
40190         (llrintf): Likewise.
40191         (llrint): Likewise.
40192         (fmaxf): Likewise.
40193         (fmax): Likewise.
40194         (fminf): Likewise.
40195         (fmin): Likewise.
40196         (rint): Likewise.
40197         (rintf): Likewise.
40198         (nearbyint): Likewise.
40199         (nearbyintf): Likewise.
40200         (ceil): Likewise.
40201         (ceilf): Likewise.
40202         (floor): Likewise.
40203         (floorf): Likewise.
40205 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40207         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
40208         on both fields and cast pointer to __syscall_ulong_t.
40210         * bits/types.h (__fsword_t): New type.
40211         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
40212         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
40213         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40214         (__FSWORD_T_TYPE): Likewise.
40215         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40216         (__FSWORD_T_TYPE): Likewise.
40217         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40218         (__FSWORD_T_TYPE): Likewise.
40219         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
40220         (__FSWORD_T_TYPE): Likewise.
40221         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
40222         __SWORD_TYPE with __fsword_t.
40223         (statfs64): Likewise.
40225 2012-05-17  David S. Miller  <davem@davemloft.net>
40227         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
40229 2012-05-17  Andreas Jaeger  <aj@suse.de>
40231         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
40232         warning.
40234 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40236         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
40238 2012-05-17  Andreas Jaeger  <aj@suse.de>
40240         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
40241         when it is used.
40243 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
40245         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
40247 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40249         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
40250         * sysdeps/x86_64/tst-mallocalign1.c: New file.
40252 2012-05-17  Andreas Jaeger  <aj@suse.de>
40253             Carlos O'Donell  <carlos_odonell@mentor.com>
40255         [BZ #14059]
40256         * sysdeps/x86_64/multiarch/init-arch.h
40257         (bit_YMM_Usable): Rename to...
40258         (bit_AVX_Usable): ... this.
40259         (bit_FMA4_Usable): New macro.
40260         (bit_XMM_state): New macro.
40261         (bit_YMM_state): New macro.
40262         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
40263         [__ASSEMBLER__] (index_AVX_Usable): ... this.
40264         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
40265         (CPUID_OSXSAVE): New macro.
40266         (CPUID_AVX): New macro.
40267         (CPUID_FMA4): New macro.
40268         (index_YMM_Usable): Rename to...
40269         (index_AVX_Usable): ... this.
40270         (HAS_AVX): Use HAS_ARCH_FEATURE.
40271         (HAS_FMA4): Likewise.
40272         (HAS_YMM_USABLE): Remove.
40273         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
40274         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
40275         are present.
40276         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
40277         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
40278         * sysdeps/x86_64/multiarch/Makefile: Likewise.
40279         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
40280         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
40282 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
40284         * math/libm-test.c: Support platforms without multiple rounding modes.
40285         * math/bug-nextafter.c: Support platforms without FP exceptions.
40286         * math/bug-nexttoward.c: Likewise.
40287         * math/test-fenv.c: Likewise.
40288         * math/test-misc.c: Likewise.
40289         * stdlib/bug-getcontext.c: Likewise.
40291 2012-05-17  Andreas Jaeger  <aj@suse.de>
40293         * manual/examples/search.c (critter_cmp): Change signature to
40294         avoid warnings.
40295         * manual/string.texi (Collation Functions): Likewise.
40297 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40299         * bits/types.h: Fold copyright years.
40300         * bits/typesizes.h: Likewise.
40301         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
40302         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
40303         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
40304         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
40305         * time/time.h: Likewise.
40307 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
40309         [BZ #208]
40310         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
40311         in instead of returning them.  Return void.
40312         (__libc_mallinfo): Accumulate over all arenas.
40313         (__malloc_stats): Adjust for change in int_mallinfo interface.
40315 2012-05-16  Roland McGrath  <roland@hack.frob.com>
40317         [BZ #10375]
40318         * configure.in (NM): Add AC_CHECK_TOOL for it.
40319         (libc_extra_cflags): New substituted variable.
40320         Check for -fstack-protector being used implicitly.
40321         * configure: Regenerated.
40322         * config.make.in (config-extra-cflags): New variable,
40323         gets @libc_extra_cflags@.
40324         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
40326         [BZ #10375]
40327         * configure.in: Check for _FORTIFY_SOURCE being predefined.
40328         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
40329         * configure: Regenerated.
40330         * config.make.in (CPPUNDEFS): New substituted variable.
40331         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
40332         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
40333         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
40335 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40337         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
40338         (mq_attr): Use __syscall_slong_t.
40340 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40342         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
40343         Check __x86_64__ instead of __WORDSIZE.
40344         (_STAT_VER_LINUX): Likewise.
40345         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
40346         __syscall_ulong_t and __syscall_slong_t.
40347         (stat64): Likewise.
40349 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40351         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
40353 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40355         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
40357 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40359         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
40360         __syscall_ulong_t.
40362         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40363         include <bits/wordsize.h>.  Check __x86_64__ instead of
40364         __WORDSIZE.
40365         (greg_t): Use "__extension__ long long int" if __x86_64__ is
40366         defined.
40367         (mcontext_t): Replace "unsigned long" with "unsigned long long".
40369         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40370         include <bits/wordsize.h>.  Check __x86_64__ instead of
40371         __WORDSIZE.
40372         (user_regs_struct): Use "__extension__ unsigned long long"
40373         instead of "unsigned long" if __x86_64__ is defined.
40374         (user): Likewise.  Pad after pointer field if __ILP32__ is
40375         defined.
40377 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
40379         * configure.in (makeinfo): Require version 4.5 or later.  Allow
40380         versions 5 to 9.
40381         * configure: Regenerated.
40382         * manual/install.texi (texinfo): Increase version requirement to
40383         4.5 or later.
40384         * INSTALL: Regenerated.
40386         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40388 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40390         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40392         * sysdeps/x86_64/x32/ffs.c: New file.
40394         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40395         __syscall_ulong_t.
40396         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40397         defined.  Use __syscall_ulong_t.
40398         (shminfo): Use __syscall_ulong_t.
40399         (shm_info): Likewise.
40401         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40402         __syscall_ulong_t.
40404         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40405         <bits/wordsize.h>.
40406         (msgqnum_t): Use __syscall_ulong_t.
40407         (msglen_t): Likewise.
40408         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
40409         __syscall_ulong_t.
40411         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40412         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40414         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40416         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40417         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40419         * sysvipc/sys/msg.h (msgbuf): Replace long int with
40420         __syscall_slong_t.
40422         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40423         include <bits/wordsize.h>.  Check __x86_64__ instead of
40424         __WORDSIZE.
40426         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40427         "unsigned long long int" if __x86_64__ is defined.
40428         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40430         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40431         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40432         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40434         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40435         <stdint.h>.
40436         (GET_PC): Cast to uintptr_t first.
40437         (GET_FRAME): Likewise.
40438         (GET_STACK): Likewise.
40440         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40441         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40442         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40443         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40444         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40445         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40446         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40447         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40448         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40449         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40450         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40451         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40452         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40453         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40454         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40455         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40456         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40457         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40458         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40459         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40460         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40461         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40462         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40463         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40464         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40465         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40466         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40467         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40468         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40470 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40472         * Makerules (+depfiles): Also collect depfiles from .oS in
40473         $(extra-objs).
40474         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40475         .oS, $(libnldbl-routines)).
40477         * Makerules (native-compile-mkdep-flags): Define.
40478         * sunrpc/Makefile (extra-objs): Add $(addprefix
40479         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40480         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40481         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40482         calling $(make-target-directory).
40484 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40486         * bits/types.h (__snseconds_t): Removed.
40487         * time/time.h (struct timespec): Replace __snseconds_t with
40488         __syscall_slong_t.
40489         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40490         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40491         Likewise.
40492         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40493         (__SNSECONDS_T_TYPE): Likewise.
40494         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40495         (__SNSECONDS_T_TYPE): Likewise.
40496         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40497         (__SNSECONDS_T_TYPE): Likewise.
40499 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40501         * sysdeps/mach/hurd/bits/typesizes.h
40502         (__SYSCALL_SLONG_TYPE): New macro.
40503         (__SYSCALL_ULONG_TYPE): Likewise.
40505 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40507         * bits/types.h (__syscall_slong_t): New type.
40508         (__syscall_ulong_t): Likewise.
40510         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40511         (__SYSCALL_ULONG_TYPE): Likewise.
40512         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40513         (__SYSCALL_SLONG_TYPE): Likewise.
40514         (__SYSCALL_ULONG_TYPE): Likewise.
40515         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40516         (__SYSCALL_SLONG_TYPE): Likewise.
40517         (__SYSCALL_ULONG_TYPE): Likewise.
40518         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40519         (__SYSCALL_SLONG_TYPE): Likewise.
40520         (__SYSCALL_ULONG_TYPE): Likewise.
40522 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40524         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40525         Add sigaltstack-offsets.sym.
40526         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40527         <sigaltstack-offsets.h>.
40528         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40529         longjmp_msg pointer.
40530         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40531         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40532         signal stack.
40533         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40535 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40537         * elf/stackguard-macros.h: Remove file.
40538         * sysdeps/generic/stackguard-macros.h: New file.
40539         * sysdeps/i386/stackguard-macros.h: Likewise.
40540         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40541         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40542         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40543         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40544         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40545         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40546         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40547         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40548         <elf/stackguard-macros.h>.
40550         [BZ #14109]
40551         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40552         __aligned__ in attribute.
40553         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40554         (gregset_t): Likewise.
40556 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40558         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40559         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40560         * sysdeps/x86_64/x32/Implies-after: New file.
40562 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40564         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40565         and access return value for _dl_profile_fixup.  Use R10_LP to
40566         load frame size.
40568 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40570         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40572 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40574         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40575         * sysdeps/x86_64/x32/sysdep.h: New file.
40577 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40579         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40580         * sysdeps/x86_64/setjmp.S: Likewise.
40582 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40584         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40585         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40586         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40587         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40588         remove unused global constant.
40590 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40592         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40593         include of <not-cancel.h>.
40595 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40597         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40599 2012-05-15  Jeff Law  <law@redhat.com>
40600             Andreas Jaeger  <aj@suse.de>
40602         [BZ #13594]
40603         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40604         out from...
40605         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40606         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40607         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40608         code changing __hst_map_handle.map.
40610 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40612         * configure.in (sysnames): Look for Implies-before and Implies-after
40613         files.
40614         * configure: Regenerated.
40616 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40618         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40619         8-byte data alignment with LP_SIZE alignment.
40621 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40623         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40624         into R10_LP.
40626 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40628         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40630 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40632         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40633         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40634         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40635         Likewise.
40636         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40638 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40640         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40641         (stackinfo_sub_sp): Likewise.
40643 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40645         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40646         RAX_LP.
40648 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40650         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40651         into R*_LP.
40653 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40655         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40656         sizes into R*_LP.
40658 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40660         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40662 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40664         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40665         into R11_LP and load __x86_64_shared_cache_size_half into
40666         R8_LP.
40668 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40670         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40671         R8_LP.
40673 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40675         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40676         logb for POWER7.
40677         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40678         logbf for POWER7.
40679         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40680         logbl for POWER7.
40681         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40682         powerpc32/power7/fpu/s_logb.c via #include.
40683         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40684         powerpc32/power7/fpu/s_logbf.c via #include.
40685         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40686         powerpc32/power7/fpu/s_logbl.c via #include.
40688 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40690         * README.libm: Remove file.
40692 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40694         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40695         count for x32.  Use R*_LP and omit operand-size suffix.
40697 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40699         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40700         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40701         * sysdeps/x86_64/x32/shlib-versions: New file.
40703 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40705         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40706         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40707         Use _dl_fatal_printf instead.
40709 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40711         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40712         set if not set by the user.  Do not allow for being unset.
40713         * sysdeps/unix/sysv/linux/configure: Regenerated.
40715 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40717         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40718         the `q' suffix from lea and replace .quad with ASM_ADDR.
40720 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40722         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40723         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40724         instead of $17.
40725         (PTR_DEMANGLE): Likewise.
40727 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40729         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40730         (LP_OP): Likewise.
40731         (ASM_ADDR): Likewise.
40732         (RAX_LP): Likewise.
40733         (RBP_LP): Likewise.
40734         (RBX_LP): Likewise.
40735         (RCX_LP): Likewise.
40736         (RDI_LP): Likewise.
40737         (RSI_LP): Likewise.
40738         (RSP_LP): Likewise.
40739         (R8_LP): Likewise.
40740         (R9_LP): Likewise.
40741         (R10_LP): Likewise.
40742         (R10_LP): Likewise.
40743         (R11_LP): Likewise.
40744         (R12_LP): Likewise.
40745         (R13_LP): Likewise.
40746         (R14_LP): Likewise.
40747         (R15_LP): Likewise.
40749 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40751         * sysdeps/x86_64/x32/dl-machine.h: New file.
40753 2012-05-14  Andreas Jaeger  <aj@suse.de>
40755         * manual/Makefile (subdir): Remove export of subdir.
40756         (all): Remove target.
40757         (.PHONY): Remove all from list.
40758         (mkinstalldirs): Remove.
40759         (.PHONY): Remove installdirs from list.
40760         ($(inst_infodir)/libc.info): Use make-target-directory.
40761         (installdirs): Remove.
40762         (subdir_%): Remove.
40763         (glibc-targets): Remove.
40764         (lib): Remove.
40765         (stubs): Remove.
40766         ($(objpfx)stubs ../po/manual.pot): Remove.
40767         ($(objpfx)stamp%): Remove.
40768         (make-target-directory): Remove.
40769         (subdir_install): Remove.
40770         (routines): Remove.
40771         (aux): Remove.
40772         (sources): Remove.
40773         (objects): Remove.
40774         (headers): Remove.
40776         [BZ #13750]
40777         * manual/.gitignore: Remove, it's not needed anymore.
40778         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40779         all files in it.
40780         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40781         directory.
40782         (texis): Renamed to $(objpfx)texis.
40783         (texis-path): New, contains path to generated files.
40784         (chapters.%): Use texis-path for complete path, add extra argument
40785         libc-texinfo.sh.
40786         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40787         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40788         (summary,texi, stamp-summary): Use complete path of
40789         files. Generate files in build dir.
40790         (dir-add.texi): Build in build dir.
40791         (libm-err.texi,stamp-libm-err): Likewise.
40792         (version.texi, stamp-version): Likewise.
40793         (.%c.texi): Likewise.
40794         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40795         (mostlyclean): Remove target.
40796         (realclean): Remove target.
40797         (generated): Add new variable with contents from mostlyclean and
40798         realclean, remove entries duplicated in common-mostlyclean, add
40799         stamp-libm-err and stamp-version.
40800         (generated-dirs): Add libc directory.
40801         ($(inst_infodir)/libc.info): Install files from build dir.
40803         * manual/install.texi (Configuring and compiling): Adjust since
40804         the info files are not part of the tar ball anymore.
40806 2012-05-14  Andreas Jaeger  <aj@suse.de>
40808         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40809         variable.
40811 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40813         [BZ #13717]
40814         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40815         to 2.2.0 where earlier.
40816         * sysdeps/unix/sysv/linux/configure: Regenerated.
40817         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40818         Remove conditional code.
40819         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40820         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40821         Remove conditional code.
40822         [!__NR_lchown]: Likewise.
40823         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40824         [__NR_lchown]: Likewise.
40825         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40826         comment referencing __ASSUME_LCHOWN_SYSCALL.
40827         * sysdeps/unix/sysv/linux/i386/sigaction.c
40828         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40829         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40830         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40831         Remove conditional code.
40832         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40833         (__protocol_available): Remove #if 0 code.
40834         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40835         conditional code.
40836         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40837         * sysdeps/unix/sysv/linux/kernel-features.h
40838         (__ASSUME_GETCWD_SYSCALL): Don't define.
40839         (__ASSUME_REALTIME_SIGNALS): Likewise.
40840         (__ASSUME_PREAD_SYSCALL): Likewise.
40841         (__ASSUME_PWRITE_SYSCALL): Likewise.
40842         (__ASSUME_POLL_SYSCALL): Likewise.
40843         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40844         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40845         non-SPARC.
40846         (__ASSUME_SIOCGIFNAME): Don't define.
40847         (__ASSUME_MSG_NOSIGNAL): Likewise.
40848         (__ASSUME_SENDFILE): Define unconditionally.
40849         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40850         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40851         conditional code.
40852         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40853         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40854         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40855         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40856         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40857         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40858         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40860         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40861         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40862         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40863         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40864         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40866         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40867         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40869         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40870         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40872         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40873         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40875         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40876         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40878         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40879         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40881         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40882         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40883         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40884         Remove conditional code.
40885         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40886         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40887         Remove conditional code.
40888         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40889         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40890         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40891         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40892         Remove conditional code.
40893         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40894         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40895         Remove conditional code.
40896         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40897         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40898         Remove conditional code.
40899         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40900         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40901         Remove conditional code.
40902         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40903         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40904         Remove conditional code.
40905         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40906         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40907         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40908         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40909         * sysdeps/unix/sysv/linux/sigaction.c
40910         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40911         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40912         * sysdeps/unix/sysv/linux/sigpending.c
40913         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40914         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40915         * sysdeps/unix/sysv/linux/sigprocmask.c
40916         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40917         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40918         * sysdeps/unix/sysv/linux/sigsuspend.c
40919         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40920         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40921         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40922         (__libc_missing_rt_sigs): Remove.
40923         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40924         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40925         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40926         Remove conditional code.
40927         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40928         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40929         return 1.
40930         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40931         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40932         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40933         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40935 2012-05-14  Andreas Jaeger  <aj@suse.de>
40937         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40938         it's not used in glibc.
40939         (__coshm1): Likewise.
40940         (__acosh1p): Likewise.
40941         (__sgn): Likewise.
40943         * manual/string.texi (Copying and Concatenation): Add missing
40944         variable in concat example.
40945         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40947 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40949         [BZ #14103]
40950         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40951         __builtin_clzl with __builtin_clzll.
40953 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40955         [BZ #14104]
40956         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40957         libc_freeres_ptr.
40959 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40961         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40962         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40963         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40964         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40966 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40968         * NEWS: Update ia64 info.
40970 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40972         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40973         used as bcopy.
40975 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40977         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40978         * sysdeps/unix/syscalls.list (dup3): Likewise.
40979         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40980         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40982 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40984         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40985         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40987 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40989         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40990         thread pointer.
40991         (TLS_IE): Use mov/add instead of movq/addq to load thread
40992         pointer.
40993         (TLS_GD_PREFIX): New.
40994         (TLS_GD): Use it.
40996 2012-05-11  David S. Miller  <davem@davemloft.net>
40998         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40999         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
41000         (_FPU_SETCW): Likewise.
41002 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41004         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
41005         is 32-byte aligned.
41007 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
41009         [BZ #11837]
41010         * iconvdata/gb18030.c: Update tables.
41011         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
41012         characters specially.
41013         (BODY for TO_LOOP): Add encoding of missing ranges.
41015 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
41017         [BZ #13673]
41018         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
41019         * sysdeps/mach/hurd/dup3.c: Likewise.
41020         * sysdeps/mach/hurd/readlinkat.c: Likewise.
41021         * sysdeps/powerpc/memmove.c:: Likewise.
41023 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41025         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
41026         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
41028 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41030         * elf/elf.h (R_X86_64_RELATIVE64): New.
41031         (R_X86_64_NUM): Updated.
41032         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
41033         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
41034         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
41035         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
41036         tst-quad1pie tst-quad2pie
41037         (modules-names): Add tst-quadmod1 tst-quadmod2.
41038         ($(objpfx)tst-quad1): New dependency.
41039         ($(objpfx)tst-quad2): Likewise.
41040         ($(objpfx)tst-quad1pie): Likewise.
41041         ($(objpfx)tst-quad2pie): Likewise.
41042         * sysdeps/x86_64/tst-quad1.c: New file.
41043         * sysdeps/x86_64/tst-quad1pie.c: New file.
41044         * sysdeps/x86_64/tst-quad2.c: Likewise.
41045         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
41046         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
41047         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
41048         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
41049         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
41051 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41053         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
41054         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
41055         * streams/stropts.h (t_scalar_t): Define type.
41057         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
41058         (_PATH_PRESERVE): Set to "/var/lib".
41059         (_PATH_RWHODIR): Set to "/var/spool/rwho".
41061         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
41062         instead of int.
41064         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
41065         if __dir_mkfile succeeded.
41067         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
41068         checking for _hurd_dtablesize.  Unlock it right after having
41069         finished _hurd_dtable allocation.
41071 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41073         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
41074         * sysdeps/mach/hurd/configure: Regenerated.
41075         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
41076         special-casing to...
41077         * sysdeps/gnu/configure.in: ... this new file.
41078         * sysdeps/unix/sysv/linux/configure: Regenerated.
41079         * sysdeps/gnu/configure: New generated file.
41081         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
41082         for Linux: use nsec instead of usec, as well as:
41083         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
41084         members of type struct timespec.
41085         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
41086         New macros.
41087         (struct stat64): Likewise.
41088         (_STATBUF_ST_NSEC): New macro.
41089         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
41091         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
41092         __strtoul_internal rather than strtoul.
41094 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41096         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
41097         and reject them.
41099 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41101         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
41102         which preserves existing values.
41103         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
41105 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41107         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
41108         TIMEOUT values.  Return EINVAL for NFDS values either negative or
41109         greater than FD_SETSIZE.
41111 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41113         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
41114         allocated, call __vm_protect to finish enabling the existing space, and
41115         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
41116         allocate the remainder.
41118 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41120         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
41121         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
41123 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41125         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
41126         sysdeps/mach/hurd/readlink.c.
41128         * posix/tst-sysconf.c (posix_options): Only use
41129         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
41130         _POSIX_SYNCHRONIZED_IO when they are defined
41131         * sysdeps/mach/hurd/bits/posix_opt.h:
41132         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
41133         (_XOPEN_REALTIME): Undefine macro.
41134         (_XOPEN_REALTIME_THREADS): Undefine macro.
41135         (_XOPEN_SHM): Undefine macro.
41136         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
41137         macro to -1.
41138         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
41139         macro to -1.
41140         (_POSIX_ASYNC_IO): Undefine macro.
41141         (_POSIX_PRIORITIZED_IO): Undefine macro.
41142         (_POSIX_SPIN_LOCKS): Define macro to -1.
41144         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
41145         SA_NODEFER, SA_RESETHAND.
41146         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
41147         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
41148         F_DUPFD_CLOEXEC.
41150 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41152         * elf/Makefile (pldd-modules): Define unconditionally.
41154 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41156         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
41158 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41160         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
41161         Return ENOENT when name is empty.
41162         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
41164 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41166         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
41168         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
41170 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41172         Fix mlock in all cases except non-readable pages.
41173         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
41174         instead of VM_PROT_ALL as parameter to __vm_wire function.
41176         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
41177         (__mkdir): When path is `/', just fail with EEXIST.
41178         * sysdeps/mach/hurd/mkdirat.c: Likewise.
41180 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41182         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
41183         <sys/uio.h> (for writev).
41184         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
41185         and <sys/param.h> (for MIN).
41187 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41189         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
41190         REQUESTED_TIME.  Properly set the remaining time and return EINTR
41191         if interrupted.
41193 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41195         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
41196         Depend on against $(link-rpcuserlibs).
41198 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41200         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
41201         (__libc_stack_end): Do not use attribute_relro.
41202         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
41203         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
41204         to libthread-provided value.
41205         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
41206         attribute_relro.
41208 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41210         [BZ #3748]
41211         * bits/libc-lock.h (__libc_once_get): New macro.
41212         * sysdeps/mach/bits/libc-lock.h: Likewise.
41213         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
41214         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
41215         instead of using implementation details.
41217         * libio/fileops.c: Unconditionally include <kernel-features.h>.
41218         * libio/freopen.c: Likewise.
41219         * libio/freopen64.c: Likewise.
41220         * misc/syslog.c: Likewise.
41221         * nscd/connections.c: Likewise.
41222         * nscd/netgroupcache.c: Likewise.
41223         * sysdeps/posix/getcwd.c: Likewise.
41225 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41227         * math/w_ilogbf.c: Add #include <limits.h>.
41229 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41231         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
41232         path instead of returning without unlocking.
41234         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
41235         immediate-write ioctls.
41236         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
41238 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41240         * sysdeps/mach/hurd/i386/init-first.c (init): Use
41241         __builtin_frame_address instead of making assumptions about the
41242         location of the return address relative to DATA.  Force early load of
41243         the return address.
41244         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
41245         __builtin_frame_address.
41247         dup3 for GNU Hurd.
41248         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
41249         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
41250         implement dup3 and do some further code clean-ups.
41251         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
41252         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
41254 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41256         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
41258         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
41259         HURD_CRITICAL_END around holding _hurd_dtable_lock.
41260         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
41261         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
41262         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
41263         d->port.lock.
41265         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
41266         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
41267         when handler == SIG_ERR, not when handler != SIG_ERR.
41269 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41271         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
41272         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
41273         definitions.
41275         accept4 for GNU Hurd.
41276         * include/sys/socket.h (__libc_accept4): New prototype.
41277         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
41278         to implement __libc_accept4.
41279         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
41280         __libc_accept4.
41281         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
41283         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
41284         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
41285         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
41286         signal-defines.sym.
41288 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41290         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
41292 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41294         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
41295         assertion on O_CLOEXEC flag.
41296         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
41297         * hurd/intern-fd.c: Likewise.
41298         * hurd/port2fd.c: Likewise.
41300 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41302         [BZ #3906]
41303         * bits/in.h (IPV6_PKTINFO): Define new macro.
41304         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
41306 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41308         [BZ #13954]
41309         [BZ #13955]
41310         [BZ #13956]
41311         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
41312         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41313         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
41314         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41315         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41316         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41317         * math/libm-test.inc (logb_test) : Additional logb tests.
41319 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
41320             Andreas Jaeger  <aj@suse.de>
41322         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
41323         * configure: Regenerated.
41324         * config.h.in (LINK_OBSOLETE_RPC): New macro.
41325         * config.make.in (link-obsolete-rpc): New substituted variable.
41326         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
41327         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
41328         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41329         (shared-only-routines): Don't set it under [link-obsolete-rpc],
41330         so that libc.a contains the symbols.
41331         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41332         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
41333         * sunrpc/auth_none.c: Likewise.
41334         * sunrpc/auth_unix.c: Likewise.
41335         * sunrpc/authdes_prot.c: Likewise.
41336         * sunrpc/authuxprot.c: Likewise.
41337         * sunrpc/clnt_gen.c: Likewise.
41338         * sunrpc/clnt_perr.c: Likewise.
41339         * sunrpc/clnt_raw.c: Likewise.
41340         * sunrpc/clnt_simp.c: Likewise.
41341         * sunrpc/clnt_tcp.c: Likewise.
41342         * sunrpc/clnt_udp.c: Likewise.
41343         * sunrpc/clnt_unix.c: Likewise.
41344         * sunrpc/des_crypt.c: Likewise.
41345         * sunrpc/des_soft.c: Likewise.
41346         * sunrpc/get_myaddr.c: Likewise.
41347         * sunrpc/key_call.c: Likewise.
41348         * sunrpc/key_prot.c: Likewise.
41349         * sunrpc/netname.c: Likewise.
41350         * sunrpc/pm_getmaps.c: Likewise.
41351         * sunrpc/pm_getport.c: Likewise.
41352         * sunrpc/pmap_clnt.c: Likewise.
41353         * sunrpc/pmap_prot.c: Likewise.
41354         * sunrpc/pmap_prot2.c: Likewise.
41355         * sunrpc/pmap_rmt.c: Likewise.
41356         * sunrpc/publickey.c: Likewise.
41357         * sunrpc/rpc_cmsg.c: Likewise.
41358         * sunrpc/rpc_common.c: Likewise.
41359         * sunrpc/rpc_dtable.c: Likewise.
41360         * sunrpc/rpc_prot.c: Likewise.
41361         * sunrpc/rpc_thread.c: Likewise.
41362         * sunrpc/rtime.c: Likewise.
41363         * sunrpc/svc.c: Likewise.
41364         * sunrpc/svc_auth.c: Likewise.
41365         * sunrpc/svc_raw.c: Likewise.
41366         * sunrpc/svc_run.c: Likewise.
41367         * sunrpc/svc_tcp.c: Likewise.
41368         * sunrpc/svc_udp.c: Likewise.
41369         * sunrpc/svc_unix.c: Likewise.
41370         * sunrpc/svcauth_des.c: Likewise.
41371         * sunrpc/xcrypt.c: Likewise.
41372         * sunrpc/xdr.c: Likewise.
41373         * sunrpc/xdr_array.c: Likewise.
41374         * sunrpc/xdr_float.c: Likewise.
41375         * sunrpc/xdr_intXX_t.c: Likewise.
41376         * sunrpc/xdr_mem.c: Likewise.
41377         * sunrpc/xdr_rec.c: Likewise.
41378         * sunrpc/xdr_ref.c: Likewise.
41379         * sunrpc/xdr_sizeof.c: Likewise.
41380         * sunrpc/xdr_stdio.c: Likewise.
41382 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41384         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41385         change.  Update copyright years.
41387 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41389         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41391 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
41392             Joseph Myers  <joseph@codesourcery.com>
41393             Paul Pluzhnikov  <ppluzhnikov@google.com>
41395         [BZ #14012]
41396         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41397         requiring rpcgen.
41398         [cross-compiling] (extra-libs): Likewise.
41399         [cross-compiling] (extra-libs-others): Likewise.
41400         [cross-compiling] (librpcsvc-routines): Likewise.
41401         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41402         [cross-compiling] (omit-deps): Likewise.
41403         (sunrpc-CPPFLAGS): New variable.
41404         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41405         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41406         (cross-rpcgen-objs): New variable.
41407         (extra-objs): Append $(cross-rpcgen-objs).
41408         ($(cross-rpcgen-objs)): New rule.
41409         ($(objpfx)cross-rpcgen): Likewise.
41410         (rpcgen-cmd): Define to use $(built-program-file).  Expand
41411         comment.
41412         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41413         ($(objpfx)x%.stmp): Likewise.
41414         * sunrpc/proto.h [IS_IN_build] (_): Define.
41415         [IS_IN_build] (_libc_intl_domainname): Likewise.
41417 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41419         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41420         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41421         and R_X86_64_TPOFF64.
41423 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41425         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41426         sysdeps/unix/sysv/syscalls.list.
41427         (stime): Likewise.
41428         (utime): Likewise.
41429         * sysdeps/unix/sysv/syscalls.list: Remove file.
41431 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41433         [BZ #3440]
41434         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41435         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41436         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41437         (__LC_IDENTIFICATION): Make these macros useful in #if
41438         expressions, as required by C99.
41440 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41442         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41443         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41444         after this.
41446 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41448         * stdlib/longlong.h: Updated from GCC.
41450 2012-05-09  Andreas Jaeger  <aj@suse.de>
41452         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41453         default is first entry.
41454         (run_mode): Set type.
41455         (main): Remove informal message about syslog.
41456         (options): Fix typo.
41458         [BZ #14053]
41459         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41460         to asm.
41461         (lrint): Likewise.
41462         (llrintf): Likewise.
41463         (llrint): Likewise.
41464         (rint): Likewise.
41465         (rintf): Likewise.
41466         (nearbyint): Likewise.
41467         (nearbyintf): Likewise.
41469 2012-05-09  Andreas Jaeger  <aj@suse.de>
41470             Pedro Alves  <palves@redhat.com>
41472         * nscd/nscd.c (run_mode): Use enum.
41473         (main): Cleanup coding style issue.
41475 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41476             Andreas Jaeger  <aj@suse.de>
41478         * nscd/nscd.c (go_background): Replaced with...
41479         (run_mode): ... this.
41480         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41481         (options): Add -F --foreground.
41482         (main): Implement it.
41483         (parse_opt): Parse it.
41485 2012-05-09  Andreas Jaeger  <aj@suse.de>
41487         [BZ #14083]
41488         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41489         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41490         -Wconversion warning.
41491         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41492         Likewise.
41494 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41496         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41497         == 0.
41498         (LC_ALL): Use macro-int-constant.
41499         (LC_COLLATE): Likewise.
41500         (LC_CTYPE): Likewise.
41501         (LC_MESSAGES): Likewise.
41502         (LC_MONETARY): Likewise.
41503         (LC_NUMERIC): Likewise.
41504         (LC_TIME): Likewise.
41505         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41506         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41507         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41508         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41509         Specify type.
41510         [C99-based standards] (float_t): Expect type.
41511         [C99-based standards] (double_t): Expect type.
41512         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41513         type.
41514         [C99-based standards] (HUGE_VALL): Likewise.
41515         [C99-based standards] (INFINITY): Likewise.
41516         [C99-based standards] (NAN): Likewise.
41517         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41518         [C99-based standards] (FP_NAN): Likewise.
41519         [C99-based standards] (FP_NORMAL): Likewise.
41520         [C99-based standards] (FP_SUBNORMAL): Likewise.
41521         [C99-based standards] (FP_ZERO): Likewise.
41522         [C99-based standards] (FP_FAST_FMA): Use
41523         optional-macro-int-constant.  Specify type.  Require == 1.
41524         [C99-based standards] (FP_FAST_FMAF): Likewise.
41525         [C99-based standards] (FP_FAST_FMAL): Likewise.
41526         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41527         [C99-based standards] (FP_ILOGBNAN): Likewise.
41528         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41529         Specify type.
41530         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41531         [C99-based standards] (math_errhandling): Specify type.
41532         [ISO99 || ISO11] (signgam): Do not allow.
41533         [non-C99-based standards] (copysignf): Do not allow.
41534         [non-C99-based standards] (exp2f): Likewise.
41535         [non-C99-based standards] (log2f): Likewise.
41536         [non-C99-based standards] (modff): Allow.
41537         [non-C99-based standards] (erff): Do not allow.
41538         [non-C99-based standards] (erfcf): Likewise.
41539         [non-C99-based standards] (gammaf): Likewise.
41540         [non-C99-based standards] (hypotf): Likewise.
41541         [non-C99-based standards] (j0f): Likewise.
41542         [non-C99-based standards] (j1f): Likewise.
41543         [non-C99-based standards] (jnf): Likewise.
41544         [non-C99-based standards] (lgammaf): Likewise.
41545         [non-C99-based standards] (tgammaf): Likewise.
41546         [non-C99-based standards] (y0f): Likewise.
41547         [non-C99-based standards] (y1f): Likewise.
41548         [non-C99-based standards] (ynf): Likewise.
41549         [non-C99-based standards] (isnanf): Likewise.
41550         [non-C99-based standards] (acoshf): Likewise.
41551         [non-C99-based standards] (asinhf): Likewise.
41552         [non-C99-based standards] (atanhf): Likewise.
41553         [non-C99-based standards] (cbrtf): Likewise.
41554         [non-C99-based standards] (expm1f): Likewise.
41555         [non-C99-based standards] (ilogbf): Likewise.
41556         [non-C99-based standards] (log1pf): Likewise.
41557         [non-C99-based standards] (logbf): Likewise.
41558         [non-C99-based standards] (nextafterf): Likewise.
41559         [non-C99-based standards] (remainderf): Likewise.
41560         [non-C99-based standards] (rintf): Likewise.
41561         [non-C99-based standards] (scalbf): Likewise.
41562         [non-C99-based standards] (copysignl): Likewise.
41563         [non-C99-based standards] (exp2l): Likewise.
41564         [non-C99-based standards] (log2l): Likewise.
41565         [non-C99-based standards] (modfl): Allow.
41566         [non-C99-based standards] (erfl): Do not allow.
41567         [non-C99-based standards] (erfcl): Likewise.
41568         [non-C99-based standards] (gammal): Likewise.
41569         [non-C99-based standards] (hypotl): Likewise.
41570         [non-C99-based standards] (j0l): Likewise.
41571         [non-C99-based standards] (j1l): Likewise.
41572         [non-C99-based standards] (jnl): Likewise.
41573         [non-C99-based standards] (lgammal): Likewise.
41574         [non-C99-based standards] (tgammal): Likewise.
41575         [non-C99-based standards] (y0l): Likewise.
41576         [non-C99-based standards] (y1l): Likewise.
41577         [non-C99-based standards] (ynl): Likewise.
41578         [non-C99-based standards] (isnanl): Likewise.
41579         [non-C99-based standards] (acoshl): Likewise.
41580         [non-C99-based standards] (asinhl): Likewise.
41581         [non-C99-based standards] (atanhl): Likewise.
41582         [non-C99-based standards] (cbrtl): Likewise.
41583         [non-C99-based standards] (expm1l): Likewise.
41584         [non-C99-based standards] (ilogbl): Likewise.
41585         [non-C99-based standards] (log1pl): Likewise.
41586         [non-C99-based standards] (logbl): Likewise.
41587         [non-C99-based standards] (nextafterl): Likewise.
41588         [non-C99-based standards] (remainderl): Likewise.
41589         [non-C99-based standards] (rintl): Likewise.
41590         [non-C99-based standards] (scalbl): Likewise.
41591         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41592         [non-C99-based standards] (FP_*): Do not allow.
41593         [C99-based standards] (FP_*): Change to
41594         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41595         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41596         allow.
41597         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41598         (SIG_ERR): Likewise.
41599         [X/Open-based standards] (SIG_HOLD): Likewise.
41600         (SIG_IGN): Likewise.
41601         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41602         positive value.
41603         (SIGFPE): Likewise.
41604         (SIGILL): Likewise.
41605         (SIGINT): Likewise.
41606         (SIGSEGV): Likewise.
41607         (SIGTER): Likewise.
41608         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41609         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41610         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41611         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41612         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41613         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41614         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41615         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41616         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41617         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41618         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41619         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41620         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41621         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41622         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41623         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41624         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41625         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41626         [X/Open-based standards] (SIGTRAP): Likewise.
41627         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41628         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41629         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41630         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41631         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41632         allow.
41634 2012-05-08  Ian Wienand  <ianw@vmware.com>
41636         [BZ #14080]
41637         * time/tzset.c (__tzset_parse_tz): Update default rules for
41638         daylight time changes in the Energy Policy Act of 2005.
41640 2012-05-09  Andreas Jaeger  <aj@suse.de>
41642         [BZ #13983]
41643         * elf/ldconfig.c (parse_conf): Change string to make clear that
41644         ldconfig only issued a warning if ld.so.conf does not exist.
41646 2012-05-08  David S. Miller  <davem@davemloft.net>
41648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41649         movxtod instead of popping the value on the stack.
41651         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41653 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41655         * config.h.in: Add HAVE_ARM_PCS_VFP.
41657 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41659         [BZ #13979]
41660         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41661         checking but the checks are disabled for any reason.
41663 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41665         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41666         and ELF64_R_TYPE with ELFW(R_TYPE).
41668 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41670         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41671         (ulimit): Likewise.
41673         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41674         (settimeofday): Likewise.
41676 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41678         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41679         a struct th_u2 inside the union, and move tu_block/tu_code into
41680         a new th_u3 union of tu_block/tu_code inside of that.  Move
41681         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41682         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41683         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41684         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41685         (th_stuff): Change to th_u1.tu_stuff.
41686         (th_data): Define.
41687         (th_msg): Change to th_u1.th_u2.tu_data.
41689 2012-05-07  David S. Miller  <davem@davemloft.net>
41691         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41693         [BZ #14074]
41694         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41695         (SETUP_PIC_REG): Use it.
41696         (SETUP_PIC_REG_LEAF): Use it.
41698 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41700         [BZ #13885]
41701         [BZ #13923]
41702         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41703         USE_AS_EXPM1L.
41704         (EXPL_FINITE): Likewise.
41705         (FLDLOG): Likewise.
41706         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41707         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41708         e_expl.S.
41709         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41710         USE_AS_EXPM1L.
41711         (EXPL_FINITE): Likewise.
41712         (FLDLOG): Likewise.
41713         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41714         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41715         e_expl.S.
41716         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41717         test of -max_value argument for long double.
41718         * sysdeps/i386/fpu/libm-test-ulps: Update.
41719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41721 2012-05-06  David S. Miller  <davem@davemloft.net>
41723         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41724         quad soft-float symbols whose references which are compiler
41725         generated.
41726         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41728 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41730         [BZ #13884]
41731         [BZ #13914]
41732         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41733         USE_AS_EXP10L.
41734         (EXPL_FINITE): Likewise.
41735         (FLDLOG): Likewise.
41736         (c0): Likewise.
41737         (c1): Likewise.
41738         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41739         Adjust comments for base varying.
41740         (__expl_finite): Change alias to EXPL_FINITE.
41741         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41742         e_expl.S.
41743         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41744         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41745         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41746         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41747         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41748         USE_AS_EXP10L.
41749         (EXPL_FINITE): Likewise.
41750         (FLDLOG): Likewise.
41751         (c0): Likewise.
41752         (c1): Likewise.
41753         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41754         Adjust comments for base varying.
41755         (__expl_finite): Change alias to EXPL_FINITE.
41756         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41757         tests for bugs.
41758         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41760         [BZ #14064]
41761         * math/libm-test.inc (check_float_internal): Correct ulp
41762         calculation for subnormal expected results.
41764 2012-05-06  Andreas Jaeger  <aj@suse.de>
41766         * Makeconfig (+math-flags): New, set to -frounding-math.
41767         (+cflags): Add +math-flags so that all of glibc gets compiled with
41768         it.
41770         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41772 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41774         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41775         Disable one test.
41777         [BZ #13787]
41778         [BZ #13922]
41779         [BZ #14036]
41780         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41781         (__ieee754_expl): Allow for and saturate large arguments.
41782         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41783         (u_threshold): Likewise.
41784         (__exp): Call __ieee754_exp before checking for overflow and
41785         underflow.
41786         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41787         (u_threshold): Likewise.
41788         (__expf): Call __ieee754_expf before checking for overflow and
41789         underflow.
41790         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41791         (u_threshold): Likewise.
41792         (__expl): Call __ieee754_expl before checking for overflow and
41793         underflow.
41794         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41795         (__ieee754_expl): Allow for and saturate large arguments.
41796         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41797         missing overflow exception on overflow.
41798         (expm1_test): Do not allow missing overflow exception on overflow.
41800         * sysdeps/i386/fpu/e_expl.c: Move to ...
41801         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41802         rather than using inline asm.
41803         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41804         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41805         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41807         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41808         (nice): Likewise.
41809         (poll): Likewise.
41810         (signal): Likewise.
41811         (time): Likewise.
41812         (times): Likewise.
41814 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41816         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41817         sysdeps/unix/common/syscalls.list.
41818         (fchmod): Likewise.
41819         (fchown): Likewise.
41820         (ftruncate): Likewise.
41821         (getrusage): Likewise.
41822         (gettimeofday): Likewise.
41823         (setpgid): Likewise.
41824         (setregid): Likewise.
41825         (setreuid): Likewise.
41826         (sigaction): Likewise.
41827         (truncate): Likewise.
41828         (vhangup): Likewise.
41829         * sysdeps/unix/common/syscalls.list: Remove file.
41830         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41831         * sysdeps/unix/sysv/linux/Implies: Likewise.
41833 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41835         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41836         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41837         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41838         Moved to ...
41839         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41840         Here.
41841         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41842         to ...
41843         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41844         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41845         to ...
41846         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41847         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41848         to ...
41849         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41850         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41851         to ...
41852         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41853         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41854         to ...
41855         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41856         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41857         to ...
41858         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41859         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41860         to ...
41861         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41862         Here.
41863         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41864         to ...
41865         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41866         Here.
41867         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41868         to ...
41869         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41870         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41871         Moved to ...
41872         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41873         Here.
41874         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41875         to ...
41876         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41878 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41880         * sysdeps/unix/common/bits/dirent.h: Remove file.
41881         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41883         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41884         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41885         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41886         * sysdeps/unix/bsd/isatty.c: Likewise.
41887         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41888         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41889         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41891 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41893         [BZ #13563]
41894         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41895         long double comparison inaccuracies.
41896         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41897         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41899 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41901         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41902         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41904 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41906         [BZ #14049]
41907         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41908         nonzero digits before rounding a hex value.
41909         * stdlib/tst-strtod.c (tests): Add another test.
41911 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41913         * sysdeps/s390/fpu/libm-test-ulps: Update.
41915 2012-05-03  Andreas Jaeger  <aj@suse.de>
41917         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41918         does not get optimized out.
41919         (malloc_opt_barrier): New.
41921 2012-05-03  Andreas Jaeger  <aj@suse.de>
41922             Roland McGrath  <roland@hack.frob.com>
41924         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41925         intermediate file deletion.
41926         (generated): Add .symlist files.
41928 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41930         [BZ #13775]
41931         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41932         Redirect under this condition.
41933         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41934         [__USE_GNU] (__dprintf_chk): Not under this condition.
41935         [__USE_GNU] (__vdprintf_chk): Likewise.
41936         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41937         under this condition.
41938         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41939         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41940         [__USE_XOPEN2K8] (vdprintf): Likewise.
41941         [__USE_GNU] (__dprintf_chk): Not under this condition.
41942         [__USE_GNU] (__vdprintf_chk): Likewise.
41943         [__USE_GNU] (dprintf): Likewise.
41944         [__USE_GNU] (vdprintf): Likewise.
41946 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41948         * elf/Makefile (common-generated): Set this instead of generated for
41949         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41950         $(all-built-dso)-derived lists.
41952 2012-05-03  Andreas Jaeger  <aj@suse.de>
41954         * sysdeps/i386/fpu/libm-test-ulps: Update.
41956         * FAQ: Removed.
41957         * FAQ.in: Likewise.
41958         * scripts/gen-FAQ.pl: Likewise.
41959         * manual/install.texi (Installation): Point to online location of
41960         FAQ.
41961         * Makefile (files-for-dist): Remove FAQ.
41962         (FAQ): Remove.
41964 2012-05-02  Allan McRae  <allan@archlinux.org>
41966         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41967         (LDFLAGS-reldepmod5.so): Likewise.
41968         (LDFLAGS-reldep6mod1.so): Likewise.
41969         (LDFLAGS-reldep6mod4.so): Likewise.
41970         (LDFLAGS-reldep8mod3.so): Likewise.
41971         (LDFLAGS-unload4mod1.so): Likewise.
41972         (LDFLAGS-unload4mod2.so): Likewise.
41973         (LDFLAGS-tst-initorder): Likewise.
41974         (LDFLAGS-tst-initordera2.so): Likewise.
41975         (LDFLAGS-tst-initordera3.so): Likewise.
41976         (LDFLAGS-tst-initordera4.so): Likewise.
41977         (LDFLAGS-tst-initorderb2.so): Likewise.
41978         (LDFLAGS-noload): Likewise.
41979         (LDFLAGS-next): Likewise.
41980         (LDFLAGS-order2mod1.so): Likewise.
41981         (LDFLAGS-order2mod2.so): Likewise.
41982         (LDFLAGS-tst-initorder2): Likewise.
41983         (LDFLAGS-tst-initorder2a.so): Likewise.
41984         (LDFLAGS-tst-initorder2b.so): Likewise.
41985         (LDFLAGS-tst-initorder2c.so): Likewise.
41986         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41988 2012-05-02  David S. Miller  <davem@davemloft.net>
41990         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41992 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41994         [BZ #14055]
41995         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41997 2012-05-02  Andreas Jaeger  <aj@suse.de>
41999         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
42000         since we manipulate rounding mode.
42001         (CPPFLAGS-test-idouble.c): Likewise.
42002         (CPPFLAGS-test-ifloat.c): Likewise.
42003         (CFLAGS-test-ldouble.c): Likewise.
42004         (CFLAGS-test-double.c): Likewise.
42005         (CFLAGS-test-float.c): Likewise.
42006         (CFLAGS-test-misc.c): Likewise.
42007         (CFLAGS-test-test-fenv.c): Likewise.
42009 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42011         [BZ #2550]
42012         [BZ #2570]
42013         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
42014         comparisons to determine direction to adjust input.
42016 2012-05-01  Roland McGrath  <roland@hack.frob.com>
42018         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
42019         output to the target.
42021         * scripts/localplt.awk: New file.
42022         * elf/Makefile ($(objpfx)check-localplt): Target removed.
42023         (check-localplt-CFLAGS): Variable removed.
42024         ($(all-built-dso:=.jmprel)): New static pattern rule.
42025         (generated): Add those targets.
42026         (localplt-built-dso): New variable.
42027         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
42029         * elf/check-localplt.c: File removed.
42031         * scripts/check-execstack.awk: New file.
42032         * elf/Makefile ($(objpfx)check-execstack): Target removed.
42033         (check-execstack-CFLAGS): Variable removed.
42034         ($(objpfx)check-execstack.h): Target removed.
42035         ($(objpfx)execstack-default): New target.
42036         (generated): Add that instead of check-execstack.h.
42037         ($(all-built-dso:=.phdr)): New static pattern rule.
42038         (generated): Add those targets.
42039         * elf/check-execstack.c: File removed.
42041         * scripts/check-textrel.awk: New file.
42042         * elf/Makefile ($(objpfx)check-textrel): Target removed.
42043         (check-textrel-CFLAGS): Variable removed.
42044         (all-built-dso): Use := to define.o
42045         ($(all-built-dso:=.dyn)): New static pattern rule.
42046         (generated): Add those targets.
42047         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
42048         * config.make.in (READELF): New substituted variable.
42049         * elf/check-textrel.c: File removed.
42051 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42053         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42054         allow.
42055         * conform/data/ctype.h-data [C99-based standards] (isblank):
42056         Expect function.
42057         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
42058         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
42059         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42060         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
42061         Specify type.  Require positive value.
42062         (EILSEQ): Likewise.
42063         (ERANGE): Likewise.
42064         [ISO || POSIX] (EILSEQ): Do not expect.
42065         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
42066         Specify type.  Require positive value.
42067         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
42068         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
42069         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
42070         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
42071         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
42072         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
42073         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
42074         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
42075         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
42076         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
42077         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
42078         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
42079         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
42080         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
42081         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
42082         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
42083         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
42084         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
42085         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
42086         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
42087         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
42088         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
42089         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
42090         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
42091         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
42092         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
42093         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
42094         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
42095         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
42096         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
42097         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
42098         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
42099         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
42100         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
42101         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
42102         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
42103         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
42104         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
42105         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
42106         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
42107         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
42108         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
42109         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
42110         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
42111         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
42112         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
42113         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
42114         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
42115         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
42116         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
42117         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
42118         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
42119         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
42120         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
42121         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
42122         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
42123         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
42124         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
42125         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
42126         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
42127         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
42128         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
42129         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
42130         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
42131         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
42132         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
42133         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
42134         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
42135         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
42136         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
42137         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
42138         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
42139         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
42140         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
42141         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
42142         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
42143         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
42144         Require >= 2.
42145         (FLT_ROUNDS): Expect as macro, not constant.
42146         (FLT_MANT_DIG): Use macro-int-constant.
42147         (DBL_MANT_DIG): Likewise.
42148         (LDBL_MANT_DIG): Likewise.
42149         (FLT_DIG): Likewise.
42150         (DBL_DIG): Likewise.
42151         (LDBL_DIG): Likewise.
42152         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
42153         (DBL_MIN_EXP): Likewise.
42154         (LDBL_MIN_EXP): Likewise.
42155         (FLT_MAX_EXP): Use macro-int-constant.
42156         (DBL_MAX_EXP): Likewise.
42157         (LDBL_MAX_EXP): Likewise.
42158         (FLT_MAX_10_EXP): Likewise.
42159         (DBL_MAX_10_EXP): Likewise.
42160         (LDBL_MAX_10_EXP): Likewise.
42161         (FLT_MAX): Use macro-constant.
42162         (DBL_MAX): Likewise.
42163         (LDBL_MAX): Likewise.
42164         (FLT_EPSILON): Use macro-constant.  Give upper bound.
42165         (DBL_EPSILON): Likewise.
42166         (LDBL_EPSILON): Likewise.
42167         (FLT_MIN): Likewise.
42168         (DBL_MIN): Likewise.
42169         (LDBL_MIN): Likewise.
42170         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
42171         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
42172         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
42173         [ISO11] (FLT_HAS_SUBNORM): Likewise.
42174         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
42175         [ISO11] (DBL_DECIMAL_DIG): Likewise.
42176         [ISO11] (FLT_DECIMAL_DIG): Likewise.
42177         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
42178         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
42179         [ISO11] (FLT_TRUE_MIN): Likewise.
42180         [ISO11] (LDBL_TRUE_MIN): Likewise.
42181         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42182         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
42183         (SCHAR_MIN): Use macro-int-constant.  Specify type.
42184         (SCHAR_MAX): Likewise.
42185         (UCHAR_MAX): Likewise.
42186         (CHAR_MIN): Likewise.
42187         (CHAR_MAX): Likewise.
42188         (MB_LEN_MAX): Use macro-int-constant.
42189         (SHRT_MIN): Use macro-int-constant.  Specify type.
42190         (SHRT_MAX): Likewise.
42191         (USHRT_MAX): Likewise.
42192         (INT_MAX): Likewise.
42193         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
42194         bound negative.
42195         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
42196         bound with "U".
42197         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
42198         bound with "L".
42199         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
42200         bound negative.  Suffix upper bound with "L".
42201         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
42202         bound with "UL".
42203         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
42204         Specify type.
42205         [C99-based standards] (LLONG_MAX): Likewise.
42206         [C99-based standards] (ULLONG_MAX): Likewise.
42207         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
42208         == 0.
42209         [ISO11] (max_align_t): Require type.
42210         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42212         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
42213         from $CFLAGS, without defining away __attribute__ calls.
42214         (checknamespace): Use $CFLAGS_namespace.
42216         * conform/conformtest.pl (@keywords): Only include C99 keywords
42217         for standards based on C99 or C11.
42219         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
42220         Disable tests.
42221         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
42222         UNIX98]: Likewise.
42224         * conform/conformtest.pl: Handle "macro-int-constant" and test for
42225         usability of symbols in #if.
42227         * conform/conformtest.pl: If macro or constant types start
42228         "promoted:", expect the symbol to be of the following type
42229         promoted by the integer promotions.
42231         * conform/conformtest.pl: Parse all "constant" and "macro" lines
42232         in one place.  Also handle "macro-constant".
42234         * conform/conformtest.pl: Only accept expected macro values with
42235         "==".  Parse all "macro" lines in one place.
42236         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
42238         * conform/conformtest.pl: Handle braced types on "constant" lines
42239         instead of handling "typed-constant".
42240         * conform/data/signal.h-data: Use "constant" instead of
42241         "typed-constant".
42243         * conform/conformtest.pl: Handle "optional-" at start of lines in
42244         one place rather than duplicating several cases.  Handle each
42245         format of "macro" line with initial "optional-".
42247         * conform/conformtest.pl: Only accept expected constant or
42248         optional-constant values with "==".  Parse all "constant" lines in
42249         one place.  Parse all "optional-constant" lines in one place.
42250         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
42251         * conform/data/fmtmsg.h-data: Likewise.
42252         * conform/data/netinet/in.h-data: Likewise.
42253         * conform/data/tar.h-data: Likewise.
42254         * conform/data/limits.h-data: Use "==" form on "constant" and
42255         "optional-constant" lines.
42257         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
42258         Use -std=c99 for XOPEN2K.
42259         (@knownproblems): Remove.
42260         (newtoken): Don't check %isknown.
42262         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
42263         Do not expect macro.
42264         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
42265         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
42266         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
42267         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
42268         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
42269         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
42270         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
42271         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
42272         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
42273         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
42274         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
42275         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
42276         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
42277         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
42278         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
42279         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
42280         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
42281         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
42282         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
42283         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
42284         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
42285         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
42286         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
42287         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
42288         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
42289         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
42290         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
42291         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
42292         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
42293         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
42294         [XPG3] (acosh): Likewise.
42295         [XPG3] (asinh): Likewise.
42296         [XPG3] (atanh): Likewise.
42297         [XPG3] (cbrt): Likewise.
42298         [XPG3] (expm1): Likewise.
42299         [XPG3] (ilogb): Likewise.
42300         [XPG3] (log1p): Likewise.
42301         [XPG3] (logb): Likewise.
42302         [XPG3] (nextafter): Likewise.
42303         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
42304         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
42305         [XPG3] (remainder): Likewise.
42306         [XPG3] (rint): Likewise.
42307         [XPG3 || XPG4 || UNIX98] (round): Likewise.
42308         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
42309         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
42310         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
42311         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
42312         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
42313         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
42314         [UNIX98 || XOPEN2K] (scalb): Expect.
42315         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
42316         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
42317         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
42318         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
42319         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
42320         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
42321         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
42322         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
42323         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
42324         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
42325         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
42326         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
42327         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
42328         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
42329         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
42330         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
42331         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
42332         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
42333         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
42334         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
42335         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
42336         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
42337         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
42338         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
42339         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
42340         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
42341         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
42342         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
42343         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
42344         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
42345         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
42346         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
42347         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
42348         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
42349         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
42350         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
42351         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
42352         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
42353         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
42354         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
42355         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
42356         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
42357         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
42358         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
42359         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
42360         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42361         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42362         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42363         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42364         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42365         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42366         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42367         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42368         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42369         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42370         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42371         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42372         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42373         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42374         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42375         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42376         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42377         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42378         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42379         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42380         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42381         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42382         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42383         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42384         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42385         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42386         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42387         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42388         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42389         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42390         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42391         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42392         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42393         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42394         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42395         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42396         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42397         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42398         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42399         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42400         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42401         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42402         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42403         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42404         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42405         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42406         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42407         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42408         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42409         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42410         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42411         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42412         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42413         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42414         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42415         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42416         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42417         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42418         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42419         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42420         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42421         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42422         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42423         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42424         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42425         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42426         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42427         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42428         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42429         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42430         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42431         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42432         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42433         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42434         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42435         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42436         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42437         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42438         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42439         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42440         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42441         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42442         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42443         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42444         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42445         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42446         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42447         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42448         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42449         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42450         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42451         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42453         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42454         _XOPEN_SOURCE_EXTENDED for XPG4.
42456         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42458         * Makeconfig (localtime): Remove variable.
42459         (inst_localtime-file): Likewise.
42461 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42464         Update.
42465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42466         Update.
42467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42468         Update.
42469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42470         Update.
42471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42472         Update.
42473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42474         Update.
42475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42476         Update.
42477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42478         Update.
42479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42480         Update.
42482 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42484         [BZ #2550]
42485         [BZ #2570]
42486         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42487         comparisons to determine direction to adjust input.
42488         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42489         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42490         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42491         Likewise.
42492         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42493         Likewise.
42494         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42495         Likewise.
42496         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42497         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42498         Likewise.
42499         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42500         Likewise.
42501         * math/libm-test.inc (nexttoward_test): Add more tests.
42503 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42505         [BZ #14040]
42506         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42507         in version GLIBC_2.1, not GLIBC_2.0.
42508         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42509         Likewise.
42511 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42513         [BZ #13942]
42514         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42515         (1 - x) * (1 + x).
42516         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42517         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42518         * math/libm-test.inc (acos_test): Add more tests.
42519         (asin_test): Likewise.
42520         * sysdeps/i386/fpu/libm-test-ulps: Update.
42521         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42523         [BZ #14034]
42524         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42525         of square root.
42526         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42527         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42528         * math/libm-test.inc (acos_test_tonearest): New function.
42529         (acos_test_towardzero): Likewise.
42530         (acos_test_downward): Likewise.
42531         (acos_test_upward): Likewise.
42532         (asin_test_tonearest): Likewise.
42533         (asin_test_towardzero): Likewise.
42534         (asin_test_downward): Likewise.
42535         (asin_test_upward): Likewise.
42536         (main): Call the new functions.
42537         * sysdeps/i386/fpu/libm-test-ulps: Update.
42538         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42540         [BZ #13884]
42541         [BZ #13924]
42542         * math/e_exp10.c: Include <float.h>.
42543         (__ieee754_exp10): Handle underflow here rather than multiplying
42544         large negative argument by M_LN10.
42545         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42546         of __ieee754_expf.
42547         * math/e_exp10l.c: Include <float.h>.
42548         (__ieee754_exp10l): Handle underflow here rather than multiplying
42549         large negative argument by M_LN10l.
42550         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42551         spurious overflow exception on underflow.
42553 2012-04-29  Marek Polacek  <polacek@redhat.com>
42555         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42556         (__fortify_function): New macro.
42557         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42558         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42559         __extern_always_inline.
42560         * libio/bits/stdio2.h: Likewise.
42561         * libio/bits/stdio.h: Likewise.
42562         * string/string.h: Likewise.
42563         * string/bits/string3.h: Likewise.
42564         * include/stdio.h: Likewise.
42565         * stdlib/bits/stdlib.h: Likewise.
42566         * stdlib/stdlib.h: Likewise.
42567         * rt/bits/mqueue2.h: Likewise.
42568         * rt/mqueue.h: Likewise.
42569         * posix/bits/unistd.h: Likewise.
42570         * posix/unistd.h: Likewise.
42571         * io/bits/poll2.h: Likewise.
42572         * io/bits/fcntl2.h: Likewise.
42573         * io/fcntl.h: Likewise.
42574         * io/sys/poll.h: Likewise.
42575         * misc/bits/syslog.h: Likewise.
42576         * misc/bits/syslog-ldbl.h: Likewise.
42577         * misc/sys/syslog.h: Likewise.
42578         * socket/bits/socket2.h: Likewise.
42579         * socket/sys/socket.h: Likewise.
42580         * debug/tst-chk1.c: Likewise.
42581         * wcsmbs/bits/wchar2.h: Likewise.
42582         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42583         * wcsmbs/wchar.h: Likewise.
42585 2012-04-29  Andreas Jaeger  <aj@suse.de>
42587         * Makerules (tests): Remove enable-check-abi protection.
42588         (check-abi-warn): Remove.
42589         (check-abi-%): Remove check-abi-warn usage.
42591         * configure.in: Remove check-abi configure option.
42592         * configure: Regenerated.
42593         * config.make.in (enable-check-abi): Remove.
42595 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42597         [BZ #14033]
42598         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42599         double functions to double *_finite functions.
42601         [BZ #13941]
42602         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42603         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42604         LDBL_MIN_EXP.
42605         * stdio-common/Makefile (tests): Add tst-sprintf3.
42606         * stdio-common/tst-sprintf3.c: New file.
42608         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42609         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42611 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42613         * conform/conformtest.pl: Remove duplicate typed-constant
42614         handling.
42616 2012-04-28  David S. Miller  <davem@davemloft.net>
42618         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42619         (check-abi-%): Remove AWK script prerequisite and explicit
42620         abilist directory.
42621         (check-abi): Rewrite to just diff the symlist with the abilist.
42622         (config-tls, config-abi-config): Delete, no longer used.
42623         (update-abi-%): Remove AWK script and explicit abilist directory.
42624         (update-abi): Rewrite to simply compare and conditionally copy the
42625         symlist and the sysdep abilist file.  Remove update-abi-config
42626         checks.
42627         * abilist/ld.abilist: Remove.
42628         * abilist/libBrokenLocale.abilist: Remove.
42629         * abilist/libanl.abilist: Remove.
42630         * abilist/libcrypt.abilist: Remove.
42631         * abilist/libdl.abilist: Remove.
42632         * abilist/librt.abilist: Remove.
42633         * abilist/libthread_db.abilist: Remove.
42634         * abilist/libutil.abilist: Remove.
42635         * scripts/extract-abilist.awk: Remove.
42636         * scripts/merge-abilist.awk: Remove.
42637         * sysdeps/generic/libcidn.abilist: New file.
42638         * sysdeps/generic/libnss_compat.abilist: New file.
42639         * sysdeps/generic/libnss_db.abilist: New file.
42640         * sysdeps/generic/libnss_dns.abilist: New file.
42641         * sysdeps/generic/libnss_files.abilist: New file.
42642         * sysdeps/generic/libnss_hesiod.abilist: New file.
42643         * sysdeps/generic/libnss_nis.abilist: New file.
42644         * sysdeps/generic/libnss_nisplus.abilist: New file.
42645         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42646         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42647         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42648         file.
42649         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42650         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42651         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42652         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42653         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42654         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42655         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42656         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42657         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42658         file.
42659         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42660         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42661         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42662         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42663         file.
42664         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42665         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42666         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42667         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42668         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42669         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42670         file.
42671         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42672         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42673         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42674         file.
42675         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42676         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42677         New file.
42678         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42679         New file.
42680         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42681         New file.
42682         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42683         New file.
42684         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42685         New file.
42686         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42687         New file.
42688         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42689         New file.
42690         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42691         New file.
42692         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42693         New file.
42694         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42695         New file.
42696         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42697         New file.
42698         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42699         New file.
42700         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42701         New file.
42702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42703         file.
42704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42705         New file.
42706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42707         New file.
42708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42709         file.
42710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42711         New file.
42712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42713         New file.
42714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42715         file.
42716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42717         New file.
42718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42719         New file.
42720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42721         New file.
42722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42723         New file.
42724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42725         New file.
42726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42727         New file.
42728         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42729         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42730         file.
42731         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42732         New file.
42733         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42734         file.
42735         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42736         file.
42737         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42738         file.
42739         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42740         file.
42741         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42742         file.
42743         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42744         New file.
42745         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42746         file.
42747         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42748         file.
42749         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42750         New file.
42751         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42752         file.
42753         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42754         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42755         file.
42756         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42757         New file.
42758         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42759         file.
42760         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42761         file.
42762         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42763         file.
42764         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42765         file.
42766         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42767         file.
42768         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42769         New file.
42770         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42771         file.
42772         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42773         file.
42774         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42775         New file.
42776         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42777         file.
42778         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42779         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42780         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42781         file.
42782         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42783         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42784         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42785         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42786         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42787         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42788         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42789         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42790         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42791         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42792         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42793         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42794         file.
42795         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42796         New file.
42797         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42798         file.
42799         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42800         file.
42801         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42802         file.
42803         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42804         file.
42805         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42806         file.
42807         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42808         New file.
42809         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42810         New file.
42811         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42812         file.
42813         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42814         New file.
42815         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42816         file.
42817         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42818         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42819         file.
42820         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42821         New file.
42822         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42823         file.
42824         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42825         file.
42826         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42827         file.
42828         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42829         file.
42830         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42831         file.
42832         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42833         New file.
42834         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42835         New file.
42836         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42837         file.
42838         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42839         New file.
42840         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42841         file.
42843 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42845         * conform/conformtest.pl: Fix typo in handling typed-constant from
42846         allow-header.
42848 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42850         * README: Cut down references to pre-2.6 Linux kernels and
42851         Linuxthreads.  Update lists of configurations in libc and ports
42852         and sort alphabetically.  Say "or newer" with Linux kernel version
42853         requirements.
42855         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42857 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42859         [BZ #887]
42860         * math/libm-test.inc (logb_test_downward): New test to expose
42861         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42862         rounding mode.
42864 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42866         [BZ #14027]
42867         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42868         to be done.
42869         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42870         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42872 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42874         * sysdeps/unix/i386/brk.S: Remove file.
42875         * sysdeps/unix/i386/dl-brk.S: Likewise.
42876         * sysdeps/unix/i386/pipe.S: Likewise.
42877         * sysdeps/unix/i386/sigreturn.S: Likewise.
42878         * sysdeps/unix/i386/syscall.S: Likewise.
42879         * sysdeps/unix/i386/vfork.S: Likewise.
42880         * sysdeps/unix/i386/wait.S: Likewise.
42882         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42883         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42885         * configure.in (arm*-none*): Do not allow without
42886         --enable-hacker-mode.
42887         (netbsd*): Remove case setting base_os.
42888         (386bsd*): Likewise.
42889         (freebsd*): Likewise.
42890         (bsdi*): Likewise.
42891         (osf*): Likewise.
42892         (sunos*): Likewise.
42893         (ultrix*): Likewise.
42894         (newsos*): Likewise.
42895         (dynix*): Likewise.
42896         (*bsd*): Likewise.
42897         (sysv*): Likewise.
42898         (isc*): Likewise.
42899         (esix*): Likewise.
42900         (sco*): Likewise.
42901         (minix*): Likewise.
42902         (irix4*): Likewise.
42903         (irix6*): Likewise.
42904         (solaris[2-9]*): Likewise.
42905         (none): Likewise.
42906         * configure: Regenerated.
42908 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42910         [BZ #11521]
42911         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42912         overflow or cancellation in calculating denominator.
42913         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42914         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42915         down expression to avoid unexpected rounding in newer GCCs.
42916         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42918 2012-04-26  David S. Miller  <davem@davemloft.net>
42920         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42921         long-double compat symbols.
42922         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42923         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42924         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42925         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42926         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42927         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42928         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42929         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42930         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42931         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42932         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42933         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42934         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42936 2012-04-25  David S. Miller  <davem@davemloft.net>
42938         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42939         HWCAP_* values only after the memory barriers have been defined.
42940         (atomic_full_barrier): Define.
42941         (atomic_read_barrier): Define.
42942         (atomic_write_barrier): Define.
42944 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42946         * shlib-versions: Add libgcc_s version information.
42947         * sysdeps/generic/libgcc_s.h: Remove.
42948         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42949         libgcc_s.h.
42950         * sysdeps/gnu/unwind-resume.c: Likewise.
42951         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42953 2012-04-25  David S. Miller  <davem@davemloft.net>
42955         * sysdeps/unix/sparc/brk.S: Delete.
42956         * sysdeps/unix/sparc/dl-brk.S: Delete.
42957         * sysdeps/unix/sparc/pipe.S: Delete.
42958         * sysdeps/unix/sparc/sysdep.S: Delete.
42959         * sysdeps/unix/sparc/sysdep.h: Delete.
42960         * sysdeps/unix/sparc/vfork.S: Delete.
42961         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42962         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42963         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42964         (ret_ERRVAL, r0, r1, MOVE): Define.
42965         (JUMPTARGET): Remove.
42966         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42967         sysdeps/unix/sparc/sysdep.h
42968         (ENTRY, END): Remove.
42969         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42971 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42973         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42974         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42975         -DIS_IN_build.
42977         * timezone/README: Update upstream location and email address for
42978         tzcode and tzdata.
42979         * timezone/zdump.c: Update from tzcode 2012b.
42980         * timezone/zic.c: Likewise.
42982         * configure.in (libc_cv_as_needed): Remove test.
42983         * configure: Regenerated.
42984         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42985         conditional definition.
42986         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42987         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42988         * config.make.in (have-as-needed): Remove variable.
42990 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42991             Paul Pluzhnikov  <ppluzhnikov@google.com>
42993         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42994         strings correctly.
42996 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42998         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42999         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
43000         * sysdeps/sh/strlen.S: Likewise.
43002 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
43004         * sysdeps/unix/fork.S: Remove file.
43005         * sysdeps/unix/i386/fork.S: Likewise.
43006         * sysdeps/unix/sparc/fork.S: Likewise.
43008         * sysdeps/unix/system.c: Remove file.
43009         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
43011         * sysdeps/unix/getegid.S: Remove file.
43012         * sysdeps/unix/geteuid.S: Likewise.
43014 2012-04-24  Roland McGrath  <roland@hack.frob.com>
43016         * scripts/check-localplt.awk: New file.
43017         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
43018         of diff.
43019         * scripts/data/localplt-generic.data: Add a comment.
43021         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
43022         NODE when __dir_mkfile failed.
43023         * sysdeps/mach/hurd/symlinkat.c: Likewise.
43024         Reported by Ludovic Courtès <ludo@gnu.org>.
43026 2012-04-24  Andreas Jaeger  <aj@suse.de>
43028         * Makerules (common-clean): Also remove gen-as-const-headers
43029         files.
43031 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
43033         * Makerules (native-compile): Do not change working directory for
43034         build.  Use $(OUTPUT_OPTION) in command.
43035         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
43037 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43039         [BZ #13886]
43040         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
43041         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
43042         * math/libm-test.inc (floor_test): Add more tests.
43043         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
43045 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
43047         * sysdeps/unix/getdents.c: Remove file.
43048         * sysdeps/unix/sysv/getdents.c: Likewise.
43049         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
43051         * sysdeps/unix/syscalls.list (madvise): Add syscall from
43052         sysdeps/unix/mman/syscalls.list.
43053         (mmap): Likewise.
43054         (mprotect): Likewise.
43055         (msync): Likewise.
43056         (munmap): Likewise.
43057         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
43058         * sysdeps/unix/mman/syscalls.list: Remove.
43059         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
43061         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
43062         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
43063         * configure: Regenerated.
43064         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
43065         $(libgcc_s_suffix).
43066         * config.make.in (libgcc_s_suffix): Remove variable.
43068 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
43070         * sysdeps/unix/sysv/gethostname.c: Move to ...
43071         * sysdeps/posix/gethostname.c: ... here.
43073         * sysdeps/unix/execve.S: Remove file.
43075         * sysdeps/unix/_exit.S: Remove file.
43077 2012-04-23  Andreas Jaeger  <aj@suse.de>
43079         [BZ #13739]
43080         * manual/Makefile: Remove make dist support, there's no
43081         need for a stand-alone documentation tar ball.
43082         (TEXI2DVI): Define always, it's not in Makeconfig.
43083         (dist): Removed.
43084         (tar-it): Removed.
43085         (edition): Removed.
43086         (glibc-doc-$(edition).tar): Removed
43087         (%.Z): Removed.
43088         (%.gz): Removed.
43089         (%.uu): Removed.
43090         (ETAGS): Remove, it's in Makeconfig.
43091         (move-if-change): Remove, it's in Makeconfig.
43093 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
43095         [BZ #13970]
43096         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
43097         (strtod, strtof, strtold, strtol, strtoul, strtoq)
43098         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
43099         (strtod_l, strtof_l, strtold_l): Remove __wur.
43100         It is not necessarily an error to ignore strtol's return value.
43101         One can reliably look at the stored endptr to decide whether
43102         the number had valid syntax.
43104 2012-04-21  Andreas Jaeger  <aj@suse.de>
43106         [BZ #13739]
43107         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
43109 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
43111         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
43112         * sysdeps/unix/sysv/Versions: Remove file.
43114 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
43116         [BZ #13927]
43117         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43119 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
43121         [BZ #7064]
43122         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
43123         version from __vm86.
43125 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
43127         * sysdeps/unix/common/lxstat.c: Remove file.
43128         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
43130         * sysdeps/unix/sysv/Makefile: Remove file.
43132         * sysdeps/unix/sysv/direct.h: Remove file.
43134         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
43135         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
43136         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
43137         * sysdeps/unix/sysv/bits/signum.h: Likewise.
43138         * sysdeps/unix/sysv/bits/stat.h: Likewise.
43139         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
43140         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
43142         * sysdeps/unix/sysv/setrlimit.c: Remove file.
43144         * sysdeps/unix/xmknod.c: Remove file.
43145         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
43147         * sysdeps/unix/sysv/settimeofday.c: Remove file.
43149         * sysdeps/unix/sysv/i386/time.S: Remove file.
43151         * sysdeps/unix/fxstat.c: Remove file.
43152         * sysdeps/unix/xstat.c: Likewise.
43153         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
43155         * sysdeps/unix/sysv/sigaction.c: Remove file.
43157         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
43158         (sysdep_headers): Remove variable.
43159         [termio.h not in sysdep_headers] (generated): Likewise.
43160         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
43161         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
43162         * sysdeps/unix/sysv/tcdrain.c: Likewise.
43163         * sysdeps/unix/sysv/tcflow.c: Likewise.
43164         * sysdeps/unix/sysv/tcflush.c: Likewise.
43165         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
43166         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
43167         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
43168         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
43169         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
43171         * sysdeps/unix/siglist.c: Remove file.
43173         * sysdeps/unix/getppid.S: Remove file.
43175         * sysdeps/unix/mkdir.c: Remove file.
43176         * sysdeps/unix/rmdir.c: Likewise.
43178 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
43180         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
43181         ERR_MAX value.
43182         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
43183         errlist-compat value.
43185 2012-04-18  David S. Miller  <davem@davemloft.net>
43187         * sysdeps/generic/memcopy.h (reg_char): Delete.
43188         * debug/strcat_chk.c: Use char, not reg_char.
43189         * debug/strcpy_chk.c: Likewise.
43190         * debug/strncat_chk.c: Likewise.
43191         * debug/strncpy_chk.c: Likewise.
43192         * string/memchr.c: Likewise.
43193         * string/memrchr.c: Likewise.
43194         * string/rawmemchr.c: Likewise.
43195         * string/strcat.c: Likewise.
43196         * string/strchr.c: Likewise.
43197         * string/strchrnul.c: Likewise.
43198         * string/strcmp.c: Likewise.
43199         * string/strcpy.c: Likewise.
43200         * string/strncat.c: Likewise.
43201         * string/strncmp.c: Likewise.
43202         * string/strncpy.c: Likewise.
43204 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43206         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
43207         __builtin_memcopy is called when src and dest ranges are known to not
43208         overlap.
43210 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43212         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
43213         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
43214         fwd_align_merge macro call.
43215         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
43216         bwd_align_merge macro call.
43217         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
43219 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43221         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
43222         bwd_align_merge macros.
43223         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
43224         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
43225         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
43227 2012-04-18  David S. Miller  <davem@davemloft.net>
43229         * sysdeps/sparc/sparc64/memcopy.h: Delete.
43231 2012-04-18  Andreas Jaeger  <aj@suse.de>
43233         [BZ# 6794]
43234         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
43235         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
43236         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43238         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
43239         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
43240         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43242         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
43243         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
43244         Adjust for changed ldbl-128 files.
43246         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
43247         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
43248         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43250 2012-04-17  David S. Miller  <davem@davemloft.net>
43252         * sysdeps/sparc/sparc32/memcopy.h: Delete.
43254 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
43256         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
43257         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
43258         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
43259         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
43260         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
43261         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
43263 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43265         [BZ #6794]
43266         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
43267         * math/libm-test.inc: Add ilogb errno and exception tests.
43268         * math/w_ilogb.c: New file: ilogb wrapper.
43269         * math/w_ilogbf.c: New file: ilogbf wrapper.
43270         * math/w_ilogbl.c: New file: ilogbl wrapper.
43271         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
43272         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
43273         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
43274         exception being thrown with 0.0 as argument.
43275         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
43276         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
43277         exception being thrown with 0.0 as argument.
43278         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
43279         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
43280         exception being thrown with 0.0 as argument.
43281         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
43282         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
43283         exception being thrown with 0.0 as argument.
43284         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
43285         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
43286         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
43287         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
43288         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
43289         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
43290         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
43291         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
43292         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
43294 2012-04-17  Petr Baudis  <pasky@ucw.cz>
43296         * include/sys/uio.h: Change __vector to __iovec to avoid clash
43297         with altivec.
43299 2012-04-16  Marek Polacek  <polacek@redhat.com>
43301         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
43303 2012-04-16  Marek Polacek  <polacek@redhat.com>
43305         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
43306         operands of fdivp instruction.
43308 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43310         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
43311         * elf/tst-auditmod3b.c: Likewise.
43312         * elf/tst-auditmod4b.c: Likewise.
43313         * elf/tst-auditmod5b.c: Likewise.
43314         * elf/tst-auditmod6b.c: Likewise.
43315         * elf/tst-auditmod6c.c: Likewise.
43316         * elf/tst-auditmod7b.c: Likewise.
43317         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
43318         * sysdeps/x86_64/preconfigure.in: Likewise.
43319         * sysdeps/x86_64/preconfigure: Regenerated.
43321 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43323         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
43324         __ILP32__.
43326 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
43328         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
43329         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
43331 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
43333         [BZ #13973]
43334         * locale/iso-639.def: Fix gl language name. Spotted by
43335         Yaron Shahrabani.
43337 2012-04-12  Roland McGrath  <roland@hack.frob.com>
43339         [BZ #2074]
43340         * libio/libio.h (__io_write_fn): Update comment.
43342 2012-04-12  Petr Baudis  <pasky@ucw.cz>
43344         [BZ #2074]
43345         * stdio.texi (Hook Functions): The user provided writer function
43346         is not allowed to return -1.
43348 2012-04-11  David S. Miller  <davem@davemloft.net>
43350         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43352 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
43354         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
43355         Add a leading slash to rtkaio.
43357 2012-04-11  Jim Meyering  <meyering@redhat.com>
43359         [BZ #11959]
43360         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43361         It is not necessarily an error to ignore fwrite's return
43362         value.  One can reliably use ferror to test for errors after
43363         the fact.
43365 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43367         * bits/types.h (__snseconds_t): New type.
43368         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43370         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43371         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43372         (__SNSECONDS_T_TYPE): Likewise.
43373         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43374         (__SNSECONDS_T_TYPE): Likewise.
43375         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43376         (__SNSECONDS_T_TYPE): Likewise.
43378 2012-04-10  Andreas Jaeger  <aj@suse.de>
43380         [BZ #2636]
43381         * manual/time.texi (Processor Time): Return type of times is
43382         elapsed real time since an arbitrary point in the past.
43383         (CPU Time): Move CLK_TCK from here...
43384         (Processor Time): ...to here.  Correct description.
43385         * manual/conf.texi (Constants for Sysconf): Correct description of
43386         _SC_CLK_TCK.
43388 2012-04-10  David S. Miller  <davem@davemloft.net>
43390         [BZ #13967]
43391         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43392         where the is a gap between DT_REL(A) and DT_JMPREL.
43394 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43396         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43397         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43398         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43400 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43402         * elf/dl-support.c (_dl_inhibit_cache): New variable.
43403         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43404         (dl_main): Handle --inhibit-cache.
43405         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43406         _dl_inhibit_cache.
43407         * elf/dl-load.c (_dl_map_object): Use it.
43408         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43410 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43412         [BZ #13872]
43413         * sysdeps/i386/fpu/e_powl.S (p78): New object.
43414         (__ieee754_powl): Saturate large exponents rather than testing for
43415         overflow of y*log2(x).
43416         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43417         * math/libm-test.inc (pow_test): Do not permit spurious overflow
43418         exceptions.
43420         [BZ #11521]
43421         * math/s_ctan.c: Include <float.h>.
43422         (__ctan): Avoid internal overflow or cancellation in calculating
43423         denominator.
43424         * math/s_ctanf.c: Likewise.
43425         * math/s_ctanl.c: Likewise.
43426         * math/s_ctanh.c: Likewise.
43427         * math/s_ctanhf.c: Likewise.
43428         * math/s_ctanhl.c: Likewise.
43429         * math/libm-test.inc (ctan_test): Add more tests.
43430         (ctanh_test): Likewise.
43431         * sysdeps/i386/fpu/libm-test-ulps: Update.
43432         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43434 2012-04-09  Andreas Jaeger  <aj@suse.de>
43436         [BZ #6894]
43437         * manual/filesys.texi (Directory Entries): Mention that d_namlen
43438         is an optional BSD extension.
43440         [BZ #10254]
43441         * manual/stdio.texi (Opening Streams): Document additional fopen
43442         parameters.
43444 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43446         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43447         %eax without telling the compiler.
43449 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43451         [BZ # 13963]
43452         * manual/install.texi: Use sourceware.org.
43454 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43456         [BZ #13873]
43457         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43458         (__ieee754_pow): Generate overflow and underflow using huge*huge
43459         and tiny*tiny rather than just returning constant infinity or zero
43460         for large exponents.
43461         * math/libm-test.inc (pow_test): Require overflow exceptions for
43462         applicable cases of large exponents.
43464         [BZ #706]
43465         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43466         (__ieee754_pow): Use iterative multiplication algorithm only for
43467         integer exponents with absolute value below 1024.  Check for odd
43468         integer exponents when using algorithm for real exponents.
43469         * math/libm-test.inc (pow_test): Add more tests.
43470         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43472 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43474         [BZ #13705]
43475         * math/libm-test.inc (exp_test): Do not allow overflow exception
43476         on underflow test.
43478 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43480         [BZ #13705]
43481         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43482         instead of __kernel_standard_f.
43484 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43486         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43487         * sysdeps/x86_64/memset_chk.S: Likewise.
43489 2012-04-08  Andreas Jaeger  <aj@suse.de>
43491         [BZ #10153]
43492         * manual/startup.texi (Environment Access): Describe return value
43493         for putenv and setenv.
43495         [BZ #6895]
43496         * manual/filesys.texi (Directory Entries): Add description for
43497         DT_LNK.
43499         [BZ #6890]
43500         * manual/filesys.texi (Directory Entries): Clarify that it's file
43501         system not operating system in the description of DT_UNKNOWN.
43503         [BZ #6578]
43504         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43506 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43508         [BZ #6649]
43509         * manual/llio.texi (Opening and Closing Files): Add cross
43510         reference to explain mode argument.
43512 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43514         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43515         * sysdeps/x86_64/memset_chk.S: Likewise.
43517 2012-04-07  David S. Miller  <davem@davemloft.net>
43519         * elf/elf.h (R_SPARC_WDISP10): Define.
43520         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43521         R_SPARC_SIZE32.
43522         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43523         R_SPARC_SIZE64 and R_SPARC_H34.
43525 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43527         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43528         conditions and remove no longer applicable assertion.
43530 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43532         * bits/byteswap.h: Include <features.h>.
43533         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43534         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43536 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43538         * bits/byteswap.h (__bswap_16): Removed.
43539         Include <bits/byteswap-16.h> to get __bswap_16.
43540         * sysdeps/i386/bits/byteswap.h: Likewise.
43541         * sysdeps/s390/bits/byteswap.h: Likewise.
43542         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43543         * bits/byteswap-16.h: New file.
43544         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43545         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43546         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43547         * string/Makefile (headers): Add bits/byteswap-16.h.
43549 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43551         [BZ #13895]
43552         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43553         extra indirection.
43554         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43555         * nss/tst-nss-static.c: New.
43557 2012-04-06  Robert Millan  <rmh@gnu.org>
43559         [BZ #6486]
43560         * manual/llio.texi (File Position Primitive): lseek
43561         refers to WHENCE when it really means OFFSET.
43563 2012-04-06  Andreas Jaeger  <aj@suse.de>
43565         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43566         strncmp declarations.
43568         * abilist/libc.abilist: Add __poll and __ppoll.
43570 2012-04-05  David S. Miller  <davem@davemloft.net>
43572         * scripts/check-local-headers.sh: Accept a host triplet in the
43573         path matched by the exclude regexp.
43575         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43576         definition.
43577         * sysdeps/powerpc/powerpc32/dl-machine.h
43578         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43579         * sysdeps/s390/s390-32/dl-machine.h
43580         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43581         * sysdeps/sparc/sparc32/dl-machine.h
43582         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43583         * sysdeps/sparc/sparc64/dl-machine.h
43584         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43586         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43587         lazy binding.
43588         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43589         undefined symbol errors.
43591         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43592         DT_NEEDED entries.
43594 2012-04-05  Michael Matz  <matz@suse.de>
43596         [BZ #13592]
43597         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43599 2012-04-05  Andreas Jaeger  <aj@suse.de>
43601         [BZ #13908]
43602         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43603         comment.
43605 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43607         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43608         which ROUND is no valid rounding mode.
43610 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43612         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43613         read again.
43614         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43616 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43618         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43619         an exception using FPU order intentionally.
43621 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43623         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43624         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43625         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43626         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43628 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43630         [BZ #12340]
43631         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43632         EINVAL when BUFLEN is too smal.
43634 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43636         [BZ #13553]
43637         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43638         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43640 2012-04-03  Andreas Jaeger  <aj@suse.de>
43642         [BZ #13938]
43643         * manual/setjmp.texi (System V contexts): Fix sentence.
43645         [BZ #13926]
43646         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43647         New macro for this case.
43648         [!__GNUC__] (__bswap_64): New inline function for this case.
43649         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43650         * bits/byteswap.h: Likewise.
43651         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43652         ull, guard with __GLIBC_HAVE_LONG_LONG.
43654         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43655         __GLIBC_HAVE_LONG_LONG.
43657         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43658         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43660 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43662         [BZ #13691]
43663         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43664         inptr and inend, rather than using last_ch.
43666 2012-04-02  David S. Miller  <davem@davemloft.net>
43668         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43669         * stdio-common/printf-parse.h (read_int): Change return type to
43670         'int', return -1 on INT_MAX overflow.
43671         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43672         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43673         overflows INT_MAX.  Check for overflow of in-format-string precision
43674         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43675         SIZE_MAX not INT_MAX for integer overflow test.
43676         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43677         skip the construct in the format string but do not record anything.
43678         * stdio-common/bug22.c: Adjust to test both width/prevision
43679         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43680         explicitly for proper errno values.
43682 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43684         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43685         CHAR_MAX.
43686         * string/test-strcmp.c [! WIDE]: Likewise.
43687         * time/tst-mktime2.c: Likewise for INT_MAX.
43688         * string/test-string.h: #include <sys/param.h> for MIN.
43690         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43691         * sysdeps/i386/init-first.c (init): Likewise.
43692         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43693         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43694         * sysdeps/sh/init-first.c (init): Likewise.
43696 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43698         * po/ru.po: Update from translation team.
43699         * po/vi.po: Likewise.
43701 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43703         * resolv/nss_dns/dns-host.c: Merge copyright years.
43705 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43707         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43708         Optimize memcpy with prefetch if
43709         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43710         src, dst pointers have unequal 16 byte alignments.
43712 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43714         [BZ #13928]
43715         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43716         from a CNAME entry and return the minimum ttl for the query.
43717         (gaih_getanswer_slice): Likewise.
43719 2012-03-30  Jeff Law  <law@redhat.com>
43721         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43722         due to long keys.
43723         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43724         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43726         * resolv/nss_dns/dns-host.c: Update copyright year.
43728 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43730         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43731         requests to save a system call.  Fix check that all bytes are sent.
43733         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43734         comments for sendmmsg.
43736 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43738         [BZ #13691]
43739         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43740         with only 1 character between 0x0041 and 0x01b0.
43741         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43742         * wcsmbs/tst-mbsnrtowcs.c: New file.
43744 2012-03-29  David S. Miller  <davem@davemloft.net>
43746         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43747         small copies by hand.
43749 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43751         [BZ #13761]
43752         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43753         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43754         group memberships.
43756 2012-03-28  David S. Miller  <davem@davemloft.net>
43758         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43759         that branches into memcpy.
43760         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43761         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43762         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43763         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43764         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43765         bits.
43766         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43767         implementation too.
43768         * sysdeps/sparc/mempcpy.S: New file.
43770         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43771         the IFUNC routine in the libc case.
43772         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43774         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43775         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43776         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43777         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43778         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43779         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43780         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43781         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43783         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43784         loop to 256 bytes instead of 64 bytes and fix test signedness.
43786         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43787         * sysdeps/sparc/sparc32/Makefile: rather than here...
43788         * sysdeps/sparc/sparc64/Makefile: and here.
43790 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43792         * malloc/mallocbug.c: Avoid warnings about unused variables.
43794 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43796         [BZ #13760]
43797         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43798         in the right place. Discard and retry query if response is
43799         larger than input buffer size.
43801 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43803         [BZ #369]
43804         [BZ #2678]
43805         [BZ #3866]
43806         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43807         x for large integer exponent.
43808         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43809         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43810         sign of result as needed afterwards.
43811         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43812         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43813         result for underflowing pow the same as for overflow.
43814         (__kernel_standard_l): Handle powl overflow and underflow here
43815         rather than calling __kernel_standard.
43816         * math/libm-test.inc (pow_test): Add more tests.
43818         [BZ #3868]
43819         [BZ #13879]
43820         [BZ #13910]
43821         [BZ #13911]
43822         [BZ #13912]
43823         [BZ #13913]
43824         [BZ #13915]
43825         [BZ #13916]
43826         [BZ #13917]
43827         [BZ #13918]
43828         [BZ #13919]
43829         [BZ #13920]
43830         [BZ #13921]
43831         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43832         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43833         (__kernel_standard_l): New function.
43834         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43835         __kernel_standard.
43836         * math/w_acosl.c (__acosl): Likewise.
43837         * math/w_asinl.c (__asinl): Likewise.
43838         * math/w_atan2l.c (__atan2l): Likewise.
43839         * math/w_atanhl.c (__atanhl): Likewise.
43840         * math/w_coshl.c (__coshl): Likewise.
43841         * math/w_exp10l.c (__exp10l): Likewise.
43842         * math/w_exp2l.c (__exp2l): Likewise.
43843         * math/w_fmodl.c (__fmodl): Likewise.
43844         * math/w_hypotl.c (__hypotl): Likewise.
43845         * math/w_j0l.c (__j0l, __y0l): Likewise.
43846         * math/w_j1l.c (__j1l, __y1l): Likewise.
43847         * math/w_jnl.c (__jnl, __ynl): Likewise.
43848         * math/w_lgammal.c (__lgammal): Likewise.
43849         * math/w_log10l.c (__log10l): Likewise.
43850         * math/w_log2l.c (__log2l): Likewise.
43851         * math/w_logl.c (__logl): Likewise.
43852         * math/w_powl.c (__powl): Likewise.
43853         * math/w_remainderl.c (__remainderl): Likewise.
43854         * math/w_scalbl.c (sysv_scalbl): Likewise.
43855         * math/w_sinhl.c (__sinhl): Likewise.
43856         * math/w_sqrtl.c (__sqrtl): Likewise.
43857         * math/w_tgammal.c (__tgammal): Likewise.
43858         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43859         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43860         * math/libm-test.inc (acos_test): Add more tests.
43861         (acosh_test): Likewise.
43862         (asin_test): Likewise.
43863         (atanh_test): Likewise.
43864         (exp_test): Likewise.
43865         (exp10_test): Likewise.
43866         (exp2_test): Likewise.
43867         (expm1_test): Likewise.
43868         (lgamma_test): Likewise.
43869         (log_test): Likewise.
43870         (log10_test): Likewise.
43871         (log1p_test): Likewise.
43872         (log2_test): Likewise.
43873         (pow_test): Do not allow some spurious overflow exceptions.
43874         (sqrt_test): Add more tests.
43875         (tgamma_test): Likewise.
43876         (y0_test): Likewise.
43877         (y1_test): Likewise.
43878         (yn_test): Likewise.
43880 2012-03-27  Anton Blanchard  <anton@samba.org>
43882         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43883         MAP_HUGETLB.
43884         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43885         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43886         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43888 2012-03-27  David S. Miller  <davem@davemloft.net>
43890         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43892         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43893         have-as-vis3 check.
43895 2012-03-27  Andreas Jaeger  <aj@suse.de>
43897         * sysdeps/x86_64/elf/configure.in: Moved to ...
43898         * sysdeps/x86_64/configure.in: ... here.
43899         * sysdeps/x86_64/elf/start.S: Moved to ...
43900         * sysdeps/x86_64/start.S: ... here.
43901         * sysdeps/x86_64/elf/configure: Delete.
43903         * sysdeps/x86_64/configure.in: Merge contents from
43904         sysdeps/i386/configure.in (without i686 check).
43906         * sysdeps/i386/elf/Versions: Merge into ...
43907         * sysdeps/i386/Versions: ... this.
43908         * sysdeps/i386/elf/Versions: Delete file.
43909         * sysdeps/i386/elf/start.S: Moved to ...
43910         * sysdeps/i386/start.S: ...here.
43911         * sysdeps/i386/elf/configure.in: Merge into...
43912         * sysdeps/i386/configure.in: ...here.
43913         * sysdeps/i386/elf/configure.in: Delete file.
43914         * sysdeps/i386/elf/configure: Delete file.
43916         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43917         * debug/backtracesyms.c: ... here.
43918         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43919         * debug/backtracesymsfd.c: ... here.
43920         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43921         * sysdeps/generic/ifunc-sel.h: ... here.
43923         * sysdeps/unix/i386/start.c: Delete file.
43924         * sysdeps/unix/sparc/start.c: Delete file.
43925         * sysdeps/unix/start.c: Delete file.
43927         * sysdeps/sh/elf/configure.in: Moved to ...
43928         * sysdeps/sh/configure.in: ... here.
43929         * sysdeps/sh/elf/start.S: Moved to ...
43930         * sysdeps/sh/start.S: ... here.
43931         * sysdeps/sh/elf/configure: Delete file.
43933         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43934         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43935         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43936         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43937         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43938         * sysdeps/powerpc/powerpc64/start.S: here.
43939         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43940         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43941         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43942         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43943         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43945         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43946         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43947         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43948         * sysdeps/powerpc/powerpc32/start.S: ... here.
43949         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43950         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43951         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43953         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43954         * sysdeps/powerpc/ifunc-sel.h: ... here.
43955         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43956         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43958         * sysdeps/sparc/elf/configure.in: Moved to ...
43959         * sysdeps/sparc/configure.in: ... here.
43960         * sysdeps/sparc/elf/configure: Delete file.
43961         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43962         * sysdeps/sparc/sparc32/start.S: ... here.
43963         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43964         * sysdeps/sparc/sparc64/start.S: ... here.
43965         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43966         * sysdeps/sparc/sparc32/Makefile: ... this.
43967         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43968         * sysdeps/sparc/sparc64/Makefile: ... this.
43970         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43971         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43972         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43973         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43974         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43975         * sysdeps/s390/s390-32/setjmp.S: ... here.
43976         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43977         * sysdeps/s390/s390-32/configure.in: ... here.
43978         * sysdeps/s390/s390-32/elf/configure: Delete file.
43979         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43980         * sysdeps/s390/s390-32/start.S: ... here.
43982         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43983         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43984         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43985         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43986         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43987         * sysdeps/s390/s390-64/setjmp.S: ... here.
43988         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43989         * sysdeps/s390/s390-64/configure.in: ... here
43990         * sysdeps/s390/s390-64/elf/configure: Delete file.
43991         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43992         * sysdeps/s390/s390-64/start.S: ... here.
43993         * sysdeps/s390/s390-64/elf/configure: Delete.
43995         * configure.in: Remove support for elf directories in sysdeps.
43997         * configure: Regenerated.
43998         * sysdeps/i386/configure: Regenerated.
43999         * sysdeps/powerpc/powerpc32/configure: Regenerated.
44000         * sysdeps/powerpc/powerpc64/configure: Regenerated.
44001         * sysdeps/s390/s390-32/configure: Regenerated.
44002         * sysdeps/s390/s390-64/configure: Regenerated.
44003         * sysdeps/sh/configure: Regenerated.
44004         * sysdeps/sparc/configure: Regenerated.
44005         * sysdeps/x86_64/configure: Regenerated.
44007 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
44009         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44011         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
44012         denormal result into account.
44014 2012-03-25  Roland McGrath  <roland@hack.frob.com>
44016         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
44017         Reported by Allan McRae <allan@archlinux.org>.
44019 2012-03-23  Jeff Law  <law@redhat.com>
44021         * nss/getnssent.c (__nss_getent): Fix typo.
44023 2012-03-23  David S. Miller  <davem@davemloft.net>
44025         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44027 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
44029         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
44030         to pad to uint64_t for each field.
44031         (dl_tls_index): Replace unsigned long with uint64_t.
44033 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
44034         Paul Pluzhnikov  <ppluzhnikov@google.com>
44036         [BZ #6528]
44037         * grp/Makefile (otherlibs): Don't set it.
44038         * inet/Makefile (otherlibs): Likewise.
44039         * login/Makefile (otherlibs): Likewise.
44040         * nscd/Makefile (otherlibs): Likewise.
44041         * posix/Makefile (otherlibs): Likewise.
44042         * pwd/Makefile (otherlibs): Likewise.
44043         * rt/Makefile (otherlibs): Likewise.
44044         * sunrpc/Makefile (otherlibs): Likewise.
44045         * nss/Makefile (otherlibs): Likewise.
44046         Add libnss_files to routines and static-only-routines.
44047         ($(objpfx)getent): Remove rule.
44048         * resolv/Makefile: Add libnss_dns and libresolv to routines and
44049         static-only-routines.
44051 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
44053         [BZ #13892]
44054         * math/s_cexp.c: Include <float.h>.
44055         (__cexp): Handle exp result overflowing not necessarily
44056         overflowing both real and imaginary parts of result.
44057         * math/s_cexpf.c: Likewise.
44058         * math/s_cexpl.c: Likewise.
44059         * math/libm-test.inc (cexp_test): Add more tests.
44060         * sysdeps/i386/fpu/libm-test-ulps: Update.
44061         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44063 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
44065         * include/link.h (ELFW): New macro.
44066         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
44067         Replace ELF64_R_TYPE with ELFW(R_TYPE).
44069 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
44071         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
44072         with uint64_t.
44074 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
44076         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
44077         declaration.
44078         (struct La_x32_retval): Likewise.
44080 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
44082         * sysdeps/x86_64/preconfigure.in: New file.
44083         * sysdeps/x86_64/preconfigure: New generated file.
44085 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
44087         [BZ #13824]
44088         * math/e_exp2l.c: Include <float.h>.
44089         (__ieee754_exp2l): Handle overflow and underflow cases
44090         separately.  Only pass fractional part of argument to
44091         __ieee754_expl.
44092         * math/libm-test.inc (exp2_test): Add more tests.
44094         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
44095         negating x to take absolute value.
44096         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
44097         Likewise.
44098         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
44099         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
44100         Likewise.
44101         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
44102         computing low part if x was negated.
44103         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
44105 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
44107         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
44108         la_x32_gnu_pltexit.
44109         (pltexit): Cast int_retval to ptrdiff_t.
44110         * elf/tst-auditmod3b.c: Likewise.
44111         * elf/tst-auditmod4b.c: Likewise.
44112         * elf/tst-auditmod5b.c: Likewise.
44113         * elf/tst-auditmod6b.c: Likewise.
44114         * elf/tst-auditmod6c.c: Likewise.
44115         * elf/tst-auditmod7b.c: Likewise.
44117         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
44118         and x32_gnu_pltexit.
44120         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
44121         __ELF_NATIVE_CLASS.
44122         (La_x32_regs): New macro.
44123         (La_x32_retval): Likewise.
44124         (la_x32_gnu_pltenter): New function prototype.
44125         (la_x32_gnu_pltexit): Likewise.
44127 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
44129         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
44130         exponent.
44132         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44134         * configure.in (libc_cv_cc_nofma): Check for option to disable
44135         generation of FMA instructions.
44136         * configure: Regenerate.
44137         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
44138         * sysdeps/ieee754/dbl-64/Makefile: New file.
44139         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
44140         Remove brandred-fma4.
44141         (CFLAGS-brandred-fma4.c): Remove.
44142         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
44143         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
44144         define.
44145         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
44146         define.
44148 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
44150         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
44151         LLONG_MAX != LONG_MAX.
44152         (_itoa_word): Use _ITOA_WORD_TYPE on value.
44153         (_fitoa_word): Likewise.
44154         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
44155         LLONG_MAX != LONG_MAX.
44156         * stdio-common/_itowa.h: Include <_itoa.h>.
44157         (_itowa_word): Use _ITOA_WORD_TYPE on value.
44158         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
44159         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
44160         only if not defined.
44161         (_ITOA_WORD_TYPE): Likewise.
44162         (_itoa_word): Use _ITOA_WORD_TYPE on value.
44163         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
44165 2012-03-21  David S. Miller  <davem@davemloft.net>
44167         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44169 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
44171         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
44172         of x86_64 when setting libc_cv_slibdir, libdir and
44173         libc_cv_localedir.
44174         * sysdeps/unix/sysv/linux/configure: Regenerated.
44176 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
44178         * manual/lang.texi (Old Varargs): Remove section.
44179         (How Variadic): Update menu.
44180         (va_start): Do not mention varargs.h.
44182 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
44183             Joseph Myers  <joseph@codesourcery.com>
44185         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
44186         link test.
44187         * configure: Regenerated.
44189 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
44191         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
44192         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
44193         conformtest.pl
44195 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
44197         * NOTES: Remove.
44198         * Makefile (files-for-dist): Remove NOTES.
44199         (NOTES): Remove rule.
44200         * README: Don't refer to NOTES.
44201         * manual/creature.texi: Don't include macros.texi.
44202         * manual/intro.texi (creature.texi): Remove comment referring to
44203         NOTES.
44205         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
44206         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
44207         * configure: Regenerated.
44208         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
44209         LIBC_TRY_CC_OPTION.
44210         (libc_cv_as_i686): Likewise.
44211         (libc_cv_cc_avx): Likewise.
44212         (libc_cv_cc_sse2avx): Likewise.
44213         (libc_cv_cc_fma4): Likewise.
44214         (libc_cv_cc_novzeroupper): Likewise.
44215         * sysdeps/i386/configure: Regenerated.
44217         [BZ #13883]
44218         * sysdeps/i386/fpu/s_cexp.S: Remove.
44219         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
44220         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
44221         * math/libm-test.inc (cexp_test): Add more tests.
44222         * sysdeps/i386/fpu/libm-test-ulps: Update.
44223         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44225 2012-03-21  Allan McRae  <allan@archlinux.org>
44227         * timezone/Makefile: Do not install iso3166.tab and zone.tab
44229 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
44231         [BZ #13871]
44232         * math/w_exp2.c: Do not include <float.h>.
44233         (o_threshold, u_threshold): Remove.
44234         (__exp2): Calculate result before checking finiteness and calling
44235         __kernel_standard.
44236         * math/w_exp2f.c: Likewise.
44237         * math/w_exp2l.c: Likewise.
44238         * math/libm-test.inc (exp2_test): Require overflow exception for
44239         1e6 input.
44241         [BZ #3866]
44242         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
44243         range of signed 64-bit integers before using fistpll.  Remove
44244         checks for whether integers fit in mantissa bits.
44245         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
44246         the range of signed 32-bit integers before using fistpl.  Remove
44247         checks for whether integers fit in mantissa bits.
44248         * sysdeps/i386/fpu/e_powl.S (p64): New object.
44249         (__ieee754_powl): Test for y outside the range of signed 64-bit
44250         integers before using fistpll.  Reduce 64-bit values to 63-bit
44251         ones as needed.
44252         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
44253         divide-by-zero is raised for zero to large negative powers.
44254         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
44255         (__ieee754_powl): Test for y outside the range of signed 64-bit
44256         integers before using fistpll.  Reduce 64-bit values to 63-bit
44257         ones as needed.
44258         * math/libm-test.inc (pow_test): Add more tests.
44260 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44262         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
44263         <stdio-common/_itoa.h>.
44264         * debug/segfault.c: Likewise.
44265         * elf/dl-cache.c: Likewise.
44266         * elf/dl-minimal.c: Likewise.
44267         * elf/dl-misc.c: Likewise.
44268         * elf/dl-sysdep.c: Likewise.
44269         * elf/dl-version.c: Likewise.
44270         * elf/rtld.c: Likewise.
44271         * hurd/hurdsock.c: Likewise.
44272         * hurd/lookup-retry.c: Likewise.
44273         * malloc/malloc.c: Likewise.
44274         * malloc/mtrace.c: Likewise.
44275         * nscd/nscd_getgr_r.c: Likewise.
44276         * nscd/nscd_getpw_r.c: Likewise.
44277         * nscd/nscd_getserv_r.c: Likewise.
44278         * posix/getopt_init.c: Likewise.
44279         * posix/wordexp.c: Likewise.
44280         * stdio-common/_itoa.c: Likewise.
44281         * stdio-common/printf_fphex.c: Likewise.
44282         * stdio-common/vfprintf.c: Likewise.
44283         * string/_strerror.c: Likewise.
44284         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
44285         * sysdeps/i386/i686/hp-timing.h: Likewise.
44286         * sysdeps/mach/_strerror.c: Likewise.
44287         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
44288         * sysdeps/mach/hurd/sethostid.c: Likewise.
44289         * sysdeps/mach/hurd/xmknodat.c: Likewise.
44290         * sysdeps/mach/xpg-strerror.c: Likewise.
44291         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
44292         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
44293         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
44294         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
44295         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
44296         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
44297         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
44298         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
44299         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
44300         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
44301         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
44302         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
44303         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
44304         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
44305         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
44306         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
44307         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
44308         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
44309         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
44310         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
44311         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
44313         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
44315         * stdio-common/_itoa.h: Moved to ...
44316         * sysdeps/generic/_itoa.h: Here.
44318         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
44320         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
44321         instead of "_itoa.h" and "_itowa.h".
44322         * stdio-common/vfprintf.: Likewise.
44324 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44326         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
44327         <bits/wordsize.h>.
44328         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
44329         (__signbit): Likwise.
44330         (llrintf): Likwise.
44331         (llrint): Likwise.
44333 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44335         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
44336         __WORDSIZE != 64.
44338 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
44340         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
44341         OVERFLOW_EXCEPTION_OK.
44342         * math/libm-test.inc ("Philosophy"): Update comment about
44343         exception testing.
44344         (OVERFLOW_EXCEPTION): Define.
44345         (OVERFLOW_EXCEPTION_OK): Likewise.
44346         (INVALID_EXCEPTION_OK): Renumber.
44347         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44348         (IGNORE_ZERO_INF_SIGN): Likewise.
44349         (test_exceptions): Handle FE_OVERFLOW.
44350         (exp10_test): Expect overflow exceptions.
44351         (exp2_test): Likewise.
44352         (expm1_test): Likewise.
44353         (nextafter_test): Likewise.
44354         (pow_test): Likewise.
44355         (scalbn_test): Likewise.
44356         (scalbln_test): Likewise.
44358 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44360         * sysdeps/x86_64/bits/atomic.h
44361         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44362         64bit integer.
44363         (atomic_exchange_acq): Likewise.
44364         (__arch_exchange_and_add_body): Likewise.
44365         (__arch_add_body): Likewise.
44366         (atomic_add_negative): Likewise.
44367         (atomic_add_zero): Likewise.
44369 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44371         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
44372         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44374 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44376         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44377         Check __x86_64__ instead of __WORDSIZE.
44379 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44381         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44383 2012-03-19  David S. Miller  <davem@davemloft.net>
44385         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44387         * sysdeps/sparc/fpu/fenv_private.h: New file.
44388         * sysdeps/sparc/fpu/math_private.h: Use it.
44389         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44390         Remove.
44391         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
44392         (libc_feholdexcept_setroundl): Remove.
44393         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44394         Remove.
44395         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44396         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44398 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44400         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44401         int64_t instead of long int.
44402         (INSERT_WORDS64): Likwise.
44404 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44406         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44407         _Unwind_GetCFA return to _Unwind_Ptr first.
44409 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
44411         [BZ #13629]
44412         * math/s_clog.c: Include <float.h>.
44413         (__clog): Scale large or subnormal inputs.
44414         * math/s_clogf.c: Likewise.
44415         * math/s_clogl.c: Likewise.
44416         * math/s_clog10.c: Include <float.h>.
44417         (M_LOG10_2): Define.
44418         (__clog10): Scale large or subnormal inputs.
44419         * math/s_clog10f.c: Likewise.
44420         * math/s_clog10l.c: Likewise.
44421         * math/libm-test.inc (clog_test): Add more tests.
44422         (clog10_test): Likewise.
44423         * sysdeps/i386/fpu/libm-test-ulps: Update.
44424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44426         [BZ #11451]
44427         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44428         x and y.
44429         * math/libm-test.inc (atan2_test): Add another test.
44431         * Makerules (common-objdir-compile): Remove.
44432         * sysdeps/unix/Makefile (config-generated): Do not add
44433         $(unix-generated) to variable.
44434         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44435         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44436         Remove rule.
44437         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44438         Likewise.
44439         [generic bits/local_lim.h] (before-compile): Do not append to
44440         variable.
44441         [generic bits/local_lim.h] (common-generated): Likewise.
44442         [generic sys/param.h] (before-compile): Do not append to variable.
44443         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44444         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44445         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44446         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44447         include.
44448         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44449         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44450         [generic sys/param.h] ($(addprefix
44451         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44452         [generic sys/param.h] (common-generated): Do not append to
44453         variable.
44454         [generic sys/param.h] (sysdep_headers): Likewise.
44455         [generic bits/errno.h] (before-compile): Do not append to
44456         variable.
44457         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44458         rule.
44459         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44460         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44461         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44462         [generic bits/errno.h] (common-generated): Do not append to
44463         variable.
44464         [generic bits/ioctls.h] (before-compile): Do not append to
44465         variable.
44466         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44467         rule.
44468         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44469         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44470         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44471         rule.
44472         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44473         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44474         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44475         [generic bits/ioctls.h] (common-generated): Do not append to
44476         variable.
44477         [generic sys/syscall.h] (syscall.h): Remove variable.
44478         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44479         rule.
44480         [generic sys/syscall.h] (before-compile): Do not append to
44481         variable.
44482         [generic sys/syscall.h] (common-generated): Likewise.
44483         * sysdeps/unix/errnos-tmpl.c: Remove file.
44484         * sysdeps/unix/errnos.awk: Likewise.
44485         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44486         * sysdeps/unix/ioctls.awk: Likewise.
44487         * sysdeps/unix/mk-local_lim.c: Likewise.
44488         * sysdeps/unix/snarf-ioctls: Likewise.
44490 2012-03-19  Richard Henderson  <rth@twiddle.net>
44492         * sysdeps/i386/fpu/fenv_private.h: New file.
44493         * sysdeps/i386/fpu/math_private.h: Use it.
44494         (math_opt_barrier, math_force_eval): Remove.
44495         (libc_feholdexcept_setround_53bit): Remove.
44496         (libc_feupdateenv_53bit): Remove.
44497         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44498         (math_opt_barrier, math_force_eval): Remove.
44499         (libc_feholdexcept): Remove.
44500         (libc_feholdexcept_setround): Remove.
44501         (libc_fetestexcept, libc_fesetenv): Remove.
44502         (libc_feupdateenv_test): Remove.
44503         (libc_feupdateenv, libc_feholdsetround): Remove.
44504         (libc_feresetround): Remove.
44506         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44507         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44509         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44510         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44511         (libc_feupdateenv_testl): New.
44512         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44513         (libc_feupdateenv_testf): New.
44514         (libc_feupdateenv): Use libc_feupdateenv_test.
44515         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44516         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44518         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44519         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44520         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44521         (libc_feresetround_noex): New.
44522         (libc_feresetround_noexf): New.
44523         (libc_feresetround_noexl): New.
44524         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44525         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44526         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44527         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44528         SET_RESTORE_ROUND.
44529         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44530         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44531         (__cos): Likewise.
44532         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44533         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44534         SET_RESTORE_ROUND_NOEX.
44535         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44536         SET_RESTORE_ROUND_NOEXF.
44537         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44538         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44539         (libc_feholdsetroundf): New.
44540         (libc_feresetround, libc_feresetroundf): New.
44542         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44543         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44544         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44546         * sysdeps/generic/math_private.h: Include <fenv.h>.
44547         (default_libc_feholdexcept): New.
44548         (default_libc_feholdexcept_setround): New.
44549         (default_libc_fesetenv, default_libc_feupdateenv): New.
44550         (libc_feholdexcept): Only define if undefined.
44551         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44552         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44553         (libc_feholdexcept_setroundl): Likewise.
44554         (libc_feholdexcept_setround_53bit): Likewise.
44555         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44556         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44557         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44558         (libc_feupdateenv_53bit): Likewise.
44559         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44560         (libc_feholdexcept): Convert from macro to inline function.
44561         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44562         (libc_fesetenv, libc_feupdateenv): Likewise.
44564         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44565         not previously defined.
44566         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44567         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44568         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44569         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44570         * sysdeps/ieee754/flt-32/math_private.h: New file.
44571         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44572         math_private.h below SET_FLOAT_WORD.
44573         (__isnan, __isinf_ns, __finite): Remove.
44574         (__isnanf, __isinf_nsf, __finitef): Remove.
44576 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44578         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44580 2012-03-17  David S. Miller  <davem@davemloft.net>
44582         [BZ #6471]
44583         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44584         for 2.16.
44586 2012-03-16  David S. Miller  <davem@davemloft.net>
44588         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44589         warnings.
44591         [BZ #6471]
44592         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44593         properly.
44594         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44595         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44596         sysdep_routines when subdir is sysvipc.
44597         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44598         __getshmlba helper.
44600         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44602 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44604         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44605         [__LP64__].
44607 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44609         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44610         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44611         (__lround): Renamed to ...
44612         (__llround): This.  Replace long int with long long int.
44613         Define lround functions as aliases of llround functions.
44614         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44616 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44618         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44619         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44620         adresses to uintptr_t.  Replace "long int" and "unsigned long
44621         int" with "greg_t" on va_arg.
44623 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44625         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44626         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44628         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44629         Move e_machine check before EI_CLASS check.  Handle x32
44630         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44631         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44632         SKIP_EM_IA_64 and include
44633         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44635         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44636         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44637         (add_system_dir): New macro.
44639         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44640         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44642 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44644         [BZ #2551]
44645         [BZ #2552]
44646         [BZ #2553]
44647         [BZ #2554]
44648         [BZ #2562]
44649         [BZ #2563]
44650         [BZ #2565]
44651         [BZ #2566]
44652         [BZ #2576]
44653         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44654         (y0): Likewise.
44655         * math/w_j0f.c (j0f): Likewise.
44656         (y0f): Likewise.
44657         * math/w_j0l.c (__j0l): Likewise.
44658         (__y0l): Likewise.
44659         * math/w_j1.c (j1): Likewise.
44660         (y1): Likewise.
44661         * math/w_j1f.c (j1f): Likewise.
44662         (y1f): Likewise.
44663         * math/w_j1l.c (__j1l): Likewise.
44664         (__y1l): Likewise.
44665         * math/w_jn.c (jn): Likewise.
44666         (yn): Likewise.
44667         * math/w_jnf.c (jnf): Likewise.
44668         (ynf): Likewise.
44669         * math/w_jnl.c (__jnl): Likewise.
44670         (__ynl): Likewise.
44671         * math/libm-test.inc (j0_test): Add more tests.
44672         (j1_test): Likewise.
44673         (jn_test): Likewise.  Add trailing semicolon to existing test.
44674         (y0_test): Likewise.
44675         (y1_test): Likewise.
44676         * sysdeps/i386/fpu/libm-test-ulps: Update.
44677         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44679         [BZ #13851]
44680         [BZ #13854]
44681         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44682         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44683         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44684         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44685         (__tanl): Set errno for infinite argument.
44686         * sysdeps/i386/fpu/mptan.c: Remove.
44687         * sysdeps/i386/fpu/s_tan.S: Likewise.
44688         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44689         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44690         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44691         * math/libm-test.inc (tan_test): Add more tests and enable more
44692         tests for double and long double.
44693         * sysdeps/i386/fpu/libm-test-ulps: Update.
44694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44696 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44698         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44699         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44701 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44703         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44704         * configure.in: Use it for both main tree and add-ons.
44705         * configure: Regenerated.
44707 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44709         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44711 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44713         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44714         in comment.
44716         [BZ #13851]
44717         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44718         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44719         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44720         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44721         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44722         infinite argument.
44723         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44724         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44725         != 0 for prec == 2.
44726         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44727         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44728         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44729         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44730         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44731         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44732         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44733         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44734         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44735         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44736         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44737         * math/libm-test.inc (cos_test): Add more tests and enable more
44738         tests for long double.
44739         (sin_test): Likewise.
44740         (sincos_test): Likewise.
44741         * sysdeps/i386/fpu/libm-test-ulps: Update.
44742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44744 2012-03-16  David S. Miller  <davem@davemloft.net>
44746         * sysdeps/sparc/fpu/math_private.h: New file.
44748 2012-03-15  David S. Miller  <davem@davemloft.net>
44750         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44751         file.
44752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44753         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44754         file.
44755         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44756         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44757         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44758         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44759         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44760         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44761         sysdep routines.
44762         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44764         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44765         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44767         * sysdeps/sparc/sparc-ifunc.h: New file.
44768         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44769         sparc-ifunc.h
44770         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44771         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44772         Likewise.
44773         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44774         Likewise.
44775         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44776         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44777         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44778         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44779         Likewise.
44780         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44782         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44783         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44784         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44785         Likewise.
44786         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44787         Likewise.
44788         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44789         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44790         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44791         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44792         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44793         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44794         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44795         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44796         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44797         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44798         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44799         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44800         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44801         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44802         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44803         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44804         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44805         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44806         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44807         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44808         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44809         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44810         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44811         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44813 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44815         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44816         scaling.
44817         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44819 2012-03-15  Andreas Jaeger  <aj@suse.de>
44821         [BZ #13852]
44822         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44823         ieee754/flt-32 implementation for sin, cos and sincos.
44824         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44825         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44826         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44827         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44828         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44829         ieee754/flt-32 implementation for tan.
44831         * math/libm-test.inc (cos_test): Enable some large input tests for
44832         float as well
44833         (sin_test): Likewise.
44834         (sincos_test): Likewise.
44835         (tan_test): Add tests for large input.
44837         * sysdeps/i386/fpu/libm-test-ulps: Update.
44839 2012-03-15  Andreas Jaeger  <aj@suse.de>
44841         [BZ #13658]
44842         * math/libm-test.inc (cos_test): Add more test cases.
44843         (sin_test): Likewise.
44844         (sincos_test): Likewise.
44846 2012-03-15  Andreas Jaeger  <aj@suse.de>
44848         [BZ #13837]
44849         * math/libm-test.inc (cos_test): Add a test case for large input
44850         value.
44851         (sin_test): Likewise.
44852         (sincos_test): Likewise.
44854 2012-03-15  Andreas Jaeger  <aj@suse.de>
44855             Joseph Myers  <joseph@codesourcery.com>
44857         [BZ #13658]
44858         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44859         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44860         * sysdeps/i386/fpu/branred.c: Likewise.
44861         * sysdeps/i386/fpu/dosincos.c: Likewise.
44862         * sysdeps/i386/fpu/mpa.c: Likewise.
44863         * sysdeps/i386/fpu/s_cos.S: Likewise.
44864         * sysdeps/i386/fpu/s_sin.S: Likewise.
44865         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44866         * sysdeps/i386/fpu/sincos32.c: Likewise.
44868         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44869         Define.
44870         (libc_feupdateenv_53bit): Define.
44871         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44872         Define.
44873         (libc_feupdateenv_53bit): Define.
44875         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44876         53 bit (without extend i386 double precision).
44878         * math/libm-test.inc (sincos_test): Add tests for large input.
44879         (sin): Likewise.
44880         (cos): Likewise.
44882         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44884 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44886         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44888 2012-03-15  David S. Miller  <davem@davemloft.net>
44890         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44891         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44892         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44893         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44894         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44895         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44896         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44897         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44898         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44899         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44900         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44901         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44902         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44903         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44904         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44905         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44906         file.
44907         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44909         file.
44910         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44911         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44912         file.
44913         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44915         file.
44916         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44917         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44918         fmin/fmax sysdep routines.
44919         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44921 2012-03-14  David S. Miller  <davem@davemloft.net>
44923         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44924         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44925         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44926         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44927         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44928         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44929         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44930         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44931         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44932         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44933         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44934         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44935         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44936         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44937         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44938         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44939         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44940         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44941         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44942         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44943         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44944         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44945         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44946         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44947         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44948         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44949         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44950         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44951         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44952         routines.
44953         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44954         file.
44955         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44956         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44957         file.
44958         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44959         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44960         file.
44961         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44962         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44963         file.
44964         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44965         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44966         file.
44967         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44968         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44969         file.
44970         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44971         file.
44972         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44973         file.
44974         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44975         file.
44976         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44977         New file.
44978         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44979         file.
44980         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44981         file.
44982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44984         file.
44985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44987         file.
44988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44990         file.
44991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44993         VIS3 routines.
44995         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44996         New file.
44998         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45000         * sysdeps/sparc/configure.in: New file.
45001         * sysdeps/sparc/configure: Generate.
45002         * configure.in (libc_cv_sparc_as_vis3): Substitute.
45003         * configure: Regenerate.
45004         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
45005         * config.make.in (have-as-vis3): New.
45006         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
45007         available use -Av9d instead of -Av9a.
45008         * sysdeps/sparc/sparc64/Makefile: Likewise.
45009         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
45010         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
45011         New file.
45012         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
45013         file.
45014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
45015         New file.
45016         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
45017         file.
45018         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
45019         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
45020         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
45021         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
45022         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
45024         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
45025         fzeros/fnegs to load 0x80000000 into a float register instead of
45026         using the stack.
45027         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
45029 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
45031         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45032         bits/syscall.h.
45033         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
45034         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
45035         ($(inst_includedir)/bits/syscall.h): Remove rule.
45036         ($(objpfx)bits/syscall.d): Include instead of
45037         $(objpfx)syscall-list.d.
45038         (generated): Change syscall-list.h and syscall-list.d to
45039         bits/syscall.h and bits/syscall.d.
45041 2012-03-14  Roland McGrath  <roland@hack.frob.com>
45043         [BZ #13846]
45044         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
45046 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
45048         [BZ #13841]
45049         * math/s_csqrt.c: Include <float.h>.
45050         (__csqrt): Scale large or subnormal inputs.
45051         * math/s_csqrtf.c: Likewise.
45052         * math/s_csqrtl.c: Likewise.
45053         * math/libm-test.inc (csqrt_test): Add more tests.
45054         * sysdeps/i386/fpu/libm-test-ulps: Update.
45055         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45057         [BZ #13840]
45058         * math/libm-test.inc (hypot_test): Add more tests.
45060 2012-03-13  David S. Miller  <davem@davemloft.net>
45062         [BZ #13840]
45063         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
45064         double-precision for the calculation instead of scaling.
45066 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
45068         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
45069         manipulate bits before adding and subtracting TWO52[sx].
45070         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
45071         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
45072         Likewise.
45073         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
45075 2012-03-13  David S. Miller  <davem@davemloft.net>
45077         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
45078         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
45079         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
45080         rtld-global-offsets.h
45081         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45083         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
45084         large parameters.
45086         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
45088         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
45089         'err' in the ifdef scope in which it is actually used.
45091         * nss/nss_db/db-init.c: Include string.h
45093 2012-03-12  David S. Miller  <davem@davemloft.net>
45095         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
45096         masking out of the most significant byte of random value used.
45097         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
45098         Fix coding style in previous change.
45100         * sysdeps/unix/sysv/linux/kernel-features.h
45101         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
45102         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
45103         expression.
45104         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
45105         later.
45107 2012-03-11  David S. Miller  <davem@davemloft.net>
45109         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
45110         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
45111         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
45112         for 'resultvar' otherwise things get truncated on 64-bit.
45114         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
45115         Fix masking out of the most significant byte of random value used.
45117         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45119 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
45121         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45123 2012-03-09  David S. Miller  <davem@davemloft.net>
45125         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
45126         variables with appropriate CPP guards.
45127         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
45128         from the frame pointer, not the stack pointer.  Correct layout
45129         comments.  Fix test on resulting framesize and the management of
45130         the outregs buffer for pltexit.  Preserve floating point return
45131         values across _dl_call_pltexit call.
45132         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
45133         framesize and the management of the outregs buffer for pltexit.
45134         Preserve floating point return values across _dl_call_pltexit
45135         call.
45136         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
45137         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
45138         (la_sparc64_gnu_pltexit): New functions.
45139         (print_exit): Fix format string for return register value.
45141 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
45143         * sunrpc/Makefile (others): Add rpcgen.
45144         ($(objpfx)rpcgen): Remove special build rule and dependency on
45145         libc.
45146         * sunrpc/rpcgen.c: New file.
45148 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
45150         [BZ #13673]
45151         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
45152         * stdio-common/bug-vfprintf-nargs.c: Likewise.
45153         * sysdeps/i386/crti.S: Likewise.
45154         * sysdeps/i386/crtn.S: Likewise.
45155         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
45156         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
45157         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
45158         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
45159         * sysdeps/sh/crti.S: Likewise.
45160         * sysdeps/sh/crtn.S: Likewise.
45161         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
45163         [BZ #13673]
45164         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
45165         with URL.
45166         * locale/programs/locfile-kw.gperf: Likewise.
45167         * locale/programs/charmap-kw.h: Regenerated.
45168         * locale/programs/locfile-kw.h: Likewise.
45170         [BZ #13673]
45171         * intl/plural.y: Replace FSF snail mail address with URL.
45172         * intl/plural.c: Regenerated.
45174 2012-03-09  Richard Henderson  <rth@twiddle.net>
45176         * include/math_private.h: Remove file.
45177         * math/math_private.h: Move file ...
45178         * sysdeps/generic/math_private.h: ... here.
45180         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
45181         * sysdeps/powerpc/fpu/math_private.h: Likewise.
45182         * sysdeps/x86_64/fpu/math_private.h: Likewise.
45184         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
45185         and <math_private.h>.
45186         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
45187         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
45188         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
45189         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
45190         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
45191         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
45192         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45193         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45194         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45195         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45196         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45197         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45198         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45199         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45200         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45201         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45202         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45203         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45204         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45205         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45206         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45207         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45208         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45209         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45210         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
45211         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45212         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45213         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45214         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45215         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
45216         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45217         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45218         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
45219         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45220         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
45221         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
45222         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45223         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
45224         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
45225         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45226         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
45227         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
45228         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
45229         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
45230         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
45231         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
45232         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
45233         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
45234         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45235         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
45236         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
45237         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
45238         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
45239         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
45240         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
45241         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45242         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45243         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
45244         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
45245         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
45246         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45247         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
45248         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45249         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
45250         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
45251         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45252         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45253         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45254         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
45255         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
45256         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
45257         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45258         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
45259         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45260         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
45261         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
45262         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
45263         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
45264         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
45265         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
45266         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
45267         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
45268         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
45269         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45270         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45271         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
45272         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
45273         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
45274         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45275         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45276         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45277         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45278         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45279         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45280         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45281         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45282         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45283         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45284         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45285         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45286         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45287         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45288         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45289         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45290         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
45291         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45292         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45293         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45294         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
45295         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
45296         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
45297         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
45298         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45299         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
45300         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
45301         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45302         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
45303         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
45304         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
45305         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45306         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
45307         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
45308         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45309         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
45310         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
45311         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
45312         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45313         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
45314         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
45315         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
45316         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
45317         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45318         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
45319         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
45320         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
45321         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
45322         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45323         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
45324         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
45325         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45326         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45327         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
45328         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
45329         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
45330         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
45331         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
45332         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
45333         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
45334         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
45335         * sysdeps/ieee754/k_standard.c: Likewise.
45336         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45337         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45338         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45339         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45340         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45341         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45342         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45343         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45344         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45345         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45346         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45347         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45348         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45349         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45350         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45351         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45352         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
45353         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45354         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45355         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
45356         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
45357         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
45358         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45359         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45360         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45361         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45362         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45363         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45364         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45365         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45366         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45367         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45368         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45369         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45370         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45371         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45372         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45373         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45374         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45375         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45376         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45377         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45378         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45379         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45380         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45381         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45382         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45383         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45384         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45385         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45386         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45387         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45388         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45389         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45390         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45391         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45392         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45393         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45394         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45395         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45396         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45397         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45398         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45399         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45400         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45401         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45402         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45403         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45404         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45405         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45406         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45407         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45408         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45409         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45410         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45411         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45412         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45413         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45414         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45415         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45416         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45417         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45418         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45419         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45420         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45421         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45422         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45423         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45424         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45425         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45426         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45427         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45428         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45429         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45430         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45431         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45432         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45433         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45434         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45435         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45436         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45437         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45438         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45439         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45440         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45441         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45442         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45443         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45444         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45445         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45446         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45447         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45448         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45449         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45450         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45451         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45452         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45453         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45454         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45455         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45456         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45457         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45458         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45459         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45460         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45461         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45462         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45463         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45464         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45465         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45466         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45467         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45468         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45469         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45470         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45471         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45472         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45473         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45474         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45475         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45476         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45477         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45478         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45479         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45480         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45481         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45482         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45483         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45484         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45485         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45486         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45487         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45488         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45489         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45490         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45491         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45492         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45493         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45494         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45495         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45496         * sysdeps/ieee754/s_lib_version.c: Likewise.
45497         * sysdeps/ieee754/s_matherr.c: Likewise.
45498         * sysdeps/ieee754/s_signgam.c: Likewise.
45499         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45500         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45501         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45502         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45503         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45504         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45505         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45506         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45507         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45508         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45509         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45510         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45511         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45512         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45513         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45514         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45515         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45516         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45517         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45518         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45519         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45521 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45523         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45524         * sunrpc/rpc_main.c: Likewise.
45525         * sunrpc/rpc_svcout.c: Likewise.
45527 2012-03-09  David S. Miller  <davem@davemloft.net>
45529         * include/math_private.h: New file.
45531 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45533         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45534         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45535         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45536         from <bits/socket_type.h>.
45537         (enum __socket_type): Don't define here.
45538         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45539         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45540         bits/socket_type.h.
45542         [BZ #13566]
45543         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45544         checking __USE_GNU.
45546         * Makerules ($(inst_includedir)/%.h): New rule.
45547         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45548         (install-others): Remove variable setting.
45549         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45551 2012-03-08  Richard Henderson  <rth@twiddle.net>
45553         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45554         from macro to inline function; merge with the
45555         !__LIBC_INTERNAL_MATH_INLINES version.
45556         (__ieee754_sqrtf): Likewise.
45558         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45559         to inline function.
45560         (__rintf, __floor, __floorf): Likewise.
45562         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45563         macro to inline function.
45564         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45566         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45567         not <math/math_private.h>.
45569 2012-03-08  David S. Miller  <davem@davemloft.net>
45571         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45572         copyright year.
45573         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45575 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45577         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45578         normalization.
45579         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45580         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45582 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45584         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45585         be defined individually, they must be defined as a block.  Define
45586         S for printing a string instead of hidint the different by using a
45587         macro for adding the 'l'.
45588         * stdio-common/tst-fphex-wide.c: Adjust.
45590 2012-03-07  Marek Polacek  <polacek@redhat.com>
45592         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45594 2012-03-08  Marek Polacek  <polacek@redhat.com>
45596         [BZ #13806]
45597         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45598         * stdio-common/tst-fphex.c: Define a few macros to make the
45599         test reusable.  Use them.
45600         * stdio-common/tst-fphex-wide.c: New file.
45602 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45604         [BZ #6911]
45605         * manual/macros.texi (gnusystems): New macro.
45606         (nongnusystems): Likewise.
45607         (gnulinuxhurdsystems): Likewise.
45608         (gnuhurdsystems): Likewise..
45609         (gnulinuxsystems): Likewise.
45610         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45611         variants of the GNU system, not "GNU system".
45612         * manual/conf.texi: Likewise.
45613         * manual/errno.texi: Likewise.  Update example of errno macro
45614         expansion.
45615         * manual/filesys.texi: Likewise.
45616         (getumask): Document as specific to GNU/Hurd.
45617         * manual/install.texi: Likewise.  Reword some references to
45618         GNU/Linux.
45619         * manual/intro.texi: Likewise.
45620         * manual/io.texi: Likewise.
45621         (File Name Portability): Detail which constraints are inapplicable
45622         to all GNU systems and which are only inapplicable to GNU/Hurd.
45623         * manual/job.texi: Likewise.
45624         * manual/llio.texi: Likewise.
45625         (O_NOCTTY): Document as present on GNU/Linux.
45626         * manual/maint.texi: Likewise.
45627         * manual/memory.texi: Likewise.
45628         * manual/pattern.texi: Likewise.
45629         * manual/pipe.texi: Likewise.
45630         * manual/process.texi: Likewise.
45631         * manual/resource.texi: Likewise.
45632         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45633         child on GNU/Hurd.
45634         * manual/setjmp.texi: Likewise.
45635         * manual/signal.texi: Likewise.
45636         * manual/startup.texi: Likewise.
45637         * manual/stdio.texi: Likewise.
45638         * manual/terminal.texi: Likewise.
45639         (ONLCR): Document as POSIX.
45640         (OXTABS): Document availability on GNU/Linux as XTABS.
45641         (ONOEOT): Document availability separately from other bits.
45642         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45643         * manual/time.texi: Likewise.
45644         * manual/users.texi: Likewise.
45645         * INSTALL: Regenerated.
45646         * sysdeps/gnu/errlist.c: Regenerated.
45648         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45649         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45650         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45651         puts.
45652         * configure: Regenerated.
45654 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45656         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45657         default includes instead of AC_HEADER_CHECK.
45658         * sysdeps/i386/configure: Regenerated.
45660         [BZ #10716]
45661         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45662         * math/s_cacoshf.c (__cacoshf): Likewise.
45663         * math/s_cacoshl.c (__cacoshl): Likewise.
45664         * math/s_casinh.c (__casinh): Set signs of result from argument.
45665         * math/s_casinhf.c (__casinhf): Likewise.
45666         * math/s_casinhl.c (__casinhl): Likewise.
45667         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45668         (casinh_test): Add more tests.
45669         * sysdeps/i386/fpu/libm-test-ulps: Update.
45670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45672 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45674         * po/zh_TW.po: Update from translation team.
45676         * login/Makefile (distribute): Remove variable.
45677         * catgets/Makefile: Likewise.
45678         * mach/Makefile: Likewise.
45679         * malloc/Makefile: Likewise.
45680         * misc/Makefile: Likewise.
45681         * iconv/Makefile: Likewise.
45682         * nscd/Makefile: Likewise.
45683         * hurd/Makefile: Likewise.
45684         * manual/Makefile: Likewise.
45685         * locale/Makefile: Likewise.
45686         * intl/Makefile: Likewise.
45687         * conform/Makefile: Likewise.
45688         * nss/Makefile: Likewise.
45689         * time/Makefile: Likewise.
45690         * soft-fp/Makefile: Likewise.
45691         * dirent/Makefile: Likewise.
45692         * gmon/Makefile: Likewise.
45693         * po/Makefile: Likewise.
45694         * rt/Makefile: Likewise.
45695         * socket/Makefile: Likewise.
45696         * math/Makefile: Likewise.
45697         * signal/Makefile: Likewise.
45698         * debug/Makefile: Likewise.
45699         * elf/Makefile: Likewise.
45700         * timezone/Makefile: Likewise.
45701         * stdlib/Makefile: Likewise.
45702         * iconvdata/Makefile: Likewise.
45703         * sunrpc/Makefile: Likewise.
45704         * io/Makefile: Likewise.
45705         * argp/Makefile: Likewise.
45706         * inet/Makefile: Likewise.
45707         * hesiod/Makefile: Likewise.
45708         * grp/Makefile: Likewise.
45709         * csu/Makefile: Likewise.
45710         * wctype/Makefile: Likewise.
45711         * crypt/Makefile: Likewise.
45712         * libio/Makefile: Likewise.
45713         * string/Makefile: Likewise.
45714         * nis/Makefile: Likewise.
45715         * resolv/Makefile: Likewise.
45716         * stdio-common/Makefile: Likewise.
45717         * wcsmbs/Makefile: Likewise.
45718         * dlfcn/Makefile: Likewise.
45719         * posix/Makefile: Likewise.
45721         [BZ #6959]
45722         * timezone/Makefile: Don't install timezone files, just the programs
45723         and scripts.
45725 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45727         * nss/databases.def: Add missing gshadow entry.
45729         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45731 2012-03-06  Marek Polacek  <polacek@redhat.com>
45733         [BZ #13726]
45734         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45735         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45736         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45737         * stdio-common/tst-long-dbl-fphex.c: New file.
45739 2012-03-06  David S. Miller  <davem@davemloft.net>
45741         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45742         (set_obp_int): New function.
45743         (get_obp_int): New function.
45744         (__get_clockfreq_via_dev_openprom): Likewise.
45745         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45746         Avoid unused variable warnings on 'val' and use builtin_expect.
45747         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45748         __builtin_expect.
45749         (INLINE_CLONE_SYSCALL): Likewise.
45751 2012-03-05  David S. Miller  <davem@davemloft.net>
45753         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45755 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45757         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45759         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45760         only for |x| >= 40.
45761         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45763 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45765         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45766         Replace gettimeofday with __vdso_gettimeofday.
45768         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45769         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45770         __vdso_clock_gettime and __vdso_getcpu.
45772         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45773         time with __vdso_time.
45775 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45777         * manual/lang.texi (size_t): Note types to which size_t may be
45778         equivalent with the GNU C Library, but do not describe when
45779         differences between them are significant.
45781 2012-03-05  Andreas Jaeger  <aj@suse.de>
45783         * sysdeps/i386/fpu/libm-test-ulps: Update.
45785 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45787         [BZ #3976]
45788         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45789         (__ieee754_pow): Save and restore rounding mode and use
45790         round-to-nearest for main computations.
45791         * math/libm-test.inc (pow_test_tonearest): New function.
45792         (pow_test_towardzero): Likewise.
45793         (pow_test_downward): Likewise.
45794         (pow_test_upward): Likewise.
45795         (main): Call the new functions.
45796         * sysdeps/i386/fpu/libm-test-ulps: Update.
45797         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45799         [BZ #3976]
45800         * math/libm-test.inc (cosh_test_tonearest): New function.
45801         (cosh_test_towardzero): Likewise.
45802         (cosh_test_downward): Likewise.
45803         (cosh_test_upward): Likewise.
45804         (sinh_test_tonearest): Likewise.
45805         (sinh_test_towardzero): Likewise.
45806         (sinh_test_downward): Likewise.
45807         (sinh_test_upward): Likewise.
45808         (main): Call the new functions.
45809         * sysdeps/i386/fpu/libm-test-ulps: Update.
45810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45812 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45814         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45815         default stack guard is set in last bytes.
45816         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45818 2012-03-05  Kees Cook  <keescook@chromium.org>
45820         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45822         [BZ #13656]
45823         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45824         possibly allocate from heap instead of stack.
45825         * stdio-common/bug-vfprintf-nargs.c: New file.
45826         * stdio-common/Makefile (tests): Add nargs overflow test.
45828 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45830         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45832 2012-03-03  Marek Polacek  <polacek@redhat.com>
45834         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45835         * math/math_private.h: Likewise.
45836         * stdlib/tst-strtod.c: Likewise.
45837         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45838         * sysdeps/x86_64/bits/atomic.h: Likewise.
45840 2012-03-02  David S. Miller  <davem@davemloft.net>
45842         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45843         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45844         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45845         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45846         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45847         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45848         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45849         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45851 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45853         [BZ #13792]
45854         * manual/examples/README: New file, says the example source files
45855         can be used under GPL>=2.
45856         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45857         line containing just "*/".
45858         * manual/examples/add.c: Add copyright header (GPL>=2).
45859         * manual/examples/argp-ex1.c: Likewise.
45860         * manual/examples/argp-ex2.c: Likewise.
45861         * manual/examples/argp-ex3.c: Likewise.
45862         * manual/examples/argp-ex4.c: Likewise.
45863         * manual/examples/atexit.c: Likewise.
45864         * manual/examples/db.c: Likewise.
45865         * manual/examples/dir.c: Likewise.
45866         * manual/examples/dir2.c: Likewise.
45867         * manual/examples/execinfo.c: Likewise.
45868         * manual/examples/filecli.c: Likewise.
45869         * manual/examples/filesrv.c: Likewise.
45870         * manual/examples/fmtmsgexpl.c: Likewise.
45871         * manual/examples/genpass.c: Likewise.
45872         * manual/examples/inetcli.c: Likewise.
45873         * manual/examples/inetsrv.c: Likewise.
45874         * manual/examples/isockad.c: Likewise.
45875         * manual/examples/longopt.c: Likewise.
45876         * manual/examples/memopen.c: Likewise.
45877         * manual/examples/memstrm.c: Likewise.
45878         * manual/examples/mkfsock.c: Likewise.
45879         * manual/examples/mkisock.c: Likewise.
45880         * manual/examples/mygetpass.c: Likewise.
45881         * manual/examples/pipe.c: Likewise.
45882         * manual/examples/popen.c: Likewise.
45883         * manual/examples/rprintf.c: Likewise.
45884         * manual/examples/search.c: Likewise.
45885         * manual/examples/select.c: Likewise.
45886         * manual/examples/setjmp.c: Likewise.
45887         * manual/examples/sigh1.c: Likewise.
45888         * manual/examples/sigusr.c: Likewise.
45889         * manual/examples/stpcpy.c: Likewise.
45890         * manual/examples/strdupa.c: Likewise.
45891         * manual/examples/strftim.c: Likewise.
45892         * manual/examples/strncat.c: Likewise.
45893         * manual/examples/subopt.c: Likewise.
45894         * manual/examples/swapcontext.c: Likewise.
45895         * manual/examples/termios.c: Likewise.
45896         * manual/examples/testopt.c: Likewise.
45897         * manual/examples/testpass.c: Likewise.
45898         * manual/examples/timeval_subtract.c: Likewise.
45900         [BZ #13792]
45901         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45902         function to ...
45903         * manual/timeval_subtract.c.texi: ... here, new file.
45905 2012-03-02  David S. Miller  <davem@davemloft.net>
45907         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45909 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45911         [BZ #3976]
45912         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45913         (__sin): Save and restore rounding mode and use round-to-nearest
45914         for all computations.
45915         (__cos): Save and restore rounding mode and use round-to-nearest
45916         for all computations.
45917         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45918         <fenv.h>.
45919         (tan): Save and restore rounding mode and use round-to-nearest for
45920         all computations.
45921         * math/libm-test.inc (cos_test_tonearest): New function.
45922         (cos_test_towardzero): Likewise.
45923         (cos_test_downward): Likewise.
45924         (cos_test_upward): Likewise.
45925         (sin_test_tonearest): Likewise.
45926         (sin_test_towardzero): Likewise.
45927         (sin_test_downward): Likewise.
45928         (sin_test_upward): Likewise.
45929         (tan_test_tonearest): Likewise.
45930         (tan_test_towardzero): Likewise.
45931         (tan_test_downward): Likewise.
45932         (tan_test_upward): Likewise.
45933         (main): Call the new functions.
45934         * sysdeps/i386/fpu/libm-test-ulps: Update.
45935         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45937         [BZ #10135]
45938         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45939         small n, then large n, before computing and testing k+n.
45940         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45941         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45942         Likewise.
45943         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45944         Likewise.
45945         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45946         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45947         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45948         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45949         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45950         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45951         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45952         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45953         * math/libm-test.inc (scalbn_test): Add more tests.
45954         (scalbln_test): Likewise.
45956         * manual/filesys.texi (mode_t): Describe constraints on size and
45957         signedness, not exact equivalence to a particular type.
45958         (ino_t): Likewise.
45959         (ino64_t): Likewise.
45960         (dev_t): Likewise.
45961         (nlink_t): Likewise.
45962         (blkcnt_t): Likewise.
45963         (blkcnt64_t): Likewise.
45964         * manual/llio.texi (off_t): Likewise.
45966         [BZ #3976]
45967         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45968         (__ieee754_exp): Save and restore rounding mode and use
45969         round-to-nearest for all computations.
45970         * math/libm-test.inc (exp_test_tonearest): New function.
45971         (exp_test_towardzero): Likewise.
45972         (exp_test_downward): Likewise.
45973         (exp_test_upward): Likewise.
45974         (main): Call the new functions.
45975         * sysdeps/i386/fpu/libm-test-ulps: Update.
45976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45978 2012-03-01  Chris Demetriou  <cgd@google.com>
45980         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45981         have predictable order.
45983 2012-03-01  David S. Miller  <davem@davemloft.net>
45985         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45987         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45988         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45989         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45990         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45992         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45993         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45994         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45995         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45996         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45997         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45998         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45999         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
46000         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
46002         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46004         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
46005         * sysdeps/sparc/fpu/libm-test-ulps: to here.
46006         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
46008         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
46009         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46010         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46011         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
46012         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
46013         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
46014         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
46015         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46016         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46017         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
46018         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
46019         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46020         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46021         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46022         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46023         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46024         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
46025         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
46026         * sysdeps/sparc/elf/configure: Regenerated.
46028 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
46030         * configure.in (AS, LD): Require binutils 2.20 or later.
46031         * configure: Regenerated.
46032         * manual/install.texi (Tools for Compilation): Give binutils 2.20
46033         as required minimum version.
46034         * INSTALL: Regenerated.
46036         [BZ #2541]
46037         [BZ #4108]
46038         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
46039         before squaring exponent.
46040         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
46041         bottom long double and 27 bits of top long double before squaring
46042         exponent.
46043         * math/libm-test.inc (erfc_test): Add more tests.
46044         * sysdeps/i386/fpu/libm-test-ulps: Update.
46045         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46046         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46048 2012-03-01  Kai Tietz  <ktietz@redhat.com>
46050         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
46051         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
46052         containing bit-fields.
46053         * soft-fp/extended.h (_FP_UNION_E): Likewise.
46054         * soft-fp/single.h (_FP_UNION_S): Likewise.
46055         * soft-fp/double.h (_FP_UNION_D): Likewise.
46057 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
46059         [BZ #13786]
46060         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
46061         not include ../strcmp.S.
46062         [USE_AS_STRNCASECMP_L]: Likewise.
46063         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
46064         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
46065         * sysdeps/i386/i686/multiarch/strncase_l-c.c
46066         (__strncasecmp_l_ia32): Define as alias to
46067         __strncasecmp_l_nonascii.
46069         [BZ #5794]
46070         * math/libm-test.inc (expm1_test): Add test for bug 5794.
46071         * sysdeps/i386/fpu/libm-test-ulps: Update.
46072         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46074         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
46075         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46077 2012-02-29  Jeff Law  <law@redhat.com>
46079         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
46080         out of bounds read.
46082 2012-02-29  Marek Polacek  <polacek@redhat.com>
46084         [BZ #13706]
46085         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
46086         * elf/Makefile: Add rules to run tst-unused-dep.out.
46088 2012-02-28  David S. Miller  <davem@davemloft.net>
46090         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
46091         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
46092         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
46093         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
46094         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
46095         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
46097 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
46099         * math/libm-test.inc (llround_test): Move one test from
46100         lround_test.  Use TEST_f_L in moved test.
46101         (lround_test): Move misplaced test to llround_test.  Add testcase
46102         from bug 2561.
46104 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
46106         * sysdeps/x86_64/fpu/e_expf.S: New file.
46107         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
46109 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
46111         [BZ #13637]
46112         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
46113         of remain_len that may cause incomplete multi-byte character and
46114         false match.
46115         * posix/bug-regex33.c: New file.
46116         * posix/Makefile (tests): Add bug-regex33.
46118 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
46120         * manual/macros.texi: New file.
46121         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
46122         * manual/libc.texinfo: Include macros.texi.
46123         * manual/creatute.texi: Likewise.
46124         * manual/install.texi: Likewise.
46125         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
46126         @glibcadj{} in references to the GNU C Library.
46127         * manual/charset.texi: Likewise.
46128         * manual/conf.texi: Likewise.
46129         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
46130         when not using those macros.
46131         * manual/creature.texi: Likewise.
46132         * manual/crypt.texi: Likewise.
46133         * manual/errno.texi: Likewise.
46134         * manual/filesys.texi: Likewise.
46135         * manual/header.texi: Likewise.
46136         * manual/install.texi: Likewise.
46137         * manual/intro.texi: Likewise.
46138         * manual/io.texi: Likewise.
46139         * manual/job.texi: Likewise.
46140         * manual/lang.texi: Likewise.
46141         * manual/libc.texiinfo: Likewise.
46142         * manual/llio.texi: Likewise.
46143         * manual/locale.texi: Likewise.
46144         * manual/maint.texi: Likewise.
46145         * manual/math.texi: Likewise.
46146         * manual/memory.texi: Likewise.
46147         * manual/message.texi: Likewise.
46148         * manual/nss.texi: Likewise.
46149         * manual/pattern.texi: Likewise.
46150         * manual/process.texi: Likewise.
46151         * manual/resource.texi: Likewise.
46152         * manual/search.texi: Likewise.
46153         * manual/setjmp.texi: Likewise.
46154         * manual/signal.texi: Likewise.
46155         * manual/socket.texi: Likewise.
46156         * manual/startup.texi: Likewise.
46157         * manual/stdio.texi: Likewise.
46158         * manual/string.texi: Likewise.
46159         * manual/sysinfo.texi: Likewise.
46160         * manual/syslog.texi: Likewise.
46161         * manual/terminal.texi: Likewise.
46162         * manual/time.texi: Likewise.
46163         * manual/users.texi: Likewise.
46164         * INSTALL: Regenerated.
46165         * NOTES: Regenerated.
46166         * sysdeps/gnu/errlist.c: Regenerated.
46168 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
46170         * include/dirent.h: Include <dirstream.h> before
46171         <dirent/dirent.h>.
46173 2012-02-28  David S. Miller  <davem@davemloft.net>
46175         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
46176         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
46177         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
46178         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
46180 2012-02-27  David S. Miller  <davem@davemloft.net>
46182         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
46183         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
46184         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
46185         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
46187         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
46188         frame pointer instead of stack pointer relative arg slot.
46189         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
46190         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
46191         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
46193 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
46195         [BZ #3992]
46196         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
46198 2012-02-27  David S. Miller  <davem@davemloft.net>
46200         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
46201         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
46202         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46203         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
46204         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
46205         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
46206         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
46207         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
46209 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
46211         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
46212         later.  Allow versions 5-9.
46213         * configure: Regenerated.
46214         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
46215         required minimum version and 4.6 as recommended version.  Do not
46216         mention bugs in GCC 2.7 and 2.8.
46217         * INSTALL: Regenerated.
46219 2012-02-27  David S. Miller  <davem@davemloft.net>
46221         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
46222         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
46223         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
46224         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
46225         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
46226         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
46227         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
46228         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
46230         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
46231         manipulate bits before adding and subtracting TWO112[sx].
46232         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
46234 2012-02-27  Roland McGrath  <roland@hack.frob.com>
46236         [BZ #13775]
46237         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
46238         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
46239         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
46240         being in POSIX, because they are in 1003.1-2008.
46242         * rt/tst-aio.c: Include <fcntl.h>.
46243         * rt/tst-aio7.c: Likewise.
46244         * rt/tst-aio64.c: Likewise.
46246         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
46248 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
46250         * manual/install.texi (--with-headers): Describe headers as
46251         interface headers, not private headers.
46252         (Specific advice for GNU/Linux systems): Describe use of headers
46253         from "make headers_install", not private headers from older
46254         kernels.
46255         * INSTALL: Regenerated.
46256         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
46257         Change to 2.6.19.
46258         * sysdeps/unix/sysv/linux/configure: Regenerated.
46260         * manual/llio.texi (fclean): Remove documentation.
46262         * manual/Makefile (libc-texi-generated): New variable.  Include
46263         version.texi.
46264         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
46265         $(libc-texi-generated), not duplicated list of files.
46266         (version.texi, stamp-version): New rules.
46267         (realclean): Remove $(libc-texi-generated), not individual files
46268         from that list.  Do not remove dir-add.texinfo.
46269         * manual/libc.texinfo: Comment out uses of edition numbers and
46270         references to printed manual.  Remove last-updated dates.
46271         (EDITION): Comment out.
46272         (ISBN): Likewise.
46273         (VERSION, UPDATED): Remove.
46274         (version.texi): Include.
46276 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
46278         * sysdeps/posix/spawni.c: Include <signal.h>.
46279         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
46280         * sysdeps/pthread/aio_fsync.c: Likewise.
46282 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
46284         * conform/Makefile (tests): Run only when not cross-compiling and
46285         when fast-check is not defined.
46287         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
46288         * conform/data/limits.h-data: Fixes for POSIX2008.
46289         * conform/run-conformtest.sh: Run all tests.
46290         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
46291         headers.
46292         * include/bits/dlfcn.h: Likewise.
46293         * include/langinfo.h: Likewise.
46294         * include/monetary.h: Likewise.
46295         * include/sys/poll.h: Likewise.
46297         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
46298         for __USE_GNU.
46299         * posix/spawn.h: Define __need_sigset_t.
46300         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
46301         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
46302         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
46303         to get sigevent_t only.
46304         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
46305         only for __USE_GNU.
46306         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46307         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
46308         process_vm_writev only for __USE_GNU.
46309         * termios/termios.h: Declare tcgetsid also for POSIX2008.
46311         * conform/Makefile: For now ignore errors from run-conformtest.
46312         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
46313         POSIX to avoid namespace pollution.  Don't prepend headers.
46314         * conform/data/aio.h-data: Fixes for POSIX testing.
46315         * conform/data/fcntl.h-data: Likewise.
46316         * conform/data/glob.h-data: Likewise.
46317         * conform/data/grp.h-data: Likewise.
46318         * conform/data/pthread.h-data: Likewise.
46319         * conform/data/pwd.h-data: Likewise.
46320         * conform/data/signal.h-data: Likewise.
46321         * conform/data/spawn.h-data: Likewise.
46322         * conform/data/stdio.h-data: Likewise.
46323         * conform/data/stdlib.h-data: Likewise.
46324         * conform/data/stropts.h-data: Likewise.
46325         * conform/data/sys/mman.h-data: Likewise.
46326         * conform/data/sys/stat.h-data: Likewise.
46327         * conform/data/sys/types.h-data: Likewise.
46328         * conform/data/sys/wait.h-data: Likewise.
46329         * conform/data/time.h-data: Likewise.
46330         * conform/data/unistd.h-data: Likewise.
46331         * conform/data/utime.h-data: Likewise.
46333         * io/sys/stat.h: fchmod was always in POSIX.
46334         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
46335         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
46336         * rt/aio.h: Define __need_timespec before including <time.h>.
46337         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
46338         struct.  Add forward declaration of pthread_attr_t and use it in
46339         sigevent.
46340         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46341         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46342         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
46343         always remove CLK_TCK definition.
46345 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
46347         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
46349 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
46351         * conform/run-conformtest.sh: New file.
46352         * conform/Makefile: Run run-conformtest for tests.
46353         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
46354         support.
46356         * conform/data/uchar.h-data: New file.
46357         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
46358         * conform/data/arpa/inet.h-data: Likewise.
46359         * conform/data/assert.h-data: Likewise.
46360         * conform/data/complex.h-data: Likewise.
46361         * conform/data/cpio.h-data: Likewise.
46362         * conform/data/ctype.h-data: Likewise.
46363         * conform/data/dirent.h-data: Likewise.
46364         * conform/data/dlfcn.h-data: Likewise.
46365         * conform/data/errno.h-data: Likewise.
46366         * conform/data/fcntl.h-data: Likewise.
46367         * conform/data/float.h-data: Likewise.
46368         * conform/data/fmtmsg.h-data: Likewise.
46369         * conform/data/fnmatch.h-data: Likewise.
46370         * conform/data/ftw.h-data: Likewise.
46371         * conform/data/glob.h-data: Likewise.
46372         * conform/data/grp.h-data: Likewise.
46373         * conform/data/iconv.h-data: Likewise.
46374         * conform/data/inttypes.h-data: Likewise.
46375         * conform/data/langinfo.h-data: Likewise.
46376         * conform/data/libgen.h-data: Likewise.
46377         * conform/data/limits.h-data: Likewise.
46378         * conform/data/locale.h-data: Likewise.
46379         * conform/data/math.h-data: Likewise.
46380         * conform/data/monetary.h-data: Likewise.
46381         * conform/data/mqueue.h-data: Likewise.
46382         * conform/data/ndbm.h-data: Likewise.
46383         * conform/data/net/if.h-data: Likewise.
46384         * conform/data/netdb.h-data: Likewise.
46385         * conform/data/netinet/in.h-data: Likewise.
46386         * conform/data/nl_types.h-data: Likewise.
46387         * conform/data/poll.h-data: Likewise.
46388         * conform/data/pthread.h-data: Likewise.
46389         * conform/data/pwd.h-data: Likewise.
46390         * conform/data/regex.h-data: Likewise.
46391         * conform/data/sched.h-data: Likewise.
46392         * conform/data/search.h-data: Likewise.
46393         * conform/data/semaphore.h-data: Likewise.
46394         * conform/data/setjmp.h-data: Likewise.
46395         * conform/data/signal.h-data: Likewise.
46396         * conform/data/spawn.h-data: Likewise.
46397         * conform/data/stdarg.h-data: Likewise.
46398         * conform/data/stdio.h-data: Likewise.
46399         * conform/data/stdlib.h-data: Likewise.
46400         * conform/data/string.h-data: Likewise.
46401         * conform/data/strings.h-data: Likewise.
46402         * conform/data/stropts.h-data: Likewise.
46403         * conform/data/sys/ipc.h-data: Likewise.
46404         * conform/data/sys/mman.h-data: Likewise.
46405         * conform/data/sys/msg.h-data: Likewise.
46406         * conform/data/sys/resource.h-data: Likewise.
46407         * conform/data/sys/select.h-data: Likewise.
46408         * conform/data/sys/sem.h-data: Likewise.
46409         * conform/data/sys/shm.h-data: Likewise.
46410         * conform/data/sys/socket.h-data: Likewise.
46411         * conform/data/sys/stat.h-data: Likewise.
46412         * conform/data/sys/statvfs.h-data: Likewise.
46413         * conform/data/sys/time.h-data: Likewise.
46414         * conform/data/sys/timeb.h-data: Likewise.
46415         * conform/data/sys/times.h-data: Likewise.
46416         * conform/data/sys/types.h-data: Likewise.
46417         * conform/data/sys/uio.h-data: Likewise.
46418         * conform/data/sys/un.h-data: Likewise.
46419         * conform/data/sys/utsname.h-data: Likewise.
46420         * conform/data/sys/wait.h-data: Likewise.
46421         * conform/data/syslog.h-data: Likewise.
46422         * conform/data/tar.h-data: Likewise.
46423         * conform/data/termios.h-data: Likewise.
46424         * conform/data/utime.h-data: Likewise.
46425         * conform/data/utmpx.h-data: Likewise.
46426         * conform/data/varargs.h-data: Likewise.
46427         * conform/data/wchar.h-data: Likewise.
46428         * conform/data/wctype.h-data: Likewise.
46429         * conform/data/wordexp.h-data: Likewise.
46431         * include/stropts.h: New file.
46432         * include/uchar.h: New file.
46433         * include/aio.h: Changes to allow conformtest.pl to use the headers.
46434         * include/assert.h: Likewise.
46435         * include/ctype.h: Likewise.
46436         * include/dirent.h: Likewise.
46437         * include/dlfcn.h: Likewise.
46438         * include/fcntl.h: Likewise.
46439         * include/fnmatch.h: Likewise.
46440         * include/glob.h: Likewise.
46441         * include/grp.h: Likewise.
46442         * include/libio.h: Likewise.
46443         * include/locale.h: Likewise.
46444         * include/math.h: Likewise.
46445         * include/net/if.h: Likewise.
46446         * include/netdb.h: Likewise.
46447         * include/netinet/in.h: Likewise.
46448         * include/pthread.h: Likewise.
46449         * include/pwd.h: Likewise.
46450         * include/regex.h: Likewise.
46451         * include/sched.h: Likewise.
46452         * include/search.h: Likewise.
46453         * include/setjmp.h: Likewise.
46454         * include/signal.h: Likewise.
46455         * include/stdio.h: Likewise.
46456         * include/stdlib.h: Likewise.
46457         * include/string.h: Likewise.
46458         * include/sys/cdefs.h: Likewise.
46459         * include/sys/mman.h: Likewise.
46460         * include/sys/msg.h: Likewise.
46461         * include/sys/resource.h: Likewise.
46462         * include/sys/select.h: Likewise.
46463         * include/sys/socket.h: Likewise.
46464         * include/sys/stat.h: Likewise.
46465         * include/sys/statvfs.h: Likewise.
46466         * include/sys/time.h: Likewise.
46467         * include/sys/times.h: Likewise.
46468         * include/sys/uio.h: Likewise.
46469         * include/sys/utsname.h: Likewise.
46470         * include/sys/wait.h: Likewise.
46471         * include/termios.h: Likewise.
46472         * include/time.h: Likewise.
46473         * include/ulimit.h: Likewise.
46474         * include/unistd.h: Likewise.
46475         * include/utime.h: Likewise.
46476         * include/wchar.h: Likewise.
46477         * include/wctype.h: Likewise.
46478         * include/wordexp.h: Likewise.
46480         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46482         * time/time.h: TIME_UTC must be a macro.
46483         Make timespec_get available for ISO C11 only as well.
46485 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46487         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46488         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46490 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46492         * configure.in: Use -o not -a in test for unsupported multi-arch.
46494 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46496         * manual/texinfo.tex: Update to version 2012-01-19.16.
46498 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46500         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46502 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46504         [BZ #13738]
46505         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46506         * manual/fdl-1.3.texi: New file.
46507         * manual/fdl-1.1.texi: File removed.
46509         [BZ #13738]
46510         * manual/libc.texinfo (FDL_VERSION): New @set.
46511         Use it for mention of FDL in cover text.
46512         (Documentation License): Use it in @include file name.
46514 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46515             Roland McGrath  <roland@hack.frob.com>
46517         [BZ #5461]
46518         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46519         (not LONG_LONG_MAX and LONG_LONG_MIN.
46520         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46521         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46522         name.
46523         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46525 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46527         [BZ #2547]
46528         [BZ #11365]
46529         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46530         manipulate bits before adding and subtracting TWO23[sx].
46531         * math/libm-test.inc (nearbyint_test): Add more tests.
46533 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46535         [BZ #2548]
46536         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46537         bits before adding and subtracting TWO23[sx].
46538         * math/libm-test.inc (rint_test): Add more tests.
46539         (rint_test_tonearest): Likewise.
46540         (rint_test_towardzero): Likewise.
46541         (rint_test_downward): Likewise.
46542         (rint_test_upward: Likewise.
46544 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46546         [BZ #10110]
46547         * include/stdc-predef.h: New file.  Extracted from features.h.
46548         * include/features.h: Include stdc-predef.h.
46549         * Makefile (headers): Add stdc-predef.h.
46550         * CONFORMANCE (Compiler limitations): Update.
46552 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46554         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46556 2012-02-21  David S. Miller  <davem@davemloft.net>
46558         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46559         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46561 2012-02-20  David S. Miller  <davem@davemloft.net>
46563         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46564         using a normal save/restore sequence, rather than allocating a
46565         dummy stack frame just to store a frame pointer and restore.
46566         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46568 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46570         * manual/install.texi: Fix stray word in line-wrapped comment.
46572 2012-02-20  David S. Miller  <davem@davemloft.net>
46574         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46575         both binutils and gcc support GOTDATA.
46577         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46578         "rd %pc" in the PIC register setup sequences.
46580         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46581         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46582         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46583         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46584         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46585         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46586         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46587         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46588         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46589         (SYSCALL_ERROR_HANDLER): Likewise.
46590         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46591         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46592         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46593         (SYSCALL_ERROR_HANDLER): Likewise.
46595         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46596         (HAVE_GCC_GOTDATA): New.
46597         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46598         relocation support in both binutils and gcc.
46599         * sysdeps/sparc/elf/configure: Regenerate.
46601         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46602         * sysdeps/sparc/sparc32/elf/configure: Delete.
46603         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46604         * sysdeps/sparc/sparc64/elf/configure: Delete.
46605         * sysdeps/sparc/elf/configure.in: New file.
46606         * sysdeps/sparc/elf/configure: Generate.
46608         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46609         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46610         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46611         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46612         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46614 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46616         * manual/install.texi: Do not mention specific glibc version
46617         numbers.
46618         * manual/libc.texinfo (VERSION, UPDATED): Update.
46619         (@copying): Use @copyright{} and range of years.
46621 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46623         [BZ #13695]
46624         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46625         [crti.S not in sysdirs] (generated): Do not append.
46626         [crti.S not in sysdirs] (omit-deps): Likewise.
46627         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46628         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46629         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46630         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46631         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46632         Likewise.
46633         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46634         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46635         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46636         * csu/defs.awk: Remove file.
46637         * sysdeps/generic/initfini.c: Likewise.
46638         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46639         variable.
46640         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46641         Likewise.
46643 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46645         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46646         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46647         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46648         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46649         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46650         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46651         <bits/epoll.h>.
46652         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46653         (__EPOLL_PACKED): Define to empty if not defined by
46654         <bits/epoll.h>.
46655         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46656         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46657         bits/epoll.h.
46659 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46661         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46662         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46663         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46664         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46665         <bits/timerfd.h>.
46666         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46667         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46668         bits/timerfd.h.
46670 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46672         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46673         in C locale.
46674         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46675         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46676         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46677         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46679 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46681         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46682         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46684 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46686         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46687         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46688         defined.
46689         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46690         Likewise.
46691         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46692         entry for 2.16.
46694 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46696         * math/w_acos.c: Use non-signaling floating-point comparisons.
46697         * math/w_acosf.c: Likewise.
46698         * math/w_acosh.c: Likewise.
46699         * math/w_acoshf.c: Likewise.
46700         * math/w_acoshl.c: Likewise.
46701         * math/w_acosl.c: Likewise.
46702         * math/w_asin.c: Likewise.
46703         * math/w_asinf.c: Likewise.
46704         * math/w_asinl.c: Likewise.
46705         * math/w_atanh.c: Likewise.
46706         * math/w_atanhf.c: Likewise.
46707         * math/w_atanhl.c: Likewise.
46708         * math/w_exp2.c: Likewise.
46709         * math/w_exp2f.c: Likewise.
46710         * math/w_exp2l.c: Likewise.
46711         * math/w_j0.c: Likewise.
46712         * math/w_j0f.c: Likewise.
46713         * math/w_j0l.c: Likewise.
46714         * math/w_j1.c: Likewise.
46715         * math/w_j1f.c: Likewise.
46716         * math/w_j1l.c: Likewise.
46717         * math/w_jn.c: Likewise.
46718         * math/w_jnf.c: Likewise.
46719         * math/w_log.c: Likewise.
46720         * math/w_log10.c: Likewise.
46721         * math/w_log10f.c: Likewise.
46722         * math/w_log10l.c: Likewise.
46723         * math/w_log2.c: Likewise.
46724         * math/w_log2f.c: Likewise.
46725         * math/w_log2l.c: Likewise.
46726         * math/w_logf.c: Likewise.
46727         * math/w_logl.c: Likewise.
46728         * math/w_sqrt.c: Likewise.
46729         * math/w_sqrtf.c: Likewise.
46730         * math/w_sqrtl.c: Likewise.
46731         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46732         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46733         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46734         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46735         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46737 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46739         [BZ #9739]
46740         * manual/string.texi (strnlen): Use correct parameter name in
46741         equivalent expression.
46743 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46745         [BZ #11174]
46746         * manual/users.texi (seteuid): Consistently use neweuid for
46747         argument name.
46749 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46751         [BZ #13704]
46752         * manual/nss.texi (Services in the NSS configuration): Correct
46753         list of services in example configuration file.
46755 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46757         [BZ #11322]
46758         * manual/arith.texi: Remove statements about negative zero
46759         behaving identically to zero.
46761 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46763         [BZ #5993]
46764         * manual/install.texi: Do not document upgrading from libc5.
46766 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46768         [BZ #4596]
46769         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46771 2012-02-18  David S. Miller  <davem@davemloft.net>
46773         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46774         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46775         %o7 across the call.
46776         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46777         instead.
46778         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46779         SETUP_PIC_REG_LEAF.
46780         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46781         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46782         * sysdeps/sparc/crtn.S: Likewise.
46784 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46786         * aout/Makefile: Remove.
46788 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46790         [BZ #13058]
46791         * manual/examples/argp-ex1.c (main): Format definition in GNU
46792         style.
46793         * manual/examples/argp-ex2.c (main): Likewise.
46794         * manual/examples/argp-ex3.c (main): Likewise.
46795         * manual/examples/argp-ex4.c (main): Likewise.
46796         * manual/examples/longopt.c (main): Use new-style prototype
46797         definition.
46798         * manual/examples/strncat.c (main): Specify return type and use
46799         (void) for arguments.
46800         * manual/examples/subopt.c (main): Use char **argv argument.
46802 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46804         [BZ #5077]
46805         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46806         rounding modes.
46808 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46810         [BZ #6907]
46811         * manual/string.texi (strchr): Change when strchrnul is
46812         recommended.
46814 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46816         [BZ #174]
46817         * manual/locale.texi (setlocale): Document LOCPATH.
46819 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46821         [BZ #10210]
46822         * manual/process.texi (execle): Move @dots{} before last argument.
46824 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46826         [BZ #12047]
46827         * manual/charset.texi (Generic Charset Conversion): Fix typo
46828         (LC_TYPE -> LC_CTYPE).
46830 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46832         [BZ #5805]
46833         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46834         (scalbnf): Likewise.
46835         (scalbnl): Likewise.
46836         (scalbln): Likewise.
46837         (scalblnf): Likewise.
46838         (scalblnl): Likewise.
46839         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46840         (vwarnx): Likewise.
46841         (verr): Likewise.
46842         (verrx): Likewise.
46843         * manual/filesys.texi (telldir): Use braces around return type.
46844         * manual/llio.texi (mmap): Add space after comma.
46845         (mmap64): Likewise.
46846         * manual/math.texi (jn): Use @var{} on parameter names.
46847         (jnf): Likewise.
46848         (jnl): Likewise.
46849         (yn): Likewise.
46850         (ynf): Likewise.
46851         (ynl): Likewise.
46852         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46853         line.
46854         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46855         "...".
46856         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46857         (sched_get_priority_max): Likewise.
46858         * manual/signal.texi (sigvec): Add space after comma.
46859         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46860         names.
46861         (if_indextoname): Likewise.
46862         (if_freenameindex): Likewise.
46863         (sendto): Use ',' instead of '.' in prototype.
46864         * manual/startup.texi (syscall): Use @dots{} instead of literal
46865         "...".
46866         * manual/stdio.texi (__fpending): Separate initial words of
46867         paragraph from @deftypefun line.
46868         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46869         "...".
46870         (vsyslog): Use @var{} on parameter names.
46871         * manual/terminal.texi (stty): Use @var{} on parameter names.
46872         * manual/users.texi (getutmp): Use @var{} on parameter names.
46873         (getutmpx): Likewise.
46875 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46877         [BZ #6884]
46878         * manual/stdio.texi (fopen): Fix typos in description of
46879         ",ccs=STRING".
46881 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46883         [BZ #4026]
46884         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46885         get clock_id definition.
46887 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46889         [BZ #4822]
46890         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46891         (madvise): Cast every argument to void on its own.
46893 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46895         [BZ #9902]
46896         * manual/startup.texi (Exit Status): Fix typo.
46898 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46900         [BZ #10140]
46901         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46902         * manual/examples/argp-ex2.c: Likewise.
46903         * manual/examples/argp-ex3.c: Likewise.
46905 2012-02-16  Richard Henderson  <rth@redhat.com>
46907         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46908         * sysdeps/s390/s390-32/initfini.c: Remove.
46909         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46910         * sysdeps/s390/s390-64/initfini.c: Remove.
46912 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46914         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46915         compiler output for sysdeps/generic/initfini.c.
46916         * sysdeps/sh/elf/initfini.c: Remove file.
46918 2012-02-16  David S. Miller  <davem@davemloft.net>
46920         [BZ #11494]
46921         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46923         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46924         * sysdeps/sparc/crti.S: New file.
46925         * sysdeps/sparc/crtn.S: New file.
46926         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46927         * sysdeps/sparc/sparc64/Makefile: Likewise.
46929 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46931         [BZ #3335]
46932         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46934 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46936         [BZ #4822]
46937         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46939         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46940         (write, read, close): Likewise.
46941         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46943 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46945         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46946         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46947         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46948         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46949         <bits/signalfd.h>.
46950         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46951         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46952         bits/signalfd.h.
46954 2012-02-14  Marek Polacek  <polacek@redhat.com>
46956         * sysdeps/x86_64/crti.S: New file.
46957         * sysdeps/x86_64/crtn.S: New file.
46958         * sysdeps/x86_64/elf/initfini.c: Remove file.
46960 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46962         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46963         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46964         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46965         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46966         <bits/inotify.h>.
46967         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46968         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46969         bits/inotify.h.
46971 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46973         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46974         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46975         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46976         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46977         <bits/eventfd.h>.
46978         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46979         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46980         bits/eventfd.h.
46982 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46984         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46985         __feraiseexcept instead of feraiseexcept.
46987         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46988         nanosleep invocations.
46989         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46990         strings, and add error checking for a nanosleep invocations.
46992 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46994         Replace FSF snail mail address with URLs, as per GNU coding standards.
46995         Most of the snail mail addresses were wrong anyway, and omitting
46996         them makes the source code easier to maintain.  Almost all of the
46997         changes are to license notices and to locale LC_IDENTIFICATION
46998         addresses, except for this one:
46999         * manual/libc.texinfo: In "Published by", give the FSF's URL,
47000         not its snail mail address.
47002 2012-02-09  Richard Henderson  <rth@twiddle.net>
47004         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
47005         of kernel-features.h.
47007         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
47009 2012-02-08  Marek Polacek  <polacek@redhat.com>
47011         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
47012         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
47013         * sysdeps/gnu/_G_config.h: Likewise.
47014         * sysdeps/generic/_G_config.h: Likewise.
47016 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
47018         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
47019         tests.
47020         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47022         * sysdeps/powerpc/powerpc32/crti.S: New file.
47023         * sysdeps/powerpc/powerpc32/crtn.S: New file.
47024         * sysdeps/powerpc/powerpc64/crti.S: New file.
47025         * sysdeps/powerpc/powerpc64/crtn.S: New file.
47027         * Makeconfig (have-initfini): Don't set.
47028         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
47029         * configure.in (nopic_initfini): Don't substitute.
47030         * config.h.in (HAVE_INITFINI): Don't #undef.
47031         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
47032         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
47034 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
47036         Support crti.S and crtn.S provided directly by architectures.
47037         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
47038         [crti.S in sysdirs] (omit-deps): Likewise.
47039         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
47040         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
47041         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
47042         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
47043         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
47044         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
47045         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
47046         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
47047         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
47048         compiler output for sysdeps/generic/initfini.c.
47049         * sysdeps/i386/elf/Makefile: Remove file.
47050         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
47052 2012-02-07  Marek Polacek  <polacek@redhat.com>
47054         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
47055         * sysdeps/gnu/_G_config.h: Likewise.
47056         * sysdeps/mach/hurd/_G_config.h: Likewise.
47058 2012-02-07  Marek Polacek  <polacek@redhat.com>
47060         * math/Makefile (tests): Add tst-CMPLX2.
47061         * math/tst-CMPLX2.c: New file.
47063 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
47065         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
47067         * math/libm-test.inc (jn_test): Add missing L suffix.
47069 2012-02-06  Marek Polacek  <polacek@redhat.com>
47071         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
47072         * sysdeps/i386/fpu/e_powf.S: Likewise.
47073         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
47074         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47075         * sysdeps/i386/fpu/e_acosh.S: Likewise.
47076         * sysdeps/i386/fpu/e_pow.S: Likewise.
47077         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
47078         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
47079         * sysdeps/i386/fpu/s_expm1.S: Likewise.
47080         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
47081         * sysdeps/i386/fpu/e_log2.S: Likewise.
47082         * sysdeps/i386/fpu/e_log2l.S: Likewise.
47083         * sysdeps/i386/fpu/e_scalb.S: Likewise.
47084         * sysdeps/i386/fpu/e_powl.S: Likewise.
47085         * sysdeps/i386/fpu/s_log1p.S: Likewise.
47086         * sysdeps/i386/fpu/e_log10f.S: Likewise.
47087         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
47088         * sysdeps/i386/fpu/e_logl.S: Likewise.
47089         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
47090         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
47091         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
47092         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
47093         * sysdeps/i386/fpu/e_log2f.S: Likewise.
47094         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
47095         * sysdeps/i386/fpu/e_log.S: Likewise.
47096         * sysdeps/i386/fpu/s_cexp.S: Likewise.
47097         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
47098         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
47099         * sysdeps/i386/fpu/e_logf.S: Likewise.
47100         * sysdeps/i386/fpu/e_log10l.S: Likewise.
47101         * sysdeps/i386/fpu/e_atanh.S: Likewise.
47102         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
47103         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
47104         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47105         * sysdeps/i386/fpu/e_log10.S: Likewise.
47106         * sysdeps/i386/fpu/s_frexp.S: Likewise.
47107         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
47108         * sysdeps/i386/fpu/s_asinh.S: Likewise.
47109         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
47110         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
47111         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
47112         * sysdeps/i386/asm-syntax.h: Likewise.
47113         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
47114         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
47115         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
47116         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
47117         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
47118         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
47119         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
47120         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
47121         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
47122         * sysdeps/powerpc/sysdep.h: Likewise.
47123         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
47124         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
47126 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
47128         [BZ #411]
47129         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
47131 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
47133         * sysdeps/i386/sysdep.h: Include <features.h>.
47134         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
47135         version.
47137 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
47139         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
47140         Define.
47141         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
47142         LOAD_PIC_REG_STR.
47144 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
47146         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
47147         (SETUP_PIC_REG): Use GET_PC_THUNK.
47148         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
47149         macro.
47151 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
47153         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
47154         for non-PIC compilation.
47155         (SETUP_PIC_REG): Add .p2align directive.
47156         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
47157         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
47158         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
47159         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
47160         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
47161         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
47162         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
47163         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
47164         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
47165         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
47166         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
47167         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
47168         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
47169         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
47170         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
47171         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
47172         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
47173         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
47174         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
47175         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
47176         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
47177         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
47178         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
47179         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
47180         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
47181         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
47182         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47183         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
47184         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
47185         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
47186         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
47187         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47188         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
47189         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
47190         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
47191         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
47192         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
47193         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
47194         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
47195         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
47196         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
47198 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
47200         * math/tst-CMPLX.c: Include <stdio.h>.
47202 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
47204         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
47205         float.
47206         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47207         * sysdeps/sparc/bits/mathdef.h: Likewise.
47209 2012-01-31  Marek Polacek  <polacek@redhat.com>
47211         * libio/libio.h: Don't define _PARAMS.
47212         * locale/programs/config.h: Don't define PARAMS.
47213         * stdlib/strtol_l.c: Likewise.
47214         (__strtol_l): Remove PARAMS from the prototype.
47216 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
47218         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
47219         names.  Just use the correct names.  Remove unnecessary wrapper
47220         functions.
47221         * malloc/arena.c: Likewise.
47222         * malloc/hooks.c: Likewise.
47224         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
47225         ARENA_TEST says not to.  Simplify test for creation of a new arena.
47226         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
47228 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
47230         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
47231         into tail calls.
47232         (update_get_addr): New function.
47233         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
47234         GET_ADDR_MODULE parameter.
47236 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
47238         * crypt/cert.c: Remove __STDC__ conditionals.
47239         * crypt/crypt-entry.c: Likewise.
47240         * crypt/crypt_util.c: Likewise.
47241         * libio/filedoalloc.c: Likewise.
47242         * libio/fileops.c: Likewise.
47243         * libio/genops.c: Likewise.
47244         * libio/iofclose.c: Likewise.
47245         * libio/iofdopen.c: Likewise.
47246         * libio/iofopen.c: Likewise.
47247         * libio/iofopen64.c: Likewise.
47248         * libio/iogetdelim.c: Likewise.
47249         * libio/iopopen.c: Likewise.
47250         * libio/obprintf.c: Likewise.
47251         * libio/oldfileops.c: Likewise.
47252         * libio/oldiofclose.c: Likewise.
47253         * libio/oldiofdopen.c: Likewise.
47254         * libio/oldiofopen.c: Likewise.
47255         * libio/oldiopopen.c: Likewise.
47256         * libio/wfiledoalloc.c: Likewise.
47257         * libio/wgenops.c: Likewise.
47258         * locale/programs/xmalloc.c: Likewise.
47259         * misc/syslog.c: Likewise.
47260         * stdio-common/xbug.c: Likewise.
47261         * string/memchr.c: Likewise.
47262         * string/memcmp.c: Likewise.
47263         * string/memrchr.c: Likewise.
47264         * string/rawmemchr.c: Likewise.
47265         * sysdeps/posix/getcwd.c: Likewise.
47266         * time/strftime_l.c: Likewise.
47268 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
47270         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
47271         * config.make.in (config-cflags-sse2avx): Define.
47272         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
47273         Fix typo.
47275 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
47277         * scripts/config.guess: Update from upstream config git repository.
47278         * scripts/config.sub: Likewise.
47280 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
47282         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
47283         (EM_NUM): Update.
47284         (R_TILEPRO_*, R_TILEGX_*): New macros.
47286         * scripts/firstversions.awk: Fix bug in version range handling.
47288         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
47290         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
47292         * include/sys/epoll.h: New file.
47293         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
47294         libc_hidden_def.
47296 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
47298         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
47299         Avoid unnecessary __WORDSIZE == 64 test.
47300         (fmaxf): Use VEX format if possible.
47301         (fmax): Likewise.
47302         (fminf): Likewise.
47303         (fmin): Likewise.
47305         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
47306         * math/math_private.h: Remove libc_fegetround* and
47307         libc_fesetround*.
47308         * sysdeps/i386/configure.in: Check for -msse2avx.
47309         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
47310         also if SSE2AVX is defined.
47311         Remove libc_fegetround* and libc_fesetround*.
47312         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
47313         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
47314         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
47315         of HAS_YMM_USABLE.
47316         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47317         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47318         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47319         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47320         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47322         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
47324 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47326         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
47327         size is not set.
47328         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47330 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
47332         [BZ #13618]
47333         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
47334         relocation.
47335         * Makeconfig (libm): Define.
47336         * elf/Makefile: Add rules to build and run tst-relsort1.
47337         * elf/tst-relsort1.c: New file.
47338         * elf/tst-relsort1mod1.c: New file.
47339         * elf/tst-relsort1mod2.c: New file.
47341 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
47343         * math/s_ldexp.c: Remove __STDC__ conditionals.
47344         * math/s_ldexpf.c: Likewise.
47345         * math/s_ldexpl.c: Likewise.
47346         * math/s_nextafter.c: Likewise.
47347         * math/s_nexttowardf.c: Likewise.
47348         * math/s_significand.c: Likewise.
47349         * math/s_significandf.c: Likewise.
47350         * math/s_significandl.c: Likewise.
47351         * math/w_jnl.c: Likewise.
47352         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47353         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47354         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47355         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47356         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47357         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47358         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
47359         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47360         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47361         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47362         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47363         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47364         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47365         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47366         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47367         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47368         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47369         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47370         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47371         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47372         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47373         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47374         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47375         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47376         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47377         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47378         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47379         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47380         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47381         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47382         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47383         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47384         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47385         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47386         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47387         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47388         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47389         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47390         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47391         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47392         * sysdeps/ieee754/k_standard.c: Likewise.
47393         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47394         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47395         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47396         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47397         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47398         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47399         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47400         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47401         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47402         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47403         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47404         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47405         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47406         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47407         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47408         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47409         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47410         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47411         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47412         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47413         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47414         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47415         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47416         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47417         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47418         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47419         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47420         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47421         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47422         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47423         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47424         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47425         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47426         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47427         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47428         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47429         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47430         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47431         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47432         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47433         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47434         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47435         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47436         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47437         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47438         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47439         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47440         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47441         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47442         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47443         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47444         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47445         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47446         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47447         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47448         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47449         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47450         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47451         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47452         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47453         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47454         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47455         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47456         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47457         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47458         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47459         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47460         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47461         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47462         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47463         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47464         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47465         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47466         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47467         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47468         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47469         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47470         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47471         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47472         * sysdeps/ieee754/s_matherr.c: Likewise.
47473         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47474         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47475         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47476         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47478 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47480         * crypt/md5.h: Remove __STDC__ conditionals.
47481         * libio/libioP.h: Likewise.
47482         * locale/programs/config.h: Likewise.
47483         * sysdeps/generic/sysdep.h: Likewise.
47484         * sysdeps/i386/asm-syntax.h: Likewise.
47485         * sysdeps/s390/asm-syntax.h: Likewise.
47486         * sysdeps/unix/sysdep.h: Likewise.
47487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47490 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47492         * libio/libio.h: Remove __STDC__ conditionals.
47493         * malloc/obstack.h: Likewise.
47494         * math/complex.h: Likewise.
47495         * math/math.h: Likewise.
47496         * sysdeps/generic/_G_config.h: Likewise.
47497         * sysdeps/gnu/_G_config.h: Likewise.
47498         * sysdeps/mach/hurd/_G_config.h: Likewise.
47499         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47500         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47501         * sysdeps/sparc/bits/mathdef.h: Likewise.
47503 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47505         [BZ #13583]
47506         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47507         Clean up HAS_* macros.
47508         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47509         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47510         possible.
47511         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47512         HAS_AVX.
47513         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47514         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47515         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47516         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47517         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47519 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47521         * elf/tst-unique3.cc (gets): Remove declaration.
47522         * elf/tst-unique3lib.cc (gets): Likewise.
47523         * elf/tst-unique3lib2.cc (gets): Likewise.
47524         * elf/tst-unique4.cc (gets): Likewise.
47526 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47528         * include/stdio.h: Add C++ protection.  Add gets declarations and
47529         definitions.
47530         * debug/tst-chk1.c: Don't declare gets here.
47531         * stdio-common/tst-gets.c: Likewise.
47533 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47535         * posix/glob: Remove directory.
47537 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47539         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47541 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47543         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47544         of the non-standard EPFNOSUPPORT.
47546 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47548         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47549         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47550         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47552 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47554         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47556 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47558         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47559         transient errors.
47560         * nscd/grpcache.c (cache_addgr): Likewise.
47561         * nscd/hstcache.c (cache_addhst): Likewise.
47562         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47563         * nscd/pwdcache.c (cache_addpw): Likewise.
47564         * nscd/servicescache.c (cache_addserv): Likewise.
47566 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47568         * malloc/malloc.c: Various cleanups.
47569         * malloc/hooks.c: Likewise.
47571         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47572         * stdlib/bug-fmtmsg1.c: New file.
47574         * stdlib/fmtmsg.c (init): Add missing unlock.
47575         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47577 2012-01-12  Marek Polacek  <polacek@redhat.com>
47579         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47580         and _GNU_SOURCE.
47582 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47584         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47585         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47586         macro to ensure uniqueness of label name.
47587         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47588         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47590 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47592         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47594         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47595         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47596         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47597         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47599 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47601         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47603         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47604         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47605         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47607         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47609         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47610         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47611         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47612         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47614         * math/bits/math-finite.h: Add ldexp support.
47616 2012-01-10  Marek Polacek  <polacek@redhat.com>
47618         * locale/programs/localedef.h (show_archive_content): Add noreturn
47619         attribute.
47621 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47623         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47625 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47627         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47629         * io/Makefile (headers): Add bits/poll2.h.
47631 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47634         typo #include statement.
47636 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47638         * include/sys/cdefs.h: Define __attribute_alloc_size.
47639         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47640         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47641         * elf/pldd.c: Likewise.
47642         * iconv/iconv_charmap.c: Likewise.
47643         * iconv/iconvconfig.c: Likewise.
47644         * iconv/strtab.c: Likewise.
47645         * locale/programs/locale.c: Likewise.
47646         * locale/programs/localedef.h: Likewise.
47647         * locale/programs/simple-hash.c: Likewise.
47648         * nscd/nscd.h: Likewise.
47649         * nss/makedb.c: Likewise.
47650         * sysdeps/generic/ldconfig.h: Likewise.
47651         * locale/programs/localedef.c: Remove xmalloc prototype.
47652         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47654 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47656         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47657         appropriate.
47659 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47661         * math/Makefile (tests): Add tst-CMPLX.
47662         * math/tst-CMPLX.c: New file.
47664         * math/complex.h (CMPLXL): Fix typo.
47666         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47667         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47668         GLIBC_2.16.
47669         * debug/tst-chk1.c: Add poll and ppoll tests.
47670         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47671         * include/sys/poll.h: Add hidden proto for ppoll.
47672         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47673         * sysdeps/mach/hurd/ppoll.c: Likewise.
47674         * io/ppoll.c: Likewise.
47675         * debug/poll_chk.c: New file.
47676         * debug/ppoll_chk.c: New file.
47677         * include/bits/poll2.h: New file.
47678         * io/bits/poll2.h: New file.
47680         [BZ #1350]
47681         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47683         * configure.in: static is always set to yes.  Remove.
47684         * config.make.in: Don't set build-static.
47685         * Makeconfig: Remove use of build-static.
47686         * dlfcn/Makefile: Likewise.
47687         * elf/Makefile: Likewise.
47688         * math/Makefile: Likewise.
47689         * misc/Makefile: Likewise.
47690         * nptl/Makefile: Likewise.
47691         * sysdeps/mach/hurd/Makefile: Likewise.
47693         * configure.in: PWD_P is not used anymore.
47694         * config.make.in: Remove PWD_P entry.
47696         * configure.in: Remove last remnants of RANLIB.
47697         No need to check for signed size_t anymore.
47698         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47699         and IA-64.
47700         Remove __builtin_expect test because we require at least gcc 3.4.
47701         * aclocal.m4: Likewise.
47703         * wcsmbs/mbrtoc16.c: Implement using towc function.
47704         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47705         * wcsmbs/wcsmbsload.c: Likewise.
47706         * iconv/gconv_simple.c: Likewise.
47707         * iconv/gconv_int.h: Likewise.
47708         * iconv/gconv_builtin.h: Likewise.
47709         * iconv/iconv_prog.c: Remove CHAR16 handling.
47711         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47713         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47715         * configure.in: Remove --with-elf and --enable-bounded options.
47716         Dont set base_machine for ia64.  More non-ELF conditions removed.
47717         Remove testing and setting of leading underscore information.
47718         * config.make.in (build-bounded): Set to no.
47719         * config.h.in: Remove NO_UNDERSCORES entry.
47720         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47721         them.
47722         * csu/start.c: Remove !NO_UNDERSCORE code.
47723         * locale/localeinfo.h: Likewise.
47724         * sysdeps/generic/machine-gmon.h: Likewise.
47725         * sysdeps/generic/sysdep.h: Likewise.
47726         * sysdeps/i386/sysdep.h: Likewise.
47727         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47728         * sysdeps/mach/sysdep.h: Likewise.
47729         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47730         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47731         * sysdeps/sh/sysdep.h: Likewise.
47732         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47733         * sysdeps/unix/i386/sysdep.S: Likewise.
47734         * sysdeps/unix/sparc/start.c: Likewise.
47735         * sysdeps/unix/sparc/sysdep.S: Likewise.
47736         * sysdeps/unix/sparc/sysdep.h: Likewise.
47737         * sysdeps/unix/start.c: Likewise.
47738         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47739         * sysdeps/x86_64/sysdep.h: Likewise.
47741 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47743         [BZ #13553]
47744         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47745         for non-gcc.
47746         * argp/argp-fmtstream.h: Use const instead __const.
47747         * argp/argp.h: Likewise.
47748         * assert/assert.h: Likewise.
47749         * bits/fenv.h: Likewise.
47750         * bits/sched.h: Likewise.
47751         * bits/sigset.h: Likewise.
47752         * bits/sigthread.h: Likewise.
47753         * catgets/nl_types.h: Likewise.
47754         * conform/data/pthread.h-data: Likewise.
47755         * crypt/crypt-private.h: Likewise.
47756         * crypt/crypt.h: Likewise.
47757         * crypt/crypt_util.c: Likewise.
47758         * ctype/ctype.h: Likewise.
47759         * debug/execinfo.h: Likewise.
47760         * debug/mbsnrtowcs_chk.c: Likewise.
47761         * debug/mbsrtowcs_chk.c: Likewise.
47762         * debug/wcsnrtombs_chk.c: Likewise.
47763         * debug/wcsrtombs_chk.c: Likewise.
47764         * debug/wcstombs_chk.c: Likewise.
47765         * dirent/dirent.h: Likewise.
47766         * dlfcn/dlfcn.h: Likewise.
47767         * elf/neededtest4.c: Likewise.
47768         * grp/grp.h: Likewise.
47769         * gshadow/gshadow.h: Likewise.
47770         * iconv/gconv.h: Likewise.
47771         * iconv/gconv_int.h: Likewise.
47772         * iconv/gconv_simple.c: Likewise.
47773         * iconv/iconv.h: Likewise.
47774         * iconv/loop.c: Likewise.
47775         * iconv/skeleton.c: Likewise.
47776         * include/aio.h: Likewise.
47777         * include/aliases.h: Likewise.
47778         * include/argz.h: Likewise.
47779         * include/arpa/inet.h: Likewise.
47780         * include/assert.h: Likewise.
47781         * include/dirent.h: Likewise.
47782         * include/dlfcn.h: Likewise.
47783         * include/execinfo.h: Likewise.
47784         * include/fcntl.h: Likewise.
47785         * include/fenv.h: Likewise.
47786         * include/glob.h: Likewise.
47787         * include/grp.h: Likewise.
47788         * include/libintl.h: Likewise.
47789         * include/mntent.h: Likewise.
47790         * include/netdb.h: Likewise.
47791         * include/pwd.h: Likewise.
47792         * include/rpc/netdb.h: Likewise.
47793         * include/sched.h: Likewise.
47794         * include/search.h: Likewise.
47795         * include/shadow.h: Likewise.
47796         * include/signal.h: Likewise.
47797         * include/stdio.h: Likewise.
47798         * include/stdlib.h: Likewise.
47799         * include/string.h: Likewise.
47800         * include/sys/socket.h: Likewise.
47801         * include/sys/stat.h: Likewise.
47802         * include/sys/statfs.h: Likewise.
47803         * include/sys/statvfs.h: Likewise.
47804         * include/sys/syslog.h: Likewise.
47805         * include/sys/time.h: Likewise.
47806         * include/sys/uio.h: Likewise.
47807         * include/time.h: Likewise.
47808         * include/unistd.h: Likewise.
47809         * include/utmp.h: Likewise.
47810         * include/wchar.h: Likewise.
47811         * include/wctype.h: Likewise.
47812         * inet/aliases.h: Likewise.
47813         * inet/arpa/inet.h: Likewise.
47814         * inet/netinet/ether.h: Likewise.
47815         * inet/netinet/in.h: Likewise.
47816         * intl/libintl.h: Likewise.
47817         * io/bits/fcntl2.h: Likewise.
47818         * io/fcntl.h: Likewise.
47819         * io/ftw.h: Likewise.
47820         * io/sys/poll.h: Likewise.
47821         * io/sys/stat.h: Likewise.
47822         * io/sys/statfs.h: Likewise.
47823         * io/sys/statvfs.h: Likewise.
47824         * io/utime.h: Likewise.
47825         * libio/bits/stdio.h: Likewise.
47826         * libio/bits/stdio2.h: Likewise.
47827         * libio/libio.h: Likewise.
47828         * libio/libioP.h: Likewise.
47829         * libio/stdio.h: Likewise.
47830         * locale/lc-ctype.c: Likewise.
47831         * locale/locale.h: Likewise.
47832         * login/utmp.h: Likewise.
47833         * malloc/arena.c: Likewise.
47834         * malloc/malloc.c: Likewise.
47835         * malloc/malloc.h: Likewise.
47836         * malloc/mcheck.c: Likewise.
47837         * malloc/mtrace.c: Likewise.
47838         * math/bits/mathcalls.h: Likewise.
47839         * math/fenv.h: Likewise.
47840         * math/math_private.h: Likewise.
47841         * misc/bits/error.h: Likewise.
47842         * misc/bits/syslog.h: Likewise.
47843         * misc/err.h: Likewise.
47844         * misc/error.h: Likewise.
47845         * misc/fstab.h: Likewise.
47846         * misc/mntent.h: Likewise.
47847         * misc/regexp.h: Likewise.
47848         * misc/search.h: Likewise.
47849         * misc/sgtty.h: Likewise.
47850         * misc/sys/mman.h: Likewise.
47851         * misc/sys/syslog.h: Likewise.
47852         * misc/sys/uio.h: Likewise.
47853         * misc/sys/xattr.h: Likewise.
47854         * misc/ttyent.h: Likewise.
47855         * nis/rpcsvc/ypclnt.h: Likewise.
47856         * nss/nss.h: Likewise.
47857         * posix/bits/unistd.h: Likewise.
47858         * posix/fnmatch.h: Likewise.
47859         * posix/glob.h: Likewise.
47860         * posix/sched.h: Likewise.
47861         * posix/spawn.h: Likewise.
47862         * posix/sys/wait.h: Likewise.
47863         * posix/unistd.h: Likewise.
47864         * posix/wordexp.h: Likewise.
47865         * pwd/pwd.h: Likewise.
47866         * resolv/netdb.h: Likewise.
47867         * resource/sys/resource.h: Likewise.
47868         * rt/aio.h: Likewise.
47869         * rt/bits/mqueue2.h: Likewise.
47870         * rt/mqueue.h: Likewise.
47871         * shadow/shadow.h: Likewise.
47872         * signal/signal.h: Likewise.
47873         * socket/send.c: Likewise.
47874         * socket/sendto.c: Likewise.
47875         * socket/sys/socket.h: Likewise.
47876         * stdio-common/printf.h: Likewise.
47877         * stdlib/bits/stdlib.h: Likewise.
47878         * stdlib/fmtmsg.h: Likewise.
47879         * stdlib/monetary.h: Likewise.
47880         * stdlib/stdlib.h: Likewise.
47881         * stdlib/ucontext.h: Likewise.
47882         * streams/stropts.h: Likewise.
47883         * string/argz.h: Likewise.
47884         * string/bits/string2.h: Likewise.
47885         * string/string.h: Likewise.
47886         * string/strings.h: Likewise.
47887         * sunrpc/rpc/auth.h: Likewise.
47888         * sunrpc/rpc/auth_des.h: Likewise.
47889         * sunrpc/rpc/clnt.h: Likewise.
47890         * sunrpc/rpc/netdb.h: Likewise.
47891         * sunrpc/rpc/pmap_clnt.h: Likewise.
47892         * sunrpc/rpc/xdr.h: Likewise.
47893         * sysdeps/generic/inttypes.h: Likewise.
47894         * sysdeps/generic/net/if.h: Likewise.
47895         * sysdeps/generic/sys/swap.h: Likewise.
47896         * sysdeps/gnu/net/if.h: Likewise.
47897         * sysdeps/gnu/utmpx.h: Likewise.
47898         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47899         * sysdeps/i386/i486/bits/string.h: Likewise.
47900         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47901         * sysdeps/s390/bits/string.h: Likewise.
47902         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47903         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47904         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47905         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47906         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47907         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47908         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47909         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47910         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47911         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47912         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47913         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47914         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47915         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47916         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47917         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47918         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47919         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47920         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47921         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47922         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47923         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47924         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47925         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47926         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47927         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47928         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47929         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47930         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47931         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47932         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47933         * sysvipc/sys/ipc.h: Likewise.
47934         * sysvipc/sys/msg.h: Likewise.
47935         * sysvipc/sys/sem.h: Likewise.
47936         * sysvipc/sys/shm.h: Likewise.
47937         * termios/termios.h: Likewise.
47938         * time/sys/time.h: Likewise.
47939         * time/time.h: Likewise.
47940         * wcsmbs/bits/wchar2.h: Likewise.
47941         * wcsmbs/uchar.h: Likewise.
47942         * wcsmbs/wchar.h: Likewise.
47943         * wctype/wctype.h: Likewise.
47945         [BZ #13551]
47946         * Makeconfig: Remove all but ELF support including AIX support.
47947         * Makerules: Likewise.
47948         * config.h.in: Likewise.
47949         * config.make.in: Likewise.
47950         * configure: Likewise.
47951         * configure.in: Likewise.
47952         * csu/Makefile: Likewise.
47953         * csu/version.c: Likewise.
47954         * debug/Makefile: Likewise.
47955         * dlfcn/Makefile: Likewise.
47956         * elf/Makefile: Likewise.
47957         * extra-lib.mk: Likewise.
47958         * iconv/Makefile: Likewise.
47959         * include/libc-symbols.h: Likewise.
47960         * include/shlib-compat.h: Likewise.
47961         * resolv/Makefile: Likewise.
47962         * resolv/res_libc.c: Likewise.
47963         * rt/Makefile: Likewise.
47964         * sysdeps/i386/asm-syntax.h: Likewise.
47965         * sysdeps/i386/sysdep.h: Likewise.
47966         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47967         * sysdeps/mach/sysdep.h: Likewise.
47968         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47969         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47970         * sysdeps/s390/asm-syntax.h: Likewise.
47971         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47972         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47973         * sysdeps/sh/sysdep.h: Likewise.
47974         * sysdeps/unix/sparc/sysdep.h: Likewise.
47975         * sysdeps/wordsize-32/divdi3.c: Likewise.
47976         * sysdeps/x86_64/sysdep.h: Likewise.
47978         * argp/Versions: Remove _argp_unlock_xxx.
47980         [BZ #13559]
47981         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47982         * abilist/libBrokenLocale.abilist: Likewise.
47983         * abilist/libanl.abilist: Likewise.
47984         * abilist/libc.abilist: Likewise.
47985         * abilist/libcrypt.abilist: Likewise.
47986         * abilist/libdl.abilist: Likewise.
47987         * abilist/libm.abilist: Likewise.
47988         * abilist/libnsl.abilist: Likewise.
47989         * abilist/libpthread.abilist: Likewise.
47990         * abilist/libresolv.abilist: Likewise.
47991         * abilist/librt.abilist: Likewise.
47992         * abilist/libthread_db.abilist: Likewise.
47993         * abilist/libutil.abilist: Likewise.
47994         * abilist/libnss_db.abilist: New file.
47996         * scripts/abilist.awk: Add support for indirect functions.
47998         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
48000         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
48002         * shlib-versions: Remove entries for ports architectures.
48004         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
48005         files in ports.
48006         * elf/stackguard-macros.h: Remove support for IA-64.
48007         * elf/tst-auditmod1.c: Likewise.
48008         * sysdeps/generic/ldsodefs.h: Likewise.
48010         * sysdeps/unix/sysv/linux/configure.in: Ports should define
48011         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
48012         configure files.
48014         [BZ #13552]
48015         * configure.in: Remove --enable-omitfp support.
48016         * FAQ.in: Adjust.
48017         * config.make.in: Likewise.
48018         * Makeconfig: Likewise.
48019         * manual/install.texi: Likewise.
48021         In case anyone cares, the IA-64 architecture could move to ports.
48022         * sysdeps/ia64/*: Removed.
48023         * sysdeps/unix/sysv/linux/ia64/*: Removed.
48024         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
48026         [BZ #13555]
48027         * configure.in: Remove entries for unsupported architectures.
48029         [BZ #13533]
48030         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
48031         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
48032         routines.
48033         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
48034         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
48035         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
48036         fall back to using wcrtomb.
48037         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
48038         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
48039         renaming.
48040         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
48041         * wcsmbs/tst-c16c32-1.c: New file.
48043         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
48044         local variable.
48046         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
48048         * elf/tst-unique3.cc: Add explicit declaration of gets.
48049         * elf/tst-unique3lib.cc: Likewise.
48050         * elf/tst-unique3lib2.cc: Likewise.
48051         * elf/tst-unique4.cc: Likewise.
48053         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
48055 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
48057         [BZ #13566]
48058         * assert/assert.h (static_assert): Don't define for C++.
48059         * libio/stdio.h (gets): Do declare for C++ <= C++11.
48060         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
48062 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
48064         * iconv/loop.c (single loop): Fix assertion in storing of
48065         remaining bytes.
48067         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
48069 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
48071         * posix/getconf.c: Update copyright year.
48072         * nss/getent.c: Likewise.
48073         * nss/makedb.c: Likewise.
48074         * iconv/iconvconfig.c: Likewise.
48075         * iconv/iconv_prog.c: Likewise.
48076         * elf/ldconfig.c: Likewise.
48077         * elf/pldd.c: Likewise.
48078         * elf/sotruss.ksh: Likewise.
48079         * catgets/gencat.c: Likewise.
48080         * csu/version.c: Likewise.
48081         * elf/ldd.bash.in: Likewise.
48082         * elf/sprof.c (print_version): Likewise.
48083         * locale/programs/locale.c: Likewise.
48084         * locale/programs/localedef.c: Likewise.
48085         * login/programs/pt_chown.c: Likewise.
48086         * nscd/nscd.c (print_version): Likewise.
48087         * debug/xtrace.sh: Likewise.
48088         * malloc/memusage.sh: Likewise.
48089         * malloc/mtrace.pl: Likewise.
48090         * debug/catchsegv.sh: Likewise.
48092 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
48094         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
48095         pure attribute.
48097 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
48099         [BZ #13533]
48100         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
48101         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
48102         transformations.
48103         * iconv/gconv_int.h: Likewise.
48104         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
48105         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
48106         from libc for GLIBC_2.16.
48107         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
48108         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
48109         * wcsmbs/uchar.h: Really define mbstate_t.
48110         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
48111         * wcsmbs/c16rtomb.c: New file.
48112         * wcsmbs/mbrtoc16.c: New file.
48113         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
48114         for C/POSIX locale.
48115         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
48116         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
48118         * wcsmbs/wchar.h: Add missing __restrict.
48120 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
48122         [BZ #13532]
48123         * time/Makefile (routines): Add timespec_get.
48124         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
48125         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
48126         timespec for ISO C11.
48127         * time/timespec_get.c: New file.
48128         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
48129         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
48131         [BZ #13531]
48132         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
48133         * stdlib/stdlib.h: Declare aligned_alloc.
48134         * Versions.def: Add GLIBC_2.16 for libc.
48135         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
48137         [BZ 13527]
48138         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
48139         ISO C11.
48141         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
48142         code.
48144         [BZ #13528]
48145         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
48147         [BZ #13529]
48148         * assert/assert.h (static_assert): Define.
48150         * version.h: Update for 2.16 development version.
48152         [BZ #13526]
48153         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
48154         _ISOC11_SOURCE.
48156         * version.h (RELEASE): Bump for 2.15 release.
48157         * include/features.h (__GLIBC_MINOR__): Bump to 15.
48159         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
48160         Patch by Marek Polacek <mpolacek@redhat.com>.
48162         * bits/byteswap.h: Protect long long constants with __extension__.
48163         * sysdeps/i386/bits/byteswap.h: Likewise.
48164         * sysdeps/ia64/bits/byteswap.h: Likewise.
48165         * sysdeps/s390/bits/byteswap.h: Likewise.
48166         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48168 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48170         [BZ #13540]
48171         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
48172         destination buffer.
48173         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
48175 2011-12-23  Marek Polacek  <polacek@redhat.com>
48177         * elf/dl-addr.c (determine_info): Add inline keyword.
48178         * elf/tst-auditmod4b.c (check_avx): Likewise.
48179         * elf/tst-auditmod6b.c (check_avx): Likewise.
48180         * elf/tst-auditmod6c.c (check_avx): Likewise.
48181         * elf/tst-auditmod7b.c (check_avx): Likewise.
48183 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
48185         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
48186         !__SSE_MATH__.
48188 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48190         [BZ #13540]
48191         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
48192         processing for last bytes.
48194 2011-08-06  Bruno Haible  <bruno@clisp.org>
48196         [BZ #13061]
48197         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
48198         U+0385, not to U+1FEE.
48200         [BZ #13062]
48201         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
48202         entry for U+00A5 U+0301.
48204 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
48206         [BZ #13166]
48207         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
48208         buffer for the output is too small.
48210         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
48211         optimization.
48213         [BZ #13185]
48214         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
48215         SSE flags if possible.
48217 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48219         [BZ #13540]
48220         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
48221         processing for last bytes.
48223 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
48225         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
48226         (syscall-list-default-options, syscall-list-default-condition)
48227         (syscall-list-includes): Define.
48228         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
48229         list of ABIs and options and #if conditions for each ABI.  Do not
48230         handle common syscalls between ABIs specially.
48231         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
48232         Remove.
48233         (syscall-list-variants, syscall-list-32bit-options)
48234         (syscall-list-32bit-condition, syscall-list-64bit-options)
48235         (syscall-list-64bit-condition): Define.
48236         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
48237         (syscall-list-variants, syscall-list-32bit-options)
48238         (syscall-list-32bit-condition, syscall-list-64bit-options)
48239         (syscall-list-64bit-condition): Define.
48240         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
48241         Remove.
48242         (syscall-list-variants, syscall-list-32bit-options)
48243         (syscall-list-32bit-condition, syscall-list-64bit-options)
48244         (syscall-list-64bit-condition): Define.
48245         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
48246         Remove.
48247         (syscall-list-variants, syscall-list-32bit-options)
48248         (syscall-list-32bit-condition, syscall-list-64bit-options)
48249         (syscall-list-64bit-condition): Define.
48251 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
48253         * locale/iso-639.def: Add brx entry.
48255         [BZ #13328]
48256         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
48257         Proposed by Mariusz_Cukr <marcukr@op.pl>.
48259         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
48260         __feraiseexcept_renamed.
48262 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
48264         [BZ #13538]
48265         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
48266         EPOLLET with unsigned values.
48267         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48268         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
48270         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
48271         to large cancellation.
48272         * math/s_cacoshf.c: Likewise.
48273         * math/s_cacoshl.c: Likewise.
48275 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
48277         [BZ #13305]
48278         [BZ #12786]
48279         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
48280         * math/s_cacoshf.c: Likewise.
48281         * math/s_cacoshl.c: Likewise.
48283 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
48285         [BZ #13439]
48286         * iconv/gconv.h: Define __GCONV_SWAP.
48287         * iconvdata/unicode.c: The swap bit must be stored in __flags.
48288         * iconvdata/utf-16.c: Likewise.
48289         * iconvdata/utf-32.c: Likewise.
48291 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
48293         [BZ #13524]
48294         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
48295         numerator after shifting it by one limb.
48297 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
48299         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
48300         under [__USE_EXTERN_INLINES].
48302 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48304         [BZ #13446]
48305         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
48307 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48309         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
48310         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
48311         optimized code.
48312         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
48313         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
48314         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
48315         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
48316         for strncasecmp/strncasecmp_l compilation.
48317         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
48318         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
48320 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
48322         [BZ #13484]
48323         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
48324         of __asm__.
48326 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48328         [BZ #13506]
48329         * time/tzfile.c (__tzfile_read): Check values from file header.
48331 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
48333         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
48334         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
48335         * powerpc/powerpc32/dl-start.S: Likewise.
48336         * powerpc/powerpc32/elf/start.S: Likewise.
48337         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
48338         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
48339         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
48340         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
48341         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
48342         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
48343         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
48344         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
48345         * powerpc/powerpc32/fpu/s_round.S: Likewise.
48346         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
48347         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
48348         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
48349         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
48350         * powerpc/powerpc32/memset.S: Likewise.
48351         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
48352         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48353         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48354         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48355         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48356         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
48357         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
48358         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
48359         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
48360         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48361         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48362         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48363         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48365 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48367         * math/libm-test.inc: Added more nearbyint tests.
48368         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48369         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48370         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48371         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48373 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
48375         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48376         FD_CLOEXEC.
48378 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48380         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48381         Add wcscpy-ssse3 wcscpy-c.
48382         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48383         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48384         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48385         * sysdeps/x86_64/wcschr.S: New file.
48386         * sysdeps/x86_64/wcsrchr.S: New file.
48387         * string/test-strcmp.c: Remove checking of wcscmp function for
48388         wrong alignments.
48389         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48390         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48391         wcsrchr-sse2 wcsrchr-c.
48392         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48393         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48394         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48395         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48396         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48397         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48398         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48399         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48400         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48401         * wcsmbc/wcschr.c (WCSCHR): New macro.
48403 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48405         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48406         * wcsmbs/test-wcsrchr.c: New file.
48407         * string/test-strrchr.c: Add wcsrchr support.
48408         (WIDE): New macro.
48409         * wcsmbs/test-wcscpy.c: New file.
48410         * string/test-strcpy.c: Add wcscpy support.
48411         (WIDE): New macro.
48413 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
48415         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48416         the inner loop.
48418 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
48420         [BZ #13472]
48421         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48423 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
48425         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
48426         Minor optimizations.
48428         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48429         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48430         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48432 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
48434         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48435         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48436         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48437         for gcc to avoid warnings.
48438         * inet/Makefile (tests): Add tst-checks.
48439         * inet/tst-checks.c: New file.
48441         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48442         warning.
48444         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48445         __wmemcmp_sse2.
48447         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48448         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48450         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48452 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48454         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48455         problem.
48457         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48459 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48461         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48462         conditional on GCC version.
48463         (__arch_compare_and_exchange_val_8_acq)
48464         (__arch_compare_and_exchange_val_16_acq)
48465         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48466         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48467         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48469 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48471         * sysdeps/sh/backtrace.c: New file.
48473 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48475         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48476         parenthesis.
48478 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48480         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48481         falling back to utime.
48483 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48485         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48486         expectations for float.
48488 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48490         * locale/weight.h (findidx): Add parameter len.
48491         * locale/weightwc.h (findidx): Likewise.
48492         * posix/fnmatch_loop.c (FCT): Adjust caller.
48493         * posix/regcomp.c (build_equiv_class): Likewise.
48494         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48495         * posix/regexec.c (check_node_accept_bytes): Likewise.
48496         * string/strcoll_l.c (STRCOLL): Likewise.
48497         * string/strxfrm_l.c (STRXFRM): Likewise.
48499 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48501         * Makefile.in: Remove CVSOPT handling.
48502         * configure.in: Remove use of AC_REVISION.
48503         * iconvdata/Makefile (distribute): No need to filter out CVS.
48504         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48505         handling.
48507 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48509         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48510         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48511         [USE_AS_STRNCASECMP_L]: Likewise.
48512         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48513         NO_TLS_DIRECT_SEG_REFS.
48514         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48515         Fix argument offsets for non-PIC.
48516         [USE_AS_STRNCASECMP_L]: Likewise.
48517         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48518         NO_TLS_DIRECT_SEG_REFS.
48520 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48522         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48523         O_CLOEXEC.
48524         * locale/loadlocale.c (_nl_load_locale): Likewise.
48526 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48528         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48529         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48530         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48531         (SYSCALL_GETTIME): Set errno on error.
48533         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48534         count references to noai6ai_cached.
48536 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48538         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48540         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48541         FD_CLOEXEC for /proc/self/maps.
48543         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48544         FD_CLOEXEC for /proc/meminfo.
48546         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48547         gai.conf.
48549         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48550         FD_CLOEXEC for given file.
48552         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48554         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48555         FD_CLOEXEC for /etc/hosts.
48556         (_gethtent): Likewise.
48558         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48560         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48561         cancellation and set FD_CLOEXEC for /etc/netgroup.
48563         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48564         reading /etc/publickey.
48566         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48567         allow cancellation when reading /etc/group.
48569         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48570         cancellation.
48571         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48573         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48574         when using data file.
48576         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48578         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48579         (write_nis_obj): Use "c" and "e" in fopen.
48581         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48583         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48585         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48587         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48589         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48590         locale.alias.
48592         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48594         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48596         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48598         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48599         file parsing and set FD_CLOEXEC.
48601 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48603         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48605 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48607         * malloc/arena.c (arena_get2): Don't call reused_arena when
48608         _int_new_arena failed.
48610 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48612         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48613         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48614         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48615         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48616         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48617         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48618         to compile strcasecmp and strncasecmp.
48619         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48620         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48622         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48624 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48626         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48627         locale-defines.sym to gen-as-const-headers.
48628         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48629         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48630         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48631         to compile strcasecmp and strncasecmp.
48632         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48633         strcasecmp_l and strncasecmp_l.
48634         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48635         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48636         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48637         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48638         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48639         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48640         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48641         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48642         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48643         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48644         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48646 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48648         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48649         result of SYSDEP_GETTIME_CPU to retval.
48650         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48651         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48653         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48654         variable.
48656         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48657         mantissa words.
48658         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48660         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48661         from unused variable.
48663         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48664         DWARF definitions.
48665         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48666         for assembling.
48668         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48669         over namespaces.
48671         * sunrpc/rpc_prot.c (rejected): Fix case value.
48673         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48674         unsigned long long int to avoid warnings in shift.
48676         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48677         of use of trans.
48678         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48679         variable tmp.
48681         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48682         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48683         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48685         * nis/nis_table.c (nis_list): Use variable of correct type for
48686         result of __follow_path call.
48688 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48690         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48691         of math functions ceil, trunc, floor, round, and sqrt, when
48692         avaliable on the platform.
48693         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48694         name clash.
48695         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48696         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48697         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48699 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48701         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48702         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48704 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48706         * include/unistd.h: Fix __readlink return type.
48707         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48709 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48711         * stdlib/ucontext.h: Undo last change for makecontext.
48713 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48715         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48717         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48718         * setjmp/setjmp.h: Mark functions as non-leaf.
48719         * setjmp/bits/setjmp2.h: Likewise.
48720         * stdlib/ucontext.h: Likewise.
48722 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48724         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48725         (reused_arena): Don't check arena limit.
48726         (arena_get2): Atomically check arena limit.
48728 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48730         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48731         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48733         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48734         instructions.
48736 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48738         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48739         handler when locking.
48741         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48742         Fix size of allocated buffer.
48744 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48746         [BZ #10103]
48747         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48748         declarations for long double functions.
48749         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48751         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48753 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48755         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48756         installed.
48758         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48759         is disabled.
48761 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48763         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48765 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48767         * include/alloca.h (stackinfo_alloca_round): Define.
48768         (extend_alloca): Use it.
48769         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48770         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48771         here.
48773         * scripts/check-local-headers.sh: Ignore libaudit.h.
48775         * nscd/Makefile (extra-objs): Make recursively expanded.
48777 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48779         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48780         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48782         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48783         * posix/tst-rfc3484-2.c: Likewise.
48784         * posix/tst-rfc3484-3.c: Likewise.
48786         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48787         process_vm_writev.
48788         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48789         process_vm_writev.
48790         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48791         process_vm_writev from libc using GLIBC_2.15 version.
48793         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48795 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48797         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48798         stack usage.
48800 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48802         [BZ #13367]
48803         * nss/getent.c (initgroups_keys): Show error message in case no group
48804         names are given.
48806         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48807         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48808         __bump_nl_timestamp.
48809         * nscd/connections (nscd_init): When host database is served open
48810         netlink socket and request notification about configuration changes.
48811         (main_loop_poll): Track netlink file descriptor and bump timestamp
48812         in case data becomes available.
48813         (main_loop_epoll): Likewise.
48814         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48815         (database_pers_head): Add extra_data fileds.
48816         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48817         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48818         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48819         Adjust caller.
48820         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48821         in6ai data, call __free_in6ai.
48822         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48823         Add -DHAVE_NETLINK.
48824         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48825         interface information.  Reuse previous data if netlink timestamp
48826         is not changed.
48827         (__bump_nl_timestamp): New function.
48828         (__free_in6ai): New function.
48830 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48832         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48833         close_not_cancel_no_status here.
48834         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48836 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48838         [BZ #13276]
48839         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48840         return value.
48842         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48843         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48844         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48846 2011-07-03  Andreas Jaeger  <aj@suse.de>
48848         [BZ #10709]
48849         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48850         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48851         * math/libm-test.inc (sin_test): Add test case.
48853 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48855         [BZ #13337]
48856         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48857         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48859         * elf/chroot_canon.c (chroot_canon): Cleanups.
48861         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48863         [BZ #13335]
48864         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48865         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48867         * string/test-strchr.c: Make usable for strchrnul testing.
48868         * string/test-strchrnul.c: New file.
48869         * string/Makefile (strop-tests): Add strchrnul.
48871         * po/it.po: Update from translation team.
48872         * po/es.po: Likewise.
48874 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48876         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48877         the three constants needed as parameters.  Drop the others.
48878         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48879         __m128i_strloadu_tolower.
48880         Create and initialize variable zero and use it in all the places
48881         where _mm_setzero_si128 was used.
48883         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48884         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48885         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48886         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48887         anymore.
48888         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48889         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48890         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48891         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48892         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48893         __mpranred, __mptan.
48894         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48895         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48896         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48897         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48898         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48899         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48900         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48901         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48902         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48904 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48906         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48907         redefine if SHARED.
48908         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48910         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48911         wide char related routines to wcsmbs subdir.
48913 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48915         [BZ #13344]
48916         * misc/sys/cdefs.h (__THROWNL): Define.
48917         * posix/unistd.h: Use __THREADNL instead of __THREAD
48918         for memory synchronization functions.
48920 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48922         [BZ #13349]
48923         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48924         doesn't exist.
48925         * manual/stdio.texi (Obstack Streams): Node removed.
48927 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48929         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48930         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48931         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48933         * math/math_private.h (math_force_eval): Allow non-addressable
48934         arguments.
48935         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48937 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48939         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48940         file is not needed.
48942         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48943         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48944         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48945         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48946         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48947         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48948         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48949         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48950         Add AVX variants.
48951         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48952         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48953         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48954         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48955         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48956         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48957         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48958         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48959         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48960         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48961         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48962         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48963         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48964         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48965         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48966         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48967         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48968         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48969         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48971         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48972         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48974         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48975         place.  Use VEX encoding when compiling for AVX.
48977 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48979         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48980         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48982         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48984 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48986         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48987         useless if() expression.
48988         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48989         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48990         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48991         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48992         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48993         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48994         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48995         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48996         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48997         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48998         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48999         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49000         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
49001         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49002         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
49003         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
49004         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49005         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49006         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
49008         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
49010 2011-10-25  Andreas Schwab  <schwab@redhat.com>
49012         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
49013         condition.
49014         * elf/dl-fini.c (_dl_sort_fini): Likewise.
49016 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
49018         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
49019         .text section.  Avoid duplicate constants.
49020         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
49021         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49022         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49023         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49024         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49025         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49026         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49027         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49028         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
49029         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
49030         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
49031         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
49032         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
49033         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
49034         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
49035         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
49036         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
49037         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
49038         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
49039         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49040         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
49041         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
49042         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
49043         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
49044         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
49045         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
49046         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
49047         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
49048         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
49049         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
49050         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
49051         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
49052         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
49053         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
49054         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
49055         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
49056         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
49057         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
49058         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
49059         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
49060         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
49061         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
49062         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
49063         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
49064         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
49066 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
49068         * sysdeps/x86_64/dla.h: Move to ...
49069         * sysdeps/x86_64/fpu/dla.h: ...here.
49070         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
49071         situations.  Use __builtin_fma only for gcc 4.6 and up.
49073         * config.make.in: Add have-mfma4 entry.
49074         * configure.in: Substitute libc_cv_cc_fma4.
49075         * math/Makefile (dbl-only-routines): Add sincostab.
49076         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
49077         Use __sincostab not sincos.
49078         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
49079         name is a macro.
49080         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49081         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49082         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49083         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
49084         using __copysign.
49085         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
49086         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
49087         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
49088         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
49089         and __inv.
49090         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
49091         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
49092         __copysign.
49093         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
49094         define aliases when function name is a macro.
49095         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
49096         sysdeps/ieee754/dbl-64/sincos.tbl.
49097         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
49098         fma4-enabled routines.
49099         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
49100         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
49101         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
49102         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
49103         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
49104         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
49105         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
49106         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
49107         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
49108         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
49109         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
49110         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
49111         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
49112         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
49113         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
49114         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
49115         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
49116         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
49117         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
49118         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
49119         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
49120         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
49121         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
49122         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
49123         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
49124         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
49125         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
49126         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
49127         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
49128         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
49130         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
49131         rename.
49132         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49133         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49134         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49135         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49136         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49137         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49138         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49139         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49141 2011-10-24  Andreas Schwab  <schwab@redhat.com>
49143         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
49145 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
49147         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
49149         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
49150         prediction.
49151         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
49153         * string/strnlen.c: Don't define STRNLEN, reverse logic.
49154         Remove unused variable magic_bits.
49155         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
49157         * string/strnlen.c: Define and use STRNLEN macro.
49158         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
49159         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
49160         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
49161         * wcsmbs/wcslen.c: Define and use WCSLEN.
49162         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
49163         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
49164         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
49165         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
49166         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
49167         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
49168         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49170 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49172         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49173         strnlen-sse2-no-bsf.
49174         Rename strlen-no-bsf to strlen-sse2-no-bsf.
49175         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
49176         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
49177         Add strnlen support.
49178         (USE_AS_STRNLEN): New macro.
49179         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
49180         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
49181         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
49182         * sysdeps/x86_64/wcslen.S: New file.
49184 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
49186         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
49187         XMM-moves are used for copying on small sizes.
49189 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49191         * wcsmbs/Makefile (strop-tests): Add wcschr.
49192         * wcsmbs/test-wcschr.c: New file.
49193         * string/test-strchr.c: Update.
49194         Add wcschr support.
49195         (WIDE): New macro.
49197 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49199         * wcsmbs/Makefile (strop-tests): Add wcslen.
49200         * wcsmbs/test-wcslen.c: New file.
49201         * string/test-strlen.c: Update.
49202         Add wcslen support.
49203         (WIDE): New macro.
49205 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
49207         * po/it.po: Update from translation team.
49209 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49211         * sysdeps/x86_64/wcscmp.S: Update.
49212         Fix wrong comparison semantics.
49213         wcscmp shall use signed comparison not unsigned.
49214         Don't use substraction to avoid overflow bug.
49215         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
49216         * wcsmbc/wcscmp.c: Likewise.
49217         * string/test-strcmp.c: Likewise.
49218         Add new tests to check cases with negative values.
49220 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
49222         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
49223         * sysdeps/x86_64/dla.h: ...here.  New file.
49224         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
49225         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49226         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49227         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49228         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49229         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49230         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49231         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49232         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49234 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
49236         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
49237         __ynl_finite aliases.
49239 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
49241         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
49243         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
49244         define DLA_FMA.
49245         [DLA_FMA] (EMULV): Use DLA_FMA.
49246         [DLA_FMA] (MUL12): Use EMULV.
49247         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
49248         that are not needed.
49249         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49250         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49251         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49252         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49253         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49254         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49255         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49257 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
49259         * math/s_nan.c: Undef __nan.
49260         * math/s_nanf.c: Undef __nanf.
49261         * math/s_nanl.c: Undef __nanl.
49262         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
49263         "math_private.h".
49265 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
49267         * math/s_catan.c: Add branch predictions.
49268         * math/s_catanf.c: Likewise.
49269         * math/s_catanh.c: Likewise.
49270         * math/s_catanhf.c: Likewise.
49271         * math/s_catanhl.c: Likewise.
49272         * math/s_catanl.c: Likewise.
49273         * math/s_cexp.c: Likewise.
49274         * math/s_cexpf.c: Likewise.
49275         * math/s_cexpl.c: Likewise.
49276         * math/s_clog.c: Likewise.
49277         * math/s_clog10.c: Likewise.
49278         * math/s_clog10f.c: Likewise.
49279         * math/s_clog10l.c: Likewise.
49280         * math/s_clogf.c: Likewise.
49281         * math/s_clogl.c: Likewise.
49282         * math/s_csqrt.c: Likewise.
49283         * math/s_csqrtf.c: Likewise.
49284         * math/s_csqrtl.c: Likewise.
49285         * math/s_ctanf.c: Likewise.
49286         * math/s_ctanh.c: Likewise.
49287         * math/s_ctanhf.c: Likewise.
49288         * math/s_ctanhl.c: Likewise.
49289         * math/s_ctanl.c: Likewise.
49291         * math/math_private.h: Define __nan, __nanf, __nanl.
49292         * math/s_cacosh.c: Include <math_private.h>.
49293         * math/s_cacoshl.c: Likewise.
49294         * math/s_casinh.c: Likewise.
49295         * math/s_casinhf.c: Likewise.
49296         * math/s_casinhl.c: Likewise.
49297         * math/s_ccos.c: Rely entire on ccosh.
49298         * math/s_ccosf.c: Rely entire on ccoshf.
49299         * math/s_ccosl.c: Rely entirely on ccoshl.
49300         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
49301         Remove tests for FE_INVALID.
49302         * math/s_ccoshf.c: Likewise.
49303         * math/s_ccoshl.c: Likewise.
49304         * math/s_csin.c: Likewise.
49305         * math/s_csinf.c: Likewise.
49306         * math/s_csinh.c Likewise.
49307         * math/s_csinhf.c: Likewise.
49308         * math/s_csinhl.c: Likewise.
49309         * math/s_csinl.c: Likewise.
49310         * math/s_ctan.c: Likewise.
49311         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
49312         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
49313         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
49315 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
49317         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
49318         compilation problems.
49320         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
49321         __builtin_expect.
49323 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
49325         * sysdeps/i386/configure.in: Test for -mfma4 option.
49326         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
49327         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
49328         COMMON_CPUID_INDEX_80000001.
49329         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
49330         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
49331         use it if FMA3 is not supported.
49332         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
49334         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
49335         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49337 2011-10-20  Andreas Schwab  <schwab@redhat.com>
49339         [BZ #12892]
49340         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
49341         it would create a cycle with a link time dependency.
49343 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
49345         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
49346         instruction.
49347         * string/Makefile (strop-tests): Add rawmemchr.
49348         * string/test-rawmemchr.c: New file.
49350         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
49351         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
49352         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
49353         when compiling str{,n}casecmp and when AVX is available.  Hook up
49354         new optimized code in initializers.
49356 2011-10-19  Andreas Schwab  <schwab@redhat.com>
49358         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
49359         __feraiseexcept instead of feraiseexcept.
49361 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
49363         * math/math_private.h: Define defaults for libc_fetestexcept and
49364         libc_feupdateenv.
49365         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49366         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49367         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49368         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49369         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49370         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49371         libc_fetestexcept and libc_feupdateenv.
49373         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49374         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49375         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49376         * sysdeps/x86_64/fpu/math_private.h: Define special version of
49377         libc_feholdexcept_setround.
49379         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49380         Add s_nearbyint-c and s_nearbyintf-c.
49381         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49382         nearbyintf inlines.
49383         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49384         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49385         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49386         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49388         * math/math_private.h: Define defaults for libc_fegetround,
49389         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49390         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49391         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49392         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49393         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49394         standard functions.
49395         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49396         Remove comments and hacks for old compiler versions.
49397         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49398         libc_fegetround, libc_fesetround, libc_feholdexcept, and
49399         libc_feholdexceptl.
49401 2011-10-18  Andreas Schwab  <schwab@redhat.com>
49403         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
49404         (__feraiseexcept_renamed): Add __NTH.
49405         (feraiseexcept): Add __NTH.  Rename local variables to fix
49406         namespace violations.
49408 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
49410         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49412         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49414         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49415         recently added interfaces.
49416         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49418         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49419         about macro parameter expansion.
49421         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49422         __NO_MATH_INLINES is defined.  Cleanups.
49424         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49425         and __floorf is target has SSE4.1.
49426         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49427         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49428         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49429         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49431         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49432         name.
49433         (floorf): Likewise.
49435         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49437 2011-10-17  Andreas Schwab  <schwab@redhat.com>
49439         * misc/sys/cdefs.h: Fix last change.
49441         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49442         database lookup.
49444 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49446         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49448         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49449         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49450         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49451         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49452         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49453         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49454         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49455         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49456         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49457         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49458         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49459         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49460         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49461         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49462         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49463         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49464         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49465         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49466         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49467         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49468         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49469         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49471         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49472         ceil, ceilf, floor, floorf.
49474         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49475         Perform IRELATIVE relocations last.
49477         * elf/do-rel.h: Add another parameter nrelative, replacing the
49478         local variable with the same name.  Change name of the function
49479         to end in Rel or Rela (uppercase).
49480         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49481         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49482         elf_dynamic_do_##reloc function.
49484 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49486         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49487         is sufficient, at least on modern CPUs.
49489         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49491         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49492         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49494         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49495         __expl_finite.
49496         * math/bits/math-finite.h: Add entries for exp.
49497         * math/e_expl.c: Add __*_finite alias.
49498         * sysdeps/i386/fpu/e_exp.S: Likewise.
49499         * sysdeps/i386/fpu/e_expf.S: Likewise.
49500         * sysdeps/i386/fpu/e_expl.c: Likewise.
49501         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49502         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49503         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49504         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49505         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49506         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49507         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49509         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49510         is sufficient, at least on modern CPUs.
49512         * ctype/ctype-info.c (__ctype_init): Define.
49513         * include/ctype.h (__ctype_init): Declare.
49514         (__ctype_b_loc): The variable is always initialized.
49515         (__ctype_toupper_loc): Likewise.
49516         (__ctype_tolower_loc): Likewise.
49517         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49518         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49520 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49522         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49524         * configure.in: Also look in $cxxmachine/include for C++ system
49525         headers.
49527 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49529         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49530         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49531         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49532         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49533         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49534         (USE_AS_WMEMCMP): New macro.
49535         Fixing indents.
49536         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49537         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49538         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49539         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49540         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49541         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49542         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49543         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49544         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49545         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49546         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49547         (USE_AS_WMEMCMP): New macro.
49548         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49549         * sysdeps/string/test-memcmp.c: Update.
49550         Fix simple_wmemcmp.
49551         Add new tests.
49552         * wcsmbs/wmemcmp.c: Update.
49553         (WMEMCMP): New macro.
49554         Fix overflow bug.
49556 2011-10-12  Andreas Jaeger  <aj@suse.de>
49558         [BZ #13268]
49559         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49561 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49563         * libio/iofwide.c (do_length): Avoid warning.
49565         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49567 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49569         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49571         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49572         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49573         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49574         * sysdeps/i386/i686/fpu/e_log.S: New file.
49575         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49576         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49578         * ctype/ctype.h: Add support for inlined isXXX functions when
49579         compiling C++ code.
49581 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49583         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49585         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49587 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49589         [BZ #13291]
49590         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49592 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49594         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49595         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49596         feraiseexcept.
49598         * sysdeps/x86_64/memrchr.S: Check for zero size.
49600         * string/stratcliff.c: Add memrchr tests.
49602 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49604         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49605         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49606         rawmemchr-sse2 rawmemchr-sse2-bsf.
49607         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49608         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49609         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49610         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49611         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49612         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49613         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49614         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49615         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49616         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49617         * string/memrchr.c (MEMRCHR): New macro.
49619 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49621         Add integration with gcc's -ffinite-math-only and optimize wrapper
49622         functions in libm.
49623         * Versions.def: Define GLIBC_2.15 version for libm.
49624         * math/Makefile (headers): Add bits/math-finite.h.
49625         * math/bits/math-finite.h: New file.
49626         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49627         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49628         * math/e_acoshl.c: Add __*_finite alias.
49629         * math/e_acosl.c: Likewise.
49630         * math/e_asinl.c: Likewise.
49631         * math/e_atan2l.c: Likewise.
49632         * math/e_atanhl.c: Likewise.
49633         * math/e_coshl.c: Likewise.
49634         * math/e_exp10.c: Likewise.
49635         * math/e_exp10f.c: Likewise.
49636         * math/e_exp10l.c: Likewise.
49637         * math/e_exp2l.c: Likewise.
49638         * math/e_fmodl.c: Likewise.
49639         * math/e_gammal_r.c: Likewise.
49640         * math/e_hypotl.c: Likewise.
49641         * math/e_j0l.c: Likewise.
49642         * math/e_j1l.c: Likewise.
49643         * math/e_jnl.c: Likewise.
49644         * math/e_lgammal_r.c: Likewise.
49645         * math/e_log10l.c: Likewise.
49646         * math/e_log2l.c: Likewise.
49647         * math/e_logl.c: Likewise.
49648         * math/e_powl.c: Likewise.
49649         * math/e_sinhl.c: Likewise.
49650         * math/e_sqrtl.c: Likewise.
49651         * math/e_scalb.c: Completely rewritten and optimized.
49652         * math/e_scalbf.c: Likewise.
49653         * math/e_scalbl.c: Likewise.
49654         * math/w_acos.c: Likewise.
49655         * math/w_acosf.c: Likewise.
49656         * math/w_acosl.c: Likewise.
49657         * math/w_acosh.c: Likewise.
49658         * math/w_acoshf.c: Likewise.
49659         * math/w_acoshl.c: Likewise.
49660         * math/w_asin.c: Likewise.
49661         * math/w_asinf.c: Likewise.
49662         * math/w_asinl.c: Likewise.
49663         * math/w_atan2.c: Likewise.
49664         * math/w_atan2f.c: Likewise.
49665         * math/w_atan2l.c: Likewise.
49666         * math/w_atanh.c: Likewise.
49667         * math/w_atanhf.c: Likewise.
49668         * math/w_atanhl.c: Likewise.
49669         * math/w_exp10.c: Likewise.
49670         * math/w_exp10f.c: Likewise.
49671         * math/w_exp10l.c: Likewise.
49672         * math/w_fmod.c: Likewise.
49673         * math/w_fmodf.c: Likewise.
49674         * math/w_fmodl.c: Likewise.
49675         * math/w_j0.c: Likewise.
49676         * math/w_j0f.c: Likewise.
49677         * math/w_j0l.c: Likewise.
49678         * math/w_j1.c: Likewise.
49679         * math/w_j1f.c: Likewise.
49680         * math/w_j1l.c: Likewise.
49681         * math/w_jn.c: Likewise.
49682         * math/w_jnf.c: Likewise.
49683         * math/w_log.c: Likewise.
49684         * math/w_logf.c: Likewise.
49685         * math/w_logl.c: Likewise.
49686         * math/w_log10.c: Likewise.
49687         * math/w_log10f.c: Likewise.
49688         * math/w_log10l.c: Likewise.
49689         * math/w_log2.c: Likewise.
49690         * math/w_log2f.c: Likewise.
49691         * math/w_log2l.c: Likewise.
49692         * math/w_pow.c: Likewise.
49693         * math/w_powf.c: Likewise.
49694         * math/w_powl.c: Likewise.
49695         * math/w_remainder.c: Likewise.
49696         * math/w_remainderf.c: Likewise.
49697         * math/w_remainderl.c: Likewise.
49698         * math/w_scalb.c: Likewise.
49699         * math/w_scalbf.c: Likewise.
49700         * math/w_scalbl.c: Likewise.
49701         * math/w_sqrt.c: Likewise.
49702         * math/w_sqrtf.c: Likewise.
49703         * math/w_sqrtl.c: Likewise.
49704         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49705         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49706         used.
49707         * math/math_private.h: Declare __kernel_standard_f.
49708         * math/w_cosh.c: Remove cruft and optimize a bit.
49709         * math/w_coshf.c: Likewise.
49710         * math/w_coshl.c: Likewise.
49711         * math/w_exp2.c: Likewise.
49712         * math/w_exp2f.c: Likewise.
49713         * math/w_exp2l.c: Likewise.
49714         * math/w_hypot.c: Likewise.
49715         * math/w_hypotf.c: Likewise.
49716         * math/w_hypotl.c: Likewise.
49717         * math/w_lgamma.c: Likewise.
49718         * math/w_lgamma_r.c: Likewise.
49719         * math/w_lgammaf.c: Likewise.
49720         * math/w_lgammaf_r.c: Likewise.
49721         * math/w_lgammal.c: Likewise.
49722         * math/w_lgammal_r.c: Likewise.
49723         * math/w_sinh.c: Likewise.
49724         * math/w_sinhf.c: Likewise.
49725         * math/w_sinhl.c: Likewise.
49726         * math/w_tgamma.c: Likewise.
49727         * math/w_tgammaf.c: Likewise.
49728         * math/w_tgammal.c: Likewise.
49729         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49730         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49731         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49732         Minor optimizations.  Pretty printing.  Remove cruft.
49733         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49734         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49735         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49736         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49737         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49738         * sysdeps/i386/fpu/e_asin.S: Likewise.
49739         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49740         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49741         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49742         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49743         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49744         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49745         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49746         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49747         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49748         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49749         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49750         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49751         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49752         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49753         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49754         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49755         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49756         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49757         * sysdeps/i386/fpu/e_log.S: Likewise.
49758         * sysdeps/i386/fpu/e_log10.S: Likewise.
49759         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49760         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49761         * sysdeps/i386/fpu/e_log2.S: Likewise.
49762         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49763         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49764         * sysdeps/i386/fpu/e_logf.S: Likewise.
49765         * sysdeps/i386/fpu/e_logl.S: Likewise.
49766         * sysdeps/i386/fpu/e_pow.S: Likewise.
49767         * sysdeps/i386/fpu/e_powf.S: Likewise.
49768         * sysdeps/i386/fpu/e_powl.S: Likewise.
49769         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49770         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49771         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49772         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49773         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49774         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49775         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49776         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49777         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49778         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49779         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49780         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49781         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49782         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49783         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49784         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49785         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49786         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49787         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49788         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49789         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49790         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49791         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49792         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49793         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49794         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49795         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49796         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49797         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49798         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49799         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49800         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49801         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49802         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49803         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49804         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49805         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49806         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49807         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49808         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49809         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49810         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49811         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49812         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49813         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49814         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49815         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49816         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49817         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49818         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49819         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49820         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49821         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49822         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49823         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49824         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49825         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49826         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49827         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49828         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49829         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49830         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49831         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49832         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49833         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49834         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49835         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49836         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49837         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49838         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49839         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49840         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49841         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49842         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49843         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49844         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49845         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49846         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49847         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49848         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49849         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49850         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49851         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49852         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49853         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49854         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49855         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49856         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49857         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49858         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49859         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49860         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49861         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49862         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49863         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49864         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49865         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49866         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49867         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49868         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49869         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49870         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49871         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49872         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49873         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49874         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49875         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49876         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49877         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49878         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49879         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49880         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49881         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49882         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49883         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49884         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49885         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49886         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49887         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49888         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49889         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49890         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49891         (__isnanf): Likewise.
49892         (__isinf_ns): Likewise.
49893         (__isinf_nsf): Likewise.
49894         (__finite): Likewise.
49895         (__finitef): Likewise.
49896         (__ieee754_sqrt): Define as macro.
49897         (__ieee754_sqrtf): Define as macro.
49898         (__ieee754_sqrtl): Define as macro.
49899         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49900         inlined copy.
49901         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49902         __FINITE_MATH_ONLY__ consistent.
49903         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49905 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49907         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49908         of rawmemchr.
49910         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49912 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49914         * po/ja.po: Update from translation team.
49916 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49918         * locale/programs/locarchive.c (prepare_address_space): New function.
49919         (create_archive, enlarge_archive, open_archive): Use it.
49921         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49922         inside [SHARED], where it is used.
49924         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49926         * nss/getent.c (netgroup_keys): Remove unused variable.
49927         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49929 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49931         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49932         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49933         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49934         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49935         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49936         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49937         * math/Makefile (libm-calls): Add s_isinf_ns.
49938         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49939         * math/multc3.c: Likewise.
49940         * math/s_casin.c: Likewise.
49941         * math/s_casinf.c: Likewise.
49942         * math/s_casinl.c: Likewise.
49943         * math/s_ccos.c: Likewise.
49944         * math/s_ccosf.c: Likewise.
49945         * math/s_ccosl.c: Likewise.
49946         * math/s_ctan.c: Likewise.
49947         * math/s_ctanf.c: Likewise.
49948         * math/s_ctanh.c: Likewise.
49949         * math/s_ctanhf.c: Likewise.
49950         * math/s_ctanhl.c: Likewise.
49951         * math/s_ctanl.c: Likewise.
49952         * math/w_fmod.c: Likewise.
49953         * math/w_fmodf.c: Likewise.
49954         * math/w_fmodl.c: Likewise.
49955         * math/w_remainder.c: Likewise.
49956         * math/w_remainderf.c: Likewise.
49957         * math/w_remainderl.c: Likewise.
49958         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49959         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49960         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49961         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49962         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49963         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49964         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49965         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49967         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49968         of the number.
49969         * stdio-common/printf_fphex.c: Likewise.
49970         * stdio-common/printf_size.c: Likewise.
49972         * math/e_exp10.c: Include math_private.h using <...> not "...".
49973         * math/e_exp10f.c: Likewise.
49974         * math/e_exp10l.c: Likewise.
49975         * math/e_exp2l.c: Likewise.
49976         * math/e_j0l.c: Likewise.
49977         * math/e_j1l.c: Likewise.
49978         * math/e_jnl.c: Likewise.
49979         * math/e_lgammal_r.c: Likewise.
49980         * math/e_rem_pio2l.c: Likewise.
49981         * math/e_scalb.c: Likewise.
49982         * math/e_scalbf.c: Likewise.
49983         * math/e_scalbl.c: Likewise.
49984         * math/k_cosl.c: Likewise.
49985         * math/k_sinl.c: Likewise.
49986         * math/k_tanl.c: Likewise.
49987         * math/s_cacoshf.c: Likewise.
49988         * math/s_catan.c: Likewise.
49989         * math/s_catanf.c: Likewise.
49990         * math/s_catanh.c: Likewise.
49991         * math/s_catanhf.c: Likewise.
49992         * math/s_catanhl.c: Likewise.
49993         * math/s_catanl.c: Likewise.
49994         * math/s_ccosh.c: Likewise.
49995         * math/s_ccoshf.c: Likewise.
49996         * math/s_ccoshl.c: Likewise.
49997         * math/s_cexp.c: Likewise.
49998         * math/s_cexpf.c: Likewise.
49999         * math/s_cexpl.c: Likewise.
50000         * math/s_clog.c: Likewise.
50001         * math/s_clog10.c: Likewise.
50002         * math/s_clog10f.c: Likewise.
50003         * math/s_clog10l.c: Likewise.
50004         * math/s_clogf.c: Likewise.
50005         * math/s_clogl.c: Likewise.
50006         * math/s_csin.c: Likewise.
50007         * math/s_csinf.c: Likewise.
50008         * math/s_csinh.c: Likewise.
50009         * math/s_csinhf.c: Likewise.
50010         * math/s_csinhl.c: Likewise.
50011         * math/s_csinl.c: Likewise.
50012         * math/s_csqrt.c: Likewise.
50013         * math/s_csqrtf.c: Likewise.
50014         * math/s_csqrtl.c: Likewise.
50015         * math/s_ctan.c: Likewise.
50016         * math/s_ctanf.c: Likewise.
50017         * math/s_ctanh.c: Likewise.
50018         * math/s_ctanhf.c: Likewise.
50019         * math/s_ctanhl.c: Likewise.
50020         * math/s_ctanl.c: Likewise.
50021         * math/s_ldexp.c: Likewise.
50022         * math/s_ldexpf.c: Likewise.
50023         * math/s_ldexpl.c: Likewise.
50024         * math/s_significand.c: Likewise.
50025         * math/s_significandf.c: Likewise.
50026         * math/s_significandl.c: Likewise.
50027         * math/w_acos.c: Likewise.
50028         * math/w_acosf.c: Likewise.
50029         * math/w_acosh.c: Likewise.
50030         * math/w_acoshf.c: Likewise.
50031         * math/w_acoshl.c: Likewise.
50032         * math/w_acosl.c: Likewise.
50033         * math/w_asin.c: Likewise.
50034         * math/w_asinf.c: Likewise.
50035         * math/w_asinl.c: Likewise.
50036         * math/w_atan2.c: Likewise.
50037         * math/w_atan2f.c: Likewise.
50038         * math/w_atan2l.c: Likewise.
50039         * math/w_atanh.c: Likewise.
50040         * math/w_atanhf.c: Likewise.
50041         * math/w_atanhl.c: Likewise.
50042         * math/w_cosh.c: Likewise.
50043         * math/w_coshf.c: Likewise.
50044         * math/w_coshl.c: Likewise.
50045         * math/w_dremf.c: Likewise.
50046         * math/w_exp10.c: Likewise.
50047         * math/w_exp10f.c: Likewise.
50048         * math/w_exp10l.c: Likewise.
50049         * math/w_exp2.c: Likewise.
50050         * math/w_exp2f.c: Likewise.
50051         * math/w_fmod.c: Likewise.
50052         * math/w_fmodf.c: Likewise.
50053         * math/w_fmodl.c: Likewise.
50054         * math/w_hypot.c: Likewise.
50055         * math/w_hypotf.c: Likewise.
50056         * math/w_hypotl.c: Likewise.
50057         * math/w_j0.c: Likewise.
50058         * math/w_j0f.c: Likewise.
50059         * math/w_j0l.c: Likewise.
50060         * math/w_j1.c: Likewise.
50061         * math/w_j1f.c: Likewise.
50062         * math/w_j1l.c: Likewise.
50063         * math/w_jn.c: Likewise.
50064         * math/w_jnf.c: Likewise.
50065         * math/w_jnl.c: Likewise.
50066         * math/w_lgamma.c: Likewise.
50067         * math/w_lgamma_r.c: Likewise.
50068         * math/w_lgammaf.c: Likewise.
50069         * math/w_lgammaf_r.c: Likewise.
50070         * math/w_lgammal.c: Likewise.
50071         * math/w_lgammal_r.c: Likewise.
50072         * math/w_log.c: Likewise.
50073         * math/w_log10.c: Likewise.
50074         * math/w_log10f.c: Likewise.
50075         * math/w_log10l.c: Likewise.
50076         * math/w_log2.c: Likewise.
50077         * math/w_log2f.c: Likewise.
50078         * math/w_log2l.c: Likewise.
50079         * math/w_logf.c: Likewise.
50080         * math/w_logl.c: Likewise.
50081         * math/w_pow.c: Likewise.
50082         * math/w_powf.c: Likewise.
50083         * math/w_powl.c: Likewise.
50084         * math/w_remainder.c: Likewise.
50085         * math/w_remainderf.c: Likewise.
50086         * math/w_remainderl.c: Likewise.
50087         * math/w_scalb.c: Likewise.
50088         * math/w_scalbf.c: Likewise.
50089         * math/w_scalbl.c: Likewise.
50090         * math/w_sinh.c: Likewise.
50091         * math/w_sinhf.c: Likewise.
50092         * math/w_sinhl.c: Likewise.
50093         * math/w_sqrt.c: Likewise.
50094         * math/w_sqrtf.c: Likewise.
50095         * math/w_sqrtl.c: Likewise.
50096         * math/w_tgamma.c: Likewise.
50097         * math/w_tgammaf.c: Likewise.
50098         * math/w_tgammal.c: Likewise.
50100         * po/ja.po: Update from translation team.
50102 2011-09-29  Andreas Jaeger  <aj@suse.de>
50104         [BZ #13179]
50105         * sunrpc/netname.c (netname2host): Fix logic.
50107         [BZ #6779]
50108         [BZ #6783]
50109         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
50110         correctly.
50111         * math/w_remainder.c (__remainder): Likewise.
50112         * math/w_remainderf.c (__remainderf): Likewise.
50113         * math/libm-test.inc (remainder_test): Add test cases.
50115 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50117         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
50118         sdiv_qrnnd.
50120 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
50122         * string/test-memcmp.c: Avoid unncessary #defines.
50123         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50125 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50127         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
50128         Use new sse2 version for core i3 - i7 as it's faster
50129         than sse42 version.
50130         (bit_Prefer_PMINUB_for_stringop): New.
50131         * sysdeps/x86_64/rawmemchr.S: Update.
50132         Replace with faster SSE2 version.
50133         * sysdeps/x86_64/memrchr.S: New file.
50134         * sysdeps/x86_64/memchr.S: Update.
50135         Replace with faster SSE2 version.
50137 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
50139         * elf/dl-load.c (lose): Add cast to avoid warning.
50141 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
50143         * po/ca.po: Update from translation team.
50145         * inet/getnetgrent_r.c: Hook up nscd.
50146         * nscd/Makefile (routines): Add nscd_netgroup.
50147         (nscd-modules): Add netgroupcache.
50148         (CFLAGS-netgroupcache.c): Define.
50149         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
50150         (cache_search): Add const to second parameter.
50151         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
50152         INNETGR.
50153         (dbs): Add netgrdb entry.
50154         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
50155         (verify_persistent_db): Handle netgrdb.
50156         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
50157         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
50158         GETFDNETGR.
50159         (netgroup_response_header): Define.
50160         (innetgroup_response_header): Define.
50161         (datahead): Add netgroup_response_header and innetgroup_response_header
50162         elements.
50163         * nscd/nscd.conf: Add entries for netgroup cache.
50164         * nscd/nscd.h (dbtype): Add netgrdb.
50165         (_PATH_NSCD_NETGROUP_DB): Define.
50166         (netgroup_iov_disabled): Declare.
50167         (xmalloc, xcalloc, xrealloc): Move declarations here.
50168         (cache_search): Adjust prototype.
50169         Add netgroup-related prototypes.
50170         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
50171         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
50172         (__nscd_innetgr): Declare.
50173         * nscd/selinux.c (perms): Use access_vector_t as element type and
50174         add netgroup-related initializers.
50175         * nscd/netgroupcache.c: New file.
50176         * nscd/nscd_netgroup.c: New file.
50177         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
50178         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
50179         For four parameters use innetgr.
50180         * nss/nss_files/files-init.c: Add definition and callback for netgr.
50181         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
50182         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
50183         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
50185         * nscd/connections.c (register_traced_file): Don't register file
50186         for disabled databases.
50188 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
50190         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
50192         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
50193         from tree and freeing node.
50195 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
50197         * nss/nsswitch.c (__nss_database_lookup): Handle
50198         nss_parse_service_list out of memory case.
50200 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
50202         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
50203         out of memory case.
50205 2011-10-04  Andreas Schwab  <schwab@redhat.com>
50207         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
50208         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
50209         pass it down.
50210         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
50211         elf_machine_rela, elf_machine_lazy_rel.
50212         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
50213         (ELF_DYNAMIC_DO_REL): Likewise.
50214         (ELF_DYNAMIC_DO_RELA): Likewise.
50215         (ELF_DYNAMIC_RELOCATE): Likewise.
50216         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
50217         to ELF_DYNAMIC_DO_REL.
50218         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
50219         (dl_main): In trace mode always set __RTLD_NOIFUNC.
50220         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
50221         elf_machine_rela.
50222         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
50223         skip_ifunc, don't call ifunc function if non-zero.
50224         (elf_machine_rela): Likewise.
50225         (elf_machine_lazy_rel): Likewise.
50226         (elf_machine_lazy_rela): Likewise.
50227         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
50228         (elf_machine_lazy_rel): Likewise.
50229         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
50230         Likewise.
50231         (elf_machine_lazy_rel): Likewise.
50232         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50233         Likewise.
50234         (elf_machine_lazy_rel): Likewise.
50235         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
50236         (elf_machine_lazy_rel): Likewise.
50237         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
50238         (elf_machine_lazy_rel): Likewise.
50239         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
50240         (elf_machine_lazy_rel): Likewise.
50241         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
50242         (elf_machine_lazy_rel): Likewise.
50243         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
50244         (elf_machine_lazy_rel): Likewise.
50245         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
50246         (elf_machine_lazy_rel): Likewise.
50248 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
50250         * nss/nss_files/files-init.c (_nss_files_init): Use static
50251         initialization for all the *_traced_file variables.
50253 2011-09-28  Andreas Schwab  <schwab@redhat.com>
50255         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50257 2011-09-27  Roland McGrath  <roland@hack.frob.com>
50259         [BZ #13226]
50260         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
50262 2011-09-27  Andreas Schwab  <schwab@redhat.com>
50264         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50265         Reread the line before reparsing it.
50267 2011-09-26  Andreas Schwab  <schwab@redhat.com>
50269         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
50271 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
50272             Maxim Kuvyrkov  <maxim@codesourcery.com>
50273             Joseph Myers  <joseph@codesourcery.com>
50275         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
50276         if needed for __stack_chk_guard.
50278 2011-09-19  Roland McGrath  <roland@hack.frob.com>
50280         * sysdeps/posix/spawni.c (script_execute): Always define it.
50281         It will be optimized away if unused.
50282         (maybe_script_execute): New function.
50283         (__spawni): Call it.
50285         * Makerules: Don't include tls.make.
50286         (config-tls): Always set to thread.
50287         * tls.make.c: File removed.
50289 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
50291         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
50292         * config.make.in (CPPFLAGS-config): New substituted variable.
50294 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
50296         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
50298         [BZ #13192]
50299         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
50300         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
50302 2011-09-15  Roland McGrath  <roland@hack.frob.com>
50304         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
50305         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
50306         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50307         (CALL_FAIL): Likewise.
50308         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
50309         (CALL_FAIL): Macro removed.
50310         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
50312 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
50314         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
50315         for __FINITE_MATH_ONLY__ == 1.
50317 2011-09-15  Andreas Schwab  <schwab@redhat.com>
50319         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
50320         __ieee754_sqrt instead of sqrt.
50321         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
50322         __ieee754_sqrtf instead of sqrtf.
50323         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
50324         __floorf instead of floorf.
50325         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
50326         __floorf, __truncf instead of floorf, truncf.
50328 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
50330         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
50332         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
50333         __extern_always_inline.
50334         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
50335         32-bit.
50337 2011-09-14  Andreas Schwab  <schwab@redhat.com>
50339         * elf/rtld.c (dl_main): Also relocate in dependency order when
50340         doing symbol dependency testing.
50342 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
50344         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50345         Always define `refsym'.
50347 2011-09-13  Andreas Schwab  <schwab@redhat.com>
50349         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
50350         (__FD_ELT): Renamed from __FDELT.
50351         * misc/bits/select2.h (__FD_ELT): Likewise.
50352         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
50353         __FD_MASK instead of __FDELT, __FDMASK.
50354         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50355         Likewise.
50356         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50357         Likewise.
50359         * elf/Makefile (gen-ldd): Fix pattern.
50361         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50362         (init_tls): Likewise.
50364 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
50366         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50368 2011-09-12  Andreas Schwab  <schwab@redhat.com>
50370         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50371         `struct cmsghdr *' instead of `void *'.
50372         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50373         Likewise.
50375 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
50377         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50378         if non-absolute.
50379         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50380         ldd_rewrite_script.
50382 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
50384         * configure.in: Remove --with-tls option.
50385         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50386         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50387         out in case it is missing.
50388         * sysdeps/ia64/elf/configure.in: Likewise.
50389         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50390         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50391         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50392         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50393         * sysdeps/sh/elf/configure.in: Likewise.
50394         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50395         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50396         * sysdeps/x86_64/elf/configure.in: Likewise.
50397         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50398         * sysdeps/mach/hurd/tls.h: Likewise.
50400         [BZ #13067]
50401         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50403         [BZ #13090]
50404         * configure.in: Fix use of AC_INIT.
50406         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50408 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
50410         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50411         __set_errno.
50412         * malloc/hooks.c: Likewise.
50414         [BZ #11929]
50415         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
50416         variables statically.
50417         (narenas): Initialize.
50418         (list_lock): Initialize.
50419         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
50420         initializtion of main_arena and list_lock.  Small cleanups.
50421         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50422         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
50423         Add initializers to main_arena and mp_.
50424         (malloc_state): Remove pagesize member.  Change all users to use
50425         GLRO(dl_pagesize).
50427         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50428         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
50429         is always initialized.
50431         * malloc/malloc.c: Removed unused configurations and dead code.
50432         * malloc/arena.c: Likewise.
50433         * malloc/hooks.c: Likewise.
50434         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
50436         * include/tls.h: Removed.  USE___THREAD must always be defined.
50437         * bits/libc-tsd.h: Don't handle !USE___THREAD.
50438         * elf/dl-libc.c: Likewise.
50439         * elf/dl-tsd.c: Likewise.
50440         * include/errno.h: Likewise.
50441         * include/netdb.h: Likewise.
50442         * include/resolv.h: Likewise.
50443         * inet/herrno-loc.c: Likewise.
50444         * inet/herrno.c: Likewise.
50445         * malloc/arena.c: Likewise.
50446         * malloc/hooks.c: Likewise.
50447         * malloc/malloc.c: Likewise.
50448         * resolv/res-state.c: Likewise.
50449         * resolv/res_libc.c: Likewise.
50450         * sysdeps/i386/dl-machine.h: Likewise.
50451         * sysdeps/ia64/dl-machine.h: Likewise.
50452         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50453         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50454         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50455         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50456         * sysdeps/sh/dl-machine.h: Likewise.
50457         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50458         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50459         * sysdeps/unix/i386/sysdep.S: Likewise.
50460         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50461         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50462         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50463         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50464         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50465         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50466         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50467         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50468         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50469         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50470         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50471         * sysdeps/x86_64/dl-machine.h: Likewise.
50472         * tls.make.c: Likewise.
50474         * configure.in: Remove --with-__thread option.  Make tests for
50475         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50476         tls_model attribute fail if no support is available.  Remove
50477         USE_IN_LIBIO.
50478         * Makeconfig: Adjust for dropped configure option.  All features are
50479         now mandatory.
50480         * Makerules: Likewise.
50481         * Versions.def: Likewise.
50482         * argp/argp-fmtstream.c: Likewise.
50483         * argp/argp-fmtstream.h: Likewise.
50484         * argp/argp-help.c: Likewise.
50485         * assert/assert.c: Likewise.
50486         * config.h.in: Likewise.
50487         * config.make.in: Likewise.
50488         * configure: Likewise.
50489         * configure.in: Likewise.
50490         * csu/Versions: Likewise.
50491         * csu/init.c: Likewise.
50492         * elf/tst-audit2.c: Likewise.
50493         * elf/tst-tls10.c: Likewise.
50494         * elf/tst-tls10.h: Likewise.
50495         * elf/tst-tls11.c: Likewise.
50496         * elf/tst-tls12.c: Likewise.
50497         * elf/tst-tls14.c: Likewise.
50498         * elf/tst-tlsmod11.c: Likewise.
50499         * elf/tst-tlsmod12.c: Likewise.
50500         * elf/tst-tlsmod13.c: Likewise.
50501         * elf/tst-tlsmod13a.c: Likewise.
50502         * elf/tst-tlsmod14a.c: Likewise.
50503         * elf/tst-tlsmod15b.c: Likewise.
50504         * elf/tst-tlsmod16a.c: Likewise.
50505         * elf/tst-tlsmod16b.c: Likewise.
50506         * elf/tst-tlsmod7.c: Likewise.
50507         * elf/tst-tlsmod8.c: Likewise.
50508         * elf/tst-tlsmod9.c: Likewise.
50509         * gmon/gmon.c: Likewise.
50510         * grp/fgetgrent_r.c: Likewise.
50511         * grp/putgrent.c: Likewise.
50512         * hurd/fopenport.c: Likewise.
50513         * include/libc-symbols.h: Likewise.
50514         * include/tls.h: Likewise.
50515         * intl/gettextP.h: Likewise.
50516         * intl/loadinfo.h: Likewise.
50517         * locale/global-locale.c: Likewise.
50518         * locale/localeinfo.h: Likewise.
50519         * mach/devstream.c: Likewise.
50520         * malloc/arena.c: Likewise.
50521         * malloc/set-freeres.c: Likewise.
50522         * misc/err.c: Likewise.
50523         * misc/getttyent.c: Likewise.
50524         * misc/mntent_r.c: Likewise.
50525         * posix/getopt.c: Likewise.
50526         * posix/wordexp.c: Likewise.
50527         * pwd/fgetpwent_r.c: Likewise.
50528         * resolv/Versions: Likewise.
50529         * resolv/res_hconf.c: Likewise.
50530         * shadow/fgetspent_r.c: Likewise.
50531         * shadow/putspent.c: Likewise.
50532         * stdio-common/printf_fphex.c: Likewise.
50533         * stdio-common/tmpfile.c: Likewise.
50534         * stdlib/abort.c: Likewise.
50535         * stdlib/fmtmsg.c: Likewise.
50536         * sunrpc/auth_unix.c: Likewise.
50537         * sunrpc/clnt_perr.c: Likewise.
50538         * sunrpc/clnt_tcp.c: Likewise.
50539         * sunrpc/clnt_udp.c: Likewise.
50540         * sunrpc/clnt_unix.c: Likewise.
50541         * sunrpc/openchild.c: Likewise.
50542         * sunrpc/svc_simple.c: Likewise.
50543         * sunrpc/svc_tcp.c: Likewise.
50544         * sunrpc/svc_udp.c: Likewise.
50545         * sunrpc/svc_unix.c: Likewise.
50546         * sunrpc/xdr.c: Likewise.
50547         * sunrpc/xdr_array.c: Likewise.
50548         * sunrpc/xdr_rec.c: Likewise.
50549         * sunrpc/xdr_ref.c: Likewise.
50550         * sunrpc/xdr_stdio.c: Likewise.
50552 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50554         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50556 2011-07-03  Andreas Jaeger  <aj@suse.de>
50558         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50559         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50560         regenerate with gen-libm-tests.pl.
50562 2010-05-12  Petr Baudis  <pasky@suse.cz>
50564         [BZ #11589]
50565         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50566         around j0() zero points by switching to j1().
50567         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50568         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50569         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50570         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50572 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50574         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50575         instead of 0.
50576         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50577         instead of 0.
50578         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50579         Patch in part by Pavel Roskin <proski@gnu.org>.
50581         [BZ #13138]
50582         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50583         realloc.
50584         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50585         Free memory block if necessary.
50587         [BZ #12847]
50588         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50589         be NULL.  Don't lock in this case.
50591 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50593         * elf/elf.h (ELFOSABI_GNU): New macro.
50594         (ELFOSABI_LINUX): Define to that.
50596 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50598         * string/strncat.c (strncat): Undef the symbol in case it has been
50599         defined in bits/string.h.
50601 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50603         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50605         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50606         link map.
50608 2011-08-17  Andreas Jaeger  <aj@suse.de>
50610         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50612 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50613             Ian Lance Taylor  <iant@google.com>
50615         * math/libm-test.inc (lround_test): New testcase.
50616         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50618 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50620         * Makefile: Remove support for automatic cvs check-ins.
50621         * Makerules: Likewise.
50622         * config.make.in: Likewise.
50623         * configure.in: Likewise.
50624         * intl/Makefile: Likewise.
50625         * locale/Makefile: Likewise.
50626         * po/Makefile: Likewise.
50627         * posix/Makefile: Likewise.
50628         * sysdeps/gnu/Makefile: Likewise.
50629         * sysdeps/mach/hurd/Makefile: Likewise.
50630         * sysdeps/sparc/sparc32/Makefile: Likewise.
50632         [BZ #13118]
50633         * posix/Makefile (bug-regex32-ENV): Define.
50634         Patch by John Stanley <jpsinthemix@verizon.net>.
50636         * misc/Makefile (headers): Add bits/select2.h.
50637         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50638         * misc/bits/select2.h: New file.
50639         * include/bits/select2.h: New file.
50640         * debug/Makefile (routines): Add fdelt_chk.
50641         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50642         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50643         FD_ISSET.
50644         * debug/fdelt_chk.c: New file.
50646         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50647         * wcsmbs/test-wmemcmp.c: Likewise.
50648         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50649         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50651 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50653         * string/Makefile (strop-tests): Add memcmp.
50654         * string/test-wmemcmp.c: New file.
50655         * string/test-memcmp.c: Add wmemcmp support.
50657 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50659         [BZ #13153]
50660         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50661         2011-07-19 change.
50663         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50664         garbage value in a __mach_port_mod_refs call in the cases of the
50665         task-self and thread-self ports.
50667 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50669         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50671 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50673         * elf/dl-load.c (lose): Check for non-null L.
50675 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50677         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50679         * elf/dl-libc.c (dlerror_run): Pass back error code from
50680         dl_catch_error.
50682         [BZ #13123]
50683         * elf/dl-load.c (lose): Free l_origin if it is valid.
50685         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50686         names.
50687         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50688         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50689         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50690         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50691         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50692         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50694 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50696         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50697         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50698         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50699         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50700         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50701         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50702         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50703         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50704         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50705         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50707 2011-08-15  Alan Modra  <amodra@gmail.com>
50709         [BZ #13092]
50710         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50711         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50712         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50713         ppc_mcount to static-only-routines.
50714         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50715         __mcount_internal.
50716         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50717         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50719 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50721         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50722         for finite and infinity parameters.
50724 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50726         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50727         and add nop instructions for throughput optimization.
50728         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50730 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50732         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50733         aligned copy for power7 with vector-scalar instructions.
50734         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50736 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50738         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50739         AVX check.
50741 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50743         [BZ #13144]
50744         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50745         last change.
50747 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50749         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50750         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50751         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50752         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50753         clock_gettime.
50755 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50757         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50758         Forgot to demangle the pointer.
50760         * sysdeps/i386/sysdep.h: Define atom_text_section.
50761         * sysdeps/x86_64/sysdep.h: Likewise.
50762         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50763         section with atom_text_section.
50764         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50765         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50766         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50767         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50768         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50770         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50771         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50772         already be defined.  Change to take two parameters and don't assign
50773         result to variable.  Adjust all users.
50774         Define INTERNAL_GETTIME if not already defined.
50775         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50776         call.
50777         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50778         HAVE_CLOCK_GETTIME_VSYSCALL.
50779         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50781         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50782         gettimeofday vsyscall, just use time.
50784 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50786         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50787         <errno.h>.
50789 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50791         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50792         syscall on x86-64.
50793         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50794         syscall.
50795         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50796         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50797         syscall if possible.
50799 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50801         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50802         e_ident.  Don't pass to find_mapsXX.
50803         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50805 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50807         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50808         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50809         * sysdeps/x86_64/multiarch/strchr.S: Update.
50810         Check bit_slow_BSF bit.
50811         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50812         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50813         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50815 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50817         [BZ #13134]
50818         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50819         before glibc 2.15.
50820         (tryshell): Define.
50821         (__spawni): Change last parameter to be flag.  Test
50822         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50823         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50824         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50825         * posix/spawni.c: Likewise.
50826         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50827         * posix/spawnp.c: Likewise.  Change normal version to use
50828         SPAWN_XFLAGS_USE_PATH.
50829         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50830         SPAWN_XFLAGS_TRY_SHELL.
50832         [BZ #13150]
50833         * posix/glob.h: Remove gcc 1.x support.
50835         [BZ #13068]
50836         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50838 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50840         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50841         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50842         strrchr-sse2-bsf
50843         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50844         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50845         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50846         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50847         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50848         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50850 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50852         * sysdeps/x86_64/wcscmp.S: New file.
50854         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50855         wcscmp-c wcscmp-sse2
50856         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50857         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50858         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50859         * wcsmbs/wcscmp.c: Allow renaming.
50861 2011-09-05  David S. Miller  <davem@davemloft.net>
50863         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50864         stack slot, rather than the struct return pointer slot.
50865         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50866         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50867         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50868         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50870 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50872         * po/ja.po: Update from translation team.
50874         [BZ #13144]
50875         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50876         kernel in 64-bit binaries.
50878 2011-09-01  David S. Miller  <davem@davemloft.net>
50880         * elf/elf.h (HWCAP_SPARC_*): Move to..
50881         * sysdeps/sparc/sysdep.h: this new file and add new values.
50882         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50883         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50884         _DL_HWCAP_COUNT to 24.
50885         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50886         entries.
50887         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50888         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50889         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50890         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50891         instead of magic constants.
50892         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50894 2011-08-31  David S. Miller  <davem@davemloft.net>
50896         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50897         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50898         Reimplement to do errno handling inline.
50899         (SYSCALL_ERROR_HANDLER): New macro.
50900         (__SYSCALL_STRING): Do not do errno handling in asm.
50901         (__CLONE_SYSCALL_STRING): Delete.
50902         (__INTERNAL_SYSCALL_STRING): Delete.
50903         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50904         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50905         (PSEUDO): Reimplement to do errno handling inline.
50906         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50907         (SYSCALL_ERROR_HANDLER): New macro.
50908         (__SYSCALL_STRING): Do not do errno handling in asm.
50909         (__CLONE_SYSCALL_STRING): Delete.
50910         (__INTERNAL_SYSCALL_STRING): Delete.
50911         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50912         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50913         i386.
50914         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50915         (inline_syscall*): Add 'err' argument.
50916         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50917         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50918         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50919         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50921         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50922         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50924 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50926         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50928 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50930         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50931         directive.
50933 2011-08-24  David S. Miller  <davem@davemloft.net>
50935         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50937 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50939         * elf/Makefile: Add rules to build and run unload8 test.
50940         * elf/unload8.c: New file.
50941         * elf/unload8mod1.c: New file.
50942         * elf/unload8mod1x.c: New file.
50943         * elf/unload8mod2.c: New file.
50944         * elf/unload8mod3.c: New file.
50946         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50947         it wasn't used.
50949 2011-08-23  David S. Miller  <davem@davemloft.net>
50951         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50952         subtract stack bias.
50953         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50954         %sp not %fp in calculations.
50955         (_JMPBUF_UNWINDS_ADJ): Likewise.
50957         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50958         (aio_suspend): Call it to force an exception region around the
50959         AIO_MISC_WAIT() invocation.
50961 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50963         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50964         backslash.
50966 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50968         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50969         protection macro.
50970         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50971         and <dl-machine.h>.
50972         (Elf64_FuncDesc): Remove.
50974 2011-08-22  David S. Miller  <davem@davemloft.net>
50976         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50977         sigaltstack check, add missing cfi directives.
50978         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50979         missing cfi directives, and sigaltstack handling.
50981 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50983         [BZ #11724]
50984         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50985         object is seen twice.
50986         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50988         * elf/Makefile (distribute): Add tst-initorder2.c.
50989         (tests): Add tst-initorder2.
50990         (modules-names): Add tst-initorder2a tst-initorder2b
50991         tst-initorder2c tst-initorder2d.  Add rules to build them.
50992         ($(objpfx)tst-initorder2.out): New rule.
50993         * elf/tst-initorder2.c: New file.
50994         * elf/tst-initorder2.exp: New file.
50996 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50998         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
51000         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
51001         dependencies back to end of function.
51003         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
51004         $(elfobjdir)/ld.so.
51006 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
51008         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
51009         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
51010         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
51011         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
51012         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
51013         of __vdso_gettimeofday.
51014         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
51015         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
51016         attribute_hidden.
51017         (_libc_vdso_platform_setup): Remove initialization of
51018         __vdso_gettimeofday and __vdso_time.
51020 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
51022         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
51023         and fgetc_unlocked.
51024         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
51025         getc_unlocked.
51027         * elf/dl-open.c (add_to_global): Report additions to the global scope
51028         for LD_DEBUG=scopes.
51029         (dl_open_worker): Also print scope of newly loaded dependencies.
51030         (_dl_show_scope): Indicate if there is no scope.
51032         [BZ #13114]
51033         * stdio-common/Makefile (tests): Add bug24.
51034         * stdio-common/bug24.c: New file.
51036 2011-08-19  Andreas Jaeger  <aj@suse.de>
51038         [BZ #13114]
51039         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
51040         non-existant file when using close-on-exec mode.
51042 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
51044         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
51045         the very first instruction.
51047         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
51048         the CFI state in the end.
51049         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
51050         inclusion of dl-trampoline.h.
51051         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
51053 2011-08-19  Andreas Schwab  <schwab@redhat.com>
51055         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
51056         expectations for long double.
51058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
51059         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
51061 2011-08-14  David S. Miller  <davem@davemloft.net>
51063         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
51064         artificual limit depends upon the system page size.
51066 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
51068         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
51069         * resolv/Makefile: Define CFLAGS-libresolv.
51071 2011-08-17  Andreas Schwab  <schwab@redhat.com>
51073         * nss/makedb.c (compute_tables): Make variables used in nested
51074         function static.
51076 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
51078         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
51079         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
51080         if buffer was too small.
51082         * elf/pldd.c (main): Attach to all threads in the process.
51083         Rewrite /proc handling to use *at functions.
51085 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
51087         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
51088         specifies first scope to show.
51089         (dl_open_worker): Update callers.  Move printing scope of new
51090         object to before the relocation.
51091         * elf/rtld.c (dl_main): Update _dl_show_scope call.
51092         * sysdeps/generic/ldsodefs.h: Update declaration.
51094         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
51095         string for the scope number.
51097 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
51099         * nscd/servicescache.c (cache_addserv): Make sure written is always
51100         initialized.
51102 2011-08-14  Roland McGrath  <roland@hack.frob.com>
51104         * sysdeps/i386/i486/bits/atomic.h
51105         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
51106         statement expression, so as to suppress "set but not used" warning.
51107         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
51109         * string/strncat.c (STRNCAT): Use prototype definition.
51111         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
51112         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
51113         -Iprograms here.
51114         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
51115         (localedef-modules): Add localedef.
51116         (locale-modules): Add locale.
51118         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
51119         * elf/rtld.c (dl_main): Invert order of assignment in last change,
51120         to avoid a warning.
51122 2011-08-14  David S. Miller  <davem@davemloft.net>
51124         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
51125         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
51127 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
51129         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
51130         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
51131         * elf/rtld.c (dl_main): Set l_name of vDSO.
51132         Call _dl_show_scope when DL_DEBUG_SCOPES.
51133         (process_dl_debug): Recognize scopes flag and also set it for all.
51134         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
51135         Declare _dl_show_scope.
51137         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
51138         (do_dlopen): Pass caller_dlopen to dl_open.
51139         (__libc_dlopen_mode): Initialize caller_dlopen.
51141         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
51142         of libc.  Make tolower call locale-independent.  Optimize a bit by
51143         using isdigit instead of isalnum.
51144         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
51146 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
51148         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
51149         was a dependency or dynamically loaded.
51151 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
51153         * intl/l10nflist.c: Allow architecture-specific pop function.
51154         * sysdeps/x86_64/l10nflist.c: New file.
51156         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
51157         classification.
51159 2011-08-10  Andreas Schwab  <schwab@redhat.com>
51161         * include/dirent.h: Add libc_hidden_proto for scandirat and
51162         scandirat64.  Don't declare __scandirat64.
51163         * dirent/scandirat.c: Add libc_hidden_def.
51164         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
51165         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
51167 2011-08-10  David S. Miller  <davem@davemloft.net>
51169         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
51170         enum.
51171         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
51172         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
51173         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
51175 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
51177         * Versions.def [libc]: Add GLIBC_2.15.
51178         * dirent/Makefile (routines): Add scandirat and scandirat64.
51179         * dirent/Versions [libc]: Export scandirat and scandirat64 for
51180         GLIBC_2.15.
51181         * dirent/dirent.h: Declare scandirat and scandirat64.
51182         * dirent/scandirat.c: New file.
51183         * dirent/scandirat64.c: New file.
51184         * sysdeps/wordsize-64/scandirat.c: New file.
51185         * sysdeps/wordsize-64/scandirat64.c: New file.
51186         * dirent/opendir.c: Define opendirat.
51187         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
51188         using scandirat.
51189         * dirent/scandir64.c: Adjust for scandir.c change.
51190         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
51191         __scandirat64, and __scandir_cancel_handler.
51192         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
51193         additional parameter and use openat instead of open (outside of ld.so).
51194         Add new __opendir as wrapper around __opendirat.
51195         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
51196         here without requiring old scandirat implementation.
51198 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
51200         * dirent/scandir.c (cancel_handler): Renamed to
51201         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
51202         defined.  Adjust users.
51203         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
51204         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
51206 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
51208         * string/test-string.h (IMPL): Use __STRING to expand name and then
51209         stringify it.
51211         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
51212         of cleanups.
51214 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51216         * string/Makefile: Update.
51217         (strop-tests): Append strncat.
51218         * string/test-wcscmp.c: New file.
51219         New comprehensive test for wcscmp.
51220         * string/test-strcmp.c: Update.
51221         (WIDE): New define.
51223 2011-07-22  Andreas Schwab  <schwab@redhat.com>
51225         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
51226         line.
51228 2011-07-26  Andreas Schwab  <schwab@redhat.com>
51230         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
51231         encoding to ACE if AI_IDN.
51233 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
51235         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
51236         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
51238 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51240         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
51241         Fix overflow bug in strncat.
51242         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
51244         * string/test-strncat.c: Update.
51245         Add new tests for checking overflow bugs.
51247 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51249         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51250         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
51251         * sysdeps/i386/i686/multiarch/strcat.S: New file.
51252         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
51253         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
51254         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
51255         * sysdeps/i386/i686/multiarch/strncat.S: New file.
51256         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
51257         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
51259         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
51260         (USE_AS_STRCAT): Define.
51261         Add strcat and strncat support.
51262         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
51264 2011-07-25  Andreas Schwab  <schwab@redhat.com>
51266         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
51267         __n bigger than INT_MAX+1.
51268         (__strncmp_g): Likewise.
51270 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
51272         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
51273         * libio/stido.h: Likewise.
51275         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
51276         (AF_NFC): Define.
51277         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
51278         (AF_NFC): Define.
51280         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
51281         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
51282         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
51283         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
51284         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
51286         [BZ #13021]
51287         * scripts/test-installation.pl: Don't expect libnss_test1 to be
51288         installed.
51290         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
51291         typo.
51292         (_dl_x86_64_save_sse): Likewise.
51294 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
51296         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
51297         OSXSAVE.
51298         (_dl_x86_64_save_sse): Likewise.
51300         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
51302         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
51304 2011-07-21  Andreas Schwab  <schwab@redhat.com>
51306         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
51307         change.
51308         (_dl_x86_64_save_sse): Use correct AVX check.
51310 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51312         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
51313         bug in strncpy/strncat.
51314         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
51316 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
51318         * string/tester.c (test_strcat): Add tests for different alignments
51319         of source and destination.
51320         (test_strncat): Likewise.
51322 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51324         [BZ #12852]
51325         * posix/glob.c (glob): Check passed in values before using them in
51326         expressions to avoid some overflows.
51327         (glob_in_dir): Likewise.
51329         [BZ #13007]
51330         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
51331         check for AVX enablement so that we don't crash with old kernels and
51332         new hardware.
51333         * elf/tst-audit4.c: Add same checks here.
51334         * elf/tst-audit6.c: Likewise.
51336         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
51338 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
51340         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
51342 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51344         * po/cs.po: Update from translation team.
51345         * po/bg.po: Likewise.
51347 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
51349         * misc/sys/cdefs.h: Add support for const attribute.
51350         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
51351         to gnu_dev_{major,minor,makedev} functions.
51353 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
51355         * intl/dcigettext.c (get_output_charset): Add missing bracket.
51357 2011-07-20  Andreas Schwab  <schwab@redhat.com>
51359         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
51360         strlen results.
51362 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51364         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51365         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51366         register in order to avoid conflicts with the soft frame pointer
51367         being held in r11 when necessary.
51368         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51369         (INTERNAL_VSYSCALL_NCS): Likewise.
51371 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
51373         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51374         * elf/dl-fini.c (_dl_fini): Adjust caller.
51375         * elf/dl-close.c (_dl_close_worker): Likewise.
51376         * sysdeps/generic/ldsodefs.h: Adjust declaration.
51378 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51380         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51381         "aux_cache->nlibs < 0".
51383         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51384         in the reload-count case.
51386 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51388         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51389         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51390         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51391         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51392         * sysdeps/x86_64/multiarch/strcat.S: New file.
51393         * sysdeps/x86_64/multiarch/strncat.S: New file.
51394         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51395         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51396         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51397         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51398         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51399         (USE_AS_STRCAT): Define.
51400         Add strcat and strncat support.
51401         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51402         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51403         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51404         * string/strncat.c: Update.
51405         (USE_AS_STRNCAT): Define.
51406         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51407         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51408         and i7.
51409         * sysdeps/x86_64/multiarch/init-arch.h
51410         (bit_Prefer_PMINUB_for_stringop): New.
51411         (index_Prefer_PMINUB_for_stringop): Likewise.
51412         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51413         bit_Prefer_PMINUB_for_stringop.
51415 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51417         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51418         buffer64.
51419         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51420         of casting of buffer.
51421         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51422         buffer32 and buffer64.
51423         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51424         writes instead of casting of buffer.
51425         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51426         buffer32.
51427         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51428         casting of buffer.
51430 2011-07-19  Andreas Schwab  <schwab@redhat.com>
51432         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51434 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51436         * nscd/nscd.c (termination_handler): Don't do anything for a database
51437         if it has not yet been initialized.
51439 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51441         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51443 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51445         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51447 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51449         * po/nl.po: Update from translation team.
51450         * po/sv.po: Likewise.
51452 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51454         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51455         now disallowed by GCC.
51457         * configure.in (use-default-link): Default to yes if a test -shared
51458         link meets our qualifications.
51459         * configure: Regenerated.
51461         * config.make.in (output-format): New variable.
51462         * configure.in: Check for ld --print-output-format support.
51463         * configure: Regenerated.
51464         * Makerules ($(common-objpfx)format.lds)
51465         [$(output-format) != unknown]: Just use $(output-format),
51466         instead of the linker-script munging.
51468 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51470         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51471         of $(common-objpfx)shlib.lds.
51472         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51474         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51475         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51477         * configure.in (-z relro check): Adjust test code to add a large
51478         writable data section after it.
51479         * configure: Regenerated.
51481 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51483         * configure.in (-z relro check): Fix test code to make the variable
51484         truly const.
51485         * configure: Regenerated.
51487 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51489         * nscd/nscd.h (struct traced_file): Define.
51490         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51491         elements.  Add traced_files.
51492         (inotify_fd): Declare.
51493         (register_traced_file): Declare.
51494         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51495         (inotify_fd): Export.
51496         (resolv_conf_descr): Remove.
51497         (nscd_init): Move inotify descriptor creation to main.
51498         Don't register files for notification here.
51499         (register_traced_file): New function.
51500         (invalidate_cache): Don't use reset_res to determine whether to call
51501         res_init, go through the list of registered files.
51502         (main_loop_poll): The inotify descriptors are now stored in the
51503         structures for the traced files.
51504         (main_loop_epoll): Likewise
51505         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51506         to __nss_disable_nscd.
51507         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51508         for a database anymore.  Check the records for all the registered
51509         files instead.
51510         * nss/Makefile (libnss_files-routines): Add files-init.
51511         (libnss_db-routines): Add db-init.
51512         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51513         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51514         * nss/nss_db/db-init.c: New file.
51515         * nss/nss_files/files-init.c: New file.
51516         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51517         __nss_lookup_function.
51518         (__nss_lookup_function): Call nss_load_library.
51519         (nss_load_all_libraries): New function.
51520         (__nss_disable_nscd): Take parameter with callback function for files
51521         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51522         used for the cached services.
51523         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51524         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51525         options for features to all the files in nscd.
51527         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51529 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51531         * csu/elf-init.c (__libc_csu_init): Comment typo.
51533 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51535         * po/pl.po: Update from translation team.
51536         * po/ja.po: Likewise.
51537         * po/ru.po: Likewise.
51538         * po/ko.po: Likewise.
51539         * po/fr.po: Likewise.
51541 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51543         * configure.in (.ctors/.dtors header and trailer check):
51544         Use an empirical test on a built program.
51545         * configure: Regenerated.
51547         * configure.in (-z relro check): Use an empirical test on a built DSO.
51548         Detect, but do not require, on ia64.
51549         * configure: Regenerated.
51551         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51552         Update tests that use readelf to use $READELF instead.
51553         * configure: Regenerated.
51555 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51557         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51558         if the result is not used.
51560 2011-07-05  Andreas Jaeger  <aj@suse.de>
51562         [BZ#9696]
51563         * stdlib/tst-strtod.c: Add testcase.
51565 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51567         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51568         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51569         The latter has a higher limit.  Take additional parameter to pass to
51570         the new function.
51571         (__pathconf): Pass file to __statfs_link_max.
51572         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51573         __statfs_link_max.
51574         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51575         __statfs_link_max.
51577         [BZ #12868]
51578         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51579         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51580         Handle Lustre.
51581         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51582         (__statfs_filesize_max): Likewise.
51583         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51585 2011-07-05  Andreas Jaeger  <aj@suse.de>
51587         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51589 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51591         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51592         `status' variable.
51593         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51594         Likewise.
51596 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51598         * Makefile (strop-tests): Add strncat.
51599         * string/test-strncat.c: New file.
51601 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51603         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51605 2011-06-21  Andreas Jaeger  <aj@suse.de>
51607         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51608         Copy rule from iconvdata/Makefile.
51610 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51612         [BZ #12922]
51613         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51614         but no long options are defined, just return 'W'.
51616 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51618         [BZ #9696]
51619         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51621 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51623         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51624         netgroups to read.
51625         (innetgr): Likewise.
51627 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51629         * config.make.in (install_root): Default to $(DESTDIR).
51631 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51633         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51635 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51637         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51639         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51640         containing directory rather than embedding absolute directory names.
51642         * scripts/check-local-headers.sh: Rewritten using awk.
51643         Match by word, not by line.  Print error messages for matches.
51644         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51646         * Makerules [shlib-lds-flags empty]:
51647         ($(common-objpfx)libc_pic.opts): New target.
51648         ($(common-objpfx)libc_pic.os.clean): New target.
51649         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51651         * config.make.in (OBJCOPY): New variable.
51652         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51653         * configure: Regenerated.
51655         * config.make.in (use-default-link): New variable.
51656         * configure.in (use_default_link): Grok --with-default-link to set it.
51657         * configure: Regenerated.
51658         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51659         (shlib-lds, shlib-lds-flags): Define to empty.
51661         * Makerules (shlib-lds): New variable.
51662         (shlib-lds-flags): New variable.
51663         (build-shlib, build-moduile, build-module-asneeded): Use it.
51664         ($(common-objpfx)libc.so): Use $(shlib-lds).
51665         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51666         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51668         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51669         DT_FLAGS/DT_FLAGS_1 with zero flags.
51671         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51672         linker script munging.
51674 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51676         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51677         as 128-bit value.
51678         * crypt/sha512.c (sha512_process_block): Perform total addition using
51679         128-bit if possible.
51680         (__sha512_finish_ctx): Likewise.
51681         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51682         as 64-bit value.
51683         * crypt/sha256.c (SWAP64): Define.
51684         (sha256_process_block): Perform total addition using 64-bit if
51685         possible.
51686         (__sha256_finish_ctx): Likewise.
51688 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51690         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51691         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51692         * nscd/hstcache.c (cache_addhst): Likewise.
51693         * nscd/grpcache.c (cache_addgr): Likewise.
51694         * nscd/aicache.c (addhstaiX): Likewise
51695         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51697 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51699         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51700         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51701         * nscd/hstcache.c (cache_addhst): Likewise.
51702         * nscd/grpcache.c (cache_addgr): Likewise.
51703         * nscd/aicache.c (addhstaiX): Likewise
51705 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51707         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51708         domain only when needed.
51710 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51712         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51713         is always restored.
51715 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51717         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51718         are re-adding the entry.
51719         * nscd/servicescache.c (cache_addserv): Likewise.
51721 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51723         * sysdeps/generic/dl-irel.h: fix protection against multiple
51724         inclusions.
51725         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51727 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51729         [BZ #12935]
51730         * malloc/memusage.sh: Fix quoting in message.
51731         * debug/xtrace.sh: Likewise.
51733         * configure.in: Remove support for --experimental-malloc option, make
51734         it the default.
51735         * config.make.in: Likewise.
51736         * malloc/Makefile: Likewise.
51738 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51740         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51741         two-byte characters.
51743 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51745         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51746         AC_CACHE_CHECK invocation.
51747         * configure: Regenerated.
51749         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51751 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51753         [BZ #12350]
51754         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51755         bit from old_res_options.
51757         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51759         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51760         value type for setfct.
51762 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51764         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51765         __gettimeofday instead of gettimeofday.
51767 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51769         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51771 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51773         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51775         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51776         info.
51778 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51780         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51781         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51782         strcpy-sse2-unaligned strncpy-sse2-unaligned
51783         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51784         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51785         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51786         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51787         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51788         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51789         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51790         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51791         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51792         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51793         (STRCPY): Support SSE2 and SSSE3 versions.
51795 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51797         [BZ #12874]
51798         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51799         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51800         kernels which artificially limit size of requests.
51802 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51804         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51805         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51806         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51807         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51808         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51809         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51810         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51811         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51812         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51813         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51814         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51815         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51816         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51817         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51818         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51819         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51820         Enable unaligned load optimization for Intel Core i3, i5 and i7
51821         processors.
51822         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51823         Define.
51824         (index_Fast_Unaligned_Load): Define.
51825         (HAS_FAST_UNALIGNED_LOAD): Define.
51827 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51829         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51831 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51833         [BZ #12907]
51834         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51835         until it is clear that the information is realy needed.
51836         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51838 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51840         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51842 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51844         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51845         /sys/devices/system/cpu/online if it is usable.
51847         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51848         reading the information from the /proc filesystem to once a second.
51850 2011-06-21  Andreas Jaeger  <aj@suse.de>
51852         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51853         NULL after inclusion of kernel headers.
51855 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51857         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51858         calls to internal_setent.
51860         [BZ #12885]
51861         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51862         addresses using gethostbyname4_r ignore IPv4 addresses.
51864         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51865         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51867         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51869 2011-06-20  David S. Miller  <davem@davemloft.net>
51871         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51872         inclusions.
51873         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51875         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51876         (elf_irel): Use it.
51877         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51878         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51879         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51880         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51881         * sysdeps/x86_64/dl-irel.h: Likewise.
51883         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51884         * elf/dl-sym.c: Likewise.
51886 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51888         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51889         need to dereference resplen2.
51891 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51893         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51895 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51897         * Makeconfig: Define vardbdir and inst_vardbdir.
51898         * nss/Makefile: Add rules to install db-Makefile.
51900         * nss/nss_db/db-XXX.c: Cleanup.
51902         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51903         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51904         GLIBC_PRIVATE.
51905         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51906         * nss/makedb.c: Implement -g option to specify that value strings
51907         are generated and should not be added to table iterated over for
51908         get*ent calls.
51909         * nss/nss_db/db-initgroups.c: New file.
51911         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51912         interface.
51914         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51915         (internal_getgrouplist): Adjust to name change.
51916         Update use_initgroups_entry if this is not the first call.
51917         * nss/databases.def: Add initgroups entry.
51919         * nss/makedb.c (compute_tables): Check result of multiple hash table
51920         sizes to minimize maximum chain length.
51922 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51924         * Versions.def: Add entry for libnss_db.
51925         * shlib-versions: Likewise.
51926         * nss/Makefile: Add rules to build libnss_db.
51927         * nss/Versions: Add libnss_db information.  Organize libnss_files
51928         entries better.
51929         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51930         makedb progra.  Some minor improvements to generate smaller files.
51931         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51932         here from...
51933         * nss/makedb.c: ...here.
51934         Improve database format to be smaller and require less memory at
51935         runtime.
51936         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51937         db anymore.
51938         * nss/nss_db/db-netgrp.c: Likewise.
51939         * nss/nss_db/db-open.c: Likewise.
51940         * nss/nss_files/flies-XXX.x: Adjust comments.
51941         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51942         * nss/nss_files/files-grp.c: Likewise.
51943         * nss/nss_files/files-hosts.c: Likewise.
51944         * nss/nss_files/files-network.c: Likewise.
51945         * nss/nss_files/files-proto.c: Likewise.
51946         * nss/nss_files/files-pwd.c: Likewise.
51947         * nss/nss_files/files-rpc.c: Likewise.
51948         * nss/nss_files/files-service.c: Likewise.
51949         * nss/nss_files/files-sgrp.c: Likewise.
51950         * nss/nss_files/files-spwd.c: Likewise.
51951         * nss/nss_db/db-alias.c: Removed.
51952         * nss/nss_db/dummy-db.h: Removed.
51954 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51956         * nss/makedb.c: Rewritten to not use database library.
51957         * nss/Makefile: Update to build new makedb program.
51959 2011-06-14  Andreas Jaeger  <aj@suse.de>
51961         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51962         memset declaration.
51964 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51966         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51967         tmpbuf.
51969 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51971         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51972         * elf/Makefile ($(objpfx)ld.so): Likewise.
51974         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51975         Don't list ld.so twice in dependencies.
51977         * posix/bug-regex31.c: Include <stdlib.h>.
51979         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51981         * nis/nss_compat/compat-spwd.c
51982         (getspent_next_nss_netgr): Remove unused variable.
51983         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51985         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51986         nonmembers" output to use the right array.
51988         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51990         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51992         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51993         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51994         * catgets/gencat.c (read_input_file): Likewise.
51995         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51997         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51998         variable definition inside #if's controlling its use.
52000         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
52002         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
52004         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
52006         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
52007         unreachable code.
52009         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
52011         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
52012         * configure: Regenerated.
52014         * Makerules: Revert last change.
52015         * elf/Makefile: Likewise.
52017 2011-06-09  Roland McGrath  <roland@hack.frob.com>
52019         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
52020         * elf/Makefile ($(objpfx)librtld.os): Likewise.
52021         (reloc-link): Likewise.
52023 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
52025         * elf/Makefile: Add rules to build pldd.
52026         * elf/pldd.c: New file.
52027         * elf/pldd-xx.c: New file.
52029 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
52031         * version.h: Update for 2.15 development version.
52033 2011-06-07  David S. Miller  <davem@davemloft.net>
52035         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
52036         ifuncs.
52037         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
52038         elf_machine_lazy_rel): Likewise.
52039         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
52040         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
52041         elf_machine_lazy_rel): Likewise.
52042         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
52043         dl_hwcap via passed in argument.
52044         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
52045         Likewise.
52047 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52049         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
52051 2011-06-06  Roland McGrath  <roland@hack.frob.com>
52053         [BZ #12849]
52054         * manual/fdl-1.1.texi: New file, verbatim from:
52055         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
52056         * manual/lgpl-2.1.texi: New file, verbatim from:
52057         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
52058         * manual/Makefile (licenses): New variable, list those new file names.
52059         (texis): Use it.
52060         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
52062         * manual/fdl.texi: File removed.
52063         * manual/lesser.texi: File removed.
52064         * manual/libc.texinfo (Copying, Documentation License):
52065         Use new @include file names, put @appendix directive before @include.
52067 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
52069         [BZ #12841]
52070         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
52071         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
52072         (mq_open): Add __NTH.
52074 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
52076         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52077         Assume Intel Core i3/i5/i7 processor if AVX is available.
52079 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
52081         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
52082         typo.
52084 2011-05-31  Andreas Schwab  <schwab@redhat.com>
52086         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
52087         memory.  Use alloca_account.  Fix memory leak when retrying.
52089 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
52091         * version.h (RELEASE): Bump for 2.14 release.
52092         * include/features.h (__GLIBC_MINOR__): Bump to 14.
52094         * config.make.in (RANLIB): Remove entry.
52096 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
52098         * po/Makefile (po-sed-cmd): Add ksh to extensions.
52099         (libc.pot): Work around missing support for .ksh extension in xgettext.
52101         [BZ #12684]
52102         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
52103         if both request failed.
52104         (send_dg): In case of server errors clear resplen or *resplen2.
52106         [BZ #12454]
52107         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
52108         when there are multiple maps.
52109         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
52110         (_dl_fini): Remove test here.
52112         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
52114 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
52116         [BZ #12350]
52117         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
52118         bit from old_res_options.
52119         (gaih_inet): Likewise.
52121         [BZ #11099]
52122         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
52123         as signed.
52125         * resolv/res_init.c (res_setoptions): Make the code more compact.
52127         [BZ #11558]
52128         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
52129         set RES_USEVC.
52131         [BZ #11634]
52132         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
52134         * malloc/malloc.h: Mark malloc hook variables as deprecated.
52136         [BZ #11781]
52137         * malloc/malloc.h: Declare malloc hook variables as volatile.
52139         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
52140         in last patch.
52142         [BZ #11799]
52143         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
52144         raise in the comment.
52145         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
52146         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
52147         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
52149 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
52151         [BZ #12811]
52152         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
52153         grow the buffers more if it already has to be sufficient.
52154         (build_wcs_upper_buffer): Likewise.
52155         * posix/regexec.c (check_matching): Likewise.
52156         (clean_state_log_if_needed): Likewise.
52157         (extend_buffers): Don't enlarge buffers beyond size of the input
52158         buffer.
52159         Patches mostly by Emil Wojak <emil@wojak.eu>.
52160         * posix/bug-regex32.c: New file.
52161         * posix/Makefile (tests): Add bug-regex32.
52163         * locale/findlocale.c (_nl_find_locale): Return right away if
52164         _nl_explode_name failed.
52165         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
52167         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
52169         * debug/xtrace.sh: Unify messages.
52170         * malloc/memusage.sh: Likewise.
52172         [BZ #12813]
52173         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
52174         time symbol from vDSO.  Substitute with vsyscall if not available.
52175         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
52176         __vdso_time.
52178         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
52179         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
52180         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
52181         Add sendmmsg and internal_sendmmsg.
52182         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
52183         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
52184         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
52186         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
52187         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
52188         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
52190 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
52192         [BZ #12813]
52193         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
52194         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
52195         available.
52196         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
52197         __vdso_getcpu.
52199         [BZ #12814]
52200         * iconvdata/Makefile (tests): Add bug-iconv9.
52201         * iconvdata/bug-iconv9.c: New file.
52203 2011-05-27  Andreas Schwab  <schwab@redhat.com>
52205         [BZ #12814]
52206         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
52208 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
52210         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52211         (struct user_regs_struct): Change intcs field back to cs.
52213 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
52215         * po/ja.po: Update from translation team.
52217 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
52219         [BZ #12795]
52220         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
52221         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
52223 2011-05-20  Andreas Schwab  <schwab@redhat.com>
52225         * stdlib/longlong.h: Update from GCC.
52227 2011-05-23  Andreas Schwab  <schwab@redhat.com>
52229         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
52230         parameter name.
52231         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
52232         Add parameter name.
52233         (__sysconf): Pass it down.
52235 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
52237         [BZ #12671]
52238         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
52239         some situations.
52240         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
52241         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
52242         add in in __libc_use_alloca calls.  Adjust callers.
52243         (glob): Use malloc in some situations.
52245         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
52246         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
52247         pltexit.
52249 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
52251         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
52252         and CLOCK_BOOTTIME_ALARM.
52254         [BZ #12782]
52255         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
52256         is returned.
52258         * string/_strerror.c (__strerror_r): Print negative errors as signed
52259         numbers.
52261         [BZ #12777]
52262         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
52263         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
52264         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
52266         * configure.in: Fix typo in redirection and correct removal of test
52267         files in two cases.
52269         [BZ #12788]
52270         * locale/setlocale.c (new_composite_name): Fix test to check for
52271         identical name of all categories.
52273         [BZ #12792]
52274         * libio/filedoalloc.c (local_isatty): New function.
52275         (_IO_file_doallocate): Use local_isatty.
52276         * stdio-common/perror.c (perror): In case a new stream is used
52277         forward the stream error.
52278         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
52279         error flag.
52281 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
52283         [BZ #11869]
52284         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
52285         alloca.
52286         * include/alloca.h (extend_alloca_account): Define.
52288         [BZ #11857]
52289         * posix/regex.h: Fix comments with documentation of user-accessible
52290         fields after compilation and describe correct free'ing of pattern
52291         after re_compile_pattern.
52292         Patch by Reuben Thomas <rrt@sc3d.org>.
52294 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
52296         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
52297         and -mno-altivec to prevent the compiler from using Altivec and/or
52298         VSX instructions when the corresponding registers are not available.
52300 2011-05-19  Andreas Schwab  <schwab@redhat.com>
52302         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
52304 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
52306         * libio/freopen.c (freopen): Use __dup2, not dup2.
52307         * libio/freopen64.c (freopen64): Likewise.
52309 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
52311         [BZ #12775]
52312         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
52313         * math/Makefile (tests): Add test-powl.
52314         (CFLAGS-test-powl.c): Define.
52315         * math/test-powl.c: New file.
52317 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
52319         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
52321 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
52323         [BZ #11837]
52324         * iconvdata/gb18030.c: Update to GB18020-2005.
52326 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
52328         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
52329         RE_SYNTAX_POSIX_AWK): Update to match recent development.
52330         Patch by Aharon Robbins <arnold@skeeve.com>.
52332         [BZ #11892]
52333         * stdlib/putenv.c (putenv): Don't always create copy of the variable
52334         on the stack.
52336         [BZ #11895]
52337         * misc/pselect.c (__pselect): Handle timeout value errors hidden
52338         through underflows.
52340         [BZ #12766]
52341         * misc/error.c (error_at_line): Ensure file_name and old_file_name
52342         point to strings before performing equality test for error_one_per_line
52343         mode.
52345         [BZ #11697]
52346         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
52348         [BZ #11820]
52349         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52350         (struct user_fpregs_struct): Avoid __uint*_t types.
52352         [BZ #6420]
52353         * malloc/mtrace.c (tr_where): Add additional parameter to point to
52354         symbol info.  Use it instead of calling _dl_addr locally.
52355         (lock_and_info): New function.
52356         (tr_freehook): Call lock_and_info and pass symbol info as additional
52357         parameter to tr_where.
52358         (tr_mallochook): Likewise.
52359         (tr_reallochook): Likewise.
52360         (tr_memalignhook): Likewise.
52362         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
52363         used and couldn't be at all thread-safe.
52365 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
52367         * libio/freopen.c (freopen): Don't close old file descriptor
52368         before the new one is opened.  Instead dup the new file descriptor
52369         to the old one after the new stream is created.
52370         * libio/freopen64.c (freopen64): Likewise.
52371         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52372         * libio/fileops.c (_IO_new_file_close_it): Handle new
52373         _IO_FLAGS2_NOCLOSE flag.
52374         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52375         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52376         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52377         _IO_FLAGS2_NOCLOSE flag.
52378         * include/unistd.h: Add hidden_proto for dup3.
52379         Define __have_dup3.
52380         * io/dup3.c: Define hidden symbol.
52381         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52383         [BZ #7101]
52384         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52385         when an incomplete long option is used.
52386         * posix/tst-getopt_long1.c: New file.
52387         * posix/Makefile (tests): Add tst-getopt_long1.
52389         [BZ #10138]
52390         * scripts/config.guess: Update from autoconf-2.68.
52391         * scripts/config.sub: Likewise.
52393         [BZ #10157]
52394         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52395         tests into ...
52396         (has_cpuclock): ...this.  New function.
52397         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52398         macro here based on has_cpuclock code.
52400         [BZ #10149]
52401         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52402         First byte (not low byte) is now always NUL.
52403         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52405         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52406         Use non-cancelable interfaces.
52408         [BZ #9809]
52409         * locale/iso-639.def: Add entry for Sorani.
52411         [BZ #11901]
52412         * include/stdlib.h: Move include protection to the right place.
52413         Define abort_msg_s.  Declare __abort_msg with it.
52414         * stdlib/abort.c (__abort_msg): Adjust type.
52415         * assert/assert.c (__assert_fail_base): New function.  Majority
52416         of code from __assert_fail.  Allocate memory for __abort_msg with
52417         mmap.
52418         (__assert_fail): Now call __assert_fail_base.
52419         * assert/assert-perr.c: Remove bulk of implementation.  Use
52420         __assert_fail_base.
52421         * include/assert.hL Declare __assert_fail_base.
52422         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52423         mmap.
52424         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52426 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
52428         [BZ #11952]
52429         [BZ #12453]
52430         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52431         until all modules are registered in the DTV.
52432         * elf/Makefile: Add rules to build and run tst-tls19.
52433         * elf/tst-tls19.c: New file.
52434         * elf/tst-tls19mod1.c: New file.
52435         * elf/tst-tls19mod2.c: New file.
52436         * elf/tst-tls19mod3.c: New file.
52437         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52439         [BZ #12083]
52440         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52441         correctly.
52443         [BZ #12601]
52444         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52445         two-byte sequence errors.
52446         * iconvdata/Makefile (tests): Add bug-iconv8.
52447         * iconvdata/bug-iconv8.c: New file.
52449         [BZ #12626]
52450         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52451         buf2 definition.
52453         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52455         [BZ #12432]
52456         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52457         (dummy_getcfa): New function.
52458         (init): Get _Unwind_GetCFA address, use dummy if not found.
52459         (backtrace_helper): In recursion check, also check whether CFA changes.
52460         (__backtrace): Completely initialize arg.
52462         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52463         storing incomplete byte sequence in state object.  Avoid testing for
52464         guaranteed too small input if we know there is enough data available.
52466 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52468         * Makeconfig (+link-pie): Indent.
52469         * Rules (binaries-pie): Define if $(have-fpie) and
52470         $(build-shared).
52471         (binaries-shared): Also filter out $(binaries-pie).
52472         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52473         * nscd/Makefile (others-pie): Add nscd.
52474         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52475         ($(objpfx)nscd): Remove command override.
52476         * login/Makefile (others-pie): Add pt_chown.
52477         ($(objpfx)pt_chown): Remove command override.
52478         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52479         remove command overrides.
52481 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52483         * libio/tst_putwc.c: Fix error messages.
52485         [BZ #12724]
52486         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52487         currently writing and seek to current position when not.
52488         * libio/Makefile (tests): Add bug-fclose1.
52489         * libio/bug-fclose1.c: New file.
52491 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52493         [BZ #12511]
52494         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52495         don't set DF_1_NODELETE here.
52496         (do_lookup_x): When entering new entry test for copy relocation
52497         and if necessary set DF_1_NODELETE flag.
52498         * elf/tst-unique4.cc: New file.
52499         * elf/tst-unique4.h: New file.
52500         * elf/tst-unique4lib.cc: New file.
52501         * elf/Makefile: Add rules to build and run tst-unique4.
52502         Patch by Piotr Bury <pbury@goahead.com>.
52504 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52506         [BZ #12052]
52507         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52509         [BZ #12625]
52510         * misc/mntent_r.c (addmntent): Flush the stream after the output
52512         [BZ #12393]
52513         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52514         (is_trusted_path_normalize): Skip initial colon.  Append slash
52515         to empty buffer.  Duplicate is_trusted_path code but allow
52516         constructed patch to be prefix.
52517         (is_dst): Allow $ORIGIN followed by /.
52518         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52519         Correct testing of result of is_trusted_path_normalize
52520         (decompose_rpath): Fix warning.
52522 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52524         [BZ #11257]
52525         * grp/initgroups.c (internal_getgrouplist): When we found the service
52526         list through the initgroups entry in nsswitch.conf do not always
52527         continue on a successful lookup.  Don't always use the
52528         __nss_group_database value if it is set.
52529         * nss/nsswitch.conf (initgroups): Change action for successful db
52530         lookup to continue for compatibility.
52532 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52534         [BZ #11532]
52535         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52536         and CP774 modules.
52537         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52538         and CP774 modules.
52539         * iconvdata/tst-tables.sh: Likewise.
52540         * iconvdata/cp770.c: New file.
52541         * iconvdata/cp771.c: New file.
52542         * iconvdata/cp772.c: New file.
52543         * iconvdata/cp773.c: New file.
52544         * iconvdata/cp774.c: New file.
52545         * iconvdata/testdata/CP770: New file.
52546         * iconvdata/testdata/CP770..UTF8: New file.
52547         * iconvdata/testdata/CP771: New file.
52548         * iconvdata/testdata/CP771..UTF8: New file.
52549         * iconvdata/testdata/CP772: New file.
52550         * iconvdata/testdata/CP772..UTF8: New file.
52551         * iconvdata/testdata/CP773: New file.
52552         * iconvdata/testdata/CP773..UTF8: New file.
52553         * iconvdata/testdata/CP774: New file.
52554         * iconvdata/testdata/CP774..UTF8: New file.
52556         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52557         END CHARMAP line.
52558         * iconvdata/gen-8bit-gap.sh: Likewise.
52559         * iconvdata/gen-8bit.sh: Likewise.
52561         * locale/iso-639.def: Add ary entry.
52563         [BZ #11258]
52564         * locale/C-translit.h.in: Add U20A1 transliteration.
52566         [BZ #12178]
52567         * locale/iso-639.def: Add wae entry.
52568         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52570         [BZ #12545]
52571         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52572         for n.
52574         [BZ #12711]
52575         * locale/C-translit.h.in: Add entry for U20B9.
52576         Patch by pravin.d.s@gmail.com.
52578 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52580         [BZ #12713]
52581         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52582         ENAMETOOLONG use generic getcwd.
52583         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52584         in rtld.  Use *stat64.
52585         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52586         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52587         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52588         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52589         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52590         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52591         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52592         __fstatat64 macros.
52593         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52594         * dirent/rewinddir.c: Add libc_hidden_def.
52595         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52596         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52598         * include/dirent.h (__alloc_dir): Add flags parameter.
52599         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52600         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52601         __alloc_dir.
52602         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52603         from fdopendir if O_CLOEXEC is already set.
52605 2011-03-15  Alan Modra  <amodra@gmail.com>
52607         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52608         l_tls_firstbyte_offset non-zero.  Save padding offset in
52609         l_tls_firstbyte_offset for later use.
52610         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52611         freeing static tls block.
52613 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52615         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52616         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52617         being defined by the kernel headers.
52619 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52621         [BZ #12734]
52622         * resolv/resolv.h: Define RES_NOTLDQUERY.
52623         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52624         no-tld-query and set RES_NOTLDQUERY.
52625         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52626         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52627         modern BIND to search name as TLD unless forbidden.
52629 2011-05-07  Petr Baudis  <pasky@suse.cz>
52630             Ulrich Drepper  <drepper@gmail.com>
52632         [BZ #12393]
52633         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52634         (is_trusted_path): ...to here.
52635         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52636         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52637         using is_trusted_path_normalize() in setuid scripts.
52639 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52641         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52642         __BEGIN/__END_DECLS.
52644 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52646         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52647         NSS_STATUS_NOTFOUND if no record was found.
52649 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52651         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52652         (headers-not-in-tirpc): Remove rpc/netdb.h
52653         * resolv/netdb.h: Revert last change.
52655 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52657         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52658         circular dependency between libgcc.a and libc.a.
52660 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52662         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52663         * nis/Makefile: Don't install rpcsvc/*.
52664         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52665         instead of <rpc/types.h>.
52666         (MAXHOSTNAMELEN): Define.
52668 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52670         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52672 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52674         [BZ #12714]
52675         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52676         gethostbyname4_r when IPv6 results are possible.
52678 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52680         [BZ #12723]
52681         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52682         _PC_PIPE_BUF handling.
52684 2011-04-30  Bruno Haible  <bruno@clisp.org>
52686         [BZ #12717]
52687         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52688         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52689         to 'int'.
52690         * inet/getnameinfo.c (getnameinfo): Likewise.
52692 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52694         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52695         to groups setting in database lookup.
52696         * nss/nsswitch.conf: Add initgroups entry.
52698 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52700         [BZ #12685]
52701         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52702         mode string.
52703         Patch by Eric Blake <eblake@redhat.com>.
52705 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52707         * sunrpc/Makefile (need-export-routines): Add svc_run.
52708         (routines): Remove svc_run.
52709         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52710         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52711         * sunrpc/svc_run.c (svc_run): Likewise.
52712         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52714 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52716         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52717         problem in reallocation in last patch.
52719 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52721         * sunrpc/Makefile: Move inclusion of Rules.
52723 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52725         * nss/nss_files/files-initgroups.c: New file.
52726         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52727         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52728         _nss_files_initgroups_dyn.
52730 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52732         * elf/elf.h (R_ARM_IRELATIVE): Define.
52734 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52736         * po/ru.po: Update from translation team.
52738 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52740         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52741         dependencies.
52743 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52745         [BZ #12653]
52746         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52747         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52748         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52749         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52750         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52752 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52754         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52755         differing bytes.
52756         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52757         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52758         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52760 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52762         [BZ #12420]
52763         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52764         storing it.
52765         * stdlib/bug-getcontext.c: New file.
52766         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52768 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52770         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52771         instructions into .machine "z9-109".
52772         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52773         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52775 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52777         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52778         between environment variables and auxiliary vector.
52780 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52782         * Makefile: Add rules to build linkobj/libc.so.
52783         * include/libc-symbols.h: Define libc_hidden_nolink.
52784         * include/rpc/auth.h: Mark functions which are to be hidden.
52785         * include/rpc/auth_des.h: Likewise.
52786         * include/rpc/auth_unix.h: Likewise.
52787         * include/rpc/clnt.h: Likewise.
52788         * include/rpc/des_crypt.h: Likewise.
52789         * include/rpc/key_prot.h: Likewise.
52790         * include/rpc/pmap_clnt.h: Likewise.
52791         * include/rpc/pmap_prot.h: Likewise.
52792         * include/rpc/pmap_rmt.h: Likewise.
52793         * include/rpc/rpc_msg.h: Likewise.
52794         * include/rpc/svc.h: Likewise.
52795         * include/rpc/svc_auth.h: Likewise.
52796         * include/rpc/xdr.h: Likewise.
52797         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52798         * nss/Makefile: Likewise.
52799         * sunrpc/Makefile: Don't install headers.  Build library with normal
52800         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52801         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52802         for the compat linking library.  Remove use of INTDEF/INTUSE.
52803         * sunrpc/auth_none.c: Likewise.
52804         * sunrpc/auth_unix.c: Likewise.
52805         * sunrpc/authdes_prot.c: Likewise.
52806         * sunrpc/authuxprot.c: Likewise.
52807         * sunrpc/clnt_gen.c: Likewise.
52808         * sunrpc/clnt_perr.c: Likewise.
52809         * sunrpc/clnt_raw.c: Likewise.
52810         * sunrpc/clnt_simp.c: Likewise.
52811         * sunrpc/clnt_tcp.c: Likewise.
52812         * sunrpc/clnt_udp.c: Likewise.
52813         * sunrpc/clnt_unix.c: Likewise.
52814         * sunrpc/des_crypt.c: Likewise.
52815         * sunrpc/des_soft.c: Likewise.
52816         * sunrpc/get_myaddr.c: Likewise.
52817         * sunrpc/key_call.c: Likewise.
52818         * sunrpc/key_prot.c: Likewise.
52819         * sunrpc/netname.c: Likewise.
52820         * sunrpc/pm_getmaps.c: Likewise.
52821         * sunrpc/pm_getport.c: Likewise.
52822         * sunrpc/pmap_clnt.c: Likewise.
52823         * sunrpc/pmap_prot.c: Likewise.
52824         * sunrpc/pmap_prot2.c: Likewise.
52825         * sunrpc/pmap_rmt.c: Likewise.
52826         * sunrpc/publickey.c: Likewise.
52827         * sunrpc/rpc_cmsg.c: Likewise.
52828         * sunrpc/rpc_common.c: Likewise.
52829         * sunrpc/rpc_dtable.c: Likewise.
52830         * sunrpc/rpc_prot.c: Likewise.
52831         * sunrpc/rpc_thread.c: Likewise.
52832         * sunrpc/rtime.c: Likewise.
52833         * sunrpc/svc.c: Likewise.
52834         * sunrpc/svc_auth.c: Likewise.
52835         * sunrpc/svc_authux.c: Likewise.
52836         * sunrpc/svc_raw.c: Likewise.
52837         * sunrpc/svc_run.c: Likewise.
52838         * sunrpc/svc_simple.c: Likewise.
52839         * sunrpc/svc_tcp.c: Likewise.
52840         * sunrpc/svc_udp.c: Likewise.
52841         * sunrpc/svc_unix.c: Likewise.
52842         * sunrpc/svcauth_des.c: Likewise.
52843         * sunrpc/xcrypt.c: Likewise.
52844         * sunrpc/xdr.c: Likewise.
52845         * sunrpc/xdr_array.c: Likewise.
52846         * sunrpc/xdr_float.c: Likewise.
52847         * sunrpc/xdr_intXX_t.c: Likewise.
52848         * sunrpc/xdr_mem.c: Likewise.
52849         * sunrpc/xdr_rec.c: Likewise.
52850         * sunrpc/xdr_ref.c: Likewise.
52851         * sunrpc/xdr_sizeof.c: Likewise.
52852         * sunrpc/xdr_stdio.c: Likewise.
52854 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52856         [BZ #12650]
52857         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52858         * sysdeps/ia64/dl-tls.h: Likewise.
52859         * sysdeps/powerpc/dl-tls.h: Likewise.
52860         * sysdeps/s390/dl-tls.h: Likewise.
52861         * sysdeps/sh/dl-tls.h: Likewise.
52862         * sysdeps/sparc/dl-tls.h: Likewise.
52863         * sysdeps/x86_64/dl-tls.h: Likewise.
52864         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52866 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52868         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52869         rpath element also skip the following colon.
52870         (expand_dynamic_string_token): Add is_path parameter and pass
52871         down to DL_DST_REQUIRED and _dl_dst_substitute.
52872         (decompose_rpath): Call expand_dynamic_string_token with
52873         non-zero is_path.  Ignore empty rpaths.
52874         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52875         with zero is_path.
52877 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52880         Make cancelable.
52882 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52884         [BZ #12655]
52885         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52886         Patch by Filipe David Manana <fdmanana@apache.org>.
52888 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52890         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52891         Maintain aligned stack.
52892         (CHECK_RSP): Remove unused macro.
52894 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52896         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52897         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52899 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52901         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52903         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52905 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52907         [BZ #12518]
52908         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52909         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52910         * sysdeps/x86_64/memmove.c: New file.
52911         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52912         (memcpy): Renamed to ...
52913         (__new_memcpy): This.
52914         (memcpy): Provide GLIBC_2_14 memcpy.
52915         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52916         (memcpy): Provide GLIBC_2_2_5 memcpy.
52918 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52920         [BZ #12631]
52921         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52923 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52925         * misc/syncfs.c: New file.
52926         * misc/Makefile (routines): Add syncfs.
52927         * posix/unistd.h: Declare syncfs.
52928         * sysdeps/unix/syscalls.list: Add syncfs.
52930 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52932         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52933         open_by_handle_at.
52934         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52935         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52936         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52937         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52938         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52939         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52940         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52942 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52944         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52945         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52946         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52947         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52948         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52949         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52950         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52952         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52953         sync_file_range.c with -fexceptions.
52954         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52955         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52956         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52957         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52958         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52959         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52960         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52961         sync_file_range as cancellation point
52962         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52963         now a wrapper around __call_sync_file_range with cancellation handling.
52964         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52965         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52966         function name to __call_sync_file_range.
52967         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52968         Add call_sync_file_range.
52970 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52972         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52973         bits/timex.h.
52975 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52977         * iconv/iconv.h: Fix typo in comment.
52978         * io/fcntl.h: Likewise.
52979         * libio/stdio.h: Likewise.
52980         * posix/spawn.h: Likewise.
52981         * posix/unistd.h: Likewise.
52982         * stdlib/stdlib.h: Likewise.
52983         * time/time.h: Likewise.
52984         * wcsmbs/wchar.h: Likewise.
52986         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52987         open_by_handle): Add.
52988         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52989         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52990         Augment a few comments.
52991         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52992         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52993         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52994         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52995         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52996         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52997         open_by_handle.
52999         * io/fcntl.h (AT_EMPTY_PATH): Define.
53001 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
53003         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
53004         * sysdeps/unix/sysv/linux/bits/time.h: New file.
53005         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
53006         to...
53007         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
53008         * Versions.def: Add GLIBC_2.14.
53009         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
53010         Export.
53012 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
53014         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
53015         round counter.
53016         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
53018 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
53020         [BZ #12597]
53021         * string/test-strncmp.c (do_page_test): New function.
53022         (check2): Likewise.
53023         (test_main): Call check2.
53024         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
53026 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
53028         [BZ #12587]
53029         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
53030         Handle cache information in CPU leaf 4.
53031         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
53033 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
53035         [BZ #12583]
53036         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
53037         character representation.
53038         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
53040 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
53042         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
53043         END(__isnan) to END(__isnanf) to match function entry point/label
53044         EALIGN(__isnanf,...).
53046 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
53048         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
53050 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
53052         [BZ #12510]
53053         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
53054         copy from the symbol referenced in the relocation to initialize the
53055         used variable.
53056         Patch by Piotr Bury <pbury@goahead.com>.
53057         * elf/Makefile: Add rules to build and tst-unique3.
53058         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
53059         * elf/tst-unique3.cc: New file.
53060         * elf/tst-unique3.h: New file.
53061         * elf/tst-unique3lib.cc: New file.
53062         * elf/tst-unique3lib2.cc: New file.
53064         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
53066 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
53068         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
53069         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
53070         to _start.
53072 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
53074         * elf/dl-load.c (_dl_map_object): If we are looking for the first
53075         to-be-loaded object along a path to loader is ld.so.
53077 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
53078             Ulrich Drepper  <drepper@gmail.com>
53080         * sysdeps/x86_64/memset.S: After aligning destination, code
53081         branches to different locations depending on the value of
53082         misalignment, when multiarch is enabled. Fix this.
53084 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
53086         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
53087         Set _x86_64_preferred_memory_instruction for AMD processsors.
53088         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53089         Set bit_Prefer_SSE_for_memop for AMD processors.
53091 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
53093         * libio/fmemopen.c (fmemopen): Optimize a bit.
53095 2011-03-03  Andreas Schwab  <schwab@redhat.com>
53097         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
53099 2011-03-03  Roland McGrath  <roland@redhat.com>
53101         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
53103 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
53105         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
53106         __bzero_ultra1 instead of __memset_ultra1.
53108 2011-02-23  Andreas Schwab  <schwab@redhat.com>
53109             Ulrich Drepper  <drepper@gmail.com>
53111         [BZ #12509]
53112         * include/link.h (struct link_map): Add l_orig_initfini.
53113         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
53114         returning unsuccessfully.
53115         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
53116         close of a file loaded at startup, restore the original l_initfini
53117         list.
53118         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
53119         list, store the pointer.
53120         * elf/Makefile ($(objpfx)noload-mem): New rule.
53121         (noload-ENV): Define.
53122         (tests): Add $(objpfx)noload-mem.
53123         * elf/noload.c: Include <memcheck.h>.
53124         (main): Call mtrace.  Close all opened handles.
53126 2011-02-17  Andreas Schwab  <schwab@redhat.com>
53128         [BZ #12454]
53129         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
53130         dependencies are missing.
53132 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53134         Fix __if_freereq crash: Unlike the generic version which uses free,
53135         Hurd needs munmap.
53136         * sysdeps/mach/hurd/ifreq.h: New file.
53138 2011-01-27  Petr Baudis  <pasky@suse.cz>
53139             Ulrich Drepper  <drepper@gmail.com>
53141         [BZ 12445]#
53142         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
53143         to extend_alloca().
53144         * stdio-common/bug23.c: New file.
53145         * stdio-common/Makefile (tests): Add bug23.
53147 2010-09-28  Andreas Schwab  <schwab@redhat.com>
53148             Ulrich Drepper  <drepper@gmail.com>
53150         [BZ #12489]
53151         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
53152         before performing relro protection.  At old place add assertion
53153         to make sure nothing changed.
53155 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
53156             Glauber de Oliveira Costa  <glommer@gmail.com>
53158         * elf/elf.h: Add new ARM TLS relocs.
53160 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
53162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
53163         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
53164         cast from r3.
53165         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
53166         'tests' variable.
53167         * sysdeps/wordsize-64/tst-writev.c: New file.
53169 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
53171         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
53172         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
53173         insns in _dl_start to prevent a TOC reference before relocs are
53174         resolved.
53176 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
53178         [BZ #12469]
53179         * Makeconfig: Remove RANLIB definition.
53180         * Makerules: Don't use RANLIB.
53181         * aclocal.m4: Remove ranlib test.
53182         * configure.in: No need to check for ranlib.
53183         * elf/rtld-Rules: Don't use RANLIB.
53185 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53187         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
53188         protection macro.
53189         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
53190         inclusion protection macro.
53192         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
53193         SIGRTMIN and SIGRTMAX and print information in that case only when
53194         SIGRTMIN is defined.
53196 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
53198         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
53199         arginfo fn returning -1.
53201         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
53202         and thousands string is zero terminated.
53204 2011-02-03  Andreas Schwab  <schwab@redhat.com>
53206         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
53207         sysdeps/unix/sysv/linux/bits/socket.h.
53209 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53211         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
53212         (__CPU_COUNT): Remove old macros.
53213         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
53214         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
53215         (__CPU_ALLOC, __CPU_FREE): Add macros.
53216         (__sched_cpualloc, __sched_cpufree): Add declarations.
53218 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
53220         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
53221         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
53222         * nscd/aicache.c (addhstaiX): Return timeout of added value.
53223         (readdhstai): Return value of addhstaiX call.
53224         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
53225         (addgrbyX): Return value returned by cache_addgr.
53226         (readdgrbyname): Return value returned by addgrbyX.
53227         (readdgrbygid): Likewise.
53228         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
53229         (addpwbyX): Return value returned by cache_addpw.
53230         (readdpwbyname): Return value returned by addhstbyX.
53231         (readdpwbyuid): Likewise.
53232         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
53233         (addservbyX): Return value returned by cache_addserv.
53234         (readdservbyname): Return value returned by addservbyX:
53235         (readdservbyport): Likewise.
53236         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
53237         (addhstbyX): Return value returned by cache_addhst.
53238         (readdhstbyname): Return value returned by addhstbyX.
53239         (readdhstbyaddr): Likewise.
53240         (readdhstbynamev6): Likewise.
53241         (readdhstbyaddrv6): Likewise.
53242         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
53243         (readdinitgroups): Return value returned by addinitgroupsX.
53244         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
53245         (prune_cache): Keep track of timeout value of re-added entries.
53246         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
53247         * nscd/nscd.h: Adjust prototypes of readd* functions.
53249 2011-02-04  Roland McGrath  <roland@redhat.com>
53251         * nis/nis_server.c (nis_servstate): Use the right name for 0.
53252         (nis_stats): Likewise.
53253         * nis/nis_modify.c (nis_modify): Likewise.
53254         * nis/nis_remove.c (nis_remove): Likewise.
53255         * nis/nis_add.c (nis_add): Likewise.
53257         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
53259         * posix/fnmatch_loop.c: Add some consts.
53261         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
53263 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
53265         [BZ #12460]
53266         * config.make.in (config-cflags-novzeroupper): Define.
53267         * configure.in: Substitute libc_cv_cc_novzeroupper.
53268         * elf/Makefile (AVX-CFLAGS): Define.
53269         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
53270         (CFLAGS-tst-auditmod4a.c): Likewise.
53271         (CFLAGS-tst-auditmod4b.c): Likewise.
53272         (CFLAGS-tst-auditmod6b.c): Likewise.
53273         (CFLAGS-tst-auditmod6c.c): Likewise.
53274         (CFLAGS-tst-auditmod7b.c): Likewise.
53275         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
53277 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
53279         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
53280         function to the callback.
53281         Patch partly by Jiri Olsa <jolsa@redhat.com>.
53283 2011-02-02  Andreas Schwab  <schwab@redhat.com>
53285         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
53286         of errno.
53288 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
53290         [BZ #11724]
53291         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
53292         of constructors.
53293         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
53294         of destructors.
53295         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
53297         [BZ #11724]
53298         * elf/Makefile: Add rules to build and run new test.
53299         * elf/tst-initorder.c: New file.
53300         * elf/tst-initorder.exp: New file.
53301         * elf/tst-initordera1.c: New file.
53302         * elf/tst-initordera2.c: New file.
53303         * elf/tst-initordera3.c: New file.
53304         * elf/tst-initordera4.c: New file.
53305         * elf/tst-initorderb1.c: New file.
53306         * elf/tst-initorderb2.c: New file.
53307         * elf/tst-order-a1.c: New file.
53308         * elf/tst-order-a2.c: New file.
53309         * elf/tst-order-a3.c: New file.
53310         * elf/tst-order-a4.c: New file.
53311         * elf/tst-order-b1.c: New file.
53312         * elf/tst-order-b2.c: New file.
53313         * elf/tst-order-main.c: New file.
53314         New test case by George Gensure <werkt0@gmail.com>.
53316 2010-10-01  Andreas Schwab  <schwab@redhat.com>
53318         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53319         decoding ACE if AI_CANONIDN.
53321 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
53323         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
53325 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
53327         * version.h (RELEASE): Bump for 2.13 release.
53328         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
53330         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
53332         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
53333         MADV_NOHUGEPAGE.
53334         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
53335         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
53336         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
53337         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
53338         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
53339         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53341         * posix/getconf.c: Update copyright year.
53342         * catgets/gencat.c: Likewise.
53343         * csu/version.c: Likewise.
53344         * debug/catchsegv.sh: Likewise.
53345         * debug/xtrace.sh: Likewise.
53346         * elf/ldconfig.c: Likewise.
53347         * elf/ldd.bash.in: Likewise.
53348         * elf/sprof.c (print_version): Likewise.
53349         * iconv/iconv_prog.c: Likewise.
53350         * iconv/iconvconfig.c: Likewise.
53351         * locale/programs/locale.c: Likewise.
53352         * locale/programs/localedef.c: Likewise.
53353         * malloc/memusage.sh: Likewise.
53354         * malloc/mtrace.pl: Likewise.
53355         * nscd/nscd.c (print_version): Likewise.
53356         * nss/getent.c: Likewise.
53358         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
53359         PF_CAIF, and PF_ALG.
53360         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53362 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
53364         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53365         (modules-names): Use them.
53366         (ifunc-test-modules, ifunc-pie-tests): Define.
53367         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53368         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53369         (test-extras): Likewise.
53370         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53371         $(compile-command.c).
53372         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53373         (all-built-dso): Define.
53374         (check-textrel.out, check-execstack.out): Depend on it.
53376         * configure.in: Don't override --enable-multi-arch.
53378 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
53380         [BZ #6812]
53381         * nscd/hstcache.c (tryagain): Define.
53382         (cache_addhst): Return tryagain not notfound for temporary errors.
53383         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53384         failed.
53386 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
53388         [BZ #10563]
53389         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53390         to make the syscall.
53391         * sysdeps/unix/sysv/linux/setgroups.c: New file.
53393         [BZ #12378]
53394         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53395         and fall back to matching as normal character if the string ends before
53396         the matching ']' is found.  This is what POSIX requires.
53397         * posix/testfnm.c: Adjust test result.
53398         * posix/globtest.sh: Adjust test result.  Add new test.
53399         * posix/tst-fnmatch.input: Likewise.
53400         * posix/tst-fnmatch2.c: Add new test.
53402 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
53404         * elf/Makefile (check-execstack): Revert last change.  Depend on
53405         check-execstack.h.
53406         (check-execstack.h): New target.
53407         (generated): Add check-execstack.h.
53408         * elf/check-execstack.c: Include "check-execstack.h".
53409         (main): Revert last change.
53410         (handle_file): Return zero if GNU_STACK is absent and
53411         DEFAULT_STACK_PERMS doesn't include PF_X.
53413 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
53415         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53416         in child fails because the descriptor is already closed.
53417         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53418         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53419         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
53421         [BZ #12397]
53422         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53423         syscall.
53425         [BZ #10484]
53426         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53427         temporary buffer used to handle multi lookups locally.
53428         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
53430 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53432         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53433         loader is ld.so.
53435 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
53437         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53438         alignment for SSE2.
53440 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53442         [BZ #12394]
53443         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53444         characters.  When rounding increased number of integer digits recompute
53445         number of groups.
53446         * stdio-common/tst-grouping.c: New file.
53447         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53449 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53451         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53452         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53454         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53455         void.
53456         * bits/select.h: Likewise.
53458 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53460         * po/ja.po: Update from translation team.
53462 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53464         [BZ #11155]
53465         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53466         implementation just like for lxstat, fxstatat, et al.
53468 2010-12-27  Jim Meyering  <meyering@redhat.com>
53470         [BZ #12348]
53471         * posix/regexec.c (build_trtable): Return failure indication upon
53472         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53474 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53476         [BZ #12201]
53477         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53478         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53479         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53480         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53482         [BZ #12207]
53483         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53485         [BZ #12204]
53486         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53487         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53489 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53491         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53492         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53493         script has SORT_BY_INIT_PRIORITY.
53494         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53495         NO_CTORS_DTORS_SECTIONS is defined.
53496         * elf/soinit.c: Likewise.
53497         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53498         NO_CTORS_DTORS_SECTIONS is defined.
53499         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53500         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53501         * sysdeps/sh/init-first.c: Likewise.
53502         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53504 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53506         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53507         always use the slow path.
53509 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53511         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53512         similar rule which adds the sysdep directories to the header search in
53513         order to pick up the correct platform stackinfo.h.
53514         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53515         perform test if it is, otherwise return successfully without testing.
53516         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53517         DEFAULT_STACK_PERMS define in stackinfo.h.
53518         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53519         defined in stackinfo.h.
53520         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53521         DEFAULT_STACK_PERMS defined in stackinfo.h.
53522         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53523         * sysdeps/ia64/stackinfo.h: Likewise.
53524         * sysdeps/s390/stackinfo.h: Likewise.
53525         * sysdeps/sh/stackinfo.h: Likewise.
53526         * sysdeps/sparc/stackinfo.h: Likewise.
53527         * sysdeps/x86_64/stackinfo.h: Likewise.
53528         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53529         PF_X for powerpc64.  Retain PF_X for powerpc32.
53531 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53533         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53534         accurately.
53535         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53536         GETDENTS_64BIT_ALIGNED.
53538 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53540         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53542 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53544         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53545         _GNU_SOURCE.
53547         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53548         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53549         Remove __restrict.
53550         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53551         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53553 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53555         [BZ #11655]
53556         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53557         are initialized.
53559 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53561         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53563 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53565         * po/it.po: Update from translation team.
53567 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53569         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53570         unused codes.
53572 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53574         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53576 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53578         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53579         specially.
53580         (gaih_getanswer_slice): Likewise.
53582 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53584         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53586 2010-05-31  Petr Baudis  <pasky@suse.cz>
53588         [BZ #11149]
53589         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53590         silently even in the chroot mode.
53592 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53594         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53595         last patch a bit.  Pretty printing
53597 2010-05-31  Petr Baudis <pasky@suse.cz>
53599         [BZ #10085]
53600         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53601         initialization of skip_initgroups_dyn.
53603 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53605         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53606         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53608 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53610         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53612 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53614         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53615         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53616         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53617         ($(objpfx)tst-fnmatch-mem): New rule.
53618         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53619         * posix/tst-fnmatch.c (main): Call mtrace.
53621 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53623         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53624         Support Intel processor model 6 and model 0x2c.
53626 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53628         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53629           signed comparison.
53631 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53633         [BZ #12205]
53634         * string/test-strncasecmp.c (check_result): New function.
53635         (do_one_test): Use it.
53636         (check1): New function.
53637         (test_main): Use it.
53638         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53639         Support strcasecmp and strncasecmp.
53641 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53643         [BZ #12194]
53644         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53645         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53647 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53649         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53650         IFUNC support.
53651         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53652         memset-x86-64.
53653         * sysdeps/x86_64/multiarch/bzero.S: New file.
53654         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53655         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53656         * sysdeps/x86_64/multiarch/memset.S: New file.
53657         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53658         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53659         Set bit_Prefer_SSE_for_memop for Intel processors.
53660         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53661         Define.
53662         (index_Prefer_SSE_for_memop): Define.
53663         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53665 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53667         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53668         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53670 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53672         [BZ #12191]
53673         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53674         (__x86_64_raw_data_cache_size_half): Likewise.
53675         (__x86_64_raw_shared_cache_size): Likewise.
53676         (__x86_64_raw_shared_cache_size_half): Likewise.
53678         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53679         (__x86_64_raw_data_cache_size_half): Likewise.
53680         (__x86_64_raw_shared_cache_size): Likewise.
53681         (__x86_64_raw_shared_cache_size_half): Likewise.
53682         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53683         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53684         and __x86_64_raw_shared_cache_size_half.  Round
53685         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53686         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53687         to multiple of 256 bytes.
53689 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53691         [BZ #12167]
53692         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53693         of inacessible symlinks.  Verify result of symlink before returning it.
53694         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53695         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53697 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53699         * math/math.h (isinf): Fix typo in comment.
53701 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53703         * po/da.po: Update from translation team.
53705 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53707         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53708         is added to the list.
53710 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53711             Ulrich Drepper  <drepper@gmail.com>
53713         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53714         the global list here.  Move code to...
53715         (_dl_add_to_namespace_list): ...here.  New function.
53716         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53717         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53718         * elf/dl-load.c (lose): Don't remove the element from the list.
53719         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53720         (_dl_map_object): Likewise.
53722 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53724         [BZ #12159]
53725         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53726         into all bytes of SSE register.
53727         Patch by Richard Li <richardpku@gmail.com>.
53729 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53731         [BZ #12140]
53732         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53733         perturbing.
53735 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53737         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53738         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53739         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53740         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53742         submachine.
53743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53745 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53747         * include/dlfcn.h (__RTLD_SECURE): Define.
53748         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53749         mode & __RTLD_SECURE instead.
53750         (open_path): Rename preloaded parameter to secure.
53751         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53752         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53753         * elf/dl-deps.c (openaux): Likewise.
53754         * elf/rtld.c (struct map_args): Remove is_preloaded.
53755         (map_doit): Don't use it.
53756         (dl_main): Likewise.
53757         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53758         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53760 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53762         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53763         (sysd-rules-targets): Remove duplicates.
53764         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53765         rtld-%.$o dependency.
53767 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53769         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53770         _dl_map_object do it.
53772 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53774         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53775         fast fma builtins, define the macros in the C99 standard.
53776         (FP_FAST_FMAF): Likewise.
53777         (FP_FAST_FMAL): Likewise.
53778         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53780         * bits/mathdef.h: Update copyright year.
53781         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53783 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53785         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53786         builtins, define the macros in the C99 standard.
53787         (FP_FAST_FMAF): Likewise.
53788         (FP_FAST_FMAL): Likewise.
53789         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53790         multiply/add.
53791         (FP_FAST_FMAF): Likewise.
53793 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53795         [BZ #3268]
53796         * math/libm-test.inc (fma_test): Some new testcases.
53797         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53798         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53799         y and infinite z.  Do multiplication by C already in long double.
53800         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53801         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53802         y and infinite z.  Do bitwise or of inexact bit into u.d.
53803         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53804         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53805         * sysdeps/i386/fpu/s_fma.S: Removed.
53806         * sysdeps/i386/fpu/s_fmal.S: Removed.
53808 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53810         [BZ #3268]
53811         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53812         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53813         computation is not scheduled after fetestexcept.  Fix value
53814         of minimum denormal long double.
53816 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53818         [BZ #3268]
53819         * math/libm-test.inc (fma_test): Add some more tests.
53820         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53821         correctly.
53823 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53825         * scripts/data/localplt-s390-linux-gnu.data: New file.
53826         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53828 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53830         [BZ #3268]
53831         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53832         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53833         instead of dbl-64.
53834         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53835         inlines.
53836         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53837         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53838         if one of x and y is very large and the other is subnormal.
53839         * sysdeps/s390/fpu/s_fmaf.c: New file.
53840         * sysdeps/s390/fpu/s_fma.c: New file.
53841         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53842         * sysdeps/powerpc/fpu/s_fma.S: New file.
53843         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53844         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53845         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53847 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53849         [BZ #3268]
53850         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53851         fma tests.
53852         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53853         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53854         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53855         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53856         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53857         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53858         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53860 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53862         [BZ #12078]
53863         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53864         * posix/bug-regex31.input: Add test case.
53866 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53868         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53869         * posix/bug-regex31.input: New file.
53871         [BZ #12078]
53872         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53873         (parse_sub_exp): Fix last change, use postorder.
53875         * posix/bug-regex31.c: New file.
53876         * posix/Makefile: Add rules to build and run bug-regex31.
53878         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53880         [BZ #12078]
53881         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53883         [BZ #12108]
53884         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53885         to have entries in sys_siglist.
53887         [BZ #12093]
53888         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53889         be NULL.
53891 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53893         [BZ #3268]
53894         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53895         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53896         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53897         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53898         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53899         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53900         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53901         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53902         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53903         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53904         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53905         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53906         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53907         * math/ftestexcept.c (fetestexcept): Likewise.
53908         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53909         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53910         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53911         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53912         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53913         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53914         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53916 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53918         [BZ #12107]
53919         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53920         newline.
53922 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53924         * string/bug-strstr1.c: New file.
53925         * string/Makefile: Add rules to build and run bug-strstr1.
53927 2010-10-05  Eric Blake  <eblake@redhat.com>
53929         [BZ #12092]
53930         * string/str-two-way.h (two_way_long_needle): Always clear memory
53931         when skipping input due to the shift table.
53933 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53935         [BZ #12005]
53936         * malloc/mcheck.c: Handle large requests.
53938         [BZ #12077]
53939         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53940         for strncmp and strncasecmp.
53941         * string/stratcliff.c: Add tests for strcmp and strncmp.
53942         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53944 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53946         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53947         __set_fpscr.
53949 2010-09-30  Andreas Jaeger  <aj@suse.de>
53951         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53952         (CGROUP_SUPER_MAGIC): Define.
53953         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53954         Handle btrfs and cgroup file systems.
53955         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53956         Likewise.
53958 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53960         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53961         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53963 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53965         [BZ #12067]
53966         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53967         trying to locate the ELF header.
53969 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53971         [BZ #11611]
53972         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53973         Mask out sign-bit copies when constructing f_fsid.
53975 2010-09-24  Petr Baudis <pasky@suse.cz>
53977         * debug/stack_chk_fail_local.c: Add missing licence exception.
53978         * debug/warning-nop.c: Likewise.
53980 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53982         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53983         implementing getdents64 using getdents syscall, set d_type if
53984         __ASSUME_GETDENTS32_D_TYPE.
53986 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53988         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53989         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53991 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53993         [BZ #12037]
53994         * posix/unistd.h: Undo change of feature selection for ftruncate from
53995         2010-01-11.
53997 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53999         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
54000         detection.
54002 2010-09-20  Andreas Schwab  <schwab@redhat.com>
54004         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
54005         fanotify_mark.
54006         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54008 2010-09-14  Andreas Schwab  <schwab@redhat.com>
54010         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
54011         variables after CHECK_SP call.
54012         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
54014 2010-09-13  Andreas Schwab  <schwab@redhat.com>
54015             Ulrich Drepper  <drepper@redhat.com>
54017         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
54018         re-relocationg ld.so.
54019         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
54020         _dl_init_paths call.
54021         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
54022         here anymore.
54024 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
54026         * resolv/res_init.c (__res_vinit): Count the default server we added.
54028 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
54029             Ulrich Drepper  <drepper@redhat.com>
54031         [BZ #11968]
54032         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
54033         (____longjmp_chk): Use %ebx for saving value across system call.
54034         Add unwind info.
54036 2010-09-06  Andreas Schwab  <schwab@redhat.com>
54038         * manual/Makefile: Don't mix pattern rules with normal rules.
54040 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
54042         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
54043         operation.
54044         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
54045         * libio/iofopncook.c (_IO_cookie_init): Likewise.
54046         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
54047         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
54048         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54049         Likewise.
54051 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
54053         [BZ #11979]
54054         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
54055         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
54057 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
54059         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
54060         * sysdeps/x86_64/addmul_1.S: Likewise.
54061         * sysdeps/x86_64/lshift.S: Likewise.
54062         * sysdeps/x86_64/mul_1.S: Likewise.
54063         * sysdeps/x86_64/rshift.S: Likewise.
54064         * sysdeps/x86_64/sub_n.S: Likewise.
54065         * sysdeps/x86_64/submul_1.S: Likewise.
54067 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54069         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
54070         Define __sched_param instead of SCHED_* and sched_param when
54071         <bits/sched.h> is included with __need_schedparam defined.
54072         * bits/sched.h [__need_schedparam]
54073         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
54074         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
54075         (__defined_schedparam): Define to 1.
54076         (__sched_param): New structure, identical to sched_param.
54077         (__need_schedparam): Undefine.
54079 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
54081         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
54082         (epoll_create1): Declare.
54084         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
54086 2010-08-31  Andreas Schwab  <schwab@redhat.com>
54088         [BZ #7066]
54089         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
54090         shifting retval into place.
54092 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
54094         * nis/rpcsvc/nis.h: Update copyright notice.
54095         * nis/rpcsvc/nis.x: Likewise.
54096         * nis/rpcsvc/nis_callback.h: Likewise.
54097         * nis/rpcsvc/nis_callback.x: Likewise.
54098         * nis/rpcsvc/nis_object.x: Likewise.
54099         * nis/rpcsvc/nis_tags.h: Likewise.
54100         * nis/rpcsvc/yp.h: Likewise.
54101         * nis/rpcsvc/yp.x: Likewise.
54102         * nis/rpcsvc/ypupd.h: Likewise.
54103         * nis/yp_xdr.c: Likewise.
54104         * nis/ypupdate_xdr.c: Likewise.
54106         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
54107         mainly the body of pmap_getport.  Add parameters to specify timeouts.
54108         (pmap_getport): Use __libc_rpc_getport.
54109         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
54110         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
54111         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
54113 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
54115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
54116         fanotify_mark.
54118 2010-08-27  Roland McGrath  <roland@redhat.com>
54120         * sysdeps/i386/i686/multiarch/Makefile
54121         (CFLAGS-varshift.c): New variable.
54123 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
54125         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
54126         * sysdeps/i386/i686/multiarch/varshift.c: New file.
54128         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
54130         * sysdeps/x86_64/strlen.S: Minimal code improvement.
54132 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
54134         * sysdeps/x86_64/strlen.S: Unroll the loop.
54135         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54136         strlen-sse2 strlen-sse2-bsf.
54137         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
54138         __strlen_no_bsf if bit_Slow_BSF is set.
54139         (__strlen_sse42): Removed.
54140         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
54141         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
54143 2010-08-25  Roland McGrath  <roland@redhat.com>
54145         * sysdeps/x86_64/multiarch/varshift.S: File removed.
54146         * sysdeps/x86_64/multiarch/varshift.c: New file.
54147         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
54148         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
54149         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
54150         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
54152 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
54154         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54155         strlen-sse2 strlen-sse2-bsf.
54156         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
54157         __strlen_sse2_bsf if bit_Slow_BSF is unset.
54158         (__strlen_sse2): Removed.
54159         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
54160         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
54161         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
54162         bit_Slow_BSF for Atom.
54163         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
54164         (index_Slow_BSF): Define.
54165         (HAS_SLOW_BSF): Define.
54167 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
54169         [BZ #10851]
54170         * resolv/res_init.c (__res_vinit): When no server address at all
54171         is given default to loopback.
54173 2010-08-24  Roland McGrath  <roland@redhat.com>
54175         * configure.in: Remove config-name.h generation.
54176         * configure: Regenerated.
54177         * config-name.in: File removed.
54178         * scripts/config-uname.sh: New file.
54179         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
54180         ($(objdir)config-name.h): New target.
54182         * sunrpc/rpc_parse.h: Avoid nested comment.
54184 2010-08-24  Richard Henderson  <rth@redhat.com>
54185             Ulrich Drepper  <drepper@redhat.com>
54186             H.J. Lu  <hongjiu.lu@intel.com>
54188         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
54189         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
54190         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
54191         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
54192         _mm_alignr_epi8 with _mm_loadu_si128.
54193         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
54194         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
54195         (__m128i_shift_right): Removed.
54196         * sysdeps/i386/i686/multiarch/varshift.h: New file.
54197         * sysdeps/i386/i686/multiarch/varshift.S: New file.
54198         * sysdeps/x86_64/multiarch/varshift.h: New file.
54199         * sysdeps/x86_64/multiarch/varshift.S: New file.
54201 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
54203         * configure.in: Move assembler checks to before sysdep dir checking.
54205 2010-08-20  Petr Baudis  <pasky@suse.cz>
54207         * LICENSES: Sync the sunrpc license.
54209 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
54211         * sunrpc/auth_des.c: Update copyright notice once again.
54212         * sunrpc/auth_none.c: Likewise.
54213         * sunrpc/auth_unix.c: Likewise.
54214         * sunrpc/authdes_prot.c: Likewise.
54215         * sunrpc/authuxprot.c: Likewise.
54216         * sunrpc/bindrsvprt.c: Likewise.
54217         * sunrpc/clnt_gen.c: Likewise.
54218         * sunrpc/clnt_perr.c: Likewise.
54219         * sunrpc/clnt_raw.c: Likewise.
54220         * sunrpc/clnt_simp.c: Likewise.
54221         * sunrpc/clnt_tcp.c: Likewise.
54222         * sunrpc/clnt_udp.c: Likewise.
54223         * sunrpc/clnt_unix.c: Likewise.
54224         * sunrpc/des_crypt.c: Likewise.
54225         * sunrpc/des_soft.c: Likewise.
54226         * sunrpc/get_myaddr.c: Likewise.
54227         * sunrpc/getrpcport.c: Likewise.
54228         * sunrpc/key_call.c: Likewise.
54229         * sunrpc/key_prot.c: Likewise.
54230         * sunrpc/openchild.c: Likewise.
54231         * sunrpc/pm_getmaps.c: Likewise.
54232         * sunrpc/pm_getport.c: Likewise.
54233         * sunrpc/pmap_clnt.c: Likewise.
54234         * sunrpc/pmap_prot.c: Likewise.
54235         * sunrpc/pmap_prot2.c: Likewise.
54236         * sunrpc/pmap_rmt.c: Likewise.
54237         * sunrpc/rpc/auth.h: Likewise.
54238         * sunrpc/rpc/auth_unix.h: Likewise.
54239         * sunrpc/rpc/clnt.h: Likewise.
54240         * sunrpc/rpc/des_crypt.h: Likewise.
54241         * sunrpc/rpc/key_prot.h: Likewise.
54242         * sunrpc/rpc/netdb.h: Likewise.
54243         * sunrpc/rpc/pmap_clnt.h: Likewise.
54244         * sunrpc/rpc/pmap_prot.h: Likewise.
54245         * sunrpc/rpc/pmap_rmt.h: Likewise.
54246         * sunrpc/rpc/rpc.h: Likewise.
54247         * sunrpc/rpc/rpc_des.h: Likewise.
54248         * sunrpc/rpc/rpc_msg.h: Likewise.
54249         * sunrpc/rpc/svc.h: Likewise.
54250         * sunrpc/rpc/svc_auth.h: Likewise.
54251         * sunrpc/rpc/types.h: Likewise.
54252         * sunrpc/rpc/xdr.h: Likewise.
54253         * sunrpc/rpc_clntout.c: Likewise.
54254         * sunrpc/rpc_cmsg.c: Likewise.
54255         * sunrpc/rpc_common.c: Likewise.
54256         * sunrpc/rpc_cout.c: Likewise.
54257         * sunrpc/rpc_dtable.c: Likewise.
54258         * sunrpc/rpc_hout.c: Likewise.
54259         * sunrpc/rpc_main.c: Likewise.
54260         * sunrpc/rpc_parse.c: Likewise.
54261         * sunrpc/rpc_parse.h: Likewise.
54262         * sunrpc/rpc_prot.c: Likewise.
54263         * sunrpc/rpc_sample.c: Likewise.
54264         * sunrpc/rpc_scan.c: Likewise.
54265         * sunrpc/rpc_scan.h: Likewise.
54266         * sunrpc/rpc_svcout.c: Likewise.
54267         * sunrpc/rpc_tblout.c: Likewise.
54268         * sunrpc/rpc_util.c: Likewise.
54269         * sunrpc/rpc_util.h: Likewise.
54270         * sunrpc/rpcinfo.c: Likewise.
54271         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
54272         * sunrpc/rpcsvc/key_prot.x: Likewise.
54273         * sunrpc/rpcsvc/klm_prot.x: Likewise.
54274         * sunrpc/rpcsvc/mount.x: Likewise.
54275         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
54276         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
54277         * sunrpc/rpcsvc/rex.x: Likewise.
54278         * sunrpc/rpcsvc/rstat.x: Likewise.
54279         * sunrpc/rpcsvc/rusers.x: Likewise.
54280         * sunrpc/rpcsvc/sm_inter.x: Likewise.
54281         * sunrpc/rpcsvc/spray.x: Likewise.
54282         * sunrpc/rpcsvc/yppasswd.x: Likewise.
54283         * sunrpc/rtime.c: Likewise.
54284         * sunrpc/svc.c: Likewise.
54285         * sunrpc/svc_auth.c: Likewise.
54286         * sunrpc/svc_authux.c: Likewise.
54287         * sunrpc/svc_raw.c: Likewise.
54288         * sunrpc/svc_run.c: Likewise.
54289         * sunrpc/svc_simple.c: Likewise.
54290         * sunrpc/svc_tcp.c: Likewise.
54291         * sunrpc/svc_udp.c: Likewise.
54292         * sunrpc/svc_unix.c: Likewise.
54293         * sunrpc/svcauth_des.c: Likewise.
54294         * sunrpc/xcrypt.c: Likewise.
54295         * sunrpc/xdr.c: Likewise.
54296         * sunrpc/xdr_array.c: Likewise.
54297         * sunrpc/xdr_float.c: Likewise.
54298         * sunrpc/xdr_mem.c: Likewise.
54299         * sunrpc/xdr_rec.c: Likewise.
54300         * sunrpc/xdr_ref.c: Likewise.
54301         * sunrpc/xdr_sizeof.c: Likewise.
54302         * sunrpc/xdr_stdio.c: Likewise.
54304         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
54305         handling.
54307 2010-08-19  Andreas Schwab  <schwab@redhat.com>
54309         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
54311 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
54313         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
54314         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
54315         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
54316         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
54317         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
54318         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
54319         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
54320         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
54321         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
54322         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
54323         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
54324         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
54325         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
54326         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
54328 2010-07-26  Anton Blanchard  <anton@samba.org>
54330         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
54331         * malloc/arena.c (heap_trim): Likewise.
54333 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
54335         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
54336         here.  Not...
54337         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
54338         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
54340 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
54342         * sysdeps/i386/elf/Makefile: New file.
54344 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54346         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
54347         from fanotify_init.
54348         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
54349         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54351 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
54353         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
54354         of strncasecmp_l.
54355         * sysdeps/multiarch/strcmp.S: Likewise.
54357 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
54359         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54360         strncase_l-nonascii.
54361         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54362         Add strncase_l-ssse3.
54363         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54364         * sysdeps/x86_64/strcmp.S: Likewise.
54365         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54366         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54367         * sysdeps/x86_64/strncase.S: New file.
54368         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54369         * sysdeps/x86_64/strncase_l.S: New file.
54370         * string/Makefile (strop-tests): Add strncasecmp.
54371         * string/test-strncasecmp.c: New file.
54373         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54374         warning.
54376         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54377         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54379 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54381         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54383 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
54385         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54386         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54387         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54389 2010-05-01  Alan Modra  <amodra@gmail.com>
54391         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54392         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54393         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54394         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54395         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54396         tidying.  Don't tail-call __sigjmp_save for static lib.
54397         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54398         save location.
54399         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54400         (CALL_MCOUNT): Add eh info, and nop after bl.
54401         (TAIL_CALL_SYSCALL_ERROR): New macro.
54402         (PSEUDO_RET): Use it.
54403         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54404         Correct save location of integer regs and cr.
54405         (_dl_profile_resolve): Correct cr save location.  Delete nops
54406         after bl when SHARED.  Reduce cfi size a little by better
54407         placement of cfi directives.
54408         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54409         make a stack frame.  Instead use parm save area as a temp.
54410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54411         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
54412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54413         Don't make a stack frame for parent, use parm save area.
54414         Increase child stack frame to 112 bytes.  Don't save unused reg,
54415         and adjust reg usage.  Set up cfi on error recovery and
54416         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54418         (__makecontext): Add dummy nop after jump to exit.
54419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54420         Use correct parm save area and cr save, reduce stack frame.
54421         Correct cfi for possible PSEUDO_RET frame setup.
54422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54423         Branch to local label emitted by PSEUDO_RET rather than
54424         __syscall_error.
54426 2010-08-12  Andreas Schwab  <schwab@redhat.com>
54428         [BZ #11904]
54429         * locale/programs/locale.c (print_assignment): New function.
54430         (show_locale_vars): Use it.
54432 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
54434         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54435         field.
54436         (struct statfs64): Likewise.
54437         (_STATFS_F_FLAGS): Define.
54438         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54439         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54440         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54441         (ST_VALID): Define locally.
54442         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54443         __statvfs_getflags, use the provided value.
54444         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54445         __ASSUME_STATFS_F_FLAGS.
54447         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54449         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54450         Add sys/fanotify.h.
54451         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54452         fanotify_mask for GLIBC_2.13.
54453         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54454         fanotify_init and fanotify_mark.
54455         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54456         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54458         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54459         Add prlimit.
54460         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54461         prlimit64 for GLIBC_2.13.
54462         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54463         prlimit64.
54464         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54465         syscall.
54466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54467         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54468         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54469         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54470         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54471         add prlimit alias.
54472         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54474         [BZ #11903]
54475         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54476         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54478         * nss/Makefile: Add rules to build and run tst-nss-test1.
54479         * shlib-versions: Add entry for libnss_test1.
54480         * nss/nss_test1.c: New file.
54481         * nss/tst-nss-test1.c: New file.
54483         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54484         (__nss_configure_lookup): Set appropriate entry in
54485         __nss_configure_lookup to true.
54486         * nss/nsswitch.h: Define enum with indeces of databases in
54487         databases and __nss_database_custom arrays.  Declare
54488         __nss_database_custom.
54489         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54490         to avoid using nscd when custom rules are installed.
54491         * nss/getXXbyYY_r.c: Likewise.
54492         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54494         * nss/nss_files/files-parse.c: Whitespace fixes.
54496 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54498         [BZ #11883]
54499         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54500         * posix/fnmatch_loop.c: Likewise.
54502 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54504         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54505         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54506         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54507         * Versions.def [GLIBC_2.13]: Add.
54509 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54511         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54512         Also fail if tpwd after pwuid call is NULL.
54514 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54516         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54517         when converting to ms.
54519 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54521         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54522         EOPNOTSUPP errors with ENOTTY.
54523         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54524         EOPNOTSUPP errors with ENOTTY.
54526 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54528         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54529         Add strcasecmp_l-ssse3.
54530         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54531         strcasecmp.
54532         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54533         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54534         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54536 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54538         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54540         * string/Makefile (strop-tests): Add strcasecmp.
54541         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54542         strcasecmp_l-nonascii.
54543         (gen-as-const-headers): Add locale-defines.sym.
54544         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54545         * sysdeps/x86_64/strcasecmp.S: New file.
54546         * sysdeps/x86_64/strcasecmp_l.S: New file.
54547         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54548         * sysdeps/x86_64/locale-defines.sym: New file.
54549         * string/test-strcasecmp.c: New file.
54551         * string/test-strcasestr.c: Test both ends of the range of characters.
54552         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54554 2010-07-29  Roland McGrath  <roland@redhat.com>
54556         [BZ #11856]
54557         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54559 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54561         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54562         for ld.so.
54564 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54566         * manual/memory.texi (Malloc Tunable Parameters): Document
54567         M_PERTURB.
54569 2010-07-26  Roland McGrath  <roland@redhat.com>
54571         [BZ #11840]
54572         * configure.in (-fgnu89-inline check): Set and substitute
54573         gnu89_inline, not libc_cv_gnu89_inline.
54574         * configure: Regenerated.
54575         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54577 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54579         * string/test-strnlen.c: New file.
54580         * string/Makefile (strop-tests): Add strnlen.
54581         * string/tester.c (test_strnlen): Add a few more test cases.
54582         * string/tst-strlen.c: Better error reporting.
54584         * sysdeps/x86_64/strnlen.S: New file.
54586 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54588         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54589         lower-latency instructions.
54591 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54593         * string/test-strcasestr.c: New file.
54594         * string/test-strstr.c: New file.
54595         * string/Makefile (strop-tests): Add strstr and strcasestr.
54596         * string/str-two-way.h: Don't undefine MAX.
54597         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54599 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54601         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54602         strcasestr-nonascii.
54603         (CFLAGS-strcasestr-nonascii.c): Define.
54604         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54605         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54606         Remove unused attribute.
54608 2010-07-20  Roland McGrath  <roland@redhat.com>
54610         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54611         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54612         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54613         like LD_HWCAP_MASK can disable hwcaps.
54615 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54617         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54619 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54621         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54622         call in strcasestr.
54623         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54624         __strcasestr_sse42_nonascii.
54625         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54626         strcasestr-nonascii.c.
54627         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54629 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54631         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54632         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54633         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54634         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54636 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54638         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54639         fcntl.
54641 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54643         [BZ #11577]
54644         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54645         dl_signal_cerror.
54647 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54649         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54650         _PC_PIPE_BUF using F_GETPIPE_SZ.
54652 2010-07-05  Roland McGrath  <roland@redhat.com>
54654         * manual/arith.texi (Rounding Functions): Fix rint description
54655         implicit in round description.
54657 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54659         * elf/Makefile: Fix linking for a few tests to make recent linker
54660         happy.
54662 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54664         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54665         $(common-objpfx)libc_nonshared.a.
54667 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54669         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54670         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54671         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54672         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54673         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54674         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54675         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54676         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54691         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54692         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54693         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54694         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54695         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54696         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54697         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54698         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54699         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54700         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54701         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54702         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54718 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54720         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54721         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54722         * string/memmove.c (memmove): Renamed to ...
54723         (MEMMOVE): ...this.  Default to memmove.
54724         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54725         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54726         (END_CHK): Define.
54727         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54728         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54729         mempcpy-ssse3-back memmove-ssse3-back.
54730         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54731         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54732         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54733         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54734         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54735         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54736         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54737         * sysdeps/x86_64/multiarch/memmove.c: New file.
54738         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54739         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54740         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54741         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54742         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54743         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54744         Define.
54745         (index_Fast_Copy_Backward): Define.
54746         (HAS_ARCH_FEATURE): Define.
54747         (HAS_FAST_REP_STRING): Define.
54748         (HAS_FAST_COPY_BACKWARD): Define.
54750 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54752         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54753         Restore proper fallback handling.
54755 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54757         [BZ #11701]
54758         * posix/group_member.c (__group_member): Correct checking loop.
54760         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54761         OOM in getpwuid_r correctly.  Return error number when the caller
54762         should return, otherwise -1.
54763         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54764         call returning > 0 value.
54765         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54767 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54769         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54770         libc_nonshared.a from targets in modules-names.
54772 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54774         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54775         requires it.
54777 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54779         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54780         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54781         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54782         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54784 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54786         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54788 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54790         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54791         and F_GETPIPE_SZ.
54792         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54793         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54794         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54795         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54796         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54797         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54799 2010-06-14  Roland McGrath  <roland@redhat.com>
54801         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54803 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54805         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54806         __REDIRECT followed by __THROW.
54807         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54808         * posix/getopt.h (getopt): Likewise.
54810 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54812         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54813         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54814         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54815         in AT_FLAGS.
54816         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54817         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54819 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54821         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54823 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54825         [BZ #11640]
54826         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54827         Properly check family and model.
54829 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54831         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54833 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54835         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54837 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54839         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54840         symbol reference.
54842 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54844         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54845         symbol reference.
54847 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54849         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54850         and internal_recvmmsg.
54851         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54852         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54853         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54854         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54856         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54857         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54858         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54860 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54862         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54864 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54866         POWER7 optimizations.
54867         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54868         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54870 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54872         * version.h: Update for 2.13 development version.
54874 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54876         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54877         exceptions.  Return 0.
54879 2010-05-07  Roland McGrath  <roland@redhat.com>
54881         * elf/ldconfig.c (main): Add a const.
54883 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54885         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54886         (args_options): Add no-idn option.
54887         (ahosts_keys_int): Add idn_flags to ai_flags.
54888         (parse_option): Handle 'i' option to clear idn_flags.
54890         * malloc/malloc.c (_int_free): Possible race in the most recently
54891         added check.  Only act on the data if no current modification
54892         happened.
54894 See ChangeLog.17 for earlier changes.